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



*	{
	margin: 0px;
	padding: 0px;
	}

#home	{
	text-align:center;
	font: 12px arial, Helvetica, Verdana,Times New Roman,Times;
	color: #666666;
	line-height: 20px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

body	{
	text-align:center;
	font: 12px arial, Helvetica, Verdana,Times New Roman,Times;
	color: #666666;
	line-height: 20px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

#wrapper	{
	width: 890px;
	margin:0px auto;
	}
	
#container	{
	margin:0px auto 0px auto;
	background-image: url(../images/container_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}
	
#home #container	{
	margin:0px auto 0px auto;
	background-image: url(../images/home_container_bg.gif);
	background-repeat: repeat-y;
	
	}



#header	{
	background-image: url(../images/header_bg.gif);
	background-position: bottom;
	background-position: center;
	height: 136px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	
#home #hero	{
	height: 420px;
	background-image: url(../images/home_hero_bg.jpg);
	background-position: left top;
	background-repeat: none;
	background-color: #ffffff;
	}
	
#hero	{
	height: 190px;
	background-image: url(../images/content_hero_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;

	}
	
#heroleft	{
	float: left;
	width: 277px;
	}
	
#heroright	{
	float: right;
	width: 573px;
	}
	
#content	{
	background-color: #FFFFFF;

	}
	
#home #contentleft	{
	float: left;
	width: 425px;
	background-color: #FFFFFF;
	}
	
#home #contentright	{
	float: right;
	width: 420px;
	text-align: center;
	background-color: #FFFFFF;
	}
	
#contentleft	{
	float: left;
	width: 550px;
	text-align: left;
	background-color: #FFFFFF;
	}
	
#contentright	{
	float: right;
	width: 300px;
	text-align: left;
	background-color: #FFFFFF;
	}
	
#contentleftinner	{
	margin: 0px 20px 20px 0px;
	padding: 0px 20px 20px 50px;
	background-color: #FFFFFF;
	}
	
#contentrightinner	{
	margin: 0px 0px 20px 20px;
	padding: 0px 20px 20px 0px;
	background-color: #FFFFFF;
	}
	
#contentwide	{
	}
	
#newsandmedia	{
	padding: 0px 25px 0px 20px;

	}
	
#havensafeplace	{
	text-align: left;
	background-image: url(../images/haven.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 140px;
	}
	
/*#footer	{
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	height: 100px;
	color: #666666;
	text-align: center;
	margin:0px auto;
}
#footer P	{
padding-top: 70px;
text-align: center;
font-size: 10px;
}*/

#home #footer	{
	background-image: url(../images/homefooter_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	height: 240px;
	color: #666666;
	text-align: center;
	margin:0px auto;
}

#footer	{
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	height: 240px;
	color: #666666;
	text-align: center;
	margin:0px auto;
}

#footer P	{
padding-top: 170px;
text-align: center;
font-size: 10px;
}



	
/* Main nav */

#mainnav	{
	text-align: left;
	margin-top: 8px;
	padding-left: 20px;
	}
	

#mainnav li	{
	display: inline;
	}
	

	
#mainnav li a	{
	text-decoration: none;
	color: #731c00;
	background: none;
	padding: 8px 3px;
	}
	
#mainnav li a:hover	{
	color: #deb406;
	background-image: url(../images/nav_ov.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 8px 3px;
	}
	
	
/* Sceond nav */

#secondnav	{
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	}

#secondnav li	{
	margin-bottom: 5px;
	list-style-image: url(../images/news_buttet.gif);
	list-style-type: none;
	padding-left: 12px;
	}

#secondnav li a	{
	text-decoration: none;
	color: #731c00;
	background: none;
	}
	
#secondnav li a:hover	{
color: #deb406;

}


	
/*  general formatting */

h1	{
	color: #731c00;
	font-size: 15px;
	margin-bottom: 10px;
	}	

h2	{
	color: #731c00;
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
	}
	
	
h2.margintop	{
	color: #731c00;
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	
	}
	
#home h2	{
	color: #731c00;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	
	}
	
h3	{
	color: #deb406;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
	}
	
h4	{
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	}	
	
P	{
	margin-bottom: 8px;
	text-align: left;
	}

table tr td	{
text-align:center;
	font: 11px arial, Helvetica, Verdana,Times New Roman,Times;
	color: #666666;
	line-height: 16px;
	text-align: left;

}


a img	{
	border: 0px;
	}
	
#contentleftinner a,
#contentwide a	{
	text-decoration: none;
	color: #666666;
	background-image: url(../images/link_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
	}
	
a	{
	text-decoration: underline;
	color: #666666;
	}
	
a:hover	{
	color: #deb406;
	
	}
	
ul ul li {
	list-style-type: none;
	margin-left: 10px;
	}
	
ul li {
	margin-left: 15px;
	list-style-type: disc;
	
	}
	
#contentrightinner img	{
	margin-top: 10px;
	}
	
/*  hero area formatting */

#home img.mainbutton1	{
	margin: 30px 0px 10px 0px;
	float: none;
	}
	
#home img.mainbutton2	{
	margin: 0px 0px 10px 0px;
	float: none;
	}
	
#home img.mainbutton3	{
	margin: 0px 0px 10px 0px;
	float: none;
	}
	
img.mainbutton1	{
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	}

img.mainbutton2	{
	float: left;
	margin-top: 30px;
	margin-left: 35px;
	}
	
img.mainbutton3	{
	float: right;
	margin-right: 50px;
	margin-top: 30px;
	}
	
	
/*  newsandmedia formatting */

#contentleftnews	{
	float: left;
	width: 420px;
	text-align: left;
	
	}
	
#contentrightnews	{
	float: right;
	width: 420px;
	text-align: left;
	}
	
#newsandmedia	ul	{
	margin-bottom: 15px;
	text-align: left;
	margin-left: 20px;
	}
	
#newsandmedia ul li {
	list-style-image: url(../images/news_buttet.gif);
	padding-left: 12px;
	}

#newsandmedia ul li a	{
	text-decoration: none;
	color: #666666;
	background: none;
	}
	
#newsmediaindex,
#newsmediaindex2	{
	}
	
.newsmediaitem	{
	border-bottom: 1px dotted #deb406;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 20px;
	padding-bottom: 5px;
	}
	
#newsmediaindex h2,
#newsmediaindex2 h2	{
	color: #731c00;
	font-size: 15px;
	text-decoration: none;
	background: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	}
	
#newsmediaindex h2 a,
#newsmediaindex2 h2 a	{
	color: #731c00;
}

#newsmediaindex a,
#newsmediaindex2 a	{
	text-decoration: none;
	background: none;
}

#newsmediaindex a:hover,
#newsmediaindex2 a:hover	{
	color: #deb406;
}

#newsmediaindex ul	{
	margin-left: 10px;
	margin-top: 10px;
}

#newsmediaindex ul li	{
	margin-bottom: 5px;
	list-style-image: url(../images/news_buttet.gif);
	list-style-type: none;
	padding-left: 5px;
	}

#newsmediaindex li a	{
	text-decoration: none;
	color: #731c00;
	background: none;
	}
	
#newsmediaindex li a:hover	{
color: #deb406;

}

.newsmediaitem	{
	line-height: 15px;
	}



h4 a	{
	color: #666666;
	line-height: 14px;
	text-decoration: none;
	background: none;
	}	
.downloadicon	{
	margin-right: 10px;
	margin-top: 5px;
	}
	
/*  form formatting */

input { background-color:#FFFFFF !important; }

#form	{
	padding: 20px;
	border: 1px solid #deb406;
	background-color: #FFFFFF;
	}
	
#regform	{
	padding: 20px;
	border: 1px solid #deb406;
	background-color: #FFFFFF;
	width: 440px;
	}
	
#form .submitbutton	{
	background-color: #deb406;
	color: #731c00;
padding: 4px;
border: 1px solid #731c00;
	}
	
#form table tr td,
#regform table tr td	{
	font: 11px arial, Helvetica, Verdana,Times New Roman,Times;
	color: #731c00;
	line-height: 14px;
	text-align: left;
	padding: 4px;
}

#contactform table td	{
	text-align: left;
	padding: 3px;
	}
	
/* image gallery */

#media img	{
	margin: 0px 5px 10px 5px;
	}
	
#media a 	{
	background: none;
	text-decoration: none;
	border: none;
	}
	
#galleryinneritem	{

}

#galleryinneritem mg	{
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}


#gallerymain	{
	width: 100%;
	margin-top: 30px;
	text-align: center;
	
	}
	
#contentwide a img	{
	background: none;
	text-decoration: none;
	}


/* other areas formatting */

#footer img	{
	padding-left: 20px;
	border:0px;
	}
	
	
#footer a	{
	color: #333333;
	text-decoration: none;
	}
	
#contactform img	{
	float: right;
	margin: 0px 0px 0px 15px;
	}