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

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
}

.top {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.top a {
	color: #372e1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.top a:visited {
	color: #372e1d;
	text-decoration: none;
}
.top a:hover {
	color: #c3a066;
}
.top a:active {
	color: #999999;
}

.menu {
	
}


.email A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.email A:visited {
text-decoration: none
}
.email A:active {
text-decoration: none
}
.email A:hover {
	text-decoration: underline;
	color: #999999;
}

.heading1 {
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.heading2 {
	color: #666;
	text-align: left;
	font-size: 12px;
}
.border_1px_white {
	border: 1px solid #FFFFFF;
}

.contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #858585;
}	

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{ background: transparent url(images/corner.png) no-repeat bottom right} 

.cssbox{ /* intended total box width - padding-right(next) */
	width:945px !important; /* IE Win = width - padding */
	width: 945px; /* the gap on the right edge of the image (not content padding) */
	padding-right:15px; /* use to position the box */
	margin:10px auto
} 

/* set the top-right image */ .cssbox_head{background-position:top right; /* pull the right image over on top of border */ margin-right:-15px; /* right-image-gap + right-inside padding */ padding-right:0px} 

/* set the top-left image */ 
.cssbox_head h2{
	background-position:top left;
	margin:0; /* reset main site styles*/
	border:0;
	height:auto !important;
	height:1%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
} /* IE Holly Hack */ 

/* set the lower-left corner image */ .cssbox_body{
	background-position:bottom left;
	margin-right:5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;
} /* mirror .cssbox_head right/left */ 
.slideshow {
	padding-bottom: 5px;
}
.footer {
	margin: auto;
	width: 960px;
}

