/* global.css */

html, body {

	background: #e1e1e1;
	
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
}


	/*
	
		WP STYLES
		
	*/
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 10px;
   margin-bottom: 7px;
   margin-top: 10px;
}

.alignright {
   float: right;
   margin-left: 10px;
   margin-bottom: 7px;
   margin-top: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #e6f0f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

h3 {
	
	color: #00072f;
	
	font-size: 22px;
	
}

a {
	color: #00072f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
	/*
	
		WRAPPER
	
	*/
	


#wrapper {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 950px;
	height: auto;
	
	background-color: #000000;
	
}


	/*
	
		HEADER
	
	*/


#header-wrapper {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 950px;
	height: 320px;
	
	background: url(images/header-bg.jpg) no-repeat;
	
}

#title {
	
	position: absolute;
	
	top: 80px;
	left: 25px;
	
	width: 500px;
	height: 80px;
	
}

#title p {
	
	margin: 0;
	
	font-size: 41px;
	
	text-align: center;
	
}	

#title span {
	
	color: #ffffff;
	
	font-size: 18px;
	
}

#home-nav {

	position: absolute;
	
	left: 66px;
	bottom: 7px;
	
	width: 102px;
	height: 39px;
	
}

#home-nav p {
	
	text-align: center;
	
	margin: 0;
	
}

#home-nav a {

	display: block;
	
	color: #ffffff;
	
	padding-top: 8px;
	
	height: 35px;
	
	font-size: 18px;
	
	text-decoration: none;
	
}

#home-nav a:hover {
	
	text-decoration: underline;
	
}

#contact-nav {

	position: absolute;
	
	left: 173px;
	bottom: 7px;
	
	width: 102px;
	height: 39px;
	
}

#contact-nav p {
	
	text-align: center;

	margin: 0;
	
}

#contact-nav a {

	display: block;
	
	padding-top: 8px;
	
	height: 35px;
	
	color: #ffffff;
	
	font-size: 18px;
	
	text-decoration: none;
	
}

#contact-nav a:hover {
	
	text-decoration: underline;
	
}

#faq-nav {

	position: absolute;
	
	left: 281px;
	bottom: 7px;
	
	width: 102px;
	height: 39px;
	
}

#faq-nav p {
	
	text-align: center;
	
	margin: 0;
	
}

#faq-nav a {

	display: block;
	
	padding-top: 8px;
	
	height: 35px;
	
	color: #ffffff;
	
	font-size: 18px;
	
	text-decoration: none;
	
}

#faq-nav a:hover {
	
	text-decoration: underline;
	
}

#searchbox-wrapper {

	position: absolute;
	
	right: 88px;
	bottom: 19px;
	
}

#searchbox-wrapper form {
	
	margin-top: 0px;
	padding: 0px;
}

#searchbox-wrapper input[type="text"] {
	
	width: 180px;
	height: 19px;
	
	margin-right: 7px;
	
	font-size: 14px;
	color: #00072f;
	font-weight: bold;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	border: 1px solid #ffffff;
	
}

#searchbox-wrapper input[type="submit"] {
	
	margin-bottom: -5px;
	
	width: 23px;
	height: 21px;
	
	background: url(images/search-btn.jpg) no-repeat;
	border: 0;
	
	cursor: pointer;
	
}

	/*
	
		CONTENT WRAPPER
	
	*/


#content-wrapper {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	border-left: 1px solid #038300;
	border-right: 1px solid #038300;
	
	width: 950px;
	height: auto;
	
}


	/*
	
		LEFT CONTENT
	
	*/


.no-indent {
	margin-left: 0px;
}

.left-content {

	position: relative;

	float: left;
	
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	
	width: 464px;
	height: auto;
	
	min-height: 400px;
	
	background: #006afe url(images/main-content-top-bg.jpg) top center no-repeat;

}

.left-content p {
	
	color: #ffffff;
	
	line-height: 19px;
	
	margin-top: 0px;
	
	padding-left: 10px;
	padding-right: 10px;
	
}

.left-content h1 {
	
	height: 53px;
	
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 0px;
		
	font-size: 22px;
	
	color: #ffffff;

}

.left-content h1 a {
	
	height: 53px;

	margin-bottom: 0px;
	padding: 0px;
	
	font-size: 22px;
	
	color: #ffffff;
	
	text-decoration: none;

}

#left-content h1 a:hover {
	
	text-decoration: none;
	
}

.left-content-date {
	
	position: absolute;
	
	right: 15px;
	top: 15px;
	
	width: 150px;
	height: 22px;
	
	z-index: 100;
	
}

.left-content-date p {

	margin: 0;
	
	font-size: 16px;
	
	text-align: right;
	
	color: #ffffff;
	
}

.left-content-bottom {
	
	position: absolute;
	
	bottom: 0px;
	
	width: 464px;
	height: 30px;
	
	background: #006afe url(images/main-content-bottom-bg.jpg) bottom center no-repeat;
	
}


	/*
	
		RIGHT CONTENT WRAPPER
	
	*/


#right-content-wrapper {

	position: relative;

	float: right;
	
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	
	width: 450px;
	height: auto;

}


	/*
	
		MIDDLE CONTENT
	
	*/


#right-content-left {

	position: relative;

	float: left;
	
	width: 175px;
	height: auto;
	
	min-height: 400px;
	
	text-align: center;
	
	padding-top: 20px;
	
	background: #006afe url(images/ads-content-top-bg.jpg) top center no-repeat;

}

#right-content-left-bottom {
	
	position: absolute;
	
	bottom: 0px;
	
	width: 175px;
	height: 30px;
	
	background: #006afe url(images/ads-content-bottom-bg.jpg) bottom left no-repeat;
}

	/*
	
		FAR RIGHT CONTENT
	
	*/

#right-content-right {

	position: relative;

	float: right;
	
	width: 257px;
	height: auto;
	
	color: #ffffff;
	
	min-height: 400px;
	
	background: #006afe url(images/right-content-top-bg.jpg) top center no-repeat;

}

#right-content-right p {
	
	margin-left: 10px;
	
	color: #ffffff;
	
}

#right-content-right a {

	color: #ffffff;
	
	font-weight: bold;
	
	text-decoration: none;

}

#right-content-right a:hover {
	
	text-decoration: underline;

}

#right-content-right h1 {
	
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	color: #000000;
	
	font-size: 22px;
	
}

.widgettitle {
	color: #000000;
}

#right-content-right h2 {
	
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	
	color: #000000;
	
	font-size: 22px;
	
}

#right-content-right h3 {
	
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	color: #000000;
	
	font-size: 22px;
	
}

#right-content-right ul {

	list-style-image: none;
	list-style-type: none;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	
	padding-left: 0px;
	padding-right: 0px;
	
}

#right-content-right li {

	list-style-image: none;
	list-style-type: none;
	
	margin-left: 10px;
	margin-right: 0px;
	
	padding-left: 0px;
	padding-right: 0px;
	
}

#right-content-right ul li ul {

	margin-left: 10px;
	
}

#right-content-right h2 {

	margin: 0px;
	padding: 0px;
	
	color: #000000;
	
	font-size: 22px;
	
}

#right-content-right-bottom {

	position: absolute;
	
	bottom: 0px;
	
	width: 257px;
	height: 30px;
	
	background: #006afe url(images/right-content-bottom-bg.jpg) bottom left no-repeat;

}


	/*
	
		COMMENTS
		
	*/
	
.margin-left-wrapper {
	width: auto;
	height: auto;
	margin-left: 10px;
}

.margin-left-wrapper li {
	color: #535353;
}
	
#comments {
	position: relative;
	width: 450px;
	height: auto;
	padding-left: 20px;
	padding-bottom: 15px;
}

#comments a {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#comments a:hover {
	text-decoration: underline;
}

textarea {
	width: 400px;
	height: 120px;
}

label {
	color: #ffffff;
}


	/*
	
		FOOTER
	
	*/


#footer {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 950px;
	height: 93px;
	
	clear: both;
	
	background: url(images/footer-bg.jpg) no-repeat;
	
}

#footer p {
	
	margin: 0;
	
	padding-top: 15px;
	
	text-align: center;
	
}

#footer a {

	color: #ffffff;
	
	text-decoration: none;
	
}

#footer a:hover {

	text-decoration: underline;
	
}

#subscribe {
	
	position: absolute;
	
	width: 110px;
	height: 20px;
	
	right: 10px;
	top: 5px;
	
}

#subscribe p {

	margin: 0;
	
}

#subscribe a {
	
	color: #ffffff;
	text-decoration: none;
	
}

#subscribe a:hover {
	text-decoration: underline;
}

