/* ----------------- 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: #0f1547;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #FFFFFF;
	/*background-image:url(images/bodybg.gif);
	background-repeat:repeat-x;*/
	background-color:#e9f2c4;
}

/* 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; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}


/* Redefines the p tag */
p {
	font-size: 13px;
	padding-right: 40px;
	color: #333333;
	line-height: 20px;
	padding-left: 20px;

}
h1 {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform:uppercase;
	color: #333333;
	line-height: 20px;
	margin: -5px 0px 0px;
	padding: 5px 0px 0px 10px;
	/*border-bottom: 1px dotted #354B81;*/
	width: 450px;
	/*background-image:url(images/h1-graphic.gif);*/
	background-repeat:no-repeat;
	clear:both;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #931834;
	line-height: 19px;
	margin: 30px 0px 20px 0px;
	/*background-image: url(images/h2-graphic.gif);*/
	background-repeat:no-repeat;
	padding: 0px 0px 0px 15px;
	
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	line-height: 18px;
	margin: 15px 0px 10px 51px;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	color: #4A0094;
	line-height: 27px;
	margin: 0px 0px 15px 0px;
	text-align:center;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #4A0094;
	line-height: 27px;
	margin: 0px 230px 10px 0;
	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: #7B7566;
	text-decoration: underline;
}


/*------------------ LISTS FORMATS --------------------------*/
  ul {
	margin: 0px;
	/*list-style-image: url(images/ul-house.gif);*/
		display:block;
	padding-right: 20px;
	padding-left: 30px;
		
		}
 
 li {
	font-size: 11px;
	font-weight: regular;
	line-height: 19px;
	color:#333333;
	margin: 0px 0px 0px 10px;
      }
		
ol { 
 		
		margin: 0px 20px 0px 45px;
        /*list-style-image: url(images/ul-house.gif);*/
		display:block;
		
		}
 
ol li { 
 		font-size: 10px;
        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 ----------------- */
dl#navcontainer {
	width: 230px;
	padding: 0px;
}

dl#navcontainer dt {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 26px;
}

/* 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.  */

dl#navcontainer dt a:link, dl#navcontainer dt a:visited, dl#navcontainer dt a:active {
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-style:normal;
	color: #6b4469;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	background: none;
	width: 225px;
	height: 21px;
	border: none;
	padding: 5px 0px 0px 10px;
	margin: 4px 0px 0px 5px;
	text-align:left;
}

/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
dl#navcontainer dt a.current:link, dl#navcontainer a.current:visited {
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style: normal;
	color: #6b4469;
	text-decoration: none;
	text-transform:uppercase;
	padding-left: 20px;
	width: 205px;
}

dl#navcontainer dt a:hover {
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color: #432246;
	text-decoration: none;
	text-transform:uppercase;
	padding-left: 20px;
	width: 205px;
}



dl#navcontainerIntro {
	width: 230px;
	padding: 0px;
	position:absolute;
	top: 216px;
	left: 715px;
}


dl#navcontainerIntro dt {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 26px;
}

/* 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.  */

dl#navcontainerIntro dt a:link, dl#navcontainerIntro dt a:visited, dl#navcontainerIntro dt a:active {
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-style:normal;
	color: #6b4469;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	background: none;
	width: 225px;
	height: 21px;
	border: none;
	padding: 5px 0px 0px 10px;
	margin: 4px 0px 0px 5px;
	text-align:left;
}

/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
dl#navcontainerIntro dt a.current:link, dl#navcontainerIntro a.current:visited {
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style: normal;
	color: #6b4469;
	text-decoration: none;
	text-transform:uppercase;
	padding-left: 20px;
	width: 205px;
}

dl#navcontainerIntro dt a:hover {
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color: #432246;
	text-decoration: none;
	text-transform:uppercase;
	padding-left: 20px;
	width: 205px;
}





/* ----------------- 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:960px;
	height: 550px;
	text-align:left;
	margin: 0 auto;
	margin-top: 80px;
	padding: 0px;
	position: relative;
				/*border: 5px solid #fff;*/
				
}
div#allIntro {
	width:960px;
	height: 550px;
	text-align:left;
	margin: 0 auto;
	margin-top: 40px;
	padding: 0px;
	position: relative;
				/*border: 5px solid #fff;*/
				
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
	vertical-align: top;
	
	
}

table#multi  {	
width: 490px;
margin-top: 25px;
margin-bottom: 30px;
text-align:left;
vertical-align:top;	 
margin-left: 280px; 
}

table#multi td  {	
	font-size: 11px;
	color: #000000;
	padding: 4px;
	width: 170px;
	text-align:left;
	
}

  table#multi ul { 
 		
		margin: 0px 0px 0px 0px;
		padding:0px;
        /*list-style-image: url(images/ul-house.gif);*/
		display:block;
		
		}
 
 table#multi li { 
 		font-size: 10px;
        font-weight: regular;
		line-height: 12px;
        color:#000000;
		margin: 0px 0px 0px 0px;
        list-style-image:url(images/li-square.gif);
		
		}
		
table#multi2  {	

margin-top: 25px;
margin-bottom: 30px;
text-align:left;
vertical-align:top;	 
margin-left: 280px; 
}

table#multi2 td  {	
	font-size: 11px;
	color: #000000;
	padding: 4px;
	padding-bottom: 25px;
	text-align:left;
	
}

  table#multi2 ul { 
 		
		margin: 0px 0px 0px 0px;
		padding:0px;
        /*list-style-image: url(images/ul-house.gif);*/
		display:block;
		
		}
 
 table#multi2 li { 
 		font-size: 10px;
        font-weight: regular;
		line-height: 12px;
        color:#000000;
		margin: 0px 0px 0px 0px;
		list-style-type:none;
		
		}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header1 {
	padding: 0px;
	margin: 0px;
	width:965px;
	height: 180px;
	background-image:url(images/bg_header2.gif);
	background-repeat:no-repeat;
	text-align:left;
	position:relative;
	top: 0px;
	left: 0px;
	
}

div.space {
	height:6px;
}

/*Formats the main content of the web page */
div#maincontent {
	border: 0px;
	width:710px;
	height: 419px;
	padding: 0px;
	margin: 0px;
	display:block;
	background-image:url(images/maincontent2.gif);
	background-repeat:no-repeat;
	text-align: center;
	float: left;
}

div#contentframe {
	width:676px;
	height: 400px;
	padding: 12px 0 0 0;
	margin: 0px;
	display:block;
	position:absolute;
	top: 170px;
	left: 5px;
	overflow-x: hidden; /*This will NOT show the horizontal scrollbar */
	overflow-y: auto; /*This will show the vertical scrollbar if needed  */
	scrollbar-face-color: #e9dfc1;
	scrollbar-shadow-color: #e9dfc1;
	scrollbar-highlight-color: #e9dfc1;
	scrollbar-3dlight-color: #e9dfc1;
	scrollbar-darkshadow-color: #e9dfc1;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #ffffff;

}

div#video {
	position:absolute;
	width:241px;
	height:172px;
	left: 710px;
	top: 6px;
}

/*Formats Contact Info*/
address {
	font-size:12px;
	font-style:normal;
	color: #5E365E;
	text-align: left;
	line-height: 18px;
	padding-right: 20px;
	padding-top: 2px;
}

/* Creates the div container for the footer. */
div#footer {
	font-size: 8px;
	font-weight:bold;
	text-align:left;
	padding: 20px 0px 0px 80px;
	margin: 0px;
	text-transform:uppercase;
	color:#7A7565;
	clear:both;
	background-image: url(images/bg_footer2.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 870px;
	float: left;
}
div#addressarea {
	background-image: url(images/bg_address1.gif);
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
	padding: 0px;
	height: 62px;
	width: 301px;
	float: left;
	position: absolute;
	left: 379px;
	top: 10px;
}

div#clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div#sidebar {
	float: right;
	width: 240px;
	margin-right: 05px;
}
div#sidebarIntro {
	float: right;
	width: 266px;
	margin-right: 5px;
	height: 547px;
	background-image: url(images/menu.jpg);
}


div#footer a {
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #7A7565;
	text-decoration: underline;
}




/*-------------------PAGE POSITIONING ----------------*/


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;  margin: 0px 8px 0px 0px;
}
img.right {
	float: right;
	margin: 5px 20px 30px 10px;
}
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: #BAF2D2;
	width:494px;
	height: 108px;
	/*border-top: 1px solid #E3E3E3;*/ 
			background-color: #7A7565;

}

div#email {
			font-size: 12px;
			color: #497795;
			width:484px;
			border-top: 1px solid #E3E3E3;
			background-color: #FFFFFF;

}

#admin {
	width: 800px;
	text-align:center;
	padding: 10px 0;
	color:#333333;
	text-decoration:none;
	margin: 0px;
	font-size: 9px;
	text-transform:uppercase;
	clear: both;
			}

#admin a {
	color: #7A7565;
}

			
#creditcard {

width:770px;
height: 35px;
background-color:#FFFFFF;
text-align:center;
background-image:url(images/creditcards.gif);
background-repeat:no-repeat;
background-position:center;


}

div#audio {
	height: 46px;
	width: 196px;
	float: left;
	padding: 7px 0 0 14px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #4c531c;
	border: 1px solid #cdd7a3;
}
div#flash {
	width:679px;
	height:450px;
	position: absolute;
	top: 60px;
	left: 10px;
}

/* -------------------- COPYRIGHT INFORMATION ------------------*/
div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px;
	width: 8000px;
	color:#333333;
	line-height: 19px;
	clear: both;
							
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;

}


/* CSS Document */
div#map {
	float: right;
	margin-right: 30px;
}

