@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #d9d9d9;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body, td, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}

a {
	color: #CC0000;
}

a:hover {
	color: #CC9900;
}

h1  {
	font-size: 30px;
	font-weight: normal;
	color: #680A0A;
	margin-top: 0px;
}

h2  {
	font-size: 25px;
	font-weight: normal;
	color: #CC9900;
	margin-top: 0px;
}

h3  {
	font-size: 20px;
	font-weight: normal;
	color: #680A0A;
	margin-top: 0px;
}

h4  {
	font-size: 18px;
	font-weight: normal;
	color: #680A0A;
	margin-top: 0px;
}

hr {
	height: 0px;
	display:block; 
	border-top: 1px dashed #999999;
	margin: 20px 0px;}

blockquote {
	margin-right: 0px;
	margin-bottom: 40px;
}

li {
	margin-bottom: 8px;}


#mainheader {
	display:block;
	background-color:#000000;
	border-bottom: 7px solid #dcc9ad;
	min-height: 234px;
	background-repeat: repeat-x;
	background-position:center top;
	background-image:url(../images/home_sec.jpg);
	text-align: center;
	}

#boxmenus {
	display:block;
	margin: auto;
	border-top: 10px solid #414141;
	text-align:center;
	padding: 12px;
	text-transform: uppercase;
	font-size: 12px;
}

#boxmenus a {
	padding: 13px 17px;
	text-decoration: none;
	color:#FFFFFF;
	background-position:bottom;
	font-size: 15px;
	}

#boxmenus a:hover {
	text-decoration: none;
	background-image:url(../images/menu_hover_bkg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
}

#boxmaininfo {
	display:block;
	margin: 0px;
	clear:both;
	background-color:#FFFFFF;
	padding: 20px 0px;
	border-bottom: 5px solid #eeeeee;
}
	
#boxfooter {
	display:block;
	margin: auto;
	clear:both;
	width: 970px;
	text-align:right;
	color:#333333;
	padding: 20px 0px 50px 0px;
	font-size: 12px;
	}
#boxfooter img {
	float:left;
	margin-right: 10px;
	}	
	
.box970 {
	display:block;
	width: 970px;
	margin: auto;
	}	
.clearbox {
	clear:both;}	

.imgright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 5px solid #DCC9AD;
}

.imgleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 5px solid #DCC9AD;
}

.pquote {
	color: #b08747;
	font-size: 15px;
	font-style: italic;
	margin-top: 0px;
	
}


.newsletterbox {
	background-color: #dcc9ad;
	padding: 15px;
	margin-top: 15px;
	}

.newsletterbox strong {
	font-size: 20px;
	color: #926F3A;
	font-weight: normal;
	}

.newsletterbox #button {
	background-color: #252525;
	font-weight: bold;
	color: #FFFFFF;
	border: 3px solid #666666;
	margin-top: 5px;
}

.newsletterbox #textfield {
	background-color: #ffffff;
	font-weight: bold;
	color: #FFFFFF;
	border: 3px solid #eeeeee;
	margin-top: 5px;
	width: 150px;
}

.quotefloat {
	display: block;
	width: 270px;
	float: right;
	margin-left: 25px;
	background-color: #EFE7DA;
	padding: 15px;
}

.floatingbox {
	display:block;
	float:left;
	margin-right: 25px;}
	


.pagebox {
	display: block;
	background-color:#FFFFCC;
	border: 2px dashed #EFE7DA;
	padding: 12px;
	width:  610px;
}

.boxpaper {
	display:block;
	padding: 15px;
	border: 1px solid #dddddd;
	background-image:url(../images/float-quotes_bkg.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	margin-bottom: 15px;
}

.topline {
	display: block;
	clear: both;
	text-align:right;
	margin: 15px 0px;
	border-top: 1px dashed #999999;
	padding-top: 15px;
}