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


/* General Page Properties */
body {
	font-size:11px;
	margin-top:0px;
	background:#E9DBC9 url(../images/body-bkgnd2.png) top center repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
}
H1 {
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
}
a {
	text-decoration:none;
	color:#FF4848;
}
a:HOVER, a:FOCUS, a:ACTIVE {
	text-decoration:underline;
	color: #BE4141;
}



/* Main Navigation */
ul.topNav {
	list-style:none;
	padding:0;
	margin:0;
}
li.topNav {
	display:inline;	
	float: left;
	padding:0;
	margin:0;
}
a.nav {
	margin: 0 2px 0 0;
	
	/*background:url(../images/tableft.gif) top left no-repeat;*/
	
	background-image:url(../images/tableft.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 0 0 27px 3px;
	display: block;
	color: #DFE5EC;
	text-decoration:none;
	cursor:pointer;
	
}
a.nav:HOVER, a.nav:FOCUS, a.nav:ACTIVE {
	background-position: 0% -42px;
	display: block;
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none;

}
a.nav span {

	/*background:url(../images/tabright.gif) top right no-repeat;*/
	
	background-image:url(../images/tabright.gif);
	background-position: top right;
	background-repeat:no-repeat;
	margin: 0 2px 0 0;
	padding: 7px 15px 6px 11px;
	display:block;
	float:left;
	cursor:pointer;
	text-decoration:none;
}
a.nav:HOVER span, a.nav:FOCUS span, a.nav:ACTIVE span {
	background-position: 100% -42px;
	cursor:pointer;
	text-decoration:none;
}

/* Active Menu Properties */
a.active {
	margin: 0 2px 0 0;
	background:  url(../images/tableft-active-red2.gif) top left no-repeat;
	padding: 0 0 27px 4px;
	display: block;
	color: #DFE5EC;
	text-decoration:none;
	overflow:visible;
	cursor:pointer;
	
}
a.active span {
	background: url(../images/tabright-active-red.gif) bottom right no-repeat;
	margin: 0 2px 0 0;
	padding: 7px 15px 6px 11px;
	display:block;
	float:left;
	cursor:pointer;
	text-decoration:none;
}



/* Top of Page Banner */



/* Sub Navigation */
table.subNav {
	height:0px;
	padding:0px;
	border:none;
	background:#D50500;
	width:100%;
	margin:0px;
}
table.subNav a.subNav {
	padding-bottom:2px;
	padding-left:7px;
	padding-right:7px;
	padding-top:2px;
	text-decoration:none;
	text-align:center;
	float:left;
	color:#CCCCCC;
	margin-left:2px;
	margin-right:2px;
}
table.subNav a.subNav:HOVER,
table.subNav a.subNav:FOCUS,
table.subNav a.subNav:ACTIVE {
	color:#FFFFFF;
	background: #FF0000;
}
table.subNav a.Active,
table.subNav a.Active:HOVER,
table.subNav a.Active:FOCUS,
table.subNav a.Active:ACTIVE {
	padding-bottom:2px;
	padding-left:7px;
	padding-right:7px;
	padding-top:2px;
	text-decoration:none;
	text-align:center;
	float:left;
	color:#FFFFFF;
	background: #FF0000;
}





/* Table Properties */
table.navHolder {
	height:0px;
	padding-right:15px;
	padding-bottom:0px;
	border-bottom:2px solid #C03F00;
	border-left:0px;
	border-top:0px;
	border-right:0px;
	background:url(../images/tbl-bkgnd-bottom-red2.gif) left bottom repeat-x #E9DBC9;
}
table.navHolder tr {
	padding:0;
}
table.navHolder tr td {
	padding:0;
}
td.side {
	background: #272727;
	padding:0;
	margin:0;
	border:none;
	
}
td.inlineTop {
	background:#FFFFFF;
	padding-top:10px;
	vertical-align:top;
	text-align:left;
}
td.inlineBottom {
	background: url(../images/inline-botttom-line-bkgnd.jpg) bottom center repeat-x #434952;
	background-position:bottom;
	border-bottom:8px solid #272727;
	border-top:1px solid #E8D7D7;
	padding-bottom:8px;
	padding-top:8px;
	padding-left:30px;
	padding-right:30px;
	color: #C9C9C9;
}
td.inlineBottom a img {
	padding-left:8px;
	padding-right:8px;
	border:none;
	outline:none;
}
td.inlineBottomUp {
	background: url(../images/inline-botttom-line-bkgnd.jpg) bottom center repeat-x #9FB4CC;
	background-position:bottom;
	color: #C9C9C9;
}
/* Photo Gallery */
td.photoTD {
	margin-bottom:10px;
	margin-top:5px;
	margin-right:8px;
	margin-left:8px;
	padding:3px;
	border:none;
	/*background:url(../images/stripedBKGND.gif) repeat;*/
	outline:none;
}
span.photoSPAN {
	background:url(../images/stripedBKGND.gif);
	background-repeat:repeat;
	padding:5px;
	float:left;
}
a img{
	border:none;
	outline:none;
	margin:0px;
	padding:0px;
}
td.photoTD span.photoSPAN a {
	text-decoration:none;
	border:none;
	outline:none;
	background:none;
	margin:0px;
	padding:0px;
}








