/* CSS Document */

body {
	background:#cdd7dd;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#pagewrap {
	width: 856px;
	background:#cdd7dd url(images/pg_bkgd.gif) top center repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#wrapper {
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#header {
	height: 123px;
	text-align: left;
	}	
	
#header img {
	padding: 33px 0 0 20px;
	}

/*mainnav rules*/
#navbar {
	height: 20px;
	margin-bottom: 3px;
	padding: 0;
	border-top: 1px solid #7c7b7a;
	border-bottom: 1px solid #7c7b7a;
	}	
	
#navbar ul {
	list-style:none;
	margin: 3px 0 0 0;
	padding: 0;
	font:11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #7c7b7a;
	}

#navbar li {
	display:inline;
	}	

#navbar li a {
	background-color: #fff;
	color: #7c7b7a;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	}
	
#navbar li a:hover{
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	}
	
#navbar li.off{
	background-color: #ccc;
	color: #fff;
	padding: 3px 10px 3px 10px;
	}	
	

/*homepage header*/	
#homeimage {
	height: 199px;
	background:url(images/home_main_img.jpg) top left no-repeat;
	border-bottom: 1px solid #8abbda;
	margin-bottom: 29px;
	}	

#homeimage h1 {
	display: none;
	}
		
#maincontent {
	padding:  0 30px 44px 30px;
	border-bottom: 1px solid #8abbda;
	}		
	
#maincontent p{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	letter-spacing: .03em;
	color: #636566;
	text-align:justify;
	}
	
/*footer rules */
#pagecap {	
	width: 794px;
	height: 25px;
	/*background:url(images/footer_bkgd.gif) top center repeat-y;*/
	}
	
#pagecap p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .03em;
	color: #7a7a7a;
	margin: 10px 0 0 0;
	padding: 0;
	}				
	
#pagecap a {
	color: #1a9531;
	text-transform:uppercase;
	text-decoration: none;
	}
	
#pagecap a:hover {
	color: #7a7a7a;
	text-transform:uppercase;
	}	

/*secondary pages */
#headwrap {
	width: 794px;
	height: 109px;
	}
	
#contentwrap {
	width: 794px;
	border: 1px solid #FF0000;
	}
	
#subnav {
	width: 170px;
	height: 105px;
	float: left;
	background: #e6ebee;
	margin-bottom: 5px;
	}

#aboutimage {
	width: 624px;
	height: 109px;
	background:url(images/about_main_img.jpg) top left no-repeat;
	float: left;
	}	

#aboutimage h1 {
	display: none;
	}
	
#subchannel {
	width: 170px;
	float: left;
	}
	
#subcontent {
	width: 600px;
	border-bottom: 1px solid #8abbda;
	float: left;
	}		
	
#subcontent p{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	letter-spacing: .03em;
	color: #7a7a7a;
	text-align:justify;
	}

.sitright {
	float: right;
	margin: 0 0 10px 50px;
	overflow: auto;
	}
	
h3 {
	text-align:left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color:#000;
	line-height: 1.5em;
	}	
	
.attributes{
	font-size: 10px;
	color:#666;
	}			