/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #F1F5F8;
	background-repeat: repeat-x;
	background-position: top;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #717777;
}
p, li {
	font-size: 12px;
}
p, h1 {
	margin: 15px 0 15px 0;
}

h1 {
	margin-top:0px;
	padding-top:10px;
	font-size: 24px;
	border-bottom-style: ridge;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #665E53;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-color: #2D2D34;
}

h2 {
	font-size: 16px;
	color: #717777;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 5px;
	
}

h3 {
	font-size: 12px;
	color: #61676A;
	font-style: normal;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


h4 {
	font-size: 12px;
	color: #33363D;
	font-style: italic;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center;
}
h5 {
	font-size: 16px;
	color: #e40000;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color:#310A0D;
	font-size: 12px;
}
a:visited {
	color:#310A0B;
	font-size: 12px;
}
/* All links must inclde some type of hover interactivity */
a:hover {
	color:#666666;
	font-size: 12px;
}
a:active {
}


/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left {
	float: left;
	clear:both;
	padding: 10px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	border: 1px solid #75787D;
	
	
	
}
.right {
	float: right;
	clear: both;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #75787D;
}
.leftborder {
	padding: 10px;
	border: 1px solid #F4F6FA;
	float: left;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.rightborder {
	padding: 1px;
	border: 1px solid #6C6350;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	
	
}
.rightnoborder {
	padding: 1px;
	float: right;
	margin-left: 15px;
	
}
.border {
	padding: 1px;
	border: 1px solid #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	left: auto;
	right: auto;
	width: auto;

}


.centerpic {
	text-align: center;
	border: 1px solid #75787D;
	padding: 10px;
	margin-bottom: 10px;
	left: auto;
	right: auto;
}

/* ----------------- NAV ELEMENTS ----------------- */


div#nav {
	position: absolute;
	top: -6px;
	left: 15px;
	width: 991px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	visibility: visible;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #33363D;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size: 10px;
	padding: 7px 8px 9px 8px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0px 0px 0px;
	color: #FFFFFF;
}

div#nav li a:hover {
	color: #F4F6FA;
	font-weight: bold;
	background-image: url(images/nav-hot.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* end navigation */

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 991px;
	border: 1px none #383D46;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content.jpg);
	background-repeat: repeat;
}
div#header {
	width: 991px;
	height: 408px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;

}



div#leftcolumn {
	width:260px;
	float: left;
	padding: 50px 20px 0px 20px;
}

div#leftcolumn p, div#leftcolumn li {
	color:#A5AEC1;
}
div#leftcolumn ul {
padding:0 0 0 15px;
margin:0;}

div#leftcolumn a:{
	font-size:10px;
	color: #284B4F;
	font-weight: bold;
}

div#leftcolumn a:hover{
	font-size:10px;
	font-weight: bold;
	color: #3A6F74;
}
	
div#content {
	width: 631px;
	padding: 20px 20px 0px 40px;
	float: left;
	
	

}



div#footer {
	clear: both;
	width: 991px;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(images/footer.jpg);
	height: 11px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

div#footer a:link, div#footer a:visited {
	color:#060B1F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

div#footer a:hover, div#footer a.current:link, div#footer a.current:visited {
	color: #152245;
	font-weight: bold;
	
	
	
}


div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	color: #060B1F;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

div#copyright a:link, div#copyright a:visited {
	color:#060B1F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #172047;
	font-weight: bold;
	
}
	
div#admin {
	text-align: center;
	padding-bottom: 0px;
	padding-top: 20px;
}
div#admin a:link, div#admin a:visited {
	color:#A29E94;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #2E3134;
	font-weight: bold;	
	
}


address {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C1C7C7;
	font-style: normal;
	font-weight: normal;
	padding: 10px 5px 10px 0px;		
}

address a:link{
	color:#284B4F;
	font-size:12px;
	font-weight:bold;
}

address a:hover{
	color:#3A6F74;
	font-size:12px;
	font-weight:bold;
}

address .bold{
	font-size:14px;
	font-weight: bold;
}

div#flash {
	position: absolute;
	height: 271px;
	width: 990px;
	right:1px;
	top:136px;
}


/* ----------------- column clases ----------------- */



.column {
	width:630px;
	float:left;
	clear: none;
	margin-top: 5px;
}
.column a:link {
	color:#310A0F;
}
.column a:visited {
	color:#320A08;
}

.column a:hover {
	color:#999999;
}
.column2 {
	width:630px;
	float:left;
	clear: none;
	margin-top: 5px;
}

.columnpic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 190px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: middle;
	
}
.columnpic a: {
	font-size:10px;
}

.columnpic a:link{
	font-size:12px;
	color: #717777;
	font-weight: bold;
}

.columnpic a:hover{
	font-size:12px;
	font-weight: bold;
	color: #CCCCCC;

}



.list {
	width:620px;
}

.listleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 280px;
	float: left;
	font-style: normal;
	line-height: normal;
	border: 1px none #FFFFFF;
	color: #665E53;
	text-align: left;
	padding: 10px 10px 10px 10px;
	
	
}	
.listleft ul {
	padding:0 0 0 15px;
	margin:0;
	
}
.listleft a:link{
	font-size:11px;
	color: #717777;
	font-weight: bold;
}

.listleft a:hover{
	font-weight: bold;
	color: #CCCCCC;

}

.listcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	float: left;
	font-style: normal;
	line-height: normal;
	border: 1px none #FFFFFF;
	color: #665E53;
	text-align: left;
	padding: 10px 50px 10px 50px;
	
	
}	
.listcenter2{
	width: 250px;
	float: left;
	padding-top: 10px;
	text-align: center;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	color: #717777;
}
.listcenter2 ul {
padding:0 0 0 15px;
margin:0;
}
.listright2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #141B27;
	width: 200px;
	float: left;
	font-style: normal;
	line-height: normal;
	border: 1px none #FFFFFF;
	clear: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

.listright2 ul {
padding:0 0 0 15px;
margin:0;
}

/*------------- audio elements ------------------*/

div#audio {
	position: absolute;
	height: 29px;
	width: 273px;
	right:-3px;
	top:30px;
	z-index: 0;
}

div#audioapplet {
	width:88px;
	height:26px;
	position: absolute;
	left: 75px;
	top: 21px;
}




div#audio2 {
	position: fixed;
	height: 120px;
	width: 180px;
	right:0px;
	top:0px;
	background-image: url(images/sound.gif);
	margin: 0px;
	left: 0px;
	clip: rect(auto,auto,auto,auto);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#iframe {
	margin-left:-10px;
}

div#iframe1 {
margin-left:-25px;
margin-top:-40px;
}
.bed {
	float: left;
	margin-right: 15px;
}
