
* { padding: 0; margin: 0; }



html, body {
 background-color: #fff;
 background-image:url(images/gradient_bg.jpg);
 background-repeat:repeat-x;
 margin: 0 auto;
 text-align: center;
 color: #878686;
}



h1{
	font-family: arial;
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #000;
	line-height:2em;
	font-weight: lighter;
}

h2{
	font-family: arial;
	font-size: 16px;
	color: #00234b;
	line-height:2em;
	font-weight: lighter;
}

h3{
	font-family: arial;
	font-size: 14px;
	color: #7db136;
	line-height:1.4em;
	font-weight: lighter;
}

td, p{
	padding-bottom:15px;
	line-height: 1.6em;
}


p a{
	text-decoration: none;
	color: #009ada;
}

p a:hover{
	text-decoration: underline;
}


#wrapper { 
 margin: 0 auto;
 width: 1000px;
 background-color: #fff;
 border:solid 1px #840018;
}


/*=====================================  TOP OF PAGE HEADER  =======================================*/
#header {
 background-color:#fff;
 width: 1000px;
 height: 375px;
 clear:both;

}


#leftHeader{
	float:left;
	width: 328px;
	background-color:#840018;
}

#headerLogo{
	text-align: center;
	padding: 0;
}

#projectsMenu{
	
	color: #fff;
	height: 149px;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1em;
	text-align: left;
	margin: 40px 0 0 45px;
}

#projectsMenu a{
	color: #fff;
	text-decoration: none;
}

#projectsMenu a:hover{
	color: #fff;
	text-decoration: none;
}

#projectsMenu a:visited{
	color: #fff;
	text-decoration: none;
}

#rightHeader{
	float:right;	
}

/*=====================================  HORIZONTAL MENU  =======================================*/

#navigation {
 margin: 0 auto;
 width: 672px;
 height: 40px;
 background-color: #840018;
}

#mainImage{
 width: 672px;
 height: 335px;
}


/*=====================================  Main Content Area  =======================================*/

#mainContent{
	clear: both;
	width: 1000px;
	padding-bottom: 30px;
	background-color:#fff;
	/*min-height: 500px;*/
	border-top: solid 2px #840018;
}

*html #mainContent{
	/*_min-height: 500px;*/
}

#leftColumn{
	float: left;
	width: 685px;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: .75em;
	color: #666;
	text-align: left;
	padding: 0;
	/*min-height: 500px;*/
	height:auto;
}

#leftColumnContent{
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1em;
	color: #666;
	text-align: left;
}

*html #leftColumn{
	/*min-height: 500px;*/
}

#leftColumn H1{
	color: #000;
	height: 40px;
	letter-spacing: 1px;
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 15px;
}

#leftColumn ul{
	margin-left: 40px;
}



table, th, td
{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #666;
	text-align: left;	
	
}


/*=====================================  Latest Projects Area  =======================================*/

#latestProjects{

	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1em;
	color: #666;
	text-align: left;
}

#latestProjects H2{
	color: #fff;
	height: 40px;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
	background-color: #840018;	
}

#projectsBox{
	background-image:url(images/projects_gradient_bg.jpg);
	background-repeat:repeat-x;
	border: solid 1px #840018;
	padding: 10px;
	text-align:left;
	overflow:auto;
	clear: both;
}

.projectRow{
	width: 100%;
	min-height: 100px;
	clear: both;
}

.projectTitle{
	float: right;
	width: 500px;
	padding: 10px 0 10px 0;
	color: #840018;
}

.projectImage{
	float: left;
	width: 100px;
	padding: 0px 0 10px 0;
}

.projectImage img{
	border: solid 1px #900;	
}

/*=====================================  Right Column  =======================================*/

#rightColumn{
	width: 310px;
	float: right;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: .75em;
	color: #666;
	text-align: left;
	background-image:url(images/right_column_gradient_bg.jpg);
	background-repeat:repeat-x;
	height: 400px;
}

*html #rightColumn{
	min-height: 500px;
}

#rightColumn H2{
	color: #fff;
	height: 40px;
	padding-top: 5px;
	padding-left: 100px;
	display: block;
	background-color: #840018;
	
}



#contactDetailsContent{
	padding: 30px 65px 0 0;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: .9em;
	color: #000;
	text-align: right;
}

*html #contactDetailsContent{
	height: 100%;
}

/*=====================================  FOOTER  =======================================*/
#footer { 
 margin: 0 auto;
 height: 100px;
 background-color: #840018;
 width: 1000px;

}

#leftFooter{
	float: left;
	width: 580px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #fff;
	padding: 5px;
}

#leftFooter p{
	line-height: 1.3em;
}

#rightFooter{
	float: right;
	width: 400px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #fff;	
	padding: 5px;
}

#rightFooter p{
	line-height: 1.3em;
	letter-spacing: 1px;
}

#rightFooter  a{
	color: #fff;
}

#rightFooter  a:hover{
	color: #F00;
}

#footerMenu ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#footerMenu li{
	width:90px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	text-align: left;	
	list-style: none;
	padding: 8px 20px 10px 3px;
	display:inline;
}


#footerMenu li a{
	color: white;
	text-decoration: none;
	
}

#footerMenu li a:hover{
	color: #F00;
	text-decoration: none;
	
}

/*==========================  Form Styling   ==============================*/

label {
	font-family: arial;
    font-size: 12px;
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-top: 0.3em;
	display: block;
	color:#900;
}
