/* ----------------- 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; /* Always apply padding if you apply margins */
	background-color: #0E3EE6;
	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;
}

/*  CONTENT  ===========================*/

p, a, ul, li, ol, td, div, textarea {
font-family: Arial, Helvetica, sans-serif;
font-style:normal;
text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

p {
	font-size: 13px;
	margin-left: 40px;
	padding-right: 50px;
	color: #000;
	line-height: 19px;
}


.emphasize { /*use emphasize to 'brighten' up words in content */
color:#FF0000;
font-size:16px
font-weight: bold;
}

h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-align:left;
}

h1 {
font-size: 35px;
color: #000;
line-height: 45px;
margin: 0px 0px 0px 30px;
padding: 0px 0px 0px 0px;
border-bottom: 1px dotted #222;
width: 85%;

}

h2 {
font-size: 25px;
color: #000;
line-height: 35px;
margin: 0px 0px 0px 30px;
padding: 0px 0px 0px 0px;
border-bottom: 1px dotted #333;
width: 45%;
}

h3 {
font-size: 20px;
color: #000;
line-height: 30px;
margin: 0px 0px 0px 30px;
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: #ff0000;
text-decoration: underline;
}

/*------------------ 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.columnlists {
	margin: 0;
	width:300px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0 10px 5px 10px;
	display: block;
}

ul.columnlists li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

div#wrapper {
	display: block;
	margin-left: 40px;
}

div#clear {
	clear: left;
}

/*  MAIN TABBED NAVIGATION  ===========================*/

div#mainnav{
	width: 820px;
	position: absolute;
	top: 218px;
	left: 0px;
	padding-left: 60px;
}

#mainnav ul{
font: bold 90% default;
list-style-type: none;
width: 820px;
}

#mainnav li{
display: inline;
}

#mainnav li a{
	padding: 5px 14px 3px 14px; /*Use paddingright value to account for curved right edge of tab image*/
	text-decoration: none;
	color: blue;
	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: -12px; /*shift tabs to the left so they overlap*/
	left: 12px;
	font-size:16px;
}

#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:820px;
	text-align:left;
	margin: 0 auto;
	padding: 0px;
	background:none;
}



div#header {
	position:relative;
	padding: 0;
	margin: 0;
	width:820px;
	height: 257px;
	background-color:#fff;
	text-align:left;
	float:left;
}

div#maincontent {
border: 0px;
width:820px;
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:820px;
	vertical-align:top;
	font-size:11px;
	font-style:normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 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 ===========================*/

div#footer {
	width: 820px;
	height: 57px;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
	text-transform: lowercase;
	color: #FFFFFF;
}

div#footer a {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	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 5px 5px 5px;
border: 2px solid #efefef;
padding: 4px;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}

/*  WEB AUDIO ===========================*/

div#webaudio {
position: absolute;
top: px;
right: px;
width: px;
height: px;
}

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 {
background: #fffabe;
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: 820px;
	height: 38px;
	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: 820px;
	height: 50px;
	color:#FFFFFF;
	line-height: 19px;

}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

/*  GOOGLE MAPS ===========================*/

div#map {
padding: 5px;
border: 1px solid #e8e8e8;
width: 450px;
margin-left: 50px;
margin-bottom: 20px;
}

