/* CSS Document */

body { margin:0px; padding:0px; background:url(images/header_bgr.jpg) repeat-x; background-color:#f6f6f6; color:#2b2b2b; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:140%;}
div { margin:0px; padding:0px; }

h1 { font-size:36px; letter-spacing:-2px; }
h2 { font-size:22px; letter-spacing:-1px; line-height:135%; }
h3 { font-size:18px; letter-spacing:-1px; }
h4 { font-size:16px; letter-spacing:-1px; text-decoration:underline;  margin-bottom:0px; }

.head_h2 {font-size:22px; letter-spacing:-1px; line-height:135%; }
.nav_h1 { color:#ffc600; font-size:36px; font-weight:500px; }
.welcome_italic { font-style:italic; font-weight:normal; line-height:145%; }

a { 	color:#0380da; }

#container {
	width:1000px;
	margin:0px auto;
}

#header {
	width:1000px;
	height:388px;
	overflow:hidden;
	background:url(images/header_bg.jpg) no-repeat;
}

.displace {
	position: absolute;
	left: -5000px;
	font-size:20px;
}

#navigation {
	margin-left:20px;
	padding-top:40px;
	width:210px;
	background-color:#2b2b2b;
}

#navigation ul {
	padding:0px;
	margin:0px;
}

#navigation li {
	line-height:160%;
	list-style-type:none;
}

#navigation a {
	color:#ffffff;
	text-decoration:none;

}

#navigation a:hover {
	color:#ffc600;
	border-bottom:1px solid #ffc600;
}

#navigation .selected {
	color:#ffc600;
}


#body_content {
	margin-left:20px;
	overflow:auto;
}

#body_content li {
	margin-bottom:10px;
}

#welcome_text {

width:530px;
float:left;
}

#welcome_img {
	float:right;
	width:430px;
	overflow:hidden;
}

#footer {
	margin:0px auto;
	xtext-align:center;
	margin-top:50px;
}

#bottom_nav {
	margin-top:50px;
}

#bottom_nav a {
	font-size:13px;
	color:#0380da;
}

#left_arrow {
	width:200px;
	float:left;
}

#right_arrow {
	width:200px;
	float:right;
	text-align:right;
	margin-right:2px;
}
