/* 
--------------------------------------------------
	Bay Area Advanced Imaging CSS DOCUMENT
-------------------------------------------------- 
*/

/* --------------------------------
	01. GLOBAL BROWSER RESET
-------------------------------- */

@import "reset.css";

/* --------------------------------
	02. COMMON STYLE
-------------------------------- */

body {
	background: #c7c7be url("images/body_bg.gif") top repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;	/* ems rules */
	color: #6d634e;
}

a {
	text-decoration: none;
	color: #2b5978;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

h2 {
	clear: both;
	margin: 25px 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 2.3em; font-weight: normal;
	color: #6a850a;
}
p {
	margin: 10px 0 0;
	font-size: 1.2em;
	line-height: 18px;
}
p.formdesc {
	margin: 40px 0 0;
}

	p.next a {
		float: right;
		margin-right: 25px;
		background: url("images/button_next.gif") no-repeat;
		width: 61px; height: 23px;
		display: block;
		text-indent: -9000px;
	}


/* --------------------------------
	03. STRUCTURE
-------------------------------- */


#wrapper {
	margin: 0 auto; padding: 0px 27px 0 27px;
	width: 800px;
	background: #fff;
	border: solid #c7c7be;
	border-width: 0 4px 4px;
}



/* 	HEADER
-------------------------------- */
#header {
	padding-top: 15px;
	overflow: hidden;
	border-bottom: 1px solid #c7c7be;
}
		#header h1 a {
			margin-left: 0px;
			background: url("images/logo_baai.gif") no-repeat;
			width: 250px; height: 115px;
			display: block;
			text-indent: -9000px;
		}
		
		
/* Right Nav
-------------------------------- */
.rightnav {
	float: right;
	margin: -30px 0 0;
	height: 30px;
	background: url("images/rightnav_bg.jpg") top left no-repeat;
}
.rightnav ul {
	list-style: none;
	margin: 0; padding: 0;
}
.rightnav ul li {
	float: left;
	margin: 0;
	line-height: 30px;
	font-size: 0.9em; font-weight: bold;
	text-transform: uppercase;
}
.rightnav ul li a {
	display: block;
	padding: 0 17px;
	color: #ded6c0;
	text-decoration: none;
}
	.rightnav ul li a:hover {
		text-decoration: underline;
	}
			

/* Nav
-------------------------------- */
#nav {
	margin: 0;
	height: 40px;
	background: url("images/nav.gif") top repeat-x;
	border-bottom: 1px solid #c7c7be;
	overflow: hidden;
}
#nav ul {
	list-style: none;
	margin: 0; padding: 0;
}
#nav li span {
	display: none;
}
#nav li, #nav li a {
	height: 40px;
	display: block;
}
#nav li {
	float: left;
	list-style: none;
	display: inline;
}

.nav_home {width: 75px;}
.nav_about {width: 101px;}
.nav_services {width: 93px;}
.nav_technology {width: 125px;}
.nav_referring {width: 165px;}
.nav_forms {width: 128px;}
.nav_contact {width: 113px;}

.nav_home a:hover, body#home .nav_home {background: url("images/nav.gif") 0px -40px no-repeat;}
.nav_about a:hover, body#about .nav_about {background: url("images/nav.gif") -75px -40px no-repeat;}
.nav_services a:hover, body#services .nav_services {background: url("images/nav.gif") -176px -40px no-repeat;}
.nav_technology a:hover, body#technology .nav_technology {background: url("images/nav.gif") -269px -40px no-repeat;}
.nav_referring a:hover, body#referring .nav_referring {background: url("images/nav.gif") -394px -40px no-repeat;}
.nav_forms a:hover, body#forms .nav_forms {background: url("images/nav.gif") -559px -40px no-repeat;}
.nav_contact a:hover, body#contact .nav_contact {background: url("images/nav.gif") -687px -40px no-repeat;}
	
#nav li ul {
	position: absolute;
	left: -9000px;
	border: solid #c7c7be;
	border-width: 0 1px 1px 1px;
	width: 150px;
	padding: 0;
	font-size: 1.1em;
	z-index: 100;
}
#nav li li {
	width: 150px; height: auto;
	text-transform: none;
	border-top: 1px solid #c7c7be;
}
#nav li ul span {
	display: block;
}
#nav li ul a {
	display: block;
	color: #ffffff;
	padding: 8px;
	line-height: normal;
	height: auto;
	background: #71b3c0;
}
	#nav li ul a:hover {
		color: #ffffff;
		background: #aac23f;
		text-decoration: none;
	}
	
#nav li ul ul {
	margin: -30px 0 0 150px;
	width: 150px;
	font-size: 1.0em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -9000px;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}


/* Splash
-------------------------------- */
#splash {
	padding-bottom: 25px;
	background: #edeae5 url("images/bar.jpg") bottom no-repeat;
}
body#home #splash {
	padding-bottom: 0;
	background: none;
}


/* 	CONTENT
-------------------------------- */
#content {
	overflow: hidden;
	height: 1%;
}
#content .inside {
	padding: 0 100px 0px 20px;
}
#content .featured {
	background: url("images/feat_bg.jpg") no-repeat;
	padding: 10px;
	height: 123px;
	overflow: hidden;
}
	.featcont {
		float: left;
		background: url("images/featcont_bg.png") no-repeat;
		padding: 15px 15px 15px 25px;
		width: 376px; height: 91px;
	}
	.featcont h3 {
		margin: 5px 0 0;
		font-family: Times, "Times New Roman", serif;
		font-size: 1.3em; font-weight: normal;
		text-transform: uppercase;
		color: #2e2623;
		line-height: 16px;
	}
		.featcont a h3 {
			color: #2e2623;
		}
		.featcont a:hover h3 {
			color: #6d634e;
			text-decoration: underline;
		}
	.featcont p {
		margin: 0;
		font-size: 1.0em;
		line-height: 15px;
	}
		.featcont a p {
			color: #6d634e;
		}
		
	.featcont img {
		float: right;
		margin-left: 15px;
	}
	.other {
		float: right;
	}
	
	.sizecontrol {
		float: right;
		margin: 30px 0 0;
		height: 30px;
	}
	.sizecontrol p {
		margin: 0;
		font-size: 0.9em;
		text-transform: uppercase;
	}
	.sizecontrol p span {
		padding-right: 5px;
	}
	.sizecontrol img {
		margin-bottom: -4px;
	}
	
	.clientaccess {
		margin: 30px 0 45px 0;
		overflow: hidden;
		height: 1%;
	}
	.clientaccess .loginarea {
		float: left;
		margin-right: 15px;
		width: 330px; height: 135px;
		background: #fbfbf8 url("images/login_bg.gif") top repeat-x;
		border: 1px solid #f6f2ef;
		text-align: center;
	}
	.loginarea h3 {
		margin: 35px 0 0;
		font-family: Times, "Times New Roman", serif;
		font-size: 1.9em; font-weight: normal;
		color: #443d30;
		line-height: 16px;
	}
	.loginarea img {
		margin: 10px 0 0;
		width: 77px; height: 30px;
	}
	
#content .address {
	float: left;
	margin: 35px 0 0;
	width: 300px;
}
#content .map {
	float: right;
}


/* Left Content
-------------------------------- */
#left {
	
}

/* Main Content
-------------------------------- */
#main {
	
} 



/* 	FOOTER
-------------------------------- */
#footer {
	margin: 40px 0 0; padding: 20px 0 35px 0;
	border-top: 1px solid #b5b1b2;
	color: #989696;
	text-align: center;
}
body#home #footer {
	margin: 20px 0 0;
}
	#footer p {
		margin: 0;
		font-size: 1.0em;
		line-height: 16px;
	}
	
#footer .legal {
	margin: 20px 0 0; padding: 10px 0;
	border-top: 1px solid #b5b1b2;
	text-align: center;
}
	

/* 	FORM CONTROLLER
-------------------------------- */	
form div {
	
}


/* Inquiry Form
-------------------------------- */
form div.inquiry {
	margin-bottom: 20px;
	overflow: hidden;
}	
form div.inquiry label, form div.inquiry input {
	float: left;
	margin: 0;
	font-size: 1.2em; font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}
form div.inquiry label {
	display: block;
	width: 140px;
	margin: 8px 15px 0 0; padding: 3px 0 0;
	text-align: right;
}
form div.inquiry input {
	width: 315px;
}

form div.inquiry br {
	clear: left;
}
form div.inquiry input.tfield {
	margin: 8px 0 0; padding: 4px;
	background: #e7ecef;
	/*border: 1px solid #d2d5d7;*/
	color: #6c6f71;
}
form div.inquiry input.button {
	margin: 15px 0 0;
	width: auto;
}