/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:19px;
}

td {vertical-align:top;}

img {border:0px;}


/*LINKS*/

a:link {color:#961B1E; text-decoration:none;}
a:visited {color:#961B1E; text-decoration:none;}
a:hover {color:#CO3639; text-decoration:underline;}
a:active {color:#CO3639; text-decoration:underline;}

a.mainnav:link {color:#FFF; text-decoration:none;}
a.mainnav:visited {color:#FFF; text-decoration:none;}
a.mainnav:hover {color:#FFF; text-decoration:underline;}
a.mainnav:active {color:#FFF; text-decoration:underline;}

.but_play, .but_pause, .but_stop {display:block;  width:17px; height:17px; position:absolute; top:20px; z-index:20; }

a.but_play:link {background:url("../images/but_play.gif") no-repeat 0 0 transparent;left:1px;}
a.but_play:visited {background:url("../images/but_play.gif") no-repeat 0 0 transparent; left:1px;}
a.but_play:hover {}
a.but_pause:link {background:url("../images/but_pause.gif") no-repeat 0 0 transparent;left:1px;}
a.but_pause:visited {background:url("../images/but_pause.gif") no-repeat 0 0 transparent; left:1px;}
a.but_pause:hover {}
a.but_stop:link {background:url("../images/but_stop.gif") no-repeat 0 0 transparent;left:19px;}
a.but_stop:visited {background:url("../images/but_stop.gif") no-repeat 0 0 transparent; left:19px;}
a.but_stop:hover {}
a.but_stop:active, a.but_pause:active, a.but_play:active {background-position:0 -17px;}

/*MAIN BOXES*/

#headingBox {
	border-bottom:3px solid #961B1E;
	background:url("../images/topbg.jpg") #333333 center no-repeat;
	height:135px;
}

#headingBoxTop {
	background:url("../images/topbgT.jpg") #333333 center no-repeat;
	height:106px;
}

#headingBoxBottom {
	border-bottom:3px solid #961B1E;
	background:url("../images/topbgB.jpg") #333333 center no-repeat;
	height:29px;
}

.indexBottom {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:860px;
	overflow:hidden;
}

#indexBottomLeft {
	float:left;
}

#indexBottomRight {
	float:left;
	padding-top:15px;
	padding-left:15px;
	width:600px;
}

#pageRight {
	float:left;
	padding-left:15px;
	padding-top:15px;
	width:225px;
}

#pageLeft {
	float:left;
	padding-left:15px;
	padding-top:15px;
	width:600px;
}

.indexBox {
	background:url("../images/bottomBoxBg.jpg") #000000 repeat-x;
	width:260px;
	color:#FFFFFF;
	padding:10px;
}

/*NAVIGATION*/

#navigationMain {
	margin-left:auto;
	margin-right:auto;
	padding-top:106px;
	height:29px;
	text-align:center;
	width:600px;
	background:url("../images/navbg.jpg") #961b1e repeat-x;
	
}

.navOff {
	height:29px;
	padding:0px 10px 0px 10px;
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	line-height:29px;
	background:url("../images/navbg.jpg") #961b1e repeat-x;
}

.navOn {
	height:29px;
	padding:0px 10px 0px 10px;
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	line-height:29px;
	background:url("../images/navon.jpg") #000000 repeat-x;
}

.navBreak {
	height:29px;
	width:2px;
	float:left;
	background:url("../images/navBreak.jpg") #961b1e no-repeat;
}

.navBreakOn {
	height:29px;
	width:2px;
	float:left;
	background-color:#961b1e;
}

.navEnd {
	height:29px;
	width:3px;
	float:left;
	background:url("../images/navbg.jpg") #961b1e repeat-x;
}


/*GALLERY*/

.imageFade{
	position:relative;  /* Don't remove this line */
	margin:5px 5px 0px 5px;  /* "Air" */  
	width:226px;  /* Image width */
	height:149px;  /* Image height */
} 

.imageFade IMG {
	POSITION: absolute; TOP: 0px; LEFT: 0px
}


/*FONTS*/

h1 {font-size:22px; color:#961B1E; margin:0px 0px 20px 0px; padding:0px; font-weight:normal;}
h2 {font-size:16px; color:#FFB141; margin:0px 0px 15px 0px; padding:0px; text-align:center; font-weight:bold;}
h3 {font-size:15px; color:#961B1E; margin:20px 0px 8px 0px; padding:0px; font-weight:bold;}
h4 {font-size:14px; color:#961B1E; margin:0px 0px 8px 0px; padding:0px; font-weight:bold;}

.credit {font-size:11px; color:#666; margin-bottom:5px;}
.frontBoxName {font-weight:bold; line-height:14px;}
.frontBoxSub {color:#FFB141; font-size:11px; line-height:10px; font-weight:bold; margin-bottom:6px;}
.frontBoxRead {font-size:12px; font-weight:bold; margin-top:15px; text-align:right;}
.frontBoxTest {color:#FFCC66; font-size:12px; font-weight:bold; margin-top:5px; text-align:right;}
.frontBoxSeen {color:#FFB141; font-size:18px; text-align:center; margin-top:5px; margin-bottom:10px;}

a.frontBoxRead:link {color:#FFB141;}
a.frontBoxRead:visited {color:#FFB141;}
a.frontBoxRead:hover {color:#FFB141; text-decoration:underline;}
a.frontBoxRead:active {color:#FFB141; }
