html{
	font-family:Arial, Helvetica, sans-serif;
	color:#696767;
	height:100%;
}

body{
	padding-top:0px;
	margin-top:0px;
	background:#ffffff url(../images/mainBackground.jpg) repeat-x;
	text-align:center;	
	width:955px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

img, div { behavior: url(scripts/iepngfix.htc) }

h1{
	
}

h2{
	
}

h3{
	
}

h4{
	
}

h5{
	
}

label{
	width: 50px;
	float: left;
	text-align: left;
	margin-right: 8px;
	display: block;
	text-transform: none;
}

#main-container{
	width:955px;
	margin-left:auto;
	margin-right:auto;
}

#header-container{
	width:100%;
	height:116px;
	background:#ffffff url(../images/header.jpg) no-repeat;
}

#banner-container{
	width:483px;
	height:117px;
	margin: 2px auto 8px auto;
	border:0px solid #980000;
}


.menu-container{
	width:211px;
	height:128px;
	border:0px solid #000000;
	margin:0px;
	padding:0px;
}

.menu-seperator{
	width:1px;
	height:40px;
	padding:0px;
	margin:0px;
	border:0px;
	float:left;
	position:relative;
	top:80px;
	background-color:#000000;
	display:table-cell;
	vertical-align:middle;
}

.menu-seperator img{
	margin-bottom:auto;
	margin-top:4px;	

}

.menu-box{
	color:#ffffff;
	background:#000000;
	height:40px;
	width:105px;
	float:left;
	position:relative;
	top: 80px;
	text-align:center;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	display:inline;
}

.menu-box a{
	width:100%;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	
	vertical-align:middle;
}

.menu-box a:hover{
	color:#980000;
}

#footer-container{
	width:955px;
	height:58px;
	clear:both;
	float:left;
	position:relative;
	background:#ffffff url(../images/footerBackground.jpg) no-repeat;
	border:0px solid #000000;
}

.footer-div{
	float:left;
	position:relative;
	margin-top:15px;
	width:33%;
	color:#696767;
	font-size:10px;
}

#footer-container a{
	color:#696767;
	text-decoration:none;
}

#footer-container a:hover{
	text-decoration:underline;	
}

.arrowlistmenu{
	clear:left;
	float:left;	
	margin-top:8px;
	margin-left:14px;
	margin-bottom:15px;
	width:145px;
	color:#000000;
	display:inline;
}

.arrowlistmenu .menuheader{
	float:left;
	background-color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	list-style:none;
	margin: 2px 0px 0px 0px;
	position:relative;
	padding:6px 2px 6px 4px;
	border-bottom:solid 2px #000000;
	width:100%;
	cursor:hand;
	cursor:pointer;
}

.arrowlistmenu .menuheader a{
	text-decoration:none;
	color:#030303;
}

.arrowlistmenu .menuheader a:hover{
	color:#ffffff;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

border-bottom:0px;
}


.arrowlistmenu ul{
	clear:left;
	float:left;
	text-align:left;
	list-style:none;
	margin: 0px auto;
	position:relative;
	padding:6px 0px 0px 0px;
	width:100%;	
	background-color:#ffffff;
}

.arrowlistmenu ul li{
	width:100%;
	padding-bottom:3px;
	padding-top:3px;
	border-bottom:dotted 1px #000000;	
	
}

.arrowlistmenu ul li a{
	text-transform:capitalize;	
	text-decoration:none;
	color:#030303;
	font-size:11px;
	vertical-align:middle;
	padding-left:8px;	
	width:100%;
}

.arrowlistmenu ul li a:hover{
	color:#990000;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:955px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	border:0px solid #000000;
	
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:955px;			/* width of page */
	position:relative;
	display:inline;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	/*overflow:hidden;*/
	margin:0px;
	border:0px solid #000000;
	display:inline;
}
/* 3 Column settings */
.threecol {
	background:url(../images/background.gif) repeat-y;		/* right column background colour */
	display:inline;
}
.threecol .colmid {
	right:212px;			/* width of the right column */
	background:none;		/* center column background colour */
	border:0px solid #000000;
}
.threecol .colleft {
	right:530px;			/* width of the middle column */
	background:none;	/* left column background colour */
	border:0px solid #000000;
}
html>body .threecol .colleft{
	right:531px;	
}
.threecol .col1 {
	width:530px;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	background:#ffffff;
	/*min-height:1000px;*/
	height:auto;
}

.threecol .col2 {
	width:212px;			/* Width of left column content (column width minus padding on either side) */
	left:211px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	
}
.threecol .col3 {
	width:211px;			/* Width of right column content (column width minus padding on either side) */
	left:744px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	top:0px;
}

#date-container{
	width:195px;
	height:25px;
	font-size:12px;
	margin-top:15px;
	margin-bottom:0px;
	border:0px solid #000000;
}

.right-box{
	width:195px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:25px;
	border:0px solid #000000;
	font-size:12px;
	text-align:left;
	display:inline;
}

.right-box h1{
	width:95%;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	border-bottom:2px solid #000000;
	color:#980000;
}

.right-box ul{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
	
}

.right-box li{
	margin-bottom:10px;
	margin-left:5px;
}

.right-box li a{
	color:#696767;	
	font-size:12px;
	text-transform:none;
}

.right-box li a:hover{
	color:#980000;	
}

.right-box p{
	
}

.right-box div{
	text-align:center;
	width:100%;
}

.right-box div input{
	margin-bottom:5px;
}

.right-box a{
	font-size:10px;
	color:#980000;
	text-decoration:none;
/*	text-transform:lowercase;*/
	
}

#search-container{
	width:100%;
	height:102px;
	background:url(../images/search.png) no-repeat;
	border:0px solid #000000;
}

#search-container img{
	margin-top:10px;	
}

#search-box{
	margin-top:25px;	
}

#welcome-container{
	
}
 
#news-header{
	margin:0px auto 0px auto;	
	width:90%;
}

#news-header h1{
	color:#980000;
	font-size:18px;
	text-transform:uppercase;
	border-bottom:3px solid #000000;
	
	text-align:left;	
}

.news-story{
	margin:0px auto 10px auto;
	width:90%;
	border-bottom:3px dotted #696767;
}

.news-story h1{
	font-size:13px;
	color:#000000;
	text-align:left;
}

.news-story h2{
	font-size:12px;
	text-align:left;
}

.news-story h3{
	text-align:left;	
}

.news-story p{
	text-align:left;
	font-size:11px;
	
}

.formStd{
	font-size:11px;
	width:125px;
}

.news-story table{
	font-size:11px;
	text-align: right;
}

.news-story table tr{

}

.news-story table td{
	border:1px solid #696767;
	margin:0px;
	text-align:center;
	
}

.news-story table td img{
	text-align:center;
	float:none;
	margin:0 auto;
	margin-bottom:5px;
}	

.news-story ul{
	font-size:11px;
	text-align:left;
	
}

.news-story a{
	text-align:left;
	font-size:11px;
	color:#980000;
	font-style:italic;
	text-decoration:none;
}

.news-story a:hover{
	color:#696767;
}

.news-story img{
	float:right;
	border:0px;
	margin-bottom: 8px;
	margin-left: 8px;
}

#calendar-container{
	width:176px;
	margin-left:0px;
	margin-top:35px;
	margin-bottom:25px;
	border:0px solid #000000;
	text-align:left;

}

#calendar-container h1{
	width:100%;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	border-bottom:2px solid #000000;
	color:#980000;
	margin-bottom:0px;
}

#calendar-container img{
	border:0px;
	margin-top:4px;
	padding:0px;
	float:left;
}

#calendar-container a{
	background:#000000;
	width:100%;

	color:#ffffff;
	text-decoration:none;
	text-transform:capitalize;
	text-align:center;
}

#quote-container{
	width:95%;
	font-size:11px;
	color:#000000;
	text-align:center;
	line-height:24px;
}

#quote-container a{
	color:#696767;
	text-decoration:none;
	line-height:12px;
}

#quote-container a:hover{
	text-decoration:none;	
}

.news-story .table-links{
	border:0px solid #000000;
	text-align:left;
}

.news-story .table-links td{
	border:0px solid #000000;	
	padding:0px;
}

.news-story .table-links td ul{
	margin-left:0px;
	padding:0px;
}

.news-story .table-links td li{
	margin-left:0px;
	padding:0px;
}

.flow-container{
	position:relative;
	width:500px;
	font-size:9px;
	margin:0px;
	padding:0px;
	
}

.flow-container li{
	width:160px;
	height:150px;
	padding:0px;
	float:left;
	list-style-type:none;
	cursor:pointer;
	cursor:hand;
	color:#980000;
	/*background:#ffffff url(../images/boxBack.png) no-repeat;*/
	line-height:150px;
	font-size:150px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/boxBack.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
html>body .flow-container li{
	background:#ffffff url(../images/boxBack.png) no-repeat;
}


*>.flow-container li{
	font-size:10px;	
}

.flow-container img{
	clear:both;
	float:none;	
	position:relative;
	margin:0 auto;
	margin-top:15px;
	text-align:center;
	vertical-align:middle;
}

.openContainer{
	display:none;	
}

.cal{
	color:#000000;
	font-size:10px;
	vertical-align:top;
}

 .itembox{
	width:140px; 
	display:block;
	border:solid 1px #ccc; 
	float:left; 
	padding:3px; 
	font-size:11px; 
	margin:5px;
	height:240px;
 }

.itembox img{
	float:none;
	text-align:center;
}

.form-box{
	width:95%;
	background-color:#CCC;
	padding:8px;
}

.form-box h1{
	font-size:14px;
	text-transform:capitalize;
	color:#000000;
	border-bottom:2px solid #000000;

}

.form-box input{
	text-align:left;	
}

.form-box label{
	width:150px;
	display:block;
	text-align:right;
	float:left;
}

.table-noborder{
	border:0px;	
}

.table-noborder tr{
	border:0px;	
}

.table-noborder tr td{
	border:0px;
	text-align:right;
}

#copyright{
	width:100%;
	text-align:center;
	margin-bottom:0px;
}

#copyright a{
	font-size:10px;
}
