/* 
CSS Document 
Desert Microtechnology Associates Inc
*/

body {
	font-family: Helvetica, Arial, Geneva, Verdana;
	font-size: 12px;
	background-color: #004812;
}

img {
	border: none;
}
/*------------------------------- Div ---------------------------------------*/

#container {
	width: 747px;
	margin: auto; 
}

#body_home {
	width: 747px;
	height: 512px;
	background: url(images/home-background.jpg);
}

#body_about {
	width: 747px;
	height: 512px;
	background: url(images/about-background.jpg);
}

#body_capabilities {
	width: 747px;
	height: 512px;
	background: url(images/capabilities-background.jpg);
}

#body_experience {
	width: 747px;
	height: 512px;
	background: url(images/experience-background.jpg);
}

#body_partners {
	width: 747px;
	height: 512px;
	background: url(images/partners-background.jpg);
}

#body_careers {
	width: 747px;
	height: 512px;
	background: url(images/careers-background.jpg);
}

#body_contact {
	width: 747px;
	height: 512px;
	background: url(images/contact-background.jpg);
}

#header {
	width: 747px; 
	height: 140px;
	background: url(images/header.jpg);
}

#footer {
	padding: 0px 0px 0px 0px;
	width: 747px; 
	height: 42px;
}

#left_body {
	width: 350px;
	height: 511px; 
	padding: 0px 0px 0px 0px;
	float: left;
}

#right_body {
	margin: 0px 0px 0px 0px;
}

#left_body_careers {
	width: 160px;
	height: 511px; 
	padding: 0px 0px 0px 0px;
	float: left;
}

#right_body_careers {
	margin: 0px 0px 0px 0px;
}

#left_body_partners {
	width: 153px;
	height: 511px; 
	padding: 0px 0px 0px 0px;
	float: left;
}

#right_body_partners {
	margin: 0px 0px 0px 0px;
}

#left_body_contact {
	width: 155px;
	height: 511px; 
	padding: 0px 0px 0px 0px;
	float: left;
}

#middle_body_contact {
	margin-right: 96px;
	margin-left: 155px;

}

#right_body_contact {
	width: 352px;
	padding: 0px 0px 0px 0px;
	float: right;
}

/*------------------------------- Div ---------------------------------------*/
/*------------------------------ Overrides ----------------------------------*/

#footer p {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #57755f; 
}

#body_about p {
	font-size: 16px;
	margin: 0px 30px 0px 0px;	
}

#body_capabilities p {
	font-size: 16px;
	margin: 0px 30px 0px 0px;	
}

#body_experience p {
	font-size: 15px;
	padding-bottom: 4px;
	margin: 0px 25px 0px 0px;	
}

#body_contact p {
	font-size: 15px;
	margin: 0px 30px 0px 0px;	
}

#bottom_body p {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

em.link {
	text-decoration: underline;
	font-style: normal;
	color: #57755f; 
}

em.careers {
	text-decoration: underline;
	font-style: normal;
	color: #000000; 
}

.careers_headline {
	font-size: 15px;
}

.careers_jobs {
	font-size: 12px;
}
/*------------------------------ Overrides ----------------------------------*/
/*------------------------------ General ------------------------------------*/

h1 {
	color: #600000;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;	
}

p {
	font-size: 18px;
	margin: 0px 30px 0px 0px;	
	color: #000000;
}


/*------------------------------ General -------------------------------------*/
/*------------------------------ IE Hack -------------------------------------*/

/* Holly Hack. IE Requirement */
/* * html ul li { float: left; height: 1%; } */
 * html ul li a { height: 1%; }
/* End */

/*------------------------------ IE Hack -------------------------------------*/

