/* Standard CSS Styles*/

body {
	background-image: url("/i/common/BodyBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top;
	}

td {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	color: #313131;
	}
	
big {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold;
	}
	
strong {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}

small {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

.input {
	background-color: #510808; 
	font-size:11px;
	color: #F0F0F0;
	border: solid 1px #FFFFFF;
	padding: 2px;
	}

.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
#flashBox {
	position: absolute; 
	}

/* Doesn't work in IE */
.flashbg2 {
   background-color: #D4D4D4; 
   border-bottom: solid 4px #5F0A0A;
   }

/* Works in IE */
.flashbg {
   background-image: url("/i/front/flash-bg.jpg"); 
   background-repeat: repeat-x; 
   background-position: top;
   }


/* Navigation Styles*/

.nav {
	padding-bottom: 40px; 
	}

.nav a {
	display: block; 
	padding: 9px 0px 9px 10px; 
	font-weight:bold; 
	border-bottom: solid 1px #DDDDDD;
	}
	
.nav a:link {
	color:#4A0707; 
	text-decoration:none
	}
	
.nav a:visited {
	color:#4A0707;
	text-decoration:none; 
	}
	
.nav a:hover {
	color:#FFFFFF; 
	text-decoration:none; 
	background-color: #B19011;
	}

.news {
	color:#313131; 
	padding: 15px 10px 20px 10px; 
	}

.news a:link {
	color:#313131; 
	text-decoration:none;
	}
	
.news a:visited {
	color:#313131;
	text-decoration:none; 
	}
	
.news a:hover {
	color:#313131; 
	text-decoration:underline; 
	}

.footer {
	font-family: arial, helvetica, sans-serif; 
	color:#000000; 
	font-size:10px;
	border-top: solid 2px #000000;
	padding: 9px 0px;
	}

.footer a:link {
	color:#000000; 
	text-decoration:none; 
	}
	
.footer a:visited {
	color:#000000;
	text-decoration:none; 
	}
	
.footer a:hover {
	color:#000000; 
	text-decoration:underline; 
	}

/* Page Layout Styles*/

.HeaderL {
	background-image: url("/i/common/HeaderL.jpg"); 
	background-repeat: no-repeat;
	background-position: top right;
	}

.HeaderR {
	background-image: url("/i/common/HeaderR.jpg"); 
	background-repeat: no-repeat;
	background-position: top left;
	}

.LCol {
	background-color: #F6F6F6;
	border-left: solid 1px #DEDEDE;
	border-right: solid 1px #DEDEDE;
	}

.Main {
	background-image: url("/i/common/MainBG.gif"); 
	background-repeat: repeat-x; 
	background-position: top;
	}

.MainText {
	padding: 25px 0px 25px 25px;
	}

.Menu {
	background-image: url("/i/common/MenuBG.gif"); 
	background-repeat: repeat-x;
	background-position: top;
	}

.SubBox {
	background-color: #510808;
	}

/* Home Page Layout Styles - note class HomeLogo not in use*/

.HomeLogo {
	background-image: url("/i/front/LogoBG.jpg"); 
	background-repeat: no-repeat;
	background-position: top;
	}

.TopLogo {
   background-image: url("/i/front/HomeLogoBG2.jpg"); 
   background-repeat: repeat-x;
   background-position: top;
   }

.HomeMainText {
	padding: 15px 15px 15px 15px;
	}

.Clock {
   color: E1B633;
   font-weight: bold;
   }

