/* Global rules.
===================================================================================================
*/

body {
	background:#330000;
	margin:0;
	padding:0;
}


/* Text rules.
===================================================================================================
*/

a:link {color: #D41F00;}

a:visited {color: #AA0000;}

a:hover {color: #FF0000;}

.normalcopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.burgboldcopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}
.smalltype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}

.menuHead {	
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:normal;
	font-size: 13px;
	color: #990000;
	}

.menuItem {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 12px;
	color: #000000;
}


/* Main image positioning rules.
===================================================================================================
*/

#header {/* Header positioning. Called out in the div tag in the topmost table cell on the page */
	background-image:url(../images/h_items_01.jpg);
	width:750px;
	height:155px;
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
#sideBar {/* Side bar background image. Stretches to fix the table it's in, repeats vertically */
	background-image:url(../images/h_items_06.jpg);
	width:200px;
	height:auto;
	background-repeat:repeat-y;
	}
	

/* Floater image positioning rules.
===================================================================================================
*/

.introFlashCell {/* Floater for the Flash movie on the intro page. A special rule is required because of the movie's abnormal size. */
	width:250px;
	height:375px;
	float:right;
	margin: 0px 0px 0px 10px;
	}

.headerDiv {/* Standard header floater. Assumes a 240x320 image and a section header. */
	width:240px;
	height:auto;
	float:right;
	margin:0px 0px;
	padding: 0px 0px 5px 10px;
	}
	
.horizHeaderDiv {/* Horizontal header floater. Same as above only it assumes a 320x240 image and a section header. */
	width:300px;
	float:right;
	margin:0px 0px;
	padding: 0px 0px 0px 10px;
	}

.headerText {/* Floater for section headers. Same as above only it assumes a section header without an associated image. */
	width:240px;
	height:45px;
	float:right;
	padding:0px 0px 0px 10px;
	}
	
#sampleMenus {/* Container Div for the sample menu navigation. */
	width:240px;
	padding: 20px 0px 0px 0px;
	position:relative; 
	float:right;
	}

/* Main table cell background.
===================================================================================================
*/

.centerCell {/* Rules for the background painting. Establishes a non-fixed, background which scrolls veritcally. */
	background-image:url(../images/bg-painting.gif);
	background-attachment:scroll;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:visible;
	}
	
.centerCellRepeat {/* Rules for the background painting. Establishes a non-fixed, background which scrolls veritcally. */
	background-image:url(../images/bg-painting.gif);
	background-attachment:scroll;
	background-position:center center;
	background-repeat:repeat-y;
	overflow:visible;
	}

/* Bottom Navigation
===================================================================================================
*/

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	line-height:13pt;
}
.bottomnav ul, .bottomnav ul li {display:inline; padding-left:0; margin-left:0;}

.bottomnav a, .bottomnav a:visited, .bottomnav a:hover {color:white;}

#footer { width:450px; margin:0 auto; }

#firstUL {padding-top:20px; }
#lastUL {padding-bottom:15px; }

/* End CSS File.
===================================================================================================
*/
