@charset "UTF-8";
#header {
	background-image: url(../images/bg_header_home.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 317px;
	margin: 0px auto;
	position: relative;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#header #topNav {
	position: absolute;
	bottom: 0px;
	background-image: url(../images/bg_topnav.jpg);
	height: 34px;
	width: 750px;
	background-repeat: no-repeat;
	left: 251px;
}
#header #logolink {
	position: absolute;
	left: 50px;
	width: 159px;
	height: 170px;
	top: 18px;
}
#header #logolink img {
	margin: 0px;
	border: none;
}
#topNav div {
	float: left;
	background-image: url(../images/divider_topnav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 16px 0 0 10px;
	color: white;
	font-size: 65%;
	text-transform: uppercase;
	margin: 0px 10px 0 0;
	font-weight: bold;
}
#topNav #first {
	background-image: none;
	margin-left: 15px;
}
#topNav div a {
	color: #FFFFFF;
	text-decoration: none;
}


#topNav div a:hover {
	color:#ff9900;
}



/*--------------center----------r*/
#centerRow {
	width: 1000px;
	margin: 0 auto;
	border-top: 10px solid #cc6633;
	background-color: #E0E3E7;
	background-image: url(../images/bg_center.jpg);
	background-repeat: no-repeat;
	background-position: 70px 0px;
}

#sideNav div a{
	font-weight: normal;
	padding: 25px  30px 0 0;
	font-size: 130%;
	margin: 0 0px 3px 0;
	color: #385489;
	background-image: url(../images/gradient_innernav_gray_slice.jpg);
	background-repeat: repeat-y;
	height: 50px;
	text-decoration:none;
	color:#2D487F;
	width: 221px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: left top;
	text-align: right;
	display: block;
	
}
#sideBull div {

	padding: 25px  30px 0 0;
	margin: 0 0px 3px 0;
	background-image: url(../images/gradient_innernav_gray_slice.jpg);
	background-repeat: repeat-y;
	height: 50px;
	color:#2D487F;
	width: 242px;
	background-position: left top;
	text-align: left;
	display: block;
	
}

#sideBull div li {
	margin:0px;
	font-size:18px;
	list-style-image:url(../images/bull.jpg);
	list-style-position:outside;
	margin-left:30px;
}

#sideBull div p {
	margin:0px;
	font-size:12px;
	margin-left:30px;
}
#centerRow #holdSideNav {
	width: 252px;
	float: left;
	display: inline;
}
#centerRow #holdSideNav #sideNav {
	width: 251px;
	border-right: solid 1px #CCCCCC;
}

#centerRow #centerContent {
	
	margin-left:37px;
	margin-top:28px;
	float:left;
	width:380px;
}

#centerRow #centerContent p {
	
	margin:0px;
}
#centerRow  #rightContent {

	width:271px;
	float:right;
}

#centerRow #rightContent #rightSideBull {
	width: 272px;
	float: right;
	display: inline;
}
#centerRow #rightContent #rightSideBull #sideBull {
	width: 271px;
	border-left: solid 1px #CCCCCC;
}

#centerRow p {
	font-size: 80%;
	color: #333333;
	padding: 0px;
	line-height: 130%;
}

#centerRow p strong {
	font-size: 130%;
	color: #BA7836;
}
#footer {
	height: 35px;
	width: 1000px;
	margin: 0px auto;
	background-color: #AEAEAE;
	border-top: 10px solid #6e8caf;
}
#footer p {
	font-size: 70%;
	margin: 10px 0 0 40px;
}
#holdSideNav #sideNav div a:hover {
	background-image: url(../images/gradient_innernav_gray_selected.jpg);
	color: #143255;
}
#header #topNav a.selected {
	color: #FF9900;
}
