@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-color:#CC0000;
}

* {
	margin:0;
	padding:0;
}

div#page_wrapper {
	width:852px;
	margin:0 auto;
}

div#main_container {
	width:852px;
	margin:0 auto;
	background-color:#FFFFFF;
	
}
div#mainwrapper {
	width:750px;
	float:left;
	background-image:url(../images/main_container_bkgd.gif);
	background-repeat:no-repeat;
	
}
div#featured_area {
	width:100px;
	height:100%;
	float:left;
	background-color:#FFFFFF;
	border-left:thin solid #999999;
}

div#top_banner {
	width:750px;
	height:161px;
	float:left;
	background-image:url(../images/top_banner_notote.gif);
	background-repeat:no-repeat;
}

div#two-col {
	width:750px;
	float:left;
	background-image:url(../images/twocol_bkgd.gif);
	background-repeat:repeat-y;
}

div#content {
	width:490px;
	min-height:265px;
	float:left;
	background-image:url(../images/copy_bkgd.gif);
	background-repeat:no-repeat;
	
}

div#quote {
	width:260px;
	min-height:250px;
	float:left;
	background-image:url(../images/quote_col_bkgd.gif);
	background-position:right;
}

div#contact {
	width:750px;
	float:left;
	background-color:#FFFFFF;
}

div#contact_col1 {
	width:235px;
	float:left;
	background-color:#FFFFFF;
}
div#contact_col2 {
	width:515px;
	float:left;
	background-image:url(../images/contact_area.gif);
	background-repeat:no-repeat;
}



div#vector_tote {
	position:relative;
	padding-top:4px;
	padding-left:603px;
}

p.first_paragraph {
	padding-top:30px;
}
p {
	padding: 10px 10px 0 30px;
}
	
div#quote p {
	padding:30px 40px 0 25px;
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	font-size:12px;
}
div#contact_col2 form {
	padding-top:20px;
	padding-left:320px;
}

div#contact_col2 form p {
	padding:0;
}
div#tote {
	float:right;
}	
	


div#footer {
	width:850px;
	float:left;
	background-color:#CC0000;
}

#footer p.copyright {
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}
#footer p.copyright a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
}
a {
	color:#CC0000;
	font-weight:bold;
}

a img {
	border:none;
}