/* Begin main styles */
html, body {
	height: 303px;
}
body {
	padding: 0px;
	margin: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #221e1f;
	width: 715px;
	background-color: #ffffff;
}

p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

ul {
	/* list-style-image: url("../images/icons/bullet_01.gif"); */
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-indent: 10px;
	list-style-position: inside;
}

form {
	padding: 0px;
	margin: 0px;
}

input.input_contact, textarea.textarea_contact {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

input.input_contact {
	width: 150px;
}

textarea.textarea_contact {
	width: 350px;
	height: 100px;
}
/* End main styles */

/* Begin Page layout */
#page {
	width: 715px;
}

#page_logo {
	width:715px;
	clear: both;
	margin-bottom: 3px;
	background-color: #221e1f;
	height: 94px;
}

#page_header {
	width:100%;
	clear: both;
	margin-bottom: 3px;
	background-color: #d3d2d2;
	height: 87px;
}

#page_main {
	width:100%;
	height: 100%;
	clear: both;
}

#page_footer {
	width:100%;
	height: 30px;
	clear: both;
	background-color: #555753;
	margin-bottom: 3px;
}
/* End Page layout */

/* Begin sub-layout */
#page_logo_left {
	float: left;
}

#page_logo_right {
	float: right;
}

#page_left {
	width: 176px;
	float: left;
	margin-bottom: 3px;
}

#page_content {
	display: table;
	float: left;
	width: 533px;
	margin-left: 6px;
	height: 100%;
	min-height: 400px;
	margin-bottom: 3px;
}
/* End sub-layout */

/* Main left layout */
#page_left_header {
	width: 100%;
	height: 22px;
	background-color: #221e1f;
	margin-bottom: 4px;
}
#page_left_footer {
	width: 100%;
	height: 22px;
	background-color: #e04a01;
}
#page_left_nav {
	margin-bottom: 4px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
.page_left_nav_item {
	font-size: 13px;
	border-bottom: 1px solid #c0c0c0;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

.page_left_nav_item a, .page_left_nav_item a:link, .page_left_nav_item a:visited, .page_left_nav_item a:active {
	text-decoration: none;
	color: #221e1f;
}

.page_left_nav_item a:hover {
	text-decoration: none;
	color: #e04a01;
}

#page_left_logo {
	border: 1px solid #c0c0c0;
	margin-bottom: 4px;
	padding: 0px;
	text-align: center;
	height: 54px;
}

/* Main content layout */
#content_outer {
	height: 100%;
}

#content_middle {
	height: 100%;
	border: 1px solid #c0c0c0;
	min-height: 274px;
	_height: 274px;
	height: 274px;
}

#content_inner {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
}

#content_inner a, #content_inner a:link, #content_inner a:visited, #content_inner a:active {
	text-decoration: none;
	color: #555753;
}

#content_inner a:hover {
	color: #e04a01;
}

/* Footer layout */
#page_footer_nav {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#page_footer_nav a, #page_footer_nav a:link, #page_footer_nav a:visited, #page_footer_nav a:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	padding-right: 20px;
}

#page_footer_nav a:hover {
	color: #e04a01;
}

#page_footer_nav span{
	text-decoration: none;
	font-weight: bold;
	color: #808080;
	padding-right: 20px;
}

#page_footer_end {
	text-align: right;
	font-size: 9px;
}

#page_footer_end a, #page_footer_end a:link, #page_footer_end a:visited, #page_footer_end a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#page_footer_end a:hover{
	font-weight: bold;
	text-align: center;
	color: #e04a01;
}

.gap_s {
	padding-top: 5px;
	padding-bottom: 5px;
}

.gap_m {
	padding-top: 10px;
	padding-bottom: 10px;
}

.gap_l {
	padding-top: 20px;
	padding-bottom: 20px;
}

.container_contact {
	clear: both;
	padding-top: 5px;
}

.container {
	clear: both;
}

#content_center  {
	text-align: center;
	width: 100%;
	padding-top: 90px;
}

