@charset "UTF-8";
/* CSS Document */

html {
margin:0; padding:0;
}
body {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#FFF;  
  margin:0px;
  text-align: center;
  background-color: #333;
}
a:link {color: #FC0; text-decoration: none; }
a:active {color: #FC0; text-decoration: none; }
a:visited {color: #FC0; text-decoration: none; }
a:hover {color: #FFF; text-decoration: underline; }
img, png, gif {
text-decoration: none;
}
p {
color: #EFEFEF;
}
h1 {
color: #FC0;
font: bold 24pt/1em Helvetica, Arial, SunSans-Regular, Sans-Serif;
margin-bottom: 10px;
}
h2 {
color: #FC0;
font: bold 18pt/1em Helvetica, Arial, SunSans-Regular, Sans-Serif;
margin-bottom: 10px;
}
h3 {
color: #333;
font: bold 12pt/1em Helvetica, Arial, SunSans-Regular, Sans-Serif;
margin-bottom: 10px;
margin-top: 15px;
text-transform: uppercase;
}
h4 {
color: #FC0;
font: bold 12pt/1em Helvetica, Arial, SunSans-Regular, Sans-Serif;
margin-bottom: 10px;
margin-top: 10px;
}
.whitetxt {
color: #FFF;
}
.boldtxt {
font-weight: bold;
}
.largertxt {
font-size: 14px;
}
ul {
color: #000;
margin-left: 5px;
padding-left: 5px;
}
li {
margin-left: 0;
padding-left: 0;
list-style: none;
color: #000;
}
li span {
color: #000;
}
img { border:0; vertical-align:text-bottom; behavior: url('css/iepngfix.htc'); }
.clear { clear:both }
.fl {float: left;}
.fr { float: right;}
#wrapper {
width:1000px;
margin: 0 auto; padding:0; 
}
/* START HEADER AREA */
#header {
position:relative;
}

	#header h1 {
	width:1000px;
	height:124px;
	margin:0;
	padding:0;
	float: left;
	}
	
		#header h1 a {
		display:block;
		width:1000px;
		height:124px;
		text-indent:-3000px;
		margin:0; padding:0;
		background:url('../images/blank.gif') no-repeat 0 0;
		text-decoration:none;
		}
	
/* BEGIN CONTENT BACKGROUND AREA */

	#contenttop {
	background:url('../images/bkg-top.jpg') no-repeat 0 0;
	height: 139px;
	width: 1000px;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	}
	#contentcontainer {
	background:url('../images/bkg-mdl.jpg') repeat-y 0 0;
	width: 1000px;
	position: relative;
	}
	#contentfooter {
	background:url('../images/bkg-btm.jpg') no-repeat 0 0;
	clear: both;
	height: 17px;
	width: 1000px;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	}
/* BEGIN NAVIGATION */

.nav-container {float:left; width:100%; overflow:hidden;}
#nav {
	margin:0 auto;
	float:left;
	width: 260px;
	height: 127px;
	position:absolute;
	left: 730px;
	top: 140px;
	text-align: right;
  }
		#nav a.work {
		background:url('../images/nav-work.jpg') no-repeat 0 0;
		width: 260px;
		height: 43px;
		display: block;
		text-decoration: none;
		}
		#nav a.work:hover {
		background:url('../images/nav-work-over.jpg') no-repeat 0 0;
		width: 260px;
		height: 43px;
		display: block;
		}
		#nav a.info {
		background:url('../images/nav-info.jpg') no-repeat 0 0;
		width: 260px;
		height: 39px;
		display: block;
		text-decoration: none;
		}
		#nav a.info:hover {
		background:url('../images/nav-info-over.jpg') no-repeat 0 0;
		width: 260px;
		height: 39px;
		display: block;
		text-decoration: none;
		}
		#nav a.contact {
		background:url('../images/nav-contact.jpg') no-repeat 0 0;	
		width: 260px;
		height: 45px;
		display: block;
		text-decoration: none;
		}
		#nav a.contact:hover {
		background:url('../images/nav-contact-over.jpg') no-repeat 0 0;	
		width: 260px;
		height: 45px;
		display: block;
		text-decoration: none;
		}
		
/* END NAVIGATION */

.clear {
clear: both;
}
#content {
width: 1000px;
margin-left: 20px;
margin-right: 20px;
float: left;
text-align: left;
}
#hmbar {
	background: url('../images/bkg-hmbar.jpg') top left no-repeat;
	width: 1000px;
	height: 51px;
	position: absolute;
	left: 0px;
	top: 528px;
}
.column240 {
float: left;		
margin-left: 10px;
margin-right: 0px;
width: 230px;
}
.column480 {
float: left;		
margin-left: 0px;
margin-right: 0px;
width: 470px;
text-align: left;
}
.column720 {
float: left;		
margin-left: 10px;
margin-right: 0px;
margin-top: 20px;
width: 700px;
text-align: left;
}
#footer {
text-align: center;
margin: 0 auto;
width: 1000px;
padding-top: 10px;
}
#footer a:link, #footer a:visited, #footer a:active {
color: #EFEFEF;
font-size: 12px;
font-weight: bold;
}

/* CONTACT FORM CSS */
#contact-area {
width: 700px;
margin-top: 0;
}

#contact-area input, #contact-area textarea {
padding: 5px;
width: 700px;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
font-size: 10px;
margin: 0px 0px 10px 0px;
border: 1px solid #FFCC00;
}

#contact-area textarea {
height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
border: 1px solid #FFCC00;
}

#contact-area input.submit-button {
width: 100px;
float: right;
background-color: #FFCC00;
color: 000;
}

.label {
float: left;
text-align: left;
margin-right: 15px;
margin-bottom: 10px;
width: 90px;
padding-top: 5px;
font-size: 12px;
}
.thumb {
margin: 0 10px 0 10px;
}
