/* Hide from IE-Mac \*/
div#iemac {
	display: none;
}
 /* End hide */

body {
	margin: 0;
	padding: 0;
	background-color: #002f37;
	background-image: url("images/page.png");
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	font: 13px arial, sans-serif;
	color: #333;
}

div#page {
	width: 737px;
	margin: 0 auto 0 auto;
	border-top: 5px solid #002f37;
	padding: 0;

}

div#top {
	width: 736px;
	height: 151px;
	margin: 0 0 0 1px;
	border-top: 1px solid #decfae;
	padding: 0;
	
}

div#top img {
	display: block;
}

div#menu {
	width: 734px;
	height:  20px;
	margin: 0 0 0 2px;
	border-top: 1px solid #decfae;
	padding: 4px 0 4px 0;
	background: #3d1115;
}

.menulink:link, .menulink:visited, .menulink:hover, .menulink:active {
	display: block;
	float: left;
	width: 144px;
	text-align: center;
	font: bold 15px "trebuchet ms", sans-serif;
	color: #decfae;

}

/*CONTENT*/
div#content {
	margin: 0;
	padding: 0 20px 0 20px;
}

h1 {
	margin: 15px 0 0 0;
	padding: 0 0 0 36px;
	background: url("images/h1.png");
	background-repeat: no-repeat;
	font: bold 29px "trebuchet ms", sans-serif;
	color: #3d1115;
}

h1.home {
	font-size: 23px;
	
}

h2 {
	margin: 15px 0 0 0;
	border-bottom: 1px solid #352c28;
	font: 21px "trebuchet ms", sans-serif;
	color: #3d1115;
}

h3 {
	margin: 15px 0 -13px 0;
	font: bold 15px arial, sans-serif;
	color: #321719;
}

p {
	margin: 13px 0 0 0;
	line-height: 18px;
	text-align: justify;
}

p.disclaimer {
	clear: both;
	font: italic 11px arial, sans-serif;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

ul {
	margin: 14px 50px 0 25px;
	padding: 0;
	line-height: 18px;
}

li {
	margin: 0;
	padding: 0;
	line-height: 18px;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #6C0400;
}

a:hover {
}

img {
	border: 0;
}

img.logo {
	float: right;
	margin: 13px 0 13px 20px;
}

img.highlight {
	float: right;
	margin: 18px 0 11px 20px;
	border: 1px solid #352c28;
}

img.map {
	border: 1px solid #352c28;
}

div.clear {
	clear: both;
	font-size: 0;
}

div.highlight {
	float: right;
	width: 300px;
	margin: 0 0 0 25px;
	padding: 0 10px 5px 10px;
}

div.home {
	float: right;
	width: 232px;
	margin: 10px 0 13px 20px;
	padding: 0 5px 5px 5px;
	text-align: center;
}

div.home img {
	margin: 0 -5px 5px -5px;
	border: 1px solid #352c28;
}

div.home h2 {
	border: 0;
}

div.home p {
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
}

div.testimonial {
	float: left;
	width: 240px;
	margin: 15px 9px 0 9px;
	text-align: justify;
	font: italic 12px arial, sans-serif;
}

/*FOOTERS*/
p.copyright {
	clear: both;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
}

.siteby:link, .siteby:visited, .siteby:hover, .siteby:active {
	font-weight: normal;
}
