/*--- 
Drive New Media
CSS Template
9/2009
---*/

/* Colors: 
		green: 			#777c65;
		brown: 			#543f14;
		light green:	#abb191;
*/

/*reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #333333 url(../images/bg_logo.gif) repeat-x;
	color: #000;
	font: 90%/1.5em Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	height: auto;
}
ul li {
	list-style: url(../images/bullet.gif) none inside;
}
ul.noStyle li { list-style: none; }
ul.noStyle li a {  color: blue; }

a {
	color: #fff;
	text-decoration: none;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}



/* -------------------------- HEADERS ------------------------------------ */

h1,h2,h3,h4,h5,h6 { letter-spacing:1px; color: #000; }

h1 {
	font-size:1.5em;
	font-weight: bold;
	color: #D71A22;
}
h2 {
	font-size:1.5em;
	color: #333;
}
h3 {
	font-size:1em;
	color: #127000;
}
h4 {font-size:1em; }


/* ------------------------- LAYOUT SECTIONS ------------------------------ */
#terms {
	margin: 0 auto;
	width: 892px;
	height: 2000px;
	text-align: center;
	background: url(../images/body_bg.png) repeat-y;
}
#wrapper {
	margin: 0 auto 0 120px;
	width: 892px;
	text-align: center;
	background: url(../images/body_bg.png) repeat-y 100%;
	height: auto;
	float: left;
}
#header {
	height: 171px;
	width: 879px;
	text-align: left;
	padding-right: 6px;
	padding-left: 7px;
}
#logo {
	width: 310px;
	float: left;
}
#content {
	width: 892px;
	background: #FFF url(../images/body_bg.png) repeat-y;
	padding-right: 6px;
	padding-left: 7px;
}
#footer {
	width: 880px;
	text-align: right;
	background: url(../images/shredded_paper.gif) no-repeat center bottom;
	float: left;
	height:220px;
	padding-right: 6px;
	padding-left: 7px;
	vertical-align: bottom;
	color: #FFF;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
}
#sec_nav {
	float: right;
	margin-top: 200px;
}
#col1 {
	float: left;
	width: 150px;
	background: #FFF;
}
#col2 {
	float: left;
	width: 446px;
	text-align: left;
	padding-right: 20px;
	background: #FFF;
}
.image img { width: 445px; height: 295px; padding-top: 20px;  }
#col3 {
	float: left;
	width: 262px;
	text-align:left;
}
#nav {
	font-size: 70%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: capitalize;
	background: url(../images/nav_bg.gif) repeat-x;
	height: 31px;
	width: 563px;
	float: right;
}
#phonenum {
	text-align: right;
	float: right;
	height: 116px;
	width: 563px;
}
a .nav {
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}
#nav_deco {
	background: url(../images/nav_yellowline.gif) no-repeat bottom;
	width: 564px;
	height: 24px;
	float: right;
}
.link {
	color: #A50000;
}
#form {
	background: #CCC url(../images/contactfrom_bg.gif) repeat-y;
	font: 90% Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
	width: 232px;
	padding: 20px 20px 20px 10px;
	margin-bottom: 20px;
}
.submit {
	background: #D21922;
	color: #FFF;
}
#paypal { text-align: center; }
