/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	background:url(images/body-bkg-repeat.gif) top left repeat-x #FFFFFF;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* 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, lo, td {
	font-family: Verdana, 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;
	padding-bottom:15px;
	line-height:1.4em;
	color:#272727;
}
h1 {
	font-size:24px;
	padding-bottom:10px;
	font-weight:bold;
	color:#e50707;
}
h2 {
	font-size:14px;
	padding-bottom:5px;
	padding-top:10px;
}
address {
	text-align:left;
	font-style:normal;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width:974px;
	margin:0 auto;
}
div#header {
	width:974px;
	height:367px;
	background:url(images/header-bkg.jpg) top left no-repeat;
	position:relative;
}
/* ----------------- TOP NAV ----------------- */
div#topnav {
	height:45px;
	position:relativ;
	padding-top:322px;
	padding-left:40px;
}
div#topnav ul {
}
div#topnav ul li {
	display:inline;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
div#topnav ul li a {
	text-decoration:none;
	color:#FFFF00;
	padding:15px 15px 0px 15px;
	display:block;
	height:30px;
	font-weight:bold;
	font-size:12px;
	float:left;
	background:url(images/on-nav-btn.jpg) top right no-repeat;
}
div#topnav ul li a:active {
	color:#FFFF00;
	background:url(images/current-nav-btn.jpg) top right no-repeat;
}
div#topnav ul li a:hover {
	color:#CCCCCC;
	background:url(images/hover-nav-btn.jpg) top right no-repeat;
}
div#topnav ul li .current {
	color:#FFFF00;
	background:url(images/current-nav-btn.jpg) top right no-repeat;
}
/* ----------------- FLASH - LOGO ----------------- */
div#logo {
	position:absolute;
	left:11px;
	top:0px;
}
/* ----------------- FLASH - SLOGAN ----------------- */
div#slogan {
	position:absolute;
	top:136px;
	left:513px;
}
/* ----------------- FLASH - SLIDE SHOW IMAGES ----------------- */
div#imageflash {
	position:absolute;
	top:136px;
	left:69px;
}
/* ----------------- CONTENT CONTAINER ----------------- */
div#container {
	float:left;
}
/* CONTENT */
div#content {
	text-align:left;
	width:620px;
	padding:20px 10px 20px 20px;
	background:#FFFFFF;
	border:2px solid #82a5da;
	margin:20px 0px 20px 20px;
}
div#content ul {
	padding:0px 0px 5px 25px;
	list-style-image:url(images/bullet.gif);
	line-height:1.6em;
	font-size:11px;
	color:#100E3D;
}
/* ----------------- CONTACT INFO CONTAINER ----------------- */
div#contactcontainer {
	position:absolute;
	background:url(images/contact-bkg-repeat.gif) top left repeat-y;
	width:287px;
	left: 687px;
	top: 283px;
	padding:0px;
	margin:0px;
}
div#contact {
	width:287px;
	background:url(images/contact-bkg-top.jpg) top left no-repeat;
	padding-top:95px;
}
/*ADDRESS*/
div#contact address {
	width:230px;
	text-align:right;
	color:#FFFFFF;
	line-height:1.6em;
	padding-right:57px;
	padding-bottom:15px;
	font-size:13px;
}
div#contact address strong {
	font-size:14px;
}
div#contact address span.insurance {
	font-size:10px;
	font-weight:bold;
}
/* ENGLISH/ SPANISH BTN*/
div#langbtn {
	background:#FFFFFF;
	padding-top:25px;
}
div#langbtn a {
	text-align:center;
	outline:none;
}
/* ----------------- FOOTER/ BOTTOM NAV ----------------- */
div#footer {
	width:974px;
	height:97px;
	background:url(images/footer-bkg.jpg) top left no-repeat;
	clear:both;
	border-bottom:1px solid #6600CC;
	padding-bottom:10px;
}
/* BOTTOM NAV*/
div#bottomnav {
	padding:60px 0px 0px 120px;
}
div#bottomnav a {
	color:#660066;
	font-size:11px;
	padding:0px 15px;
}
div#bottomnav a:hover {
	color:#0000CC;
}
/* ----------------- OWNER LOGIN LINK ----------------- */
div#owner {
	clear:both;
	padding:10px 0px;
}
div#owner a {
	font-size:10px;
}
/* ----------------- COPYRIGHT ----------------- */
div#copyright {
	clear:both;
	padding-top:12px;
	font-size:10px;
}
div#copyright a {
	font-size:10px;
}
/* ----------------- CUSTOME CLASSES/ MISC ----------------- */
.clear {
	clear:both;
}
/* AUDIO BTN POINTER */
img.audiobtn {
	cursor:pointer;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.border { border:1px solid #FF0066;}

img.border { margin:10px;}

/* MAP */
div#map { text-align:center; margin-top:15px;}

div#map iframe { border:1px solid #FF0066;}

/* AUDIO PAGE - SOUND.HTML */
div#audio { width:250px; height:150px; background:url(images/audio-bkg.jpg) top left no-repeat; position:relative;}

div#audio applet {
	position:absolute;
	left: 75px;
	top: 62px;
}
/* EMAIL IN CONTACT INFO*/
a.email {
	text-align:right;
	color:#FFFFFF;
	font-size:13px;
}
a:hover.email {
	color:#CCCCCC;
}