/* @override http://localhost/c4c/styles/main.css */

@import "zero.css";
@import "nav.css";

/* @group Main Body Styles */

body{
	font-family: Arial;
	font-size: 13px;
	background-color: black;
	padding:0px;
	margin:0px;
}

#wrapper{
	width: 1100px;
	margin:auto;
	background-color: #333333;
}

#banner{
	/* background-color: #011966; */
	width:100%;
	min-width: 945px;
	height:296px;
	text-align: center;

	background-image: url("../images/banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	clear:both;
}

div#tagline{
	width:945px;
	margin:105px auto 45px auto;
	color:#a6a6a6
}

div#content{
	width:945px;
	margin:auto;
	color:white;
	background-color: #545051;
	padding: 60px 0;
}

div#content-top{
	width: 800px;
	height: 25px;
	background-image: url("../images/body-top.jpg");
	margin:auto;
}

div#content-main{
	width:730px;
	background-image: url("../images/body-middle.jpg");
	background-repeat: repeat-y;
	margin:auto;
	padding: 45px 35px;
}

div#content-bottom{
	width: 800px;
	height: 25px;
	background-image: url("../images/body-bottom.jpg");
	margin:auto;
}

/* @end */

/* @group Misc */

.undersigned{
	text-decoration:underline;
	color:white;
}

.small{
	font-size: 85%;
}


a, a:visited{
	color:white;
	text-decoration: underline;
}


/* @end */

/* @group Button Styles */

a.button, input.button{
	color:#192e6f;
	background-color: #cccccc;
	text-align: center;
	border: solid 1px #747474;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	width:300px;
	padding: 10px 0;
	margin:auto;
	margin-bottom:10px;
	display: block;
}

/* @end */

/* @group Header Styles */

h1{
	font-size: 31px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

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:945px;
	margin:auto;
	font-size: 11px;
	color:white;
	text-transform: uppercase;
}

div#header-signup form{
	float:right;
	display: inline;
}

div#header-signup input.submit{
	background-color: #333333;
	border:none;
	color:white;
	text-decoration: underline;
	text-transform: uppercase;
}

/* @end */

/* @group Footer Styles */

div#footer-border{
	background-color: #666666;
	height:15px;
	width:100%;
	margin-top:65px;
}

div#footer{
	width:945px;
	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;
}

div#footer p{
	margin-top:15px;
}

/* @end */