﻿/* CSS layout */
body {
	background:#e0eaf0 url(../images/layout/body-bg.gif) repeat-x;
	color:#303e41;
}

#master-wrapper {
	background:#FFFFFF url(../images/layout/masterwrapper-bg.gif) repeat-x;
	border:1px #FFFFFF solid;
	border-top:1px #9ba5ab solid;
}

#masthead {
	background:url(../images/layout/banner.gif) no-repeat;
	border-left:1px #d9e5ed solid;
	border-right:1px #d9e5ed solid;
	height:100px;
	text-align:right;
	font-size:12px;
	color:#9db8c0;
}

#masthead-right {
	background:url(../images/layout/header-right.gif) no-repeat; 
	float:right;
	width:360px;
	padding-right:20px;
	line-height:175px;
	height:100px;}


#masthead-right img {vertical-align:middle}

/* >> Top Navigation <<
-----------------------------------------------------------------------------*/

#top_nav {
	border-left:1px #d9e5ed solid;
	border-right:1px #d9e5ed solid;
	height:30px;
}

	#top_nav ul {

	}

	#top_nav ul li {
		float:left;
		background:url(../images/layout/nav-separator.gif) no-repeat 100% -1px;
	}

	#top_nav ul li a, 	#top_nav ul li a:visited {
		color:#303e41;
		font-size:12px;
		width:80px;
		height:28px;
		display:block;
		text-align:center;
		line-height:29px;
		text-decoration:none;
		background:url(../images/layout/navigator-link.gif) no-repeat -80px -1px;
		margin-right:2px;
	}
	
	#top_nav ul li a:hover
	{
		background-position:0px -1px;
	}


.padding20{	padding:20px;}

#container {
	min-width: 600px;
	min-height:600px;
	padding:20px 10px;
	border:solid 1px #dbe6ec; border-top:none;
}

#left_col {
	width: 205px;
	float: left;
	display:inline;
}

#right_col {
	width: 170px;
	float: right;
	display:inline;
}

#full_page_content
{
	padding:0px 10px;
}

#page_content{
	margin-left:215px;
	padding:0px 10px;
	background:url(../images/layout/divider-v.gif) repeat-y 0px 0;
}
		
#page_content_home {
	width:550px;
	margin-left:200px;
}

.content_wrapper{overflow:hidden;}
.content_divider{background:url(../images/layout/divider-v.gif) repeat-y 50% 0;}
.left_content{float:left; width:325px; padding:10px;}
.right_content{float:right; width:325px; padding:10px;}


#footer {
	clear: both;
	font-size:8pt;
	margin-top:5px;
}

	#footer a, #footer a:visited{
		font-size:11px;
		text-decoration:none;
		text-align:center;
		padding: 0px 4px 0px 4px;
		color:#303e41
	}

	#footer a:hover{color:#9E376A;}


