@charset "utf-8";
/* CSS Document */

html, body {
	background: url(images/body-bg.jpg) no-repeat center top;
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	margin-left:auto;
	margin-top:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#31395B;
	min-height:100%;
}

.clr {
	clear:both;
}

#wrapper {
	width:980px;
	overflow:hidden;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#top-header {
	background-color:#fff;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

#title-holder {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:150px;
}

.site-title {
	float:left;
	width:240px;
	color:#FFF;
	padding-top:20px;
}

.site-title h1 {
	font-size:36px;
	text-shadow: 0.1em 0.1em 0.2em black;
}

.top-ad {
	float:left;
	width:720px;
}
#social-holder {
	float:right;

}
.gplus {
	float:left;	
}

.addthis_toolbox {
	float:right;
	padding-top:5px;
}
#main-content-holder {
	width:980px;
	background-color:#fff;
	color:#666;
	font:Verdana, Geneva, sans-serif 14px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	overflow:hidden;
}

#main-content {
	width:640px;
	float:left;
	text-align:left;
	padding:10px;
}
#main-sidebar {
	width:300px;
	float:right;
	text-align:left;
	padding:10px;
}

.news {
	padding:10px;
	float:left;
}
.news a {
	text-decoration:none;
	color:#333;
}
.news a:hover {
	text-decoration:underline;
	color:#C00;
}
/* Navigation styles */

.nav-top-holder {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#FFF;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin-top:50px;
}
.nav-top {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.nav-top a: {
	color:#000;
	text-decoration:none;
}
.nav-top ul {
	float:left;
	padding-bottom:5px;
}
.nav-top li {
	display:inline;
	list-style: none;
}
.nav-top li a {
	display: block;
	float:left;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	padding:2px;
	padding-left:13px;
	padding-right:10px;
	padding-top:10px;
	background: url(images/arrow.png) left bottom no-repeat;
}
.nav-top a:hover {
	color:#C00;
}

#nav-2-holder {
	width:980px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
}
#nav-2 {
	float:left;
	background-color:#FFF;
	height:60px;
}
.nav-item {
	float:left;
	padding-top:8px;
	height:60px;
}
.nav-item:hover {
	background-color:#efefef;
	height:53px;
}
.nav-item a {
	display: block;
	float:left;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
}
.nav-div {
	background-color:#CCC;
	width:1px;
	height:60px;
	float:left;
}
.kwlink {
	text-decoration:none;
	color:#000;
}
.kwlink:hover {
	text-decoration:underline;
	color:#C00;
}

/* Footer */

#footer-links {
width: 980px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
font-size:10px;
}
#footer-links li {
display:inline;
list-style:none;
padding-right: 20px;
}
#footer-links a {
color:#006;
text-decoration: none;
}
#footer-links a:hover {
color:#C00;
text-decoration:underline;
}
#footer {
color:#000;
padding:10px;
}
#footer a {
text-decoration:none;
color:#000;
}

