/* CSS Document */
body {
	background:#6e6e6e url(../images/bg.gif) repeat-x top left;
	margin:0;
	padding:0;
	color:#373737;
	font:62.5%/1.5 Verdana, Arial, sans-serif;
}

h3	{
	padding:8px 0 8px 0;
	text-align:center;
	font-size:2.2em;
}

h4	{
	color:#70836B;
	font-size:1.4em;
	font-weight:bold;
	margin:0 28px;
	padding:0 0 10px 0;
}

p	{
	font-size:1.2em;
	margin:0 28px;
	padding:0 0 10px 0;
	line-height:1.4em;
}

a	{
	font-weight:bold;
	color:#373737;
	border-bottom:1px solid #373737;
	text-decoration:none;
}

	a:hover	{
		border-bottom:none;
	}
	
#mapviewer a, #mapviewer1 a	{
	border-bottom:none;
}

ul, ol	{
	margin:0 0 10px 50px;
	line-height:2em;
}

ul.static, ol.static	{
	font-size:1.2em;
}

	ul li, ol li	{
	}
	
ul	{list-style:disc;}

/*
---- Structure
*/

#container {
	margin:0 auto;
	width:850px;
	background-color:#fff;
	min-height:100%;
	padding:0 0 20px 0;
}

/*
---- Header
*/
#header {
	background:#000;
	width:850px;
	border-bottom:7px solid #FFF;
}

	#header h1 {
		margin:0;
		width:160px;
		height:95px;
		background:transparent url(../images/logo.gif) no-repeat top left;
		text-indent:-99999px;
		margin-left:24px;
		padding-bottom:5px;
		float:left;
	}
		#header h1 a {
			width:160px;
			height:95px;
			text-indent:-99999px;
			display:block;
			border:none;
		}
	
	#header span.rcvs {
		margin:0;
		width:100px;
		float:right;
		height:95px;
		background:transparent url(../images/rcvs.gif) no-repeat top left;
		text-indent:-99999px;
		padding-bottom:5px;
		margin-right:21px;
		display:block;
	}
		#header span.rcvs a {
			text-indent:-99999px;
			display:block;
			width:100px;
			height:95px;
			border:none;
		}
	#header span.number {
		width:250px;
		float:right;
		height:95px;
		padding-bottom:5px;
		margin-right:5px;
		display:block;
		text-align:center;
	}
		#header span.number h2 {
			color:#868585;
			font-size:1.8em;
			padding-top:25px;
			font-weight:bold;
			font-family:"Trebuchet MS";
		}
			#header span.number h2 strong {
				color:#d5d5d5;
			}

/*
---- Navigation
*/
#navigation {
	width:206px;
	float:left;
}
	
	#navigation ul	{
		list-style:none;
		padding:0;
		line-height:1.2;
		margin:0;
	}	
	
		#navigation ul li	{
			border-bottom:1px solid #4d4d4d;
		}	
		
			#navigation ul li a	{
				color:#FFFFFF;
				text-decoration:none;
				display:block;
				padding:5px 0 5px 31px;
				font-family:"Trebuchet MS";
				font-size:1.4em;
				border:none;
				font-weight:normal;
				background:#000000 url(../images/navi-block.gif) no-repeat 14px 12px ;
				text-transform:lowercase;
				font-weight:bold;
			}
			
			#navigation ul li a:hover, #navigation ul li a.current	{
				background:#333333 url(../images/navi-block-hover.gif) no-repeat 14px 12px;
			}
			
			#navigation ul li.last	{
				border-bottom:none;	
			}
				#navigation ul li.last a	{
					padding:5px 0 6px 31px;
					
				}
			
			#navigation ul li.first	{
				border-top:none;
			}
				#navigation ul li.first a	{
					padding:6px 0 5px 31px;
					
				}
				
				#navigation ul li ul {
					margin:0;
					padding:0;
				}
				
					#navigation ul li ul li {
						border-bottom:1px solid #4d4d4d;
					}
					
						#navigation ul li ul li.first a {
							padding:5px 0 5px 41px;
							border-top:1px solid #4d4d4d;
						}
						
					#navigation ul li ul li.last {
						border-bottom:none;	
						
					}
						#navigation ul li ul li.last a {
							padding:5px 0 5px 41px;
						}
					
						#navigation ul li ul li a {
							background:#333333 url(../images/navi-block.gif) no-repeat 24px 12px;
							padding:5px 0 5px 41px;
							font-size:1.4em;
						}
						
						#navigation ul li ul li a:hover, #navigation ul li ul li a.current {
							background:#555555 url(../images/navi-block-hover.gif) no-repeat 24px 12px ;
						}
						
body.child-page #navigation ul li a.current	{
background:#333333 url(../images/navi-block.gif) no-repeat 14px 12px ;
}

body.child-page #navigation ul li ul li a.current {
background:#555555 url(../images/navi-block-hover.gif) no-repeat 24px 12px ;
}
			
			
	
/*
---- Content
*/

#content-header {
	margin-left:7px;
	width:637px;
	float:left;
	background:transparent url(../images/content_bg.gif) repeat-x top left;
	}
	
#content {
	background:transparent url(../images/home_logo.jpg) no-repeat top left;
	padding:136px 0 0 0;
	
}

#lessmain {
	padding:50px 0 0 0;
}

/*
---- Forms
*/

div.form_container	{
	width:318px;
	float:left;
	clear:none;
}

	div.form_container p	{
		font-size:1.2em;
	}

div.form_container1	{
	width:290px;
	float:left;
	margin-left:28px;
	-margin-left:14px;
}

div.form_container_larger	{
	width:auto;
}

form label {
	width:122px;
	float:left;	
	font-size:1.2em;
}

form  div {
	padding:5px 0;
	font-size:1em;
	clear:both;
}

form div.textarea textarea, form div.select select, form div input	{
	width:142px;
}

form div.checkbox input, form div.submit input	{
	width:auto;
}	

	form div.checkbox a	{font-size:1.2em;}
	
	form div.checkbox	{width:270px;}	

p.errormsg	{
	border:1px solid #FF8C8C;
	background:#FFE6E6;
	padding:5px;
	margin:0 28px 10px 28px;
	clear:both;
}

p.successmsg	{
	border:1px solid #97FFB1;
	background:#CAFFD8;
	padding:5px;
	margin:0 28px 10px 28px;
	clear:both;
}

/*
---- Multi map
*/

div#mapviewer, div#mapviewer1	{
	margin-left:28px;
}	


/*
---- Mist
*/
div.address {
	padding:10px 0 18px;
	float:left;
	width:290px;
}

			
/* ---- Clearfix */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */
	