﻿@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_home.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.7em;
	color: #f5f5f5;
	background-color: #1c1c1c;
}
a:link {
	color: #ffc423;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffc423;
}
a:hover {
	color: #ffc423;
}
a:active {
	color: #000000;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #999999;
	font-weight: lighter;
}
h2 {
	font-size: 20px;
	color: #666666;
	line-height: 1.3em;
	font-weight: lighter;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #ffc423;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffc423;
}

#wrapper {
	margin: auto;
	padding: 0px;
	width: 1003px;
	height: auto;
	overflow: hidden;
}

#header {
	height: 260px;
	background-repeat: no-repeat;
	background-image: url(../images/headerhome.png);
}
#GoToHome {
	display: block;
	height: 200px;
	width: 100%;
}

#NAVDropdown {
	color: #FFFFFF;
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/*Main NAV*/
#MainNAV {
	height: 41px;
	position: absolute;
	top: 253px;
	width: 1000px;
	text-align: right;
}

.MainNAV{
	list-style-type: none; /*set to left, center, or right to align the menu as desired*/
	margin: 0px;
	padding: 0px;
}

.MainNAV li{
display: inline;
margin: 0;
}
#L2NAV {
	width: 900px;
	position: absolute;
	top: 309px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 40px;
}

/*L2 NAV*/
.L2NAV{
	list-style-type: none; /*set to left, center, or right to align the menu as desired*/
	margin: 0px;
	padding: 0px;
}

.L2NAV li{
display: inline;
margin: 0;
}

.L2NAV li a{
	text-decoration: none;
	margin-right: 50px;
	color: #CCCCCC;
	padding-right: 7px;
	padding-left: 7px;
}

.L2NAV li a:visited{
	color: #CCCCCC;
}

.L2NAV li a:hover{
	color: #ffc423;
}

.L2NAV li a:active{
	color: #CCCCCC;
}

.L2NAV li.selected a{ /*selected tab effect*/
	color: #CCCCCC;
}



#ContentWrapper {
	margin-bottom: 25px;
}
.SubNAVHeader {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffc423;
}
#SubNAV {
	height: 28px;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffc423;
	border-bottom-color: #2f2f2f;
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
}

#SubNAV a {
	color: #ffc423;
}
#SubNAV a:link {
	color: #ffc423;
}
#SubNAV a:visited {
	color: #ffc423;
}
#SubNAV a:hover {
	color: #FFFFFF;
	text-decoration:underline
}
#SubNAV a:active {
	color: #ffc423;
}

#H1holder {
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2f2f2f;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
}
.sidebar {
	font-size: 12px;
	color: #CCCCCC;
}
#BacktoTop {
	height: 32px;
	width: 1000px;
	margin: auto;
	padding: 0px;
}
#footer {
	font-size: 12px;
	color: #999999;
	background-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffc423;
	height: auto;
	width: 100%;
	text-align: center;
}
#FooterContent {
	width: 1000px;
	margin: auto;
	padding: 0px;
}
#LeftColumnCopy {
	float: left;
	width: 525px;
	margin-bottom: 50px;
}
#LeftColumnFullWidth {
	float: left;
	width: 920px;
	margin-top: 10px;
	margin-bottom: 30px;
}

#LeftColumnHome {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #ffc423;
	height: 575px;
	background-image: url(../images/home_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
}

#home_video {
	float: right;
	height: 260px;
	width: 423px;
	border: 1px solid #ffc423;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-top: 10px;
}
#home_services {
	z-index: 1;
}


#RightColumnCopy {
	background-image: url(../images/bg-sidebar.jpg);
	background-repeat: repeat-x;
	padding: 20px;
	float: right;
	width: 310px;
	margin-top: 15px;
}
#RightColumnHome {
	background-image: url(../images/bg-sidebar.jpg);
	background-repeat: repeat-x;
	float: right;
	width: 200px;
	margin-top: 25px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: 25px;
}
#Careers_WhattoExpect {
	width: 300px;
	background-image: url(../images/Careers_WhattoExpect.jpg);
	background-repeat: no-repeat;
}

.intro {
	font-size: 20px;
	color: #666666;
	line-height: 1.3em;
}
.introHeader {
	font-size: 16px;
	text-transform: uppercase;
	color: #999999;
}



.viewwork {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}



#column1, #column2, #column3, #column4 {
	width: 330px;
	padding-top: 20px;
}
#column1, #column3, #column4 {
	position: relative;
}

#column1 {
	left: 0;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0F0F0F;
}
#column2 {
	position: relative; /* Sets column2 to push the footer down where it should be */
	left: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0F0F0F;
}
#column3 {
	left: 0px;
	float: right;
}
#Address {
	clear: both;
	height: 35px;
	padding-top: 20px;
}
.FooterColHeaders {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffc423;
}
ul.FooterList{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	line-height:23px;
}
ul.FooterList li{
	margin:0;
	padding:0;
	color: #6B6B6B;
	text-decoration: none;

}

ul.FooterList li a{
	display:block;
	color:#6B6B6B;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0px;

}

ul.FooterList li a:visited{
	color: #6B6B6B;
	text-decoration: none;

}

ul.FooterList li a:hover{
	color: #ffc423;
	background-color: #0A0A0A;

}

ul.FooterList li a.current, ul.vert-one li a.current:visited, ul.vert-one li a.current:hover{
	color: #000000;
	font-weight: bold;
	background-color: #000000;

}
#flashcontent {
	font: 12px;
	font-weight: bold;
	color: #999;
	text-align:center;
	line-height: 200px;
}
.FooterContact {
	font-weight: bold;
	color: #FFFFFF;
}
#services_home {
	width: auto;
	position: absolute;
}
.homelinks {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.homelinks a:link {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	color: #000000;
}
.homelinks a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #333333;
}
.homelinks a:hover {
	color: #CC9400;
	text-decoration: none;
}
.homelinks a:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #000000;
}

