/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #FFFFFF url(images/background.gif) repeat top;
	font: 14px Arial, Helvetica, sans-serif;
	color: #343338;

}
/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}



/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4, h5 {
	color: #90240A;
	margin-left: 15px;
	margin-right: 15px;
	}
h1 {
	font-weight: normal;
	font-size: 24px;
	border-bottom: 1px dotted #4D4D4D;
	padding: 10px 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	margin: 10px 15px;
	font-size: 14px;
}

td {
	line-height: 18px;
}
/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
	padding-left: 5px;
	font-size: 14px;
}	

/* Style ordered lists and colmuns of text */
ol, body>ol.leftul, body>div#leftpara, body>ol.rightul, body>div#rightpara, ol.leftul, div#leftpara, ol.rightul, div#rightpara {
	padding-left: 40px;
}	
		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
}

a:hover {
	font-size:12px;
	color:#AB2D0F;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:active {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
}

div#content a{ font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
	text-transform:none;
	padding:0;
	margin:0;}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.rightimg {
	float: right;
	margin: 10px 0px;
	clear: none;
	border: 1px solid #333333;
	
}
.leftimg {
	float: left;
	clear: right;
	margin: 10px 20px 10px 0px;
	border: 1px solid #333333;
}
.middleimg {
	float: left;
	margin: 10px 0px;
	border: 1px solid #B0B0B0;
	
}

.right {
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #333333;
}
	
.clear {
	clear: both;
}

.clearleft {
clear:left;}

.center {
	
    font-size: 11px;
	color: #666666;
	text-transform: none;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 21px;
}


.centerpic {
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
/*	width: auto;*/
	margin-top: 10px;
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content.gif);
	background-repeat: repeat;
	border: 1px solid #202126;
	position:relative;
}
div#header {
	height: 229px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index:1;
}



div#sidebar {
	width:227px;
	padding-right: 2px;
	position: absolute;
	left: 558px;
	top: 265px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	z-index:1;
}

address {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #151516;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;}

address a:link{
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #C6B8A0;}


div#content {
	width: 750px;
	padding: 50px 25px 20px 50px;
/*	position: relative;*/
}


div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
}
div#content ul li{
	padding-left: 17px;
	list-style: none;
	background: url(images/bullet.gif) no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
} 

div#footer {
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 24px;
	padding: 42px 0px 0px 0px;
	position: relative;
		
	
}
div#footer  a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
div#footer a:hover {
	color: #CCB8A6;
	font-size: 10px;
	font-weight: normal;
}



div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	color: #090909;
	clear: both;
	padding-top: 10px;
}

div#copyright a:link, div#copyright a:visited {
	color:#090909;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #D23419;
	font-weight: bold;
	
}
	
div#admin {
	position: absolute;
	top: 0px;
	height: 11px;
	width: 109px;
	right: 30px;

}
div#admin a:link, div#admin a:visited {
	color:#A29E94;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #2E3134;
	font-weight: bold;	
	
}




div#flash {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	
}

div#payments {
	position: absolute;
	width: 164px;
	height: 30px;
	right:67px;
	top:5px;
	z-index: 0;
}

/*--------------------navigation----------------------*/

div#navcontainer {
	width: 825px;
	background:  url(images/navigation.jpg) top left no-repeat;
	height: 41px;
	margin: 0px auto;
	position: relative;
} 

#nav, #nav ul {
	padding: 0px 0px 10px 0px;
	list-style: none;
	margin: 0px;
}

#nav li {
    float: left;
    width: 150px;
    margin: 0px;
	display: inline;
                
}

/*#nav a {
                height: 20px;
                text-decoration: none;

}*/
ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background: no-repeat;
	border-right: 1px solid #FFFFFF;
	text-indent: 7px;
	margin-top: 0px;
	padding: 7px 0px 4px 20px;
	font-weight: bold;
}

ul#nav li a.current:link, ul#nav li a.current:visited, ul#nav li a:hover {
	font-weight: bold;
	background: #972105;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 177px;
	left: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 0px 0px 0px 2px;
	z-index:10;
}
#nav li ul a {
	display: block;
	width: 150px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background: #919191;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	padding: 2px;
	margin: 0px;
	/*height: auto;*/
}
#nav li ul a:hover {
	background: #EBE8DE;
	color: #333333;
	border-left: 3px solid #000000;
	font-weight: normal;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background: #CCBDA6;
}


/*------------- audio elements ------------------*/

div#audio {
	position: absolute;
	height: 21px;
	width: 143px;
	right:681px;
	top:9px;
	z-index: 2;
}

div#audio2 {
	position: relative;
	height: 100px;
	width: 180px;
	left:0px;
	top:0px;
	background-image: url(images/webaudio.gif);
	margin: 0px;
	padding: 0px;
	/*clip: rect(auto,auto,auto,auto);*/
	background-repeat: no-repeat;
	background-position: center top;
}

div#applet {
	width: 210px;
	height: 130px;
	background-image: url(images/webaudio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 
div#applet div {
	position: absolute;
	top: 66px;
	left: 75px;
	width: 68px;
	height: 30px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 103px;
	left: 70px;
	width: 70px;
	height: 8px;
}



/* CLASSES to create columns for unordered lists. */
ul.leftul {
	float: left;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

.column {
	float:left;
	clear: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 430px;
}


.columnpic {
	width: 200px;
	float: left;
	height: auto;
	margin-left: 5px;
	margin-top: 5px;

}	
.column2 {
	width:200px;
	float:left;
	padding: 5px 0px 0px 10px;
}
/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 300px;
}
div#rightpara {
	float: right;
	width: 350px;
}
div.caption {
float: left;
margin-right: 5px;
}
div.caption p {
text-align: center;
}

div#pics {
	width:700px;
}

/* Class for red text for emphasis */
.empasisred {
	color: #90240A;
	font-weight: bold;

}

div#iframe {
	margin-left:-10px;
}

div#iframe1 {
margin-left:-25px;
margin-top:-40px;
}

div.imgright {
width:229px;
float:right;
padding:0 10px 10px 10px;}
	div.imgright img {
	margin:0 0 10px 0;
	border:1px solid #333;}

