/* Overall */
html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	background: url(../images/Layout_BG.jpg) #FFF repeat-x;
}

input, select, textarea {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #000; 
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #326CB1;
	text-decoration: underline;
}
a:hover {
	color: #55801A;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

p {
	margin: 0;
	padding: 0 0 1.1em 0;
	line-height: 1.3em;
}

ul {
	margin: -0.8em 0 0 0;
	padding: 0 0 0 3em;
}
ul ul {
	margin-top: 0;	
}
ul li {
	margin-bottom: 0.6em;
}

* :focus {
	outline: 0;
}


/* Headings */
.Heading1 {
	color: #3366FF;
	font-size: 14px;
}


/* Highlights */
.Highlight1 {
	color: #C00;
}

.Highlight2 {
	color: #090;
}


/* Backgrounds */
.Background1 {
	background-color: #C2E8FB;
	border-left: 6px solid #A2DCF9;
	padding: 12px 5px 0px 12px;
	color: #326CB1;
}


/* Images */
.ImageLink {
	background-color: #FFF;
	border: 1px solid #C4C4C4;
	padding: 3px;
	margin: 6px 10px;
}
a .ImageLink {
	border: 1px solid #C4C4C4;
}
a:hover .ImageLink {
	background-color: #FFF;
	border: 1px solid #FF0000;
}


/* Buttons */



/* Layout */
#header,
#header_container,
#footer,
#footer_container,
#center,
#body_container {
	margin: 0 auto;
}

#header_container,
#footer_container,
#body_container {
	position: relative;
	width: 997px;
	text-align: left;
}

#header {
	position: relative;
	z-index: 2;
	background: url(../images/Layout_Header.jpg) no-repeat center top;
	height: 326px;
}

#footer {
	background: url(../images/Layout_Footer.jpg) no-repeat center top;
	height: 75px;
	clear: both;
}

#body_bg {
	background: url(../images/Layout_BodyBG.jpg) repeat-y center top;
	overflow: hidden;
	clear: both;
}

#body_container {
	min-height: 464px;
}

#body {
	z-index: 2;
	background: url(../images/Layout_Body.jpg) no-repeat center top;
	overflow: hidden;
}

#body_left {
	width: 92%;
	margin: 20px 0 0 40px;
}

#body_right {
	float: right;
	width: 250px;
	margin-left: 20px;
}


/* Navigation */
#nav {
	position: absolute;
	top: 79px;
	left: 260px;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	height: 43px;
	text-indent: -9999px;
}
#nav a:hover,
#nav a.hover,
#nav a.selected { 
	background-position: 0 -43px !important;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left; 
}

#nav a.home {
	background: url(../images/Nav_Home.jpg) no-repeat;
	width: 122px;
}
#nav a.services {
	background: url(../images/Nav_Services.jpg) no-repeat;
	width: 89px;
}
#nav a.job {
	background: url(../images/Nav_Job.jpg) no-repeat;
	width: 181px;
}
#nav a.faq {
	background: url(../images/Nav_FAQ.jpg) no-repeat;
	width: 80px;
}
#nav a.contact {
	background: url(../images/Nav_Contact.jpg) no-repeat;
	width: 109px;
}
#nav a.what {
	background: url(../images/Nav_What.jpg) no-repeat;
	width: 155px;
}


/* Navigation Overlays */
#nav ul li {
	position: relative;
}

#nav ul ul {
	display: none;
	position: absolute;
	top: 42px;
	left: 1px;
	z-index: 3000;
	background: none #016599;
	border-bottom: 5px solid #014F78;
	width: 145px;
}

#nav ul li li {
	border-bottom: 1px dotted #177BAF;
	width: 100%;
}
#nav ul li li:last-child {
	border-bottom: 0;
}

#nav li ul a {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 7px 0;
	text-decoration: none;
	text-indent: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;	
}
#nav li ul a:hover {
	display: block;
	color: #FFF;
	background-color: #177BAF;
}
#nav li ul a br {
	margin-left: 12px;
}

#nav li li ul {
	top: 15px;
	left: 145px;
}


/* Navigation (Footer) */
#navf {
	position: absolute;
	top: 53px;
	left: 0px;
	width: 100%;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}
#navf ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navf ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navf ul li a {
	color: #000;
	text-decoration: none;
	margin: 0 10px 0 6px;
}
#navf ul li a:hover {
	color: #55801A;
	text-decoration: none;
}


/* Home */
#home {
	position: absolute;
	top: 14px;
	left: 25px;
	width: 217px;
	height: 93px;
}
#home a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}


/* Copyright */
#copyright {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #000;
}
#copyright a {
	color: #000;
	text-decoration: none;
}
#copyright a:hover {
	color: #FFF;
}


/* Designed By... */
#designed {
	position: absolute;
	top: 33px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #000;
}
#designed a {
	color: #000;
	text-decoration: none;
}
#designed a:hover {
	color: #55801A;
}


/* Flash */
#flash {
	position: absolute;
	top: 10px;
	left: 10px;
}


/* Social */
#social {
	position: absolute;
	top: 36px;
	left: 919px;
	z-index: 100;
	width: 79px;
}


/* Testimonials */
#testimonials {
	width: 480px;
}


/* Fade Carousel */
#carousel {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}


#homepanel {
	position: relative;
	background: url(../images/Button_HomeCenter_Blank.jpg) no-repeat;
	width: 916px;
	height: 299px;
}
#homepanel p {
	color: #fff;
	text-shadow: 0px 0px 4px #000;
}
#homepanel h3 {
	color: #fff;
	text-shadow: 0px 0px 4px #000;
	font-size: 25px;
	margin-bottom: 0.3em;
}
#homepanel h4 {
	color: #53544F;
	font-size: 18px;
	text-align: center;
}
#homepanel .body1 {
	position: absolute;
	top: 63px;
	left: 23px;
	width: 241px;
	height: 143px;
}
#homepanel .body2 {
	position: absolute;
	top: 63px;
	left: 332px;
	width: 247px;
	height: 173px;
}
#homepanel .body3 {
	position: absolute;
	top: 63px;
	left: 649px;
	width: 248px;
}
#homepanel .body3 p,
#homepanel .body3 h3 {
	color: #004581;
	text-shadow: 0px 0px 0px;
}
#homepanel .title1 {
	position: absolute;
	top: 0px;
	left: 3px;
	width: 281px;
}
#homepanel .title2 {
	position: absolute;
	top: 12px;
	left: 319px;
	width: 279px;
}
#homepanel .title3 {
	position: absolute;
	top: 12px;
	left: 634px;
	width: 282px;
}
#homepanel .button1 {
	position: absolute;
	top: 254px;
	left: 59px;
	width: 167px;
	height: 27px;
}
#homepanel .button1 a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}
#homepanel .button2 {
	position: absolute;
	top: 253px;
	left: 375px;
	width: 164px;
	height: 32px;
}
#homepanel .button2 a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}
#homepanel .button3 {
	position: absolute;
	top: 254px;
	left: 696px;
	width: 161px;
	height: 30px;
}
#homepanel .button3 a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}


/* Cufon */
h1 {
	font-size: 26px;
	color: #535451;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 18px;
	color: #535451;
	margin-bottom: 0.5em;
}


/* Multi-Column List */
.columns {
	float: left;
	width: 100%;
	padding-bottom: 1.0em;
}
.columns li {
	float: left;
	width: 33.3%;
	/*
	Columns:
	1 = 100%
	2 = 50%
	3 = 33.3%
	4 = 25%
	5 = 20%
	6 = 16.6%
	*/
}


/* Print */
@media print {
	#header,
	#footer,
	#panel,
	.noprint {
		display: none;
	}

	#body_left,
	#body_right,
	#body_center,
	#body_container {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
	}

	#body,
	#body_bg {
		overflow: auto;
	}
}
