body  {
	font: 72.5% Arial, Helvetica, Verdana, sans-serif;
	margin: 0; 
	padding: 0; 
	color: #000000;
	background: #18202d url(../images/bg.jpg) repeat-x;
}
.sp #container { 
	width: 900px;
	background: #FFFFFF;
	margin: 0;
	text-align: left;
	margin-left: 15px;
}

/* @group HEADER */

#breadcrumbs {
	background: #fff url(../images/breadcrumbs_bg.jpg) repeat-y;
	padding: 0 15px 5px 0;
	margin: 0;
	text-align: right;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #0c5f90;
}

#breadcrumbs a:hover,
#breadcrumbs a:active {
	color: #18202d;
}

.sp #header { 
	background: #fff url(../images/header.jpg) no-repeat; 
	width: 900px;
	height: 120px;
} 
.sp #nav {
	position: absolute;
	top: 88px;
	left: 225px;
}

.sp #nav li {
	float: left;
	padding: 0 15px;
	font-size: 12px;
	font-weight: bold;
}

.sp #nav a:link,
.sp #nav a:visited {
	color: #18202d;
	cursor: pointer;
	cursor: hand;
}

.sp #nav a:hover,
.sp #nav a:active {
	color: #0c5f90;
	cursor: pointer;
	cursor: hand;
}

/* @end */

/* @group CONTENT */

.sp #mainContent { 
	min-height: 600px;
	margin: 0 250px 0 0;
	padding: 0 25px;
}

* html .sp #mainContent { 
	height: 600px;
	margin: 0 275px 0 0;
}

.sp #mainContent h1 {
	font-size: 25px;
	margin-bottom: .2em;
}

.sp #mainContent h2 {
	font-size: 14px;
	color: #369;
	margin-bottom: .4em;
}

.sp #mainContent p {
	font-size: 12px;
	color: #18202d;
	line-height: 1.4em;
	margin-bottom: 1em;
	text-align: justify;
}

.content_box {
	border-top: 5px solid #035f90;
	background: url(../images/content_box_bg.jpg) repeat-x;
	padding: 25px;
	min-height: 125px;
	margin-bottom: 25px;
}

* html .content_box {
	height: 125px;
}

.content_box ul {
	list-style-type: disc;
}

.content_box li {
	float: left;
	font-size: .95em;
}

.content_box h4 {
	font-size: 1.3em;
}

.content_box p {
	float: left;
	width: 200px;
	padding-right: 50px;
}

/* @end */

/* @group SIDEBAR */

.sp #sidebar {
	float: right; 
	width: 205px; 
	min-height: 725px;
	background: #fff url(../images/sidebar_bg.jpg);
	padding: 15px 10px;
}

* html .sp #sidebar {
	height: 725px;
}

.sp #sidebar h3 {
	font-size: 1.5em;
	margin-bottom: .2em;
}

.sp #sidebar p {
	color: #004a71;
	font-size: 1em;
	margin-bottom: .5em;
	line-height: 1.2em;
	text-align: left;
}

/* @end */

/* @group FOOTER */

.sp #footer { 
	padding: 0 10px 0 25px;
} 

.sp #footer p {
	margin: 0; 
	padding: 10px 0;
}

.sp #footer a:link,
.sp #footer a:link {
	text-decoration: none;
	color: #18202d;
}

.sp #footer a:hover,
.sp #footer a:active {
	text-decoration: underline;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

/* @end */

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */