/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* 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.) */
body, p, td {
	font: normal 11px tahoma;}

/* Defines the body tag */
body {
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px;
	background-color: #FFFFFF;
}

/* Redefines the p tag */
p {
	padding-left: 15px;
}

/* GENERAL H2 TAG */
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #FF9900;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #CC6600;}
a:active {
	text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;}

div {
	padding: 0px;
	margin: 0px;}
/* DIV CONTAINER */
div#container {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(images/bgd.jpg);
	background-repeat: repeat-y;
}



/* DIV HEADER */
div#header {
	height: 81px;
	width: 850px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#info {
	padding: 5px 5px 0 0;
	color: #000;}
	#info p {
		margin: 0;}

/* DIV BODY */
div#body {
	clear: both;
}
div#audio {
	background-image: url(images/audiio_bgd.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 850px;
	text-align: right;
}
.audio {
	padding-top: 8px;
	padding-right: 3px;
}

div#content {
	margin: 0px;
	padding: 0px;
	width: 640px;
}
div#right {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
address {
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

	#content h1 {
		text-align: right;
		color: #CC0000;
		text-transform:lowercase;
		line-height: 48px;
		padding: 0px;
		background: #fff url(images/h1_bg.gif) top left repeat-x;}
	#content h3 {
		font-size: 14px;
		font-weight: bold;}
	#content img {
		float: right;
		margin: 0 0 10px 10px;}
	#content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
	#content dt {
		padding: 5px 0;
		font-size: 14px;
		font-weight: bold;}
		#content dt a {
			font-size: 9px;
			font-weight: bold;}
	#content dd {
		margin: 0px;}

/* DIV CALL TO ACTION */
div#call {
	background: #efefef;
	padding: 0 5px;
	clear: both;}
	#call h1, #call h2 {
		margin: 0px;
		padding: 0px;
		line-height: 24px;
		font-size: 14px;
		font-weight: bold;}
	#call h1 {
		float: left;}
	#call h2 {
		text-align: right;}

/* DIV FOOTER */
div#footer {
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	clear: both;
	background-image: url(images/footer.jpg);
	height: 100px;
	background-repeat: no-repeat;
	background-position: bottom;
}

	/* DIV UTILITY NAV */
	div#utilnav {
	text-align: center;
	font-size: 10px;
	margin: 5px 0 0 0;
}
		#utilnav a {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
		#utilnav a:hover {
			text-decoration: underline;}
	
	/* DIV COPYRIGHT */
	div#copyright {
	text-align: center;
	font-size: 9px;
	margin: auto;
}
		#copyright a {
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
		#copyright a:hover {
			text-decoration: underline;}

/* Styles the table that serves as the container for the content and navigation.*/
table#tblcontainer {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#tblcontainer td {
	vertical-align: top;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;}
img.right {
	float: right;}
clear {
	clear: both;}

/* --------------------------------------------*/
/* ----------------- CSS NAV ----------------- */
/* --------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	clear: both;
	padding-left: 15px;
	background-image: url(images/menu_bottom.jpg);
	background-position: bottom;
	height: 37px;
	background-repeat: no-repeat;
}
	
div#nav li a#current{
	background: #ccc;
	color: #333;
	border:solid #ccc;
	border-width:1px 1px 0 1px;
	text-transform: uppercase;}
	
div#nav li a#current:hover{
	background: #ccc;
	color: #333;
	border:solid #ccc;
	border-width:1px 1px 0 1px;
	text-transform: uppercase;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:lowercase;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding:5px 10px 6px;
	margin: 5px 1px 0 0;
	color:#666;
	text-decoration:none;
	white-space:nowrap;
	background-color:#efefef;
	border:solid #ccc;
	border-width:1px 1px 0 1px;
	font-weight: bold;}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: #fc0;
	border:solid #fc9;
	border-width:1px 1px 0 1px;
	color: #900;}

/* ----------------- owner sign - in ---------------- */
div#signin {
width: 760px;
margin: 0px auto;
padding: 0px;
font: normal 9px Arial, Helvetica, Verdana, sans-serif;
color: #000;
text-align: right;
}

div#signin a:link, div#signin a:hover, div#signin a:visited, div#signin a:active {

font: normal 9px Arial, Helvetica, Verdana, sans-serif;
color: #000;
text-align: right;
}
/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
blockquote {
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 45px;
}
div#map {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
