@charset "utf-8";
/* CSS Document for Drive 33 */

/******** CSS RESET ********/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {
	line-height: 1;
	font-size: 62.5% !important;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
a {	text-decoration:none; outline-width:0; }
/******** END CSS RESET ********/

body {
	background: #f3f4f5 url(../media/strip.png) 0 0 repeat-x;
	font-family: 'Droid Sans', sans-serif;
	}

html, body {height: 100%;}

header {
	width: 990px;
	height: 120px;
	margin: 0px auto 0;
	padding-top: 40px;
	position:relative;
	}
	header #name {
		width: 750px;
		height: 120px;	
		overflow: hidden;
		float:left;
		margin:0;
		text-indent:-9999em;
		background: url(../media/logo.png) no-repeat 0 0;		
		padding: 28px 0;			
		}		

#wrap {min-height: 100%;}

#container {
	width: 990px;
	margin: 50px auto;
	overflow: auto;
	padding-bottom: 180px;
	}	
	
#content {
	width: 857px;
	height: auto;
	margin: 0 0 0 133px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #535353;
	}	
	#content .column {
		width: 265px;
		float: left;
		clear: none;
		display: inline;
		margin-right: 30px;
		}
		#content .right {
			margin-right: 0 !important;
			}
			#content h2 {
				display: block;
				clear: both;
				font-size: 2.2em;
				margin-bottom: 0.7em;
				color: #ffcd00;
				font-weight: 700;
				}
				#content p {
					margin-bottom: 1.5em;
					}
					#content a:link {
						color: #ffa200;
						font-weight: 700;	
						}
						#content a:hover {
							color: #052d6e;
							}
footer {
	height: 180px;
	position: relative;
	margin-top: -180px; /* negative value of footer height */
	background: #6b6b6b;
	clear:both;
	}
	footer .textarea {
		width: 990px;
		margin: 0 auto;
		} 
	footer h3 {
		font-size: 60px;	
		font-weight: 700;
		color: #cbcccd;
		line-height: 165px;
		}	
		footer h3 span {
			font-size: 24px;
			color: #e4e4e4;
			}				