@charset "utf-8";

/* Willow Barn - By Josh.biz Web Design */


@font-face { font-family: 'Myriad Pro'; src: url('../fonts/myriadpro-regular-webfont.eot?') format('eot'), url('../fonts/myriadpro-regular-webfont.woff') format('woff'), url('../fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('../fonts/myriadpro-regular-webfont.svg') format('svg'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Myriad Pro'; src: url('../fonts/myriadpro-bold-webfont.eot?') format('eot'), url('../fonts/myriadpro-bold-webfont.woff') format('woff'), url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'), url('../fonts/myriadpro-bold-webfont.svg') format('svg'); font-weight: bold; }


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4f4f4f;
	background-color: #bd712d;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

.clearfloat { /* this class should be placed on a div or break element
and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
	}


/*Main tags*/

h1.home {
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-weight: normal;
	font-size: 50px;
	margin: 30px 0 0 0;
	padding: 0;
	color: #ffffff;
	letter-spacing: -1px;
	line-height: 50px;
	}
	
h1.home a:link, h1.home a:visited {
	color: #ffffff;
	text-decoration: none;
}

h1.home a:hover, h1.home a:active {
	text-decoration: underline;
	color: #ffffff;
}

h1.home span {
	font-size: 24px;
	letter-spacing: 0px;
	color: #583415;
	}
	
p.linkheader {
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-weight: normal;
	font-size: 50px;
	margin: 30px 0 0 0;
	padding: 0;
	color: #ffffff;
	letter-spacing: -1px;
	line-height: 50px;

	}

p.linkheader a:link, p.linkheader a:visited {
	text-decoration: none;
	color: #ffffff;
}

p.linkheader a:hover, p.linkheader a:active {
	color: #ffffff;
	text-decoration: underline;
}

p.linkheader span {
	font-size: 24px;
	letter-spacing: 0px;
	color: #583415;
	}
	
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 16px 0 20px 0;
	padding: 0;
	color: #805d43;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 16px 0 20px 0;
	padding: 0;
	color: #805d43;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0 4px 0;
	padding: 0;
	color: #bd712d;
	}
	
p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 10px;
	padding: 0;
	}

a:link, a:visited {
	color: #4f4f4f;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #4f4f4f;
	text-decoration: underline;
	}


/*Overall Container*/

#container {
	width: 960px;
	background: transparent;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	}

/*Header*/

#header {
	margin: 0;
	background: transparent;
	color: #ffffff;
	text-align: left;
	padding: 30px 30px 0 30px;
	}

#header p.contact {
	margin: 4px 0px 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 0em;
	text-align: right;
	}

#header .contact span {
	color: #ff983d;
	}

#header p.contact a:link, #header p.contact a:visited {
	color: #ffffff;
	text-decoration: underline;
	}
	
#header p.contact a:hover, #header p.contact a:active {
	color: #ffffff;
	text-decoration: underline;
	}


/*Banner*/

#feature {
	background: none;
	text-align: center;
	}


/*Main Content*/

#mainContent {
	margin: 0 30px;
	padding: 0 0 20px;
	background: #ffffff;
	overflow: auto;
	border: 3px double #74451C;
	}

#container #mainContent .content {
	padding: 16px 30px 16px;
	}

#roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
	}

#roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
	}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
	}

#container #mainContent .content ul {
	font-size: 14px;
	margin-bottom: 32px;
	}

#container #mainContent .content li {
	margin-bottom: 10px;
	line-height: 18px;
	}

.fltr {
	margin: 0px 0px 10px 20px;
	float: right;
	}


/*Footer*/

#footer {
	padding: 10px 20px 50px;
	font-size: 1.6em;
	text-align: center;
	}

#footer p {
	margin: 0;
	padding: 0;
	color: #583415;
	}
	
#footer p a:link, #footer p a:visited {
	text-decoration: underline;
	color: #583415;
}
	
#footer p a:hover, #footer p a:active {
	color: #583415;
}

#container #footer span {
	color: #583415;
	}

.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	text-decoration: none;
	color: #333333;
	}
	
.oneColFixCtrHdr #footer a:hover, .oneColFixCtrHdr #footer a:active {
	text-decoration: underline;
	color: #333333;
	}

#container #footer .small {
	font-size: 1em;
	color: #583415;
	}

#container #footer img {
	margin-top: 20px;
	border: none;
	}

#container #footer .nhc {
	margin-left: 4px;
	}

/*Miscellaneous*/

#container #mainContent #map {
	display: block;
	border: 1px solid #000000;
	}


/*Navigation*/

#nav {
	margin-left: 30px;
	margin-top: 12px;
}

.hovermenu ul{
	font-family: 'Myriad Pro', Arial, sans-serif;
	height: 40px;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	padding: 4px 0.5em;
	text-decoration: none;
	float: left;
	color: #fff;
	background-color: #/*Miscellaneous*/; /* You Can Change this color */
	margin-right: 6px;
}

.hovermenu ul li a.current{
	background-color: #74451C;
}


.hovermenu ul li a:hover{
	color: #583415;
	background-color: #ff983d; /*You Can Change This Color*/
}

.print_advice {
	text-align: center;
}

#p7SSMtnav {
	display: none;
}

#p7ssm_nav_wrapper {
	display: none;
}

.border {
	border: 1px solid #333;
	float: right;
	margin-left: 30px;
}

div.Powerdby {
	display: none;
}
	

