/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto; /* Sets body to center everything.Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #6C6C6C;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
}

/*  CONTENT  ===========================*/

p, a, ul, li, ol, td, div, textarea {
font-family: Arial, Helvetica, sans-serif;
font-style:normal;
 /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

p {
	font-size: 13px;
	margin-left: 50px;
	padding-right: 50px;
	color: #000;
	line-height: 19px;
}


.list{ 	font-size: 13px;
	margin-left: 230px;
	padding-right: 50px;
	color: #000;
	line-height: 19px;}

.list2 {
	font-size: 13px;
	margin-left: 65px;
	padding-right: 50px;
	color: #000;
	line-height: 19px;
}

ol {
	font-size: 13px;
	color: #000;
	line-height: 19px;
	width:900px;
}


p.centered {
text-align:center;
}

.emphasize { /*use emphasize to 'brighten' up words in content */
color:#FF0000;
font-size:16px;
font-weight: bold;
}

h1, h2, h3, h4, h5 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:lighter;
text-align:left;
}

h1 {
	font-size: 30px;
	color: #9B2227;
	line-height: 45px;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #222;
	width: 85%;
	text-transform: capitalize;
}

h2 {
	font-size: 20px;
	color: #000;
	line-height: 35px;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #333;
	width: 45%;
}

h3 {
	font-size: 17px;
	color: #000;
	line-height: 30px;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;

}

h4 { /* use for internal content ctas */
font-size: 20px;
color: #990000;
font-style:italic;
font-weight:bold;
line-height: 28px;
margin: 0px 0px 0px 30px;
padding: 0px 0px 0px 0px;
}

h5 { /* use for box disclaimers */
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 0px 30px;
	padding: 8px;
	background-color: #e6e6e6;
	border: 1px solid #999;
	width: 500px;
}

a { /* Creates the general link style for the site. This is not the main navigation.  */
	font-size: 13px;
	font-weight: bold;
	color: #9B2227;
	text-decoration: underline;
}

a:hover { /* Creates hover for the general link style for the site. This is not the main navigation.  */
	color: #6C6C6C;
}

/*------------------ LISTS FORMATS --------------------------*/

ul,ol,li { /* strips all ul's, ol's, and li' from padding or margins unless defined in classes below*/
margin: 0;
padding: 0;
}

/* ----------------- UL's for content in short, med, long, and column ----------------*/

ul.contentshort {
	margin: 0;
	width:500px;
	margin: 0px 0px 10px 30px;
	padding: 0px 10px 5px 30px;
	
	
}

ul.contentshort li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.contentmed {
	margin: 0;
	width:550px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.contentmed li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.contentlong {
	margin: 0;
	width:750px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}
ul.contentlong li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.columnlists {
	margin: 0;
	width:230px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.columnlists li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

/*------- wrapper for ul's and other items */
div#wrapper {
	display: block;
	margin-left: 50px;
}

/* used to break content that overlaps */
div#clearboth {
clear: both;
height:0px;
}

div#clearleft {
clear: both;
height:0px;
}

div#clearright {
clear: both;
height:0px;
}

/*  MAIN TABBED NAVIGATION  ===========================*/

div#nav{
	width: 920px;
	position: absolute;
	top: 24px;
	left: 35px;
	padding-left: 20px;
	height: 25px;
}

#mainnav ul{
	font: bold 90% default;
	list-style-type: none;
	position: absolute;
}

#mainnav li{
display: inline;
}

#mainnav li a{
padding: 3px 32px 3px 7px; /*Use paddingright value to account for curved right edge of tab image*/
text-decoration: none;
background: transparent url(images/righttabdefault.gif) 100% 0px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #e6e6e6;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
}

#mainnav li a:visited{
color: #333;
}

#mainnav li a:hover{
text-decoration: underline;
}

#mainnav li.selected a{ /*selected tab style*/
color:#333333;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 0px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(images/righttabselected.gif) 100% 0 no-repeat;
}

#mainnav li.selected a:hover{
text-decoration: none;
}


/*  PAGE LAYOUT ===========================*/

div#all { /* Holds the entire web page from the beginning body tag to the end body tag */
	width:1000px;
	text-align:left;
	margin: 0 auto;
	padding: 0px;
	background:none;
}

div#header {
	position:relative;
	padding: 0;
	margin: 0;
	width:1000px;
	height: 387px;
	text-align:left;
	float:left;
	background-image: url(images/header.jpg);
}

div#maincontent {
border: 0px;
width:1000px;
height: auto;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; 
background-color:#fff;
background-image: url(images/contentbg.jpg);
background-repeat: repeat-y;
float:left;
display:block;
clear:both;
position:relative;
}

/*  ADDRESS ===========================*/

address {
	width:1000px;
	vertical-align:top;
	font-size:11px;
	font-style:normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	color: #000000;
	text-align: center;
	line-height: 14px;
	position:relative;
	display:block;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	clear: both;
}

address a {
font-size:11px;
font-style:normal;
color: #0033CC;
text-align: left;
line-height: 16px;					
}

/* ------------------------- FOOTER NAVIGATION ----------------------------- */

div#footer {
	width: 1000px;
	position:relative;
	text-align:center;
	clear:both;
	height: 67px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

ul#footernav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	left: 100px;
	background-color:#FFFFFF;
	height: 15px;
	text-align:center;
}

ul#footernav li {
	float: left;
	border-right: 1px solid #d6d6d6;
	list-style: none;
	height: 15px;
}

ul#footernav li a {
font-size: 11px;
text-decoration: none;
padding: 0px 4px 0px 4px;
height: 15px;
float:left;
display:block;
display: inline-block;
font-weight:lighter;
text-decoration:none;
}

/* OFF */
ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	display: block;
	color: #000;
}
/* ON */
ul#footernav li a.current:link, ul#footernav li a.current:visited {
	color: #FF0000;
	display: block;
	text-decoration:underline;
}

/* HOVER */
ul#footernav li a:hover {
	color: #0000CC;
	display: block;
	text-decoration:underline;
}

/*  IMAGE CLASSES and ID's for content area ===========================*/

img.left {
float: left;
margin: 5px 10px 5px 0px;
border: 2px solid #efefef;
}
img.right {
	float: right;
	margin: 5px;
	border: 2px solid #efefef;
	padding: 4px;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}

/*  WEB AUDIO ===========================*/

a.webaudio {
	position: absolute;
	top: 296px;
	right: 269px;
	width: 394px;
	height: 51px;
	background-image: url(images/noimage.gif);
	background-repeat:no-repeat;
}

div#webaudiopopup {
width: 100%;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
background-position:center;
background-color:#747474;
}

div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}

/*  ADMIN SIGN ===========================*/

div#signin {
	text-align:center;
	clear:both;
}

div#signin a{
color:#000;
font-size:10px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

/*  PAYMENTS ===========================*/

div#payments {
width: 1000px;
height: 30px;
text-align:center;
background-image:none;
background-repeat:no-repeat;
padding-top: 4px;
padding-bottom: 4px;
clear: both;
}

/*  COPYRIGHTS ===========================*/

div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 1000px;
	height: 50px;
	color:#000;
	line-height: 19px;
}

div#copyright a {
font-size: 9px;
font-weight: normal;
color: #000;
text-decoration: underline;
}

/*  GOOGLE MAPS ===========================*/

div.map {
	padding: 5px;
	border: 1px solid #e8e8e8;
	width: 800px;
	margin-left: 100px;
	margin-bottom: 20px;
	margin-top: 30px;
	;
	float: left;
}

div.mapcontainers {
	float: left;
	margin:0;
	padding:0 0 0 40px;
}

div.mapcontainers2 {
	float: left;
	margin:0;
	padding:0 0 0 95px;
}

div.mapcontainers3 {
	clear:both;
	margin:20px auto 0px auto;
	padding:0px;
	width:350px;
}


#locations{padding:10px; border:1px solid #CCCCCC; margin:50px; height:720px;}
ol{
	margin-left: 30px;
}

ol li {
	margin-left: 50px;
	font-size: 13px;
	color: #000;
	line-height: 19px;
	display:inside;
}
.video {
	float: right;
	margin-right: 40px;
	margin-left: 20px;
}

/*callout*/

#special{ padding:5px;
			color:#003366;
			margin:0 50px;
			background-color:#d3d9e4;
			border:1px solid #9da9bf;
			}
			
#special p{color:#003366;}	

#popup{ background:#FFFFFF; padding:0; margin:0; width:100%; height:100%;}		

#popup p, #popup ol li{
	font-size: 13px;
	color: #006699;
	line-height: 19px;
	width:500px;
	padding:10px;
}

#center h2, #center p{ text-align:center;}

.title{font-size: 20px;
	color: #000;
	line-height: 35px;
	width:850px;
	
	border-bottom: 1px dotted #333;
	}
	
	table{ margin-left:50px;}
	
	td{ padding:0; margin:0;
	text-align:left;
	vertical-align:top;}
	
	td p{ margin:0; padding:0 25px 0 0;}
