/* ----------------- 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:#ffffff;
	background-image:url(images/bodybg.gif);
	background-repeat:repeat-x;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}


/* 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:  verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	left: 25px;
}


/* Redefines the p tag */
p {
	font-size: 11px;
	padding-left: 50px;
	padding-right: 20px;
	color: #00007D;
	line-height: 14px;

}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 23px;
	width: 330px;
	background-color: #00007D;
	clear:both;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 29px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	line-height: 19px;
	background-color: #8E9CDB;
	width: 250px;
	border: 1px solid #00007D;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	margin: 15px 0px 10px 51px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #00007D;
	line-height: 18px;
	margin: 20px 0px 15px 40px;
}




/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size: 10px;
	font-weight: bold;
	color: #BF0000;
	text-decoration: underline;
}
a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #BF0000;
	text-decoration: underline;
}
a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #BF0000;
	text-decoration: underline;
}
a:active {
	font-size: 10px;
	font-weight: bold;
	color: #BF0000;
	text-decoration: underline;
}



/*------------------ LISTS FORMATS --------------------------*/
  ul { 
 		
		margin: 0px 20px 0px 45px;
        /*list-style-image: url(images/ul-house.gif);*/
		display:block;
		
		}
 
 li { 
 		font-size: 11px;
        font-weight: regular;
		line-height: 19px;
        color:#00007D;
		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: 11px;
padding: 0px 0px 2px 5px;

color:#000000;
list-style-image:url(images/li-square.gif);

}
/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	margin: 0px;
	text-align:center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;



	
	
}
/* Removes any default margins or padding applied to lists. Floats the list to the left, which incorporates the child elements (i.e. the links) and provides a full-length background color that extends past the links.*/

ul#mainnav {
	padding: 0px;
	list-style: none;
	background-repeat:repeat-x;
	background-color: #ffffff;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 80px;
	height: 46px;
	background-image:url(images/navbtn_off.jpg);
	background-repeat:repeat-x;
	list-style: none;
	
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 80px;
	height: 31px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #ffffff;
	background-image:url(images/navbtn_on.jpg);
	background-repeat:repeat-x;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	
}

div#navbtm {
	background-image:url(images/navbtm.jpg);
	background-repeat:repeat-x;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}







/* ----------------- 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;
	padding: 0px;
	background-color:#FF0000;
	background-image:url(images/bg_maincontent.jpg);
	background-repeat:repeat-y;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
				
				
				

}





/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
	vertical-align: top;
	
	
}

table td  {	
	font-size: 12px;
	color: #000000;
	line-height: 19px;
	
	
}


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
			padding: 0px;
			margin: 0px;
			width:609px;
			height: 197px;
			background-image:url(images/header1.jpg);
			background-repeat:no-repeat;
			text-align:left;
			float:left;
			
			
}


/*Formats the main content of the web page */
div#maincontent {
	border: 0px;
	width:640px;
	background-color:#C50000;
	background-image:url(images/bg_maincontent.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
											 
}


/*Formats Contact Info*/
address {
				text-align:center;	
				width:161px;
				height: 197px;
				background-image: url(images/contactinfo.jpg);
				background-repeat:no-repeat;
				vertical-align:top;
				margin: 0px 0px 0px 0px;
				padding: 20px 0px 0px 0px;
				color: #202F6E;
				font-style:normal;
				font-size: 9px;
				font-weight:normal;
				line-height: normal;
				position: absolute;
				top: 0px;
				left: 609px;
							
}


/* Creates the div container for the footer. */
div#footer {
	font-size: 9px;
	font-weight:bold;
	text-align:center;
	padding: 0px;
	margin: 0px;
	text-transform:uppercase;
	width: 770px;
	height: 50px;
	color:#ffffff;
	background-repeat:no-repeat;
	clear:both;
	background-color: #00007D;
	border-right-width: thin;
	border-right-color: #C50000;
	border-right-style: solid;
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
div#footer p {
	width: auto;
	margin: 0px;
	color: #ffffff;
	text-align:center;
	line-height: 13px;
	font-size: 9px;
	clear:both;
	height: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
				
				
}
div#footer a:link {font-size: 9px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #ffffff;
				   text-decoration: underline;
}
div#footer a:visited {font-size: 9px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #ffffff;
				   text-decoration: underline;
}
div#footer a:hover {font-size: 9px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #ffffff;
				   text-decoration: underline;
}
div#footer a:active {font-size: 9px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #ffffff;
				   text-decoration: underline;
}




/*-------------------PAGE POSITIONING ----------------*/


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;  margin: 0px 8px 0px 15px;
}
img.right {
	float: right;
	margin: 5px 20px 30px 5px;
	padding:  4px;
	border: 1px solid #8E9CDB;
}
clear {
	clear: both;
}

img.main {
			position:absolute;
			top: 127px;
			left: 514px;

}



/* ------------------ FORM ELEMENTS ------------------------*/

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 ----------------- */


#email {
			font-size: 12px;
			color: #497795;
			width:494px; height: 108px; 
			/*border-top: 1px solid #E3E3E3;*/ 
			background-color: #D21919;

}

div#email {
			font-size: 12px;
			color: #497795;
			width:484px;
			border-top: 1px solid #E3E3E3;
			background-color: #FFFFFF;

}

#admin {
	width: 770px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	background-color: #ffffff;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
			
			}

#admin a {
			color:#00007D;
			font-size: 10px;
			font-weight:bold;
			}
			
			
#creditcard {

width:100%;
text-align:center;
padding-top: 15px;
padding-bottom:15px;
background-image:url(images/creditcards.gif);
background-repeat:no-repeat;
background-position:center;

}

#webaudio {
	float:right;
	padding-right: 20px;
	width: 95px;
	height: 31px;
	position:absolute;
	top: 140px;
	left: 640px;
	padding-top: 20px;

}


/* -------------------- COPYRIGHT INFORMATION ------------------*/
div#copyright {
	text-align:center;
	font-size: 9px;
	width: 770px;
	height: 50px;
	background: #ffffff;
	color:#00007D;
	line-height: 19px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
							
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #00007D;
	text-decoration: underline;

}


iframe {
	margin-top: -50px;
}
.bodytext {
	font-size: small;
	color: #00007D;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.leftimage {
	padding: 4px;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 1px solid #8E9CDB;
}
img.LEFT {
	float: left;
	padding:  4px;
	border: 1px solid #8E9CDB;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 5px;
}
