@charset "utf-8";
/* CSS Document */

/*** Global Elements ***/
* {
	margin: 0px;
	padding: 0px;
}
body  {
	text-align: left;
	padding-top: 20px;
	font: 62.5%/1.6 "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
	color: #000000;
	background: #fff url(images/bkgd.gif);
}

/*** Layout/Structural Elements ***/
.main #header {
	width: 100%;
	height: 85px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
} 
.main #header h1 {
	display: none;
}
.main #container {
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.main #subContainer {
	float: left;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #d5d6d8;
	border: 1px solid #32090D;
	padding: 10px;
	min-height: 500px;
        width: 880px; /* 10px + 880px + 10px = 900px */
}

/*LEFT CONTENT*/
.main #leftContainer {
	float: left;
	width: 300px;
	/*height: 100%;*/
	text-align: left;	/*border: 5px solid #FFFFFF;*/
	background-position: top;
	margin-left: 5px;
}
#leftTop {
	background-image: url(images/TopleftArt.gif);
	padding-top: 9px;
	width: 300px;
	background-repeat: no-repeat;
}
/*MIDDLE CONTENT*/

.main #middle {
	margin:0 166px 0 313px;
	background:#C1C0A1 url(images/centerBack.gif) repeat-y;
		}
		
.topBar {
	background-image: url(images/topCenterArt.gif);
	background-repeat: no-repeat;
}		

.column-in {
	margin:10 0 0;
	padding:1em 15px 0.5em;
}

.centerBtmArt {
	float: left;
	background-image: url(images/btmCenterArt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 9px;
	width: 419px;
}
		
/*RIGHT CONTENT*/
.main #rightContent {
	width: 153px;
	_width: 550px;
	float: right;
	text-align: left;
	margin-right: 5px;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 354px;
	/*background-color: #C6C5A6;*/
	padding-top: 0px;
}

/*** SUB TERRAINIAN MENU ***/
#SubT ul {
	text-align: center;
	padding-top: 7px;
}

#SubT li {
	display: inline; 
}
#SubT li a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	/*height: 31px;*/
	/* width: 117px; */
	line-height: 12px;
	text-transform: uppercase;
	padding: 3px 15px;
	border-top: #5C1519;
	border-right: #5C1519;
	border-bottom: #5C1519;
	border-left: #5C1519;
}
#SubT li a:hover {
	color: #C1C0A1;
	text-decoration: underline;
}

/*BOTTOM CONTAINER CONTENT*/
.main #containerBottom {
	clear: both;
	width: 100%;
	_width: 100%;
	background-image: url(images/foundation.gif);
	height: 234px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 7px;
	padding-top: 15px;
}

.bottom-in {
	padding:7em 10px 0.5em 4em;
	float: left;
}

.bottom-Logo {
	padding:7em 4em 0.5em;
	float: right;
}

/*** FOOTER MENU ***/
#SubT {
	font-family: Arial, sans-serif;
	height: 30px;
	background-color: #7F1D25;
	background-image: url(images/subNav_BACK.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
}

#Sub ul {
	text-align: center;
	padding-top: 0px;
}

#Sub li {
	display: inline; 
}
#Sub li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	height: 31px;
	width: 117px;
	text-transform: uppercase;
	padding-right: 25px;
	padding-left: 25px;
}
#Sub li a:hover {
}

/*FOOTER CONTENT*/
.main #footer {
	width: 100%;
	height: 100px;
	clear: both;
}

.main #footer p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

.main #content {
	BORDER-RIGHT: #e5e0c2 1px dotted;
	BORDER-TOP: #e5e0c2 1px dotted;
	BACKGROUND-IMAGE: url(images/divbg.gif);
	MARGIN: 5px;
	BORDER-LEFT: #e5e0c2 1px dotted;
	WIDTH: 470px;
	BORDER-BOTTOM: #e5e0c2 1px dotted;
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 150px;
	BACKGROUND-COLOR: #ffffff;
	padding: 5px;
} 

.h3 {
	color: #7F1D25;
	font-weight: bold;
	font-size: 12px;
}
/*** Textual Elements ***/
p {
	padding-top: 0px;
	padding-bottom: 14px;
	line-height: 16px;
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {

}
h1 {
	color: #A12831;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A12831;
}
h2 {
	color: #A12831;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
h3 {
	color: #7F1D25;
	font-weight: bold;
	font-size: 10px;
}
h4 {
	color: #37215F;;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #999999;*/
}
a:active {
	text-decoration: none;
	color: #333333;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	/*	background: url(images/yellowArrow.gif) no-repeat left center;*/
	/*	padding-left: 15px;*/	
	list-style-image: url(images/yellowArrow.gif);
	line-height: 16px;	/*	margin-bottom: 10px;*/
}

/*** Header menu styles ***/
#Menu {
	font-family: Arial, sans-serif;
	background-image: url(images/navBack.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
}
#Menu ul {
	text-align: center;
	/* We are using text-align: center on ul to horizontally align our menu to the page. 
If you want the menu aligned left or right just change text-align to either left or right */
	margin: 0 0 5px;
	padding-top: 17px;/* Just some margin to align the blue border below the menu */
}

#Menu li {
	display: inline; 
/* Menu links are horizontally aligned using display: inline */
}
/* EDIT HERE FOR BUTTONS */
#Menu li a {
	padding: 10px 10px 10px 30px;
	/* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	color: #7F1D25;
	text-decoration: none;
	font-weight: bold;
	background: url(images/btn.gif) no-repeat left top;/* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
	height: 31px;
	width: 117px;
	text-transform: uppercase;
}
#Menu li a:hover {
/*	background: url(images/btn.gif) no-repeat left bottom;*/
}
#Menu li a span {
	padding: 7px 10px 6px 0;
	background: url(images/btn.gif) no-repeat right top;
/* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */
}
#Menu li a:hover span {
	/*background: url(images/btn.gif) no-repeat right bottom;*/
}
