/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	
	margin: 0 auto; /* 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. */
   	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:#999966;


}


/* 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, div, textarea {
	font-family: tahoma,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. */
}


/* Redefines the p tag */
p {
	font-size: 11px;
	color: #000;
	line-height: 14px;
	margin-left: 82px;
	width: 400px;

}

h1 { font-size: 20px;
	 font-weight: normal;
	 border-bottom: 1px solid #036;
	 margin-top: 0px;
	 color: #036;
	 margin-left: 80px;
	 width: 250px;
	 height: 30px;
	 clear:both;
	 display:block;
	 position:relative;

	 }

h2 { font-size: 16px;
	 font-weight: bold;
	 color: #036;
	 margin-left: 80px;
	 }

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	line-height: 18px;
	margin: 15px 0px 10px 50px;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	color: #4A0094;
	line-height: 27px;
	margin: 0px 0px 15px 0px;
	text-align:center;
}



/* Creates the general link style for the site. This is not the main navigation.  */
a {
	font-size: 11px;
	font-weight: bold;
	color: #369;
	text-decoration: underline;
}


/*------------------ LISTS FORMATS --------------------------*/
ul { list-style: none url(images/bullet.gif);
	 margin-left: 60px;
	 padding-left: 20px;}
 
 li { 
 		font-size: 13px;
        font-weight: regular;
		line-height: 19px;
        color:#000;
		margin: 0px;
		list-style-position:outside;
		padding-left: 10px;
		margin-left: 20px;

		
		}
		
ol { 
 		
		margin: 0px 20px 0px 30px;
        /*list-style-image: url(images/ul-house.gif);*/
		display:block;
		
		}
 
ol li { 
 		font-size: 11px;
        font-weight: regular;
		line-height: 19px;
        color:#000000;
		margin: 0px 0px 0px 20px;
        list-style-image:url(images/li-square.gif);
		
		}

div#listings {

margin: 25px 0px 0px 0px;

}

div#listings ul {
margin: 0px 0px 0px 0px;

}

div#listings ul li {
font-size: 10px;
padding: 0px 0px 2px 5px;

color:#000000;
list-style-image:url(images/li-square.gif);

}
/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* ----------------- MAIN NAVIGATION ----------------- */

div#navtop {
background-image:url(images/navtop.gif);
background-repeat:no-repeat;
width: 210px;
height: 24px;
position:absolute;
top: 0;
left: 560px;
}

div#navcontainer {



}

ul#mainnav {
width: 230px;
height: 400px;
position:absolute;
top: 226px;
left: 488px;
margin: 0px;
padding: 0px;
z-index:100;
background-image:url(images/navbg.gif);
background-repeat: repeat-y;
}

ul#mainnav li {
display:inline;
list-style: none;
margin: 0px;
padding: 0px;
}

ul#mainnav li a{
display:inline;
list-style: none;
font-size: 12px;
text-transform: capitalize;
text-decoration: none;
display: block;
text-align:right;
width: 215px;
height:31px;
padding: 5px 15px 0px 0px;

}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
color: #fff;
background-image: url(images/navbtn_off.gif);
background-repeat:no-repeat;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
color: #fff;
background-image:url(images/navbtn_on.gif);
background-repeat:no-repeat;
}

ul#mainnav li a:hover {
/*font-size: 10px;
text-transform: capitalize;
color: #fff;
text-decoration: none;
display: block;
text-align:left;
background-image:url(images/navbtn_on.jpg);
background-repeat:no-repeat;
height:32px;*/
background-image:url(images/navbtn_hover.gif);
background-repeat:no-repeat;
color:#fff;
}

/* ----------------- PAGE CONTAINER ELEMENTS ----------------- */
/*These divs hold the left and right sides of the web page below the header and above the footer - the nav and the main content*/

/* Holds the entire web page from the beginning body tag to the end body tag */
div#all {
				width:770px;
				text-align:left;
				margin: 0 auto;
				margin-top: 20px;
				padding: 0px;
				background-color:#fff;
				position: relative;
				
}

/* ----------------- SUBNAV ELEMENTS ----------------- */


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

/*Formats the main content of the web page */

div#header {
width:770px;
height: 205px;
position:absolute;
top:20px;
left: 0px;
}

marquee {
padding: 0px 0px 0px 0px;
font-size: 14px;
font-weight: bold;
color: #036;
width: 640px;
height: 20px;
position:absolute;
margin: 0;
top: 0;
left: 69px;
background-color:#FFFFFF;

}
			   

div#call2action {
width: 171px;
height: 181px;
position:absolute;
top: 54px;
left: 599px;
background-image:url(images/call2action.jpg);
background-repeat:no-repeat;
}

/*Formats Contact Info*/
address {
				width:180px;
				height: 200px;
				vertical-align:top;
				font-size:11px;
                font-style:normal;
				margin: 0px 0px 0px 0px;
				padding: 5px 0px 0px 0px;
				color: #CD0000;
				text-align: left;
				line-height: 14px;
				position: absolute;
				top: 230px;
				right: 88px;
				border-top: 1px solid #369;
				
}

address a {
				font-size:11px;
                font-style:normal;
				color: #369;
				text-align: center;
				line-height: 16px;
					
}

span.phonenumber {
	color: #14437B;
	font-size: 15px;
}
span.phonenumbersm {
	color: #14437B;
	font-size: 11px;
	
	}
	span.phonenumbersmblack {
	color: #000;
	font-size: 11px;
	
	}
	
div#maincontent {
					border: 0px;
				    width:770px;
					height: auto;
				    padding: 0px 0px 0px 0px;
					margin: 0px 0px 0px 0px; 
				   	background-color:#fff;
					background-image:url(images/contentbg.gif);
					background-repeat:repeat-y;
					display:block;
					clear:both;
					position:absolute;
					top: 225px;
					left: 0px;
}



div#xtrabtns {
position:relative;
left: 560px;
width: 230px;
height: 39px;
background-image:url(images/xtrabtns.gif);
background-repeat:no-repeat;
z-index:100;
}

/* Creates the div container for the footer. */
div#footer { 
			font-size: 8px;
			font-weight: normal;
			text-align:center;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-transform:lowercase;
			width: 770px;
			height: 53px;
			color:#369;
			clear:both;
			background: url(images/footer.gif) no-repeat;
}

hr.forfooter {color: #369; width: 600px;}
div#footer a {
				   font-size: 9px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #369;
				   text-decoration: underline;
				   font-family: tahoma;
}

div#footerintro { 
			font-size: 8px;
			font-weight:bold;
			text-align:center;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-transform:uppercase;
			width: 770px;
			height: 20px;
			color:#fff;
			clear:both;
			background:#D60303;
}

div#footerintro a {
					font-size: 8px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #fff;
				   text-decoration: underline;
}


/*-------------------PAGE POSITIONING ----------------*/
/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
	vertical-align: top;
}

table#maintable {
width: 300px;
margin-left: 80px;
}

table#maintable td {
width: 50%;
text-align:left;
vertical-align:top;
font-size:14px;
}


table#grid {
width: 400px;
margin-left: 80px;
border: 1px solid #e3e3e3;
}

table#grid td {
width: 50%;
text-align:left;
vertical-align:top;
font-size:12px;
padding: 5px;
border-right: 1px solid #e3e3e3;
}

.lightgray {background-color: #e6e6e6;}


table.table_info { border-top: 1px solid #369;
				   margin-top: 10px;}
	.table_info td { padding-top: 5px;}
	.table_info span { font-size: 14px;}
	.table_info span.phonenumbersm {
	color: #14437B;
	font-size: 11px;
}

table.table_info2 { margin-top: 10px;}
	.table_info2 td { padding-top: 5px;}
	.table_info2 span { font-size: 14px;}
td.td_body { background: url(images/body_bg.gif) top left no-repeat;}
td.td_body2 { background: url(images/body_bg2.gif) top left repeat-y;
			  padding: 10px 15px 5px 10px;}
td.td_footer { background: url(images/footer_bg.gif) top left repeat-y;
			   padding: 5px 20px 5px 10px;}
td.td_marquee { background: url(images/marquee_bg.gif) top left repeat-y;
			   padding: 5px 20px 5px 10px;
			   font-size: 14px;
	 font-weight: bold;
	 margin-top: 0px;
	 color: #036;
			   }
td.td_info { padding: 0px 20px 0px 15px;}
	.td_info p { font-size: 11px;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;  margin: 0px 8px 0px 0px;
}
img.right {
	float: right;
	margin: 5px 5px 20px 5px;
	border: 2px solid #efefef;
	padding: 4px;
}
clear {
	clear: both;
}

img.main {
			position:absolute;
			top: 127px;
			left: 514px;

}



/* ------------------ FORM ELEMENTS ------------------------*/
form {margin-left: 250px;}
form table { border-collapse:collapse;
			 margin: 0px 0px 0px 65px;


}

form td {	border-collapse:collapse;
			font-size: 11px;
			padding: 10px 0px 0px 0px;
			text-align:left;
			vertical-align:top;
			
			}
form input {font-size: 12px;}
			
form textarea {font-size: 12px;}



/* ----------------- CUSTOM CLASSES or ID's ----------------- */


div#webaudiopopup {
width: 179px;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
position:absolute;
left: 0;
top: 0;
}

div#soundapplet {
width: 68px;
height: 30px;
position:absolute;
left: 87px;
top: 49px;
}

div#creditcard {
width: 95px;
padding-left: 5px;
text-align:left;
margin-top: 15px;
clear:both;
position:absolute;
top: 120px;
left: 0px;
}



/* -------------------- COPYRIGHT INFORMATION ------------------*/
div#copyright {
				text-align:center;
				font-size: 9px;
				padding: 5px 0px 5px 0px;
				width: 633px;
				height: 84px;
				color:#369;
				line-height: 19px;
				margin: 0px 0px 0px 70px;
							
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #369;
	text-decoration: underline;

}

/* CSS Document */
