﻿/* @override http://192.168.1.200/styles/main.css */

/* @override http://localhost/c4c/styles/main.css */

@import "reset.css";

/* @group Main Body Styles */

body{
	font-family: Arial;
	font-size: 12px;
	background-color: #000000;
	padding:0px;
	margin:0px;
}

body p{
line-height: 15px;
}

#wrapper{
	width: 970px;
	margin:auto;
	background-color: #333333;
}

#banner{
	/* background-color: #011966; */
	width:100%;
	min-width: 970px;
	height:203px;
	text-align: center;
	background-image: url("../images/banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	clear:both;
}

div#tagline{
	width:930px;
	margin:105px auto 0 auto;
	color:#a6a6a6
}

div#content{
	width:928px;
	margin:auto;
	padding: 0;
	overflow: hidden;
}

div#column-left{
	float:left;
	width:674px
}

div#column-left-wider{
	float:left;
	width:765px
}

div#column-left-wider2{
	float:left;
	width:820px
}

div#column-right{
	width:230px;
	margin: 0;
	float: right;
}

/* @end */

/* @group Text Styles */

#content{
	color:#ffffff;
}

#content p{
	margin: 20px 0 30px 0;
	font-size: 12px;
}

#content.about p{
	font-size: 13px;
	line-height: 18px;
}

#content a{
	color: #ffffff;
}

span.caption{
	font-size: 11px;
	margin: 5px 0 25px 0;
	display: block;
}

/* @end */

/* @group Header Styles */

h1{
	font-size: 31px;
	font-weight: bold;
	text-transform: uppercase;
}

h2{
	font-size: 30px;
	font-weight: bold;
}

div#content h2{
	margin-bottom:40px;
}

/* @end */

/* @group Header Signup */

div#header-signup{
	height:15px;
	padding:15px 0;
	width:936px;
	margin:auto;
	font-size: 11px;
	color:white;
	text-transform: uppercase;
}

div#header-signup form{
	float:right;
	display: inline;
}
div#header-signup #EmailAddress {
	height:14px;
	width:130px;
}
div#header-signup input.submit{
	background-color: #333333;
	border:none;
	color:white;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
}

/* @end */

.undersigned{
	text-decoration:underline;
	color:white;
}

.small{
	font-size: 85%;
}

/* @group Footer Styles */

div#footer-border{
	background-color: #666666;
	height:15px;
	width:100%;
	margin-top:65px;
}

div#footer{
	width:933px;
	margin:auto;
	padding:30px 0 50px 0;
	color: #999999;
}

div#footer #footer-links{
	float:right;
}

div#footer a{
	color:#999999;
}

div#footer a.newsletter-link{
	font-size: 24px;
	color:#39C;
	text-decoration: underline;
	margin-bottom: 10px;
	display:block;
}

div#footer a:hover:hover{
	color:#39C;
	text-decoration: underline;

div#footer p{
	margin-top:15px;
}

div.feedburnerFeedBlock p.date {	text-align: left;	margin-left:0px;	padding: 0;	margin: 0;		}

div.feedburnerFeedBlock li div {	text-align: left;	margin-left:0px;	padding: 0;	margin: 0;	}

div.feedburnerFeedBlock ul {	text-align: left;	margin-left:0px;	padding: 0;	margin: 0;	}

div.feedburnerFeedBlock span.headline {	text-align: left;	margin-left:0px;	padding: 0;	margin: 0;		}

div.feedburnerFeedBlock ul li {	list-style-type: none;	text-align: left;	margin-left:0px;	padding: 0;	margin: 0;		}

div.feedburnerFeedBlock p.feedTitle {	font-weight: bold;		}

/* @end */