/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #f5d493;
	margin-top: 0;
	}

.allcontent {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	
#masthead {
	width: 1000px;
	height: 256px;
	background-image:url(images/masthead.gif);
	background-repeat: no-repeat;
	background-color: #f5d493;
	margin-top: 0;
	}
	
ul#tabnav {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	list-style:none;
}

ul#tabnav li {
	padding: 0px;
	margin: 27px 0px 0px 10px;
	float:right;
	width: 88px;
}
ul#tabnav li a, ul#tabnav li a:visited {
	text-decoration: none;
	display:block;
	background-image: url(images/tabs.gif);
	background-repeat:no-repeat;
	text-align:center;
	color: #EFECCD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size:12px;
	padding-top:3px;
	height: 24px;
}

ul#tabnav li a:hover, ul#tabnav li a.selected {
	background-position: -88px 0px;
	color: #A59BC6;
	font-style: bold;
}
	
#mainbox {
	padding: 0px 30px 20px 30px;
	line-height: 22px;
	color: #A77B3C;
	border-right: 0px solid #A59BC6;
	border-bottom: 25px solid #A59BC6;
	border-left: 0px solid #A59BC6;
	background-color: #EFECCD;
	}

#mainbox h1 {
	color: #A59BC6;
	font-size:16px;
	font-style: bold;
	line-height: 20px;
	letter-spacing: 1px;
	}
	
#mainbox h2 {
	color: #A77B3C;
	font-size:14px;
	line-height: 18px;
	}
	
#mainbox h3 {
	color: #5C4F8C;
	font-size:14px;
	font-style: bold;
	line-height: 18px;
	}
	
#mainbox a {
	color: #A77B3C;
	}

#testimonials {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	}

#footer {
	font-size: 10px;
	width: 1000px;
	text-align: center;
	color: #A77B3C;
	font-style: bold;
	padding-top: 5px;
	line-height: 20px;
	}

#footer a {
	text-decoration: none;
	color: #A77B3C;
	}
	
#footer a:hover {
	text-decoration: underline;
	color: #EFECCD;
	font-style: bold;
	}
