/* CSS Document */
* {
	padding:0px;
	margin:0px;
}

body {
	background-color:#333132;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
}
#wrapper {
	width: 1010px;
	height:590px;
	position: relative;
	left: 50%;
	margin-left: -505px;
	background-color:#000000;
	border-bottom-color:#6f674d;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#6f674d;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#6f674d;
	border-right-style:solid;
	border-right-width:1px;
}

.column {
	float:left;
}

#header {
	background-image:url(images/header_bgimage.gif);
	background-repeat:repeat-x;
	height:125px;
}

#logo {
	width:203px;
	height:85px;
	padding-top: 22px;
	padding-left: 17px;
	padding-bottom:17px;
	float: left;
}

#phone {
	position:relative;
	float:right;
	/*margin-right:17px;
	margin-top:73px;*/
	right: 18px;
	top: 81px;
}
 
ul#topNav  {
	position:relative;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*width: 246px;*/
	height: 17px;
	top: 107px;
	right: -215px;
}

#topNav li {
	float: left;
	padding: 0px;
	margin: 0px;
}

#topNav li a:hover {
	background-position: right top;
}

#topNav .about a {
	display: block;
	width: 79px;
	height: 17px;
	background :url(images/btn_aboutus.png) no-repeat left;	
}

#topNav .services a {
	display: block;
	width: 83px;
	height: 17px;
	background: url(images/btn_services.png) no-repeat left top;
}

#topNav .contact a {
	display: block;
	width: 84px;
	height: 17px;
	background: url(images/btn_contactus.png) no-repeat left top;
}

#topNav br {
	clear:left;
}

#contentHome {
	left:50%;
	margin-left:-200px;
	width:425px;
	margin-top:128px;
	position:relative;
}

#contentHome img {
	width:50px;
	height:50px;
	border:none;
}

#contentHome h1 {
	font-size:2em;
	padding-left:12px;
	padding-top:14px;
}

#mainNav {
	/*border-right:1px #ab9c67 solid;*/			
	margin-top: 16px;
	padding-right: 11px;
	/*padding-bottom: 0px;*/
	margin-left: 5px;
	width: 260px;
}

#subNav {
	margin-top: 16px;
	border-right:1px #ab9c67 solid; 
	border-left:1px #ab9c67 solid;
	padding-left:21px;
	padding-right:21px;
	/*width: 124px;*/
}

#verticalRule {
	background-image:url(images/vr.gif);
	background-repeat:no-repeat;
	width:1px;
	height:433px;
	margin: 17px 20px 17px 20px;
	float: left;
}
#horizontalRule {
	background-image:url(images/vr.gif);
	background-repeat:repeat-x;
	width:50px;
	height:1px;
	width:974px;
	margin-left:17px;
	float: left;
}
#mainThumb {
	width:50px;
	height: 50px;
	margin-bottom:14px;
	background-color:#000;	
}

#mainThumb a, #mainThumb a:visited {
	display: block;
	width: 50px;
	height: 50px;
	border:solid 1px #000;	
}

#mainThumb a:hover {
	display: block;
	width: 50px;
	height: 50px;
	border: solid 1px #fff;
}

#subThumb {
	width:82px;
	height:65px;
	margin-bottom:9px;
	background-image: url(images/sub_bgimage.gif);
	background-repeat:no-repeat;
}

#subThumb.last{
	margin-bottom:1px;
}

#subThumb a, #subThumb a:visited {
	display: block;
	width: 82px;
	height: 65px;
	border:solid 1px #000;	
}

#subThumb a:hover {
	display: block;
	width: 82px;
	height: 65px;
	border: solid 1px #fff;
}

#primaryContent {
	margin-left:21px;
	margin-top:16px;
	width:568px;
	height:433px;
	background-color:#333132;
	vertical-align:middle;
}

#mainImage {	
	/*margin-left:61px;*/
	z-index:1;
}

#mainCopy {
	float:left;
	width:234px;
	height:433px;
	padding-top:14px;
	padding-right:17px;
}

h1 {
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:14px;
}

h1.project, h1.shadow {
	position:absolute;
	text-align:center;
	width:568px;
}

h1.project {
	color:#fff;	
	top:554px;
	left:423px;
	z-index:3;
}

h1.shadow {
	color:#000;
	top:556px;
	left:425px;
	z-index:2;
}

p {
	line-height:18px;
	margin-bottom:18px;
}

/*remove the list bullets*/
ul {
	list-style:none;
}

ul li {
	float:left;
	margin-left: 12px;
}


li {
	display: inline; /*remove large gaps in IE/WIN*/
}

/* stop the float */
  br
{
    /*clear: left;*/
}

#footer {
	clear:both;
	width: 1010px;
	position: relative;
	left: 50%;
	margin-left: -505px;
	text-align: center;
	line-height:18px;
}

/* contact.php styles */
#mainForm {
	float:left;
	width:341px;
	height:433px;
	padding-top:14px;
	padding-right:17px;
}

h1.emailH1 {
	margin-bottom:0px;
}

fieldset {
	margin: 1em 0 1em 0;
	padding: 1em;
	border: 1px solid #fff;
	background: #000;
}

fieldset.first {
	padding-top: 0px;
}

legend {
	color:#ab9c67;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

label {
	display:block;	
}

#error {
	color:#FF0000;
	font-family:Verdana;
	font-size:11px;
}

input[type="text"]{
	width: 300px;
	margin-top:2px;
	margin-bottom:5px;
}

textarea {
	width: 300px;
	height: 100px;
	margin:0px;
	padding:0px;
}

input[type="submit"] {
	margin-left: 10px;
	width: 75px;
}

input:focus, textarea:focus {
	background: #ffc;
}

.required {
	font-size:0.75em;
}
/*end contact.php styles*/

/* text area on About Us and Services pages */
#mainText {
	float:left;
	width:429px;
	margin-top:14px;
}

/* About Us images */
#aboutus1 {
background:url(images/about_us01.jpg);
height: 235px;
margin-top: 6px;
margin-bottom:6px;
width: 429px;
}

#aboutus2 {
background:url(images/about_us02.jpg);
float:right;
height: 433px;
margin-right: 19px;
margin-top: 14px;
width: 246px;
}

/* services image - inherits aboutus2*/
#aboutus2.services {
background:url(images/services01.jpg);
}

/* contact image */
#contact1 {
background:url(images/contact01.jpg);
float:right;
height: 433px;
margin-right: 19px;
margin-top: 14px;
width: 345px;
}

a:link, a:hover, a:active, a:visited {
	color: #FFFFFF;
}
