/* CSS STYLE SHEET */

body 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	background-color: #505458;
	padding: 0;
	margin: 0;
	color: #666666;
}

/* --- LINKS --- */
a:link{ color: #ff9933; }
a:visited{color: #ff9933;}
a:hover{ color:#015daa;text-decoration:none;}

/* --- HEADERS --- */
h1{ 
	color:#015DAA;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 18px;
	padding:10px 0;
	margin: 4px 0px; 
	font-weight:normal; 
	text-transform:uppercase; 
}
h2{}
h3{}
h4{}
h5{}

/* --- COMMON --- */
img{ border: 0; }

/* --- WRAPPER --- */
#wrap
{
	background: #505458 url(../images/bg_wrap.gif) top left repeat-y;
	width: 700px;
	padding: 0 10px;
	margin: 0 auto;
}

/* --- HEADER --- */
#header
{
	background: #FFFFFF url(../images/bg_header.jpg) top left repeat-x;
	height: 82px;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* --- CONTENT --- */
#content
{
	background: #FFFFFF url(../images/bg_content.gif) top left repeat-y;
}

	.content_left
	{
		width: 441px;
	}
		.home_gray
		{
			background: #797c73;
			padding: 20px 24px;
			border-top: 2px solid #666A5E;
			color: #FFFFFF;
		}
		.content_pad
		{
			padding: 15px;
		}
		.content_pad2{
			padding: 27px 30px;
		}
	.content_right
	{
		width: 257px;
	}
		#nav
		{
			height: 225px;
			background: url(../images/bg_nav.gif) top left repeat;
		}
			#nav_top
			{
				padding-top:40px;
				background: url(../images/bg_nav_top.jpg) top left repeat-x;
			}
				#nav a 
				{
					font-size: 20px;
					text-decoration: none;
					line-height: 40px;
					padding: 0px 15px;
					border-top: 1px solid #999999;
					border-bottom: 1px solid #DFDFDF;
					display: block;
					margin-left: 30px;
					color: #3a3a3a;
				}
				#nav a:hover, #nav a.selected
				{
					color: #015DAA;
				}

/* --- FOOTER --- */
#footer
{
	background: url(../images/bg_footer.gif) top left no-repeat;
	width:680px;
	margin: 0 auto;
	padding: 20px 20px;
	text-align:center;
	color:#999999;
}

#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}



/* --- COLUMNS, FLOATS, AND AFTERS --- */
.left { text-align: left; }
.right { text-align: right; }
.column { float: left; }
.column_r { float: right; }
.clear { clear: both; }

#wrap:after, #header:after, #content:after, .home_gray:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



#subnav {
	margin-left:20px;
	margin-top:20px;
}

#subnav a {
	color: #0066CC;
	text-decoration:none;
}

#subnav a:hover {
	color: #ff9933;
	text-decoration:underline;
}

#subnav ul {

margin:0 0 0 0;
padding:0 0 0 20px;
line-height:17px;
}

#subnav ul li {
background-image:url(../images/list_item.jpg);
background-repeat:no-repeat;
list-style-type:none;
padding-left:15px;
}
