/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #ffffff;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

em {
	color:#0A5282;
	font-size:12px;
	font-weight:bold;
}


/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 25px;
	color: #000;
	margin-right: 38px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #000000;
	font-size: 21px;
	font-weight: bold;
	text-indent: 5pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 12px;
	background-image: url();
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}
h2 {
	color: #CC3300;
	margin-left: 35px;
	margin-right: 38px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 0px dashed #000;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
}

h3 {
	color: #0A5282;
	margin-left: 35px;
	margin-right: 38px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 0px dashed #000;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
	
}

h4 {
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	font-size: 12px;
	padding: 0px;
	margin: 0px auto;
	background-color: #0A5282;
	border-bottom: 1px solid #000;
}


h5 {
	color: #000000;
	font-weight: bold;
	text-align:center;
	font-size: 12px;
	background-color: #FFFFCC;
	padding: 0px;
	margin: 0px auto;
	border-bottom: 1px solid #000;
}





/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #990000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}

address {
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	clear: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	text-align: center;
	margin: 0px;
	text-decoration: underline;
	color: #000;
	font-size: 11px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 880px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 198px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/content.gif) repeat-y;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right:0px solid #fff;
	border-left:0px solid #fff;
	border-bottom:0px solid #999;
	border-top:0px solid #999;

}


/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 650px;
}
/*
div#content img {
	text-align: left;
	padding: 2px;
	border: 1px solid #990000;
	margin-right: 10px;
}
*/

div#content img.right {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-right: 38px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #000;
}

div#content img.normal {
	float: left;
	margin-left:30px;
	margin-right:10px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #000;
	clear: none;
}

div#content img.center{
	clear: both;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;

}

div#content img.righttop {
	float: right;
	clear: both;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom:0px;
	border:0px;
}

div#right {
     width:200px;


	float: right;
	margin-left: 20px;
	margin-right: 38px;
	margin-top: 0px;
	margin-bottom: 20px;
}

div#content img.photo{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border:1px dashed #000;
}

div#content img.rightno {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-right: 38px;
	margin-top: 0px;
	margin-bottom: 20px;
		border: 0px solid #000;
}

.imgrightno {
float: right;
margin: 0px;
padding: 0 0px 0 0;
margin-right:20px;
margin-left:5px;
clear:right;
}

div#content img.left {
	float: left;
	clear: both;
	border: 1px solid #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	height: 22px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	/*background-image: url(images/footer.gif);*/
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top:0px dashed #27458b;
	border-bottom:0px dashed #ffffff;
	background-image: url(images/footer.jpg);
}

div#footer a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* Styles the copyright div */
div#copyright {
	float:none;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
















	background-color: ;
	width: 880px;
	height:50px;
}
div#copyright a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

div#login {
	float:right;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 auto;
	padding: 0px;













	background-color: ;
	width: auto;
}

div#login a{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

div#bottom {
	margin: 0px auto;
	clear: both;
	width: 880px;
	}
	



div#nav {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

div#nav strong {
	color: #000;
}

ol#list {
	font-size: 12px;
	color: #000;
	margin-left: 60px;
	margin-bottom: 20px;
}

ol#list li {
	line-height: 14pt;
	list-style-position: outside;
}

ul#nav {
	padding: 0px;
	margin: 0 auto;
}
ul#nav li {
	display: inline;
	list-style: none;
	line-height: 10px;
	height: 30px;
}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display: block;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #0B5584;
	text-decoration: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 6px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 10pt;
	background-position: right center;


































	background-color: #;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 20px;
	background-image: url();
	background-color: #e0f2f7;
}

/*sub nav-----------------------*/
ul#nav li#sub a:link, ul#nav li#sub a:visited, ul#nav li#sub a:active {
	display: block;
	color: #990000;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 30pt;
	background-position: right center;


}


ul#nav li a.current:link, ul#nav a.current:visited {
	color: #FFFFFF;
	background-image: url(images/over.jpg);
	height: 20px;
	background-color: #0A5282;
}

ul#nav li a:hover {
	background-image: url(images/over.jpg);
	color:#FFFFFF;
	text-indent: 10pt;
	background-color: #0A5282;
}

ul#list {
	font-size: 10px;
	color: #000;
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-image: url(images/arrow.gif);
	list-style-type: square;
	border-top: 1px solid #ccc;
	width: 55%;
	border-bottom: 1px solid #ccc;
	background-color: #E0F2F7;
	text-indent: 0px;
}

ul#list li {
	list-style-image: url(images/arrow.gif);
	line-height: 15pt;
	list-style-position: inside;
	list-style-type: square;
}

ul#list2 {
	font-size: 12px;
	color: #000;
	margin-left: 50px;
	margin-bottom: 20px;
	list-style-type: circle;
}

ul#list2 li {
	line-height: 14pt;
	list-style-type: circle;
	margin-bottom: 10px;
}

iframe {
	padding-left: 0px;
	clear: left;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;


}


iframe#coupon {
	padding: 0px;
	clear: left;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -37px;
	width: 670px;
}

div#map iframe#mapframe {
	border: 1px solid #000;

}

div#map {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}

.clear {
	clear: both;
}
.name {
	font-weight: bold;
	font-size: 12px;
}
strong {
	color: #000;
}

strong#name {
	color:#990000; font-style:italic;
}

table {font-size:9px; color:#000000;}


div#locations {width:90%; border-bottom:0px dashed #ccc; padding-bottom:10px;padding-top:10px;}


/*columns*/

	span {
	color:#000000;
	margin: 0;
	padding: 0 0 0 10px;
	width: 270px;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
}

.col2 {
	margin: 0;
	padding: 0 0 0 10px;
	width: 270px;
	text-align: left;
}
.col3 {
	color:#000000;
	margin: 0;
	padding: 140px 0 0 20px;
	width: 150px;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.col4 {
	margin: 0;
	padding: 0;
	width: 300px;
	text-align: left;
}

hr {width:90%; border:2px dashed #990000;}


div#addresscontent {
margin:0px 20px 0px 20px; 
padding:0px; 
border-top:1px dashed #ccc; 
border-bottom:1px dashed #ccc;
background-color:#;
font-size: 12px;
line-height: 16px;
color: #000;
text-align:center;

}

div.box {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 0px;
	font-size: 11px;
}
div#callout   {
	text-align:left;
	width:100%;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px auto;
	border: 0px solid #000;
	text-indent: 70px;
	background-color: #990000;
	color: #FFFFFF;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

div#form  {
	text-align:center;
	width:646px;
	background-color: #999999;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 0px auto;
	height: 20px;
}

div#form a  {
	color:#FFFFFF;
}

div#floatright
{
	width:175px;
	margin: 0px 10px 0px 0px;
	float:right;
	border: 1px solid #ccc;
	clear:both;
	font-size: 11px;
	font-weight: normal;
	padding:5px;
	background-color: #E0F2F7;


}

/*--------------web audio-------------*/

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;
}
