@charset "utf-8";
body {
	font: 100% Helvetica, Arial,sans-serif;
	/*background:#111111 url("../images/temp_bg.jpg");*/ /* turn this on for 320Kb static background image */
	background:#111111 url("../images/page_bg.gif"); /* turn this on for 450Kb animated GIF background image */
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.clearFloat {
	float: none;	
}
#container {
	width: 1023px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 104px;
	background:#fffeeb url("../images/header_bg.jpg") no-repeat;
}
#header h1 {
	margin: 0;
	text-indent: -1000em;
}
#nav {	
	height: 20px;
	background: #940001 url("../images/nav_bg.jpg") no-repeat;
	color: #FFF;
	font-weight:bold;
	border-bottom: 25px #000000 solid;
}
#mainContent {
	background: url("../images/main_bg.png") no-repeat;
	height: 460px;
}
#homeH1 h1 {
	width: 300px;
	height: 35px;
	text-indent: -1000em;
	background: url('../images/star_quality2.jpg') no-repeat;
}
#footer {
	height: 105px;
	/*background: url("../images/footer_bg2.jpg") no-repeat;*/ /* static JPG image to go with static page background above (see BODY tag */
	background: url("../images/footer_bg2.png") no-repeat; /* transparent PNG file for when animated page background is being used */
	padding-top: 30px; 
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #333;
	text-decoration:none;
}
/* sub layout sections */

#navcontainer {
	margin:  0px 0 0 85px;
	padding: 0;
	height: 20px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	width: 100px;
	height: 20px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 12px/24px Helvetica, Arial,sans-serif;
}

#navcontainer ul li a:hover {
	color: #FFF;
	background: #000;
}

#navcontainer a:active {
	background: #000;
	color: #FFF;
}

#navcontainer li#active a {
	background: #000;
	color: #FFF;
}
#pageflip {
	position: relative;
}
#pageflip img {
	width: 80px; height: 84px;
	z-index: 299;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 80px; height: 80px;
	position: absolute;
	z-index: 250;
	right: 0; top: 0;
	background: url(../images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}
#bodyCopy {
	padding: 25px 40px 0px 40px;
	float: left;
	width: 450px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#bodyScroll {
	padding: 25px 40px 0px 40px;
	float: left;
	width: 350px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#news-ticker{
	width:300px;
	height:200px;
		border:1px #ccc solid;
	overflow:hidden;
}
	#news-ticker h4{
		color:#FFF;
		display:inline;
	}
	#news-ticker div{
		height:200px;
		width:300px;
		padding: 0 8px 8px 8px;
		margin-top:-1px;
	}
		#news-ticker div.first{
			margin-top:0;
		}
		
	#news-ticker p{
		font-size:11px;
		margin-left: 0 !important;
		margin-left: 5px;
		display:inline;
	}

#ticker-container{
	position:relative;
}
	#ticker-container button{
		position:absolute;
		right:5px;
	}
#add-news{
	top:0px;
}
#shuffle-news{
	top:25px;
}
#contact {
	padding: 10px;
	width: 370px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	background: #900;
	text-align: center;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	height: 20px;
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
}
.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	cursor: hand;
	float: right;
}

.formField2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	height: 100px;
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow:auto;
	padding: 5px;
}
.thankyouText {
	text-align: center;
	color: #B30838;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

