/* CSS Document */

body{
background-color:#999;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
}

#outer-frame{
background-color:#fff;
border-left:1px solid #333;
border-right:1px solid #333;
width:800px;
margin:0 auto;
}
	#outer-frame-top{
	width:802px;
	height:20px;
	margin:20px auto 0 auto;
	padding:0;
	background-image:url(images/outer-frame-top.gif);
	background-repeat:no-repeat;
	}
	#outer-frame-bottom{
	width:802px;
	height:20px;
	margin:0 auto 20px auto;
	padding:0;
	background-image:url(images/outer-frame-bottom.gif);
	background-repeat:no-repeat;
	}

#header-title{
width:760px;
height:41px;
background-image:url(images/title.gif);
background-repeat:no-repeat;
text-align:right;
margin:0 auto;
}
	#header-title h1{
	font-weight:normal;
	line-height:45px;
	margin:0 20px 0 0;
	font-size:13pt;
	color:#fff;
	letter-spacing:-0.1em;
	}
	#header-title h1 a{
	color:#fff;
	text-decoration:none;
	}
#header-image{
width:760px;
height:118px;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
margin:0 auto;
}

#nav{
width:760px;
height:41px;
background-image:url(images/nav.gif);
background-repeat:no-repeat;
margin:0 auto;
padding:0;
}
	#nav h2{
	display:inline;
	float:left;
	width:140px;
	height:41px;
	text-align:center;
	color:#fff;
	line-height:30px;
	background-image:url(images/nav-item.gif);
	background-repeat:no-repeat;
	margin:0 5px;
	padding:0;
	font-size:9pt;
	font-weight:normal;
	letter-spacing:-1px;
	}
		#nav h2 a{
		text-decoration:none;
		color:#fff;
		}
		
#content{
width:760px;
margin:0 20px;
padding:0;
text-align:left;
color:#000;
}

	#content h2{
	background-color:#fff;
	width:328px;
	color:#25c;
	position:relative;
	display:inline;
	top:-9px;
	left:20px;
	font-size:10pt;
	font-weight:normal;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
	}
		#content h3{
		margin:0;
		padding:0;
		
		}
	
	#content a, #content a:link, #content a:visited{
	color:#25c;
	text-decoration:none;
	}
		#content a:hover{
		text-decoration:underline;
		}

	/*Half Width Frames*/
	.half-frame{
	width:370px;
	margin:20px 0 0 0;
	display:inline;
	float:left;
	}
	.half-frame p{
	margin:20px 20px -10px 20px;
	}
	.half-textarea{
	width:368px;
	border-left:1px solid #25c;
	border-right:1px solid #25c;
	}
	.half-header{
	width:370px;
	height:17px;
	background-image:url(images/half-header.gif);
	background-repeat:no-repeat;
	}
	.half-footer{
	width:370px;
	height:17px;
	background-image:url(images/half-footer.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
	}

/*Full Width Frames*/
	.full-frame{
	width:760px;
	margin:20px 0 0 0;
	display:inline;
	float:left;
	}
	.full-textarea{
	width:758px;
	border-left:1px solid #25c;
	border-right:1px solid #25c;
	}
	.full-header{
	width:760px;
	height:17px;
	background-image:url(images/full-header.gif);
	background-repeat:no-repeat;
	}
	.full-footer{
	width:760px;
	height:17px;
	background-image:url(images/full-footer.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
	}
	.full-frame p{
	margin:20px 20px 0 20px;
	}
	
#footer{
width:760px;
height:40px;
background-image:url(images/footer.gif);
text-align:center;
color:#fff;
line-height:40px;
font-size:9pt;
letter-spacing:-1px;
margin:0 auto;
padding:0;
}
	#footer a, #footer a:link{
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	}
form{
margin:0px;
}
.formelement{
width:180px;
}
.searchresult{
margin:0px 20px 20px 20px;
width: 717px;
margin-top:20px; 
border:1px solid #25c;
}
.contact-table{
margin:0px 20px 20px 20px;
width: auto;
margin-top:20px; 
float:left;
margin-right:20px;
}
.smallboximage{
margin:0 20px 0 20px;
}
.mainimage{
float:right;
margin:0 0 20px 20px;
}
.header-details{
color:#666;
font-size:9pt;
margin:10px 0 0 0;
}
	.header-details a, .header-details a:link{
	color:#666;
	text-decoration:none;
	}
	.header-details a:hover{
	text-decoration:underline;
	}
.featured-table{
margin:0 20px 0px 20px;
width:326px;}
.button{
background-image:url(images/button-back.gif);
background-repeat:repeat-x;
border:1px solid #924;
color:#fff;
}
.button-blue{
background-image:url(images/button-back-blue.gif);
background-repeat:repeat-x;
border:1px solid #25c;
color:#fff;
}
h4{
color:#666;
font-size:10pt;
font-weight:bold;
margin:20px 0 0 20px;
}