@charset "utf-8";
body, ul, li, p, h1, h2, h3, h4, h5, h6, img { margin: 0; padding: 0; border: 0; }

/* CSS For Site */
p	{
	font-family: "Palatino Linotype";
	color: #000;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 15px;
}
h2 a {
	font-family: "Georgia", arial;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none
}
h2 a:hover {
	color: #cecece
}
h4	{
	font-family: "Georgia", arial;
	font-size: 20px;
}
body {
	text-align: center;
	background: #cecece url(images/background.jpg);
}
.wrap {
	min-height: 472px;
	width: 980px;
	background: #FFF;
	margin: 20px auto 100px auto;
	border-bottom-right-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 0px 30px #969696;
	-moz-box-shadow: 0px 0px 30px #969696;
	-webkit-box-shadow: 0px 0px 30px #969696;
}
.head {
	height: 175px;
	width: 980px;
	background: url(images/header.png);
}
.title	{
float: left;
margin: 40px 0px 0px 20px;
}
.tagline	{
padding: 140px 0px 0px 910px;
}
.nav {
	text-align: left;
	margin-top: 3px;
	min-height: 200px;
	width: 200px; 
	background: #000; 
	float: left; 
	padding-bottom: 24px; 
	border-bottom-right-radius: 8px; 
	-moz-border-radius-bottomright: 8px; 
	-webkit-border-bottom-right-radius: 8px;
}
.nav li {
	border-bottom: #FFF 1px solid; 
	text-align: left; 
	padding-bottom: 2px; 
	list-style-type: none; 
	padding-left: 6px; 
	padding-right: 0px; 
	padding-top: 0px
}
.adsencecontent	{
	float:left;
	width: 780px;
	height: 23px;
	background: #000;
	margin-top: 3px;
	margin-bottom: 8px;
	padding-top: 6px;
	text-align: left;
}
.content {
	text-align: left;
	margin: 3px 0px 0px 200px; 
	width: 780px;
	min-height: 250px;
}
.contenttitle	{
	margin: 8px 0px 0px 8px;
}
.contenttext	{
	margin: 6px 16px 0px 16px;
}
.footer {
	width: 980px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.loginwrap {
	background-color: #fff; margin: 250px auto auto; width: 400px; height: 250px; -moz-border-radius: 12px; -khtml-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px
}
.loginpos {
	padding-bottom: 0px; padding-left: 20%; padding-right: 0px; padding-top: 20%

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
