/* CSS Document */

body{
	font-size:x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	min-width:720px;
	margin-top:0;
	background-color:#333333;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}
html>body{
	font-size:small;
}
h2{
	margin-bottom:0;
	margin-top:2em;
	font-size:140%
}
h4{
	color:#666666;
	margin-bottom:0;
	font-size:120%;
}
h5{
	font-size:110%;
}
a {
	color:#333333;
	border-bottom:#369CC2 1px dashed;
	text-decoration:none;
	}
.bright_a{
	color:#F4EEC1;
	text-decoration:none;
	border-bottom:#FFCC00 1px dashed;
	font-size:100%;
}
dl, dt, dd {
	margin:2px 0 2px 0;
}
dt{
	margin-top:1em;
	font-weight:bold;
	font-size:94%;
	color:#683815;
}
li{
	list-style:none;
	margin-left:-20px;
	margin-bottom:.4em;
	font-size:100%;
}
hr {margin: 0 auto 0 0;
	border: none 0; 
	border-top: 1px dashed #000;
	width: 70%;
	height: 1px;
}

/*define main css building blocks*/
#wrapper{
	font-size:x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
	width:700px;
	margin:0 auto;
	text-align:left;
}

#header{
	margin:0;
}
/*divide header to logo and title*/
#logo{
	width:97px;
	float:left;
}
#headertitle{
	width:603px;
	float:right;
	margin:0;
}

#main{
	clear:both;
	margin:0;
		margin-top:-2px;
	background:url(../images/main_bg.png) left repeat-y;
	float:left;
	font-size:95%;
}
/*divide main section to navigation and content*/
#navigation{
	width:97px;
	float:left;
}
#navigation UL{
	padding:0;
	margin:50px 0;
}
#navigation LI{
	margin-left:0;
	list-style:none;
	text-align:right;
	background-color:#622700;
	padding:4px 0;
	margin-top:2px;
}
#navigation A{
	text-decoration:none;
	border-bottom:none;
	margin:2px 0;
	padding:2px 10px 4px 0;
	color:#CFB196;
}
html>body #navigation a { 
	/* needed to override IE width to correct box model */
	width: auto; 
	}
#navigation1 a.navigation1, #navigation2 a.navigation2, #navigation3 a.navigation3, #navigation4 a.navigation4, 
	{
	/* Shows current page based on BODY ID */	
	 font-stretch:expanded;
	 }

#urls A{
	color:#333333;
	border-bottom-color:#369CC2;
}
#urls A:hover{
	color:#999999;
}

#content{
	background:#FFFFFF url(../images/rigthborder.jpg) right repeat-y;
	width:603px;
	float:right;
}
/*divide content to left and right*/
#contentLeft {
	width:185px;
	float:left;
	padding-top:25px;
	padding-left:20px;
}
#contentLeftPicture{
	width:170px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width:160px;
	font-size:90%;
	border:#333333 1px solid;
	padding:4px;
}

#contentLeftPicture a{
	border-bottom:none;}
#contentRight{
	width:395px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	float:right;
	padding:25px 30px 10px 5px;
	width:360px;
	line-height:1.5em;
}
#contentRightPicture{
	width:360px;
	color:#333333;
}
#content_text{
	padding:4px;
	border:#333333 1px solid;
}
/*footer*/
#footer{
	clear:both;
	background:#990000 url(../images/footer_red.jpg) no-repeat;
	color:#F4EEC1;
	font-size:90%;
}
#footer p{
	margin:-10px 0 0 320px;
	padding-bottom:20px;
	width:370px;
	padding:0;
	}
/*End of main CSS building blocks*/


/*Begin main topic blocks*/
#testimonials{
	margin:0;
	font-size:102%
}
#testimonials dl{
	margin-bottom:10px;
}
#testimonials dd{
	color:#333333;
}

/*End main topic blocks*/


.clear {
	margin:0;
	padding:0;
	clear:both;
}
.first {
	margin-top:-5px;
}
.evengreenrow{
	background-color:#DFE7DA;
}
.evenbluerow{
	background-color:#C2DAEB;
}
.dtdarkblue{
	background-color:#0A7BB8;
}
.ddLocation{
	color:#990000;
}
.ddDefinition{
margin-bottom:1em;
}
.empTitle {
	margin-top:15px;
}
.brown{
	color:#990000;
}
.clearer {line-height: 0; height: 0;}
.summary dd{
	margin-bottom:4px;
}