
/*stylesheet*/
*{margin: 0; padding: 0; border: 0}

/*-----------------------------------------
*Global
-----------------------------------------*/
body{
	background: #000 url(images/bkd.gif) repeat-x;
	color: #302F2F;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

a{
	color: #273182;
}

a:hover{
	text-decoration: none;
}

.clear{
	clear: both;
}

/*-----------------------------------------
*Structural
-----------------------------------------*/

#container{
	position: relative;
	text-align: left;
	width: 758px;
	margin: 0 auto;
	padding-top: 19px;
}

#titlebar{
	width: 753px;
	height: 72px;
	margin-left: 3px;
	background: url(images/titlebar.gif);
}

#titlebar h1, #titlebar h2{
	display: none;
}

#menu{
	width: 756px;
	height: 24px;
}

#header{
	width: 758px;
	height: 93px;
	padding-top: 20px;
}

#header h3{
	width: 427px;
	height: 85px;
	text-indent: -10000em;
	background: transparent url(images/header.png) no-repeat left top;}

#body_top{
	width: 758px;
	height: 6px;
	line-height: 6px;
	font-size: 6px;
	background: transparent url(images/body_top.png) no-repeat left top;}

#body{
	text-align: left;
	width: 718px;
	height: 436px;
	padding: 20px;
	background: transparent url(images/b_bkd.png) repeat-y left top;}

html>body #body{
	height: auto;
	min-height: 436px;
}


/*-----------------------------------------
*Navigation
-----------------------------------------*/

#menu ul{
	list-style: none;
}

#menu li{
	float: left;
	margin-left: 2px;
}

html>body #menu li{
	margin-left: 3px;
}

#menu #home a{
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	width: 186px;
	height: 24px;
	background: url(images/m_home.gif);
}

#menu #home a:hover{
	background-position: 0 -24px;
}

.home #menu #home a{
	background-position: 0 -48px;
}

#menu #services a{
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	width: 186px;
	height: 24px;
	background: url(images/m_services.gif);
}

#menu #services a:hover{
	background-position: 0 -24px;
}

.services #menu #services a{
	background-position: 0 -48px;
}

#menu #resume a{
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	width: 186px;
	height: 24px;
	background: url(images/m_resume.gif);
}

#menu #resume a:hover{
	background-position: 0 -24px;
}

.resume #menu #resume a{
	background-position: 0 -48px;
}

#menu #contact a{
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	width: 186px;
	height: 24px;
	background: url(images/m_contact.gif);
}

#menu #contact a:hover{
	background-position: 0 -24px;
}

.contact #menu #contact a{
	background-position: 0 -48px;
}


/*-----------------------------------------
*Content
-----------------------------------------*/

#body #left{
	width: 490px;
	line-height: 17px;
}

#body #left img{
	float: left;
	margin: -5px 8px 6px 0;
}

#body #left h3{
	color: #273182;
	font-size: 14px;
	margin: 10px 0 2px 0;
}

#body #left h4{
	color: #273182;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#body #left p.banner span{
	display: block;
	xtext-indent: -10000em;
	xwidth: 95px;
	xheight: 17px;
	xbackground: url(images/banner.gif);
	xborder: solid 1px red;
	color: #273182;
	font-weight: bold;
}

#body #left p{
	margin-bottom: 12px;
}

#body #left ul, #body #left ol{
	margin-left: 15px;
	margin-bottom: 25px;
}

.resume #body #left li{
	background: #EDEDED;
	padding: 3px;
	list-style: none;
	margin: 2px;
	width: 350px;
	margin-left: -13px;
}

#body #left table{
	width: 100%;
	xborder: 2px solid #333;
	margin-bottom: 25px;
}

#body #left table th{
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

#body #left table td{
	background: #EDEDED;
	text-align: center;
	padding: 3px;
}

#footer{
	width: 758px;
	height: 24px;
	padding-top: 10px;
	text-align: center;
}

#footer p{
	color: #909090;
}

#footer a{
	color: #909090;
}

#image{
	position: absolute;
	top: 128px;
	left: 504px;
	width: 231px;
	height: 297px;
	background: transparent url(images/microscope.png) no-repeat left top;}



/*-----------------------------------------
*Form
-----------------------------------------*/

form{
	margin-top: 20px;
}

label{
	display: block;
	margin-top: 8px;
	font-size: 11px;
}

input{
	width: 200px;
	border: solid 1px #3B3B3B;
}

textarea{
	width: 200px;
	height: 150px;
	border: solid 1px #3B3B3B;
}

#submit{
	width: 79px;
	height: 20px;
	border: 0;
	margin-top: 6px;
}