/*
	Author	:	Mike Ilsley - Beantown Design (2008)
	Email	:	mikeilsley@gmail.com
	Website	:	http://www.beantowndesign.com
*/
* {
	border:0;
	margin:0;
	padding:0;
}



/* body */
body {
	background:#492503;
	background-image:url(../gImages/pageBack.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	color:#000000;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	
}

/* general */

p {margin-bottom:10px;}

h1 {font-size:16px; border-bottom:#666666 1px dotted; padding-bottom:5px; margin-bottom:20px; color:#850a2d }
h4 {border-bottom:thin #999999; margin-bottom:0px; font-size:14px; color:#85400A;}
h3 {color:#333333; background-image:url(../personnel/images/gradient.jpg); background-repeat:repeat-x; font-size:13px}
h2 {margin-bottom:15px; font-size:15px}
a {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* header */
#header {
	margin: 0 auto;
	width:920px;
	height:297px;
	background-color:#333333;
	background: url(../gImages/headerBack.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
}

#header2 {
	margin: 0 auto;
	width:920px;
	height:297px;
	background-color:#333333;
	background: url(../gImages/headerBackPic.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
}

#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#phone {color:#e59c79; position:relative; top:22px; padding-left:25px; font-size:12px; line-height:16px}
#phone span {color:#999999}

/* content */
#content {
	background: url(../gImages/contentBack.jpg) center no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	clear:both;
	width:920px;
	margin: 0 auto;
}
#contentInside {
	
	
	margin:0 auto;
	width:920px;
	min-height:400px;
}
#nav {
background: url(../gImages/navBack.gif) repeat-x;

	width: 216px;
	padding: 15px 1px 0 0;
	
	clear:both;
	float:left;
	height:auto;
	line-height:175%;
	letter-spacing:.1em;
	
	
	
	
}
#nav ul {
	
	list-style:none;
	margin:0 0 10px;
}
#nav ul li {
	list-style:none;
	border-bottom:1px dotted #e9e9e9;
	font-size:13px
}
#nav ul li a {
	
	display:block;
	padding:3px 0px 3px 25px;
	text-align:left;
	width:190px;
	color:#000000;
}
#nav ul li a:hover {

	
	color:#666666;
	
	background-image:url(../gImages/dot.gif);
	background-position:left center;
	background-repeat:no-repeat;
	
	
}

#nav ul li a.current {

	
	color:#666666;
	background-image:url(../gImages/dot.gif);
	background-position:left center;
	background-repeat:no-repeat;
	cursor:default;
	font-weight:bold
	
	
	
}


#mainContent {
	float: left;
	width: 610px;
	padding: 30px 0px 15px 50px;
	margin:0 auto;
	
}

/* BOXES ON PERSONNEL PAGE */

#mainContent li {list-style:outside}

.listTitle { margin-left:0px; font-weight:bold; text-transform:uppercase; color:#991a3c; border-bottom:1px solid #dda77a; }
.listTitle2 { margin-left:0px; font-weight:bold; text-transform:uppercase; color:#991a3c;font-size:17px; font-family:"Times New Roman", Times, serif;}

#mainContent ul {margin-top:0px; margin-bottom:15px;  margin-left:15px; padding-top:5px}

#mainContent li  {padding-left:0px; margin-left:0px; } 

.listBox { padding:10px; float:left;  margin:10px 10px 0px 0px; width:170px;  }



/* FOOTER */
#footer {
	background-image:url(../gImages/footerBack.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
	clear:both;
	width:920px;
	color:#333333;
	margin-top:20px;
	padding:30px 0px 1px 0px;
	vertical-align:bottom;
	font-size:10px;
}

#footer ul {list-style-type:none; margin-bottom:7px; margin-left:25px;}

#footer li {display:inline; }

#footer a:link { color:#333333;text-transform:uppercase}

#footer a:visited { color:#333333;text-transform:uppercase}

#footer a:hover {color:#666666}

#footer a:active { color:#666666}




