@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #6a9acf;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 15px;
}
a {
	color: #285586;
}


 #container {
	width: 905px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	background-image: url(../images/bg-container.gif);
} 
 #header {
	background-image: url(../images/header.jpg);
	height: 141px;
	margin-bottom: 0px;
} 
 #sidebar1 {
	float: left;
	width: 215px;
	background-color: #FFFFFF;
	padding-left: 30px;
	margin-left: 5px;
}
#sidebar1 a {
	color: #1f4c7d;
	text-transform: uppercase;
	font-family: Helvetica, Arial, , sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2B5289;
	display: block;
	padding-top: 10px;
	line-height: 10px;
	height: 1px;
}
#sidebar1 a:hover {
	color: #a1303f;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
}
 #mainContentinside{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 257px;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 11px;
	padding-right: 13px;
	min-height: 600px;
} 
 #mainContent{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 257px;
	font-size: 10px;
	padding-top: 254px;
	padding-left: 11px;
	padding-right: 13px;
	background-image: url(../images/bg-home-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

#mainContent2 {
	margin-right: 300px;
} 
#sidebar2 {
	float: right;
	width: 256px;
	
}
#sidebar2 li {
	list-style-type: square;	
}
#sidebar3 {
	float: right;
	width: 218px;
	line-height: 22px;
	padding-left: 20px;
	padding-bottom: 20px;
	
}
#sidebar3 ul {
	list-style: none;
	margin: 0;
    padding-left: 10px;
}
#sidebar3 li {
	list-style: none;
	margin: 0;
	background-image: url(../images/sub-li.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#sidebar3 a {
	color: #20497D;
	font-weight: bold;
	text-decoration: none;
}
#sidebar3 a:hover {
	background-color: #dae3ed;
	display:block;
	width:196px;
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#blueline {
	background-color: #285586;
	height: 7px;
}
#insidecontent {
	padding-top: 10px;
}
.insidephoto {
	padding-bottom: 10px;
	padding-right: 10px;
}
.insidephoto2 {
	padding-bottom: 10px;
	padding-left: 10px;
}