/* CSS Document */
* {
	margin:0;
	padding:0;
}

#maindiv {
	margin:0 auto;
	width:1000px;
	height:894px;
	border: 1px solid #CDCDCD;
	margin-bottom:3px;
	margin-top:3px;
}

#header {
	width:996px;
	height:184px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#header h5{ 
	color:#7B8384;
	font-family:Verdana;
	font-size:20px;
	font-weight:lighter;
	padding-top:42px;
	padding-left:17px;
	text-align:left;
}

.tree {
	color:#7B8384;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-right:10px;
	text-align:right;
}

.tree1 {
	background-image:url(../images/icon_dotsquare.jpg);
	background-repeat:no-repeat;
	background-position:468px 45px;
	color:#7B8384;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-right:33px;
	text-align:right;
	padding-top:41px;
}

.hdmain {
	color:#0B5CC5;
	font-family:Verdana;
	font-size:20px;
	padding-right:24px;
	padding-top:26px;
	text-align:right;
	
}

.hdmain a {
	color:#0066CC;
	text-decoration:none;
}

.hdmain a:hover {
	color:#FF9900;
	text-decoration:none;
}

#flash {
	width:966px;
	height:auto;
	background-image:url(../images/flash_bg.jpg);
	background-repeat:repeat-x;
	margin-top:5px;
}

#content {
	margin:0 auto;
	width:966px;
	height:500px;
	margin-bottom:3px;
	margin-top:3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#content1 {
	width:182px;
	height:487px;
	background-color:#F9F9F9;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #C3C3C3;
}

#content1_img_div {
	padding-top:37px;
	
}

#content1 ul{
	list-style:none;
	width:184px;
	text-align:left;
	padding-top:12px;
}

#content1 li{
	background-image:url(../images/arrow1.jpg);
	background-position:6px 3px;
	background-repeat:no-repeat;
	padding-bottom:2px;
	padding-left:25px;
	padding-top:2px;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	letter-spacing:0;
}

#content1 li a{
	color:#939393;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	letter-spacing:0;
	text-decoration:none;
}

#content1 a:hover{
	color:#000000;
}

/*.active a:active{
	color:#FF9966;
}*/

#content2 {
	width:615px;
	height:487px;
	float:left;
}

#content2 li{
	color:#768289;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	list-style:none;
	text-decoration:none;
	padding-top:20px;
}

#content-bullet {
	width:615px;
	height:487px;
	float:left;
}

#content-bullet li{
	color:#768289;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	padding-top:20px;
	text-align:left;
	margin-left:20px;
	width:580px;
	
}

.content-address {
	width:615px;
	float:left;
}

.content-address ul{

}

.content-address ol{
	color:#768289;
	font-family:Verdana;
	font-size:11px;
	padding-top:20px;
	text-align:left;
	margin-left:20px;
	width:580px;
}

.click a{
	color:#2861B2;
}

#content2 a:hover{
	color:#949494;
}

#content2 a {
	color:#768289;
	text-decoration:none;
}

#content2 a:hover {
	color:#FF9900;
	text-decoration:none;
}

#content2 h5 {
	color:#7B8384;
	font-family:Verdana;
	font-size:17px;
	font-weight:lighter;
	padding-left:15px;
	padding-top:20px;
	text-align:left;
}

#content2 p{
	color:#7B8384;
	font-family:Verdana;
	font-size:12px;
	padding-top:5px;
	text-align:left;
	padding-left:15px;
}

#content3 {
	width:165px;
	height:487px;
	float:left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C3C3C3;
}

#content3 p{
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:;
	color:#768289;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	background-position:8px 4px;
	margin-top:10px;
}

#content3_img_div {
	padding-top:14px;
}

#content3_flash_div {
	padding-top:13px;
	padding-left:5px;
}

#footer {
	color:#888888;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	letter-spacing:-1px;
	line-height:14px;
	padding-left:4px;
	margin-bottom:5px;
	height:30px;
}

#footer a{
	color:#2861B2;
	text-decoration:none;
}

#footer a:hover{
	color:#FF9900;
	text-decoration:none;
}
	
	
