/* Property of GAHCS */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fff;
	color: #9f9f9f;
	font-size: 100%;
	font-family: "arial", helvetica, sans-serif;
}

a {
	color: #99CC00;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
p {
	padding: 5px;
}
#ccon h2 {
	padding: 1px 5px;
	background-color: #F9F9F9;
	color: #f5cd00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
}

.second {
color: #FF9900;
}

#sidebar h3 {
	padding: 1px 5px;
	background-color: #F9F9F9;
	color: #f5cd00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
}
blockquote p {
	font: 160% Arial;
	color: #aaa;
	padding: 5px;
	line-height: 25px;
}
.highlight {
	color: #f5cd00;
	font-weight: bold;
	font-style: italic;
}
#header {
	height:96px;
}

#logo {
	width:258px;
	float:left;
}

#logo h1{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-top:30px;
}

#logo h4 {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}

#links ul {
	margin:0px; 
	padding-top:67px;
}

#links li{
	float:left;
	list-style-type:none;
	width:129px;
	height:25px;
	text-align:center;
	background-color:#f3f3c8;
	border-left:1px solid #FFF;
	padding-top:4px;
}

#links a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666;
	font-weight:normal;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#mainimg {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}

#mainimg h3 {
	font-family:"Trebuchet MS";
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}

#mainimg h4 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}

#container {
	width: 778px;
	text-align: left;
	margin: 0px auto 0 auto;
	background: #fff;
	padding: 0 !important;
}

/* sidebar */
#sidebar {
	float: right;
	width: 254px;
	margin: 10px 10px 0 0;
	padding: 0;
	background: #fff;
	color: #787878;
}
/* Side bar thumbs  */
.thumbs img {
	position: relative;
	padding: 1px;
	margin: 2px 3px 3px 2px;
	border: 2px solid #aaa;
	background-color: inherit;
}
.thumbs img:hover {
	border: 2px solid #99CC00;
}
/*right nav */
.nav-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-right {
	margin: 10px;
}
.nav-right li {
	display: block;
	padding: 0;
	margin: 2px 0 2px 0px;
	border-bottom: 1px dotted #888;
}
.nav-right li a {
	display: block;
	padding: 1px 1px 1px 20px;
	text-decoration: none;
	background: inherit;
	color: #aaa;
	background: transparent url(images/page.png) left center no-repeat;
}
.nav-right li a:hover {
	color: #888;
	background: #eee url(images/page.png) left center no-repeat;
}
/* Center */
#center {
	float: left;
	width: 470px;
	margin: 10px 10px 10px 10px;
	background: #fff;
	color: #787878;
	padding: 0;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
/* footer */
#footer-contents {
	clear: both;
	text-align: right;
	background: inherit;
	margin: 0;
	padding: 2px 0 2px 0;
	border-top: 1px dotted #aaa;
}
#footer-copy {
	padding: 5px;
	background: inherit;
	margin: 4px 16px 4px 10px!important;
	color: #666;
}
#footer-copy a, #footer-copy a:visited {
	color: #1c6ea8;
}
#footer-copy a:hover, #footer-copy a:visited:hover {
	color: #99CC00;
}
#footer-links {
	font-size: 10px;
	padding: 0;
	margin: 10px 16px !important;
}
