html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, 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, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align:baseline;}
/* remember to define focus styles */
:focus {outline: 0;} ol, ul {list-style: none;}
div {display:block;}

/* =Load Fonts. 
----------------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =Start the Style. 
----------------------------------------------------------------------------------------------------------- */
body {
	background-color:#FFF;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/* =Grid the boxes. 
----------------------------------------------------------------------------------------------------------- */
#wrapper { width:1024px; margin-left:auto; margin-right:auto;}
#header { height:72px; width:1024px; }
#logo {
	background-image: url(images/logo.png);
	height: 57px;
	width: 250px;
	float:left;
	margin-top:15px;
}
#logo h1 a{	
	height: 57px;
	width: 250px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

#nav { width:752px;height:30px; float:left; margin-top:42px;}

#nav ul li { 
	height:30px;
	display:inline-block;
	float:left;
	text-transform: uppercase;
}

#nav ul li a {
	font-family:'DroidSansRegular', Arial, sans-serif;
	text-decoration:none;
	color:#999;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	display:inline-block;
	height:20px;
}

/*li#about_btn a {background-image: url(images/nav_bg.png);	background-repeat: repeat-x; }
li#personnel_btn  a {background-image: url(images/nav_bg.png);	background-repeat: repeat-x;}
li#projects_btn  a {background-image: url(images/nav_bg.png);	background-repeat: repeat-x;}
li#vehicles_btn  a {background-image: url(images/nav_bg.png);	background-repeat: repeat-x;}
li#contact_btn  a {background-image: url(images/nav_bg.png);	background-repeat: repeat-x;}*/

#nav ul li a:hover {
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	color:#fff;
}

#content { width:1024px;}

#slideshow { 
	width:1024px;
	background-color:#4a93ad;
	margin-top:26px;
	float:left;
	height:224px;
}

#slide_img_holder{width:512px;float:left;}
#slide_copy_holder{width:512px;float:left; padding-top:78px;}

#col_1 {
	margin-top:25px;
	width:456px;
	height:100%;
	float:left;
	padding-right: 28px;
	padding-left: 28px;
}
#col_2 {
	margin-top:25px;
	height:100%;
	width:455px; /*-1px for border*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	float:left;
	padding-right: 28px;
	padding-left: 28px;
}

#footer { 
	width:1024px;
	height:22px;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	color:#ccc;
	text-align:center;
	padding-top:8px;
	float:left;
	margin-top:25px;
}
#footer p{ 	color:#ccc;}

/* =Start The Type. 
----------------------------------------------------------------------------------------------------------- */
h1 { 
	font-family:'DroidSansRegular', Arial, sans-serif;
	text-transform: uppercase;
	font-size:49px;
	color:#fff;
	margin-top:-12px;
}

h2 { 
	font-family:'DroidSansRegular', Arial, sans-serif;
	text-transform: uppercase;
	font-size:19px;
	color:#4a93ad;
	margin-bottom:5px;
	letter-spacing:.04em;
	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#616161;
	margin-bottom:20px;
	line-height:1.4em;
}

a {}

.white { color:#FFF;}
h2.white_custom { color:#FFF; padding-left:6px; width:200px; display:block;}

/* =Start Animation.
----------------------------------------------------------------------------------------------------------- */
.white_custom {
	display:hidden;
}

/* =Start Animation.
----------------------------------------------------------------------------------------------------------- */


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

