@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #000;
	text-align:center;
	background-color: #c5bfac;
	}
/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
a {
	color: #1898c8;
	}
a:hover {
	color: #c35939;
	text-decoration:none;
	}
div.spacer {clear: both;height:40px;}
div.spacerbottom {clear: both;}
h1 {
	margin: 11px 0 35px 0;
	padding:0;
	font-size: 24px;
	color: #c35939;
	line-height: 1em;

}
h2 {
	margin: 15px 0;
	padding:0;
	font-size: 16px;
	color: #c35939;
	line-height: 1em;

}
h3 {
	margin: 15px 0;
	padding:0;
	font-size: 14px;
	line-height: 1em;

}
#wrapper {
	margin: 0 auto;
	width: 820px;
	text-align:left;
	background:url(../img/bg-gradient.gif) repeat-y center;
  }
 #container {
	margin: 0 auto;
	width: 800px;
	text-align:left;
  }
 #header {
	width: 800px;
	height: 174px;
 	border-bottom:#006666 solid 9px;
 	}
 #logo-container {
 	margin:0;
	padding:10px 0 10px 20px;
	float:left;
 	}
#main-img {
 	margin:0;
	padding:0;
	float:right;
	}
#motto {
	margin: 0;
	padding: 0;
	background-color: #000;
	height: 70px;
	width:800px;
	}
#motto img {
	margin: 0;
	padding: 25px 0 25px 246px;
	}
#main {
	width:800px;
	background:url(../img/bg-content.gif) repeat-x top left;
}
#nav {
	width: 245px;
	float:left;
	padding-bottom: 55px;
	}
#nav ul {
	margin:0;
	padding:0;
	list-style: none;
	}
#nav a {
	display: block;
	width:185px;
	margin:0 30px 0 20px;
	padding:7px 0 7px 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #f2f2f2;
	}
#nav a:hover {
	color: #c35939;
	}
body#home #t-home a, body#about #t-about a, body#candidates #t-candidates a, body#jobs #t-jobs a, body#clients #t-clients a, body#news #t-news a , body#contact #t-contact a {
	color: #006666;   
	font-weight:bold;
	}
#content {
	width: 525px;
	float:left;
	padding: 0 20px 45px 0;
	}
#footer {
	margin:0;
	clear:both;
	padding:0;
	border-top:#e1dfdf solid 1px;
	background:url(../img/bg-footer.gif) repeat-x top left;
	font-size: 85%;
	}
#footer address {
float:left;
width:445px;
color:#666;
font-style:normal;
padding: 30px 0 0 40px;
}
#footer p {
color:#666;
margin:0;
padding: 30px 0 0 0;
}
#extraDiv1 {
	margin: 0 auto;
	width: 820px;
	text-align:left;
	background:url(../img/bg-bottom.gif) center;height:138px;
	}