/* CSS Document */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff;
	}
	
#container {
	width: 725px;
	border: 1px solid #efefef;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding: 0;
	margin-bottom: 0;
	height: 102px;
}

#logo {
	float: left;
}
#banner {
	padding: 0;
	margin-bottom: 0;
	background-image: url('images/bg-banner.gif');
	background-repeat: repeat-x;
	background-position: top left;
	height: 166px;
	text-align: left;
}

#banner p {
	margin: 0 0 0 20px;
	width: 460px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #FFF;
	}

#banner-bg {
	padding: 0;
	margin-bottom: 0;
	background: transparent url('images/bg-banner-colorblocks.gif') no-repeat bottom right; 
	height: 166px;
}

#content {
	padding: 0 20px 10px 0px;
	margin-left: 220px;
	text-align: left;
}

#content p {
	font-size: 12px;
	color: #333;
	line-height: 16px;
	}

#content h1 {
	font-size: 22px;
	font-weight: bold; 
	color: #0066CC;
	border-bottom: 5px solid #ECF7DD;
	padding-bottom: 5px;
	}

#content h2 {
	font-size: 14px;
	font-weight: bold; 
	color: #000;
	
	padding-bottom: 5px;
	}
#content h3 {
	font-size: 14px;
	font-weight: bold; 
	color: #000;
	
	padding-bottom: 5px;
	}	
	
#content ul {
	font-size: 12px;
	color: #333;
	line-height: 18px;
	list-style-type: square;
	}
	
#content a, a:visited {
	color: #06c;
	}
	
#menu {
	float: left;
	width: 200px;
	\width: 220px;
	w\idth: 200px;
	margin: 0;
	margin-right: 0;
	padding: 0;
	background-color: #fff;
	text-align: left;
}

#menu p {
	padding: 5px 15px 5px 20px;
	font-size: 12px;
	}
	
#navcontainer { width: 200px; }

#navcontainer ul
	{
	margin-left: 0;
	padding-left: 20px;
	list-style-type: none;
	font-size: 12px;
	line-height: 16px;
	}

	
#navcontainer a.sub
	{
	margin-left: 0;
	padding-left: 20px;
	list-style-type: none;
	font-size: 12px;
	border-bottom: 0;
	}

#navcontainer a.sub:hover
	{

	background-color: #fff;
	color: #c00;
	}

#navcontainer a
	{
	display: block;
	padding: 3px;
	width: 150px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	}

#navcontainer a:link, #navlist a:visited
	{
	color: #41708B;
	text-decoration: none;
	}

	


	
#navcontainer a:hover
	{
	background-color: #369;
	color: #fff;
	}

#navcontainer a.active
	{
	background-color: #efefef;
	color: #000;
	
	}
	
#navcontainer a.sub-active
	{
	
	font-weight:bold;
	color: #000;
	border-bottom: 0;
	margin: 0;
	padding-left: 20px;
	}

#navcontainer a.sub-active:hover
	{
	background-color: #fff;
	color: #c00;
	}

#footer {
	clear: both;
	padding: 10px;
	margin-top: 0;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	border-top: 1px dashed #ccc;
	background-color: #f5f5f5;
	font-family: Verdana, Arial, sans-serif;
	color: #666;
}

#footer a, a:visited {
	color: #06c;
	}
#footer p {
	margin: 0 0 0 0;
	font-size: 10px;
	color: #333;
	line-height: 16px;
	}
.title {
	margin: 27px 0 10px 20px;
	}

hr {
	border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}
	
.transparent {
	display: none;
	}
	
img {
	border: 0;
	}