@charset "UTF-8";
/* CSS Document */

body {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	background: #101828;
	background-image:url(../images/bg.png);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:140%;

}

h2 {
	margin-bottom:0px;
	padding-bottom:0px;
	color:#1e2d51;
	font-size:1.6em;
}

p {
	padding-top:0px;
	margin-top:0px;
	line-height:1.5em;
}

ul {
	padding-bottom:20px;

}

li {
	line-height:1.5em;
}

fieldset {
	margin:0;
	padding:10px 0 20px 0;
	border:0px;
}

fieldset div{
	margin:0 0 5px 0;
}

label {
	display:block;
	font-weight:bold;

}

input.text,
input,
textarea,
select {font:100% arial,sans-serif; border:1px solid #999;}

input, textarea {
	background-color: #fffff7;
}

input.submit {
	background-color:#000066;
	color:#fff;
}
	
	
form {
	margin:0;
	padding:0
}

#container {
	width: 806px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

#mainContent {
	padding:2px;
	border:1px solid #fff; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	*height:1%;
}

#footer {
	clear:both;
	background-color:#1c2c51;
	padding:0px 0 3px 0;
}

.nav {
	height:24px; 
	text-align:right; 
	margin-top:34px; 
	padding-right:10px;
}

#legal, #footerNav {
	text-align:center;
	font-size:90%;
	color:#dddddd;
	padding:3px 0 3px 0;
	clear:both;
}

#legal a, #footerNav a {

	color:#dddddd;
}

#header {
	height:88px;
	
}

#header #logo {
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:273px;
	height:88px;
	cursor:pointer;
}

#navContainer {
	float:left;
	background-color:#FFFFFF;
	width:527px;
	height:88px;
}

.navBottom {
	background:url(../images/navBottom.jpg) no-repeat;
	width:527px;
	height:30px;
}

#body {
	clear:both;
	height:550px;
}


#leftContent {
	float:left;
	width:273px;
	background-color:#FFF;
}

#bodyContent {
	float:left;
	width:527px;
}


.availButtonContainer{
	overflow:hidden;
	width:273px;
	height:54px;
}

.availMiddle {
	float:left;
	width:169px;
	height:54px;
	text-align:center;
}

.availLeft {
	float:left;
	background: url(../images/availLeft.png) no-repeat;
	width:52px;
	height:54px;
}

.availRight {
	float:left;
	background: url(../images/availRight.png) no-repeat;
	width:52px;
	height:54px;
}

#leftTextContainer {
	float:left;
	background-color:#1c2c51;
	width:273px;
}

#leftText {
	margin:10px;
	margin-top:20px;
	height:240px;
	overflow:auto;
	color:#dddddd;
}


#leftText ul {
	margin-left:20px;
	padding:0px;
}


#leftTextBottom{
	background: url(../images/leftPicBottom.jpg) no-repeat top;
	width:273px;
	height:226px;
}
#homePicTop {
	float:left;
	background:url(../images/homePicTop.jpg) no-repeat top;
	width:527px;
	height:324px;
}

#homePicBottom {
	float:left;
	background:url(../images/homePicBottom.jpg) no-repeat top;
	width:527px;
	height:226px;
}

/********* Internal Styles ********/

.intNavBottom {
	background:url(../images/intNavBottom.png) no-repeat;
	width:527px;
	height:30px;
}

#intFooter {
	clear:both;
	background-color:#1e2d51;

}

#intBodyBottom {
	background-image:url(../images/IntBodyBottom.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:91px;
	float:left;

}

#IntLeftBottom{
	background-image: url(../images/IntLeftPicBottom.jpg);
	background-repeat:no-repeat;
	width:273px;
	height:91px;
	float:left;
	
}


#intContent {
	background: url(../images/mainBgSlice.png) left repeat-y;
	background-color:#FFFFFF;
}



#intBody {
	clear:both;
	background-image:url(../images/IntLeftPicTop.png);
	background-position: left bottom;
	background-repeat:no-repeat;
}


#intBodyContent {
	overflow:hidden;
	padding:0 20px;
	
}

#bodyTextArea {	
    min-height:420px;
	*height:1%;

}

.oneColFixCtr #intContainer {
	width: 806px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

.leftPhotoContainer {
	padding-top:15px; 
	background-color:#1c2c51; 
	margin-top:15px;
}

#leftPhoto {
	background:url(../images/leftPhoto.jpg) no-repeat;
	width:273px;
	height:186px;
	background-color:#1e2d51;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;

}

.pageTitle  {
	text-align:right; 
	color:#C9AE63; 
	font-style:italic;
	font-weight:bold;
	letter-spacing:.1em;
	font-size:160%;
	padding:5px 10px 0 0px;
	background-color:#1e2d51;
}



/******** Buttons  ********/

#navButton a:hover{
	background-position:  0 -23px;
	cursor:pointer;
}

#availButton a:hover{
	background-position:  0 -54px;
	cursor:pointer;
}

#navButton {
}

#navButton a {
	display:block;
	width:90px;
	height:18px;
	margin-right:1px;
	text-decoration: none;
    background: url(../images/topNav.png) 0 0 no-repeat;
	float:right;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	color:#000000;
	padding-top:5px;
	letter-spacing:.1em;
	font-family:Arial, Helvetica, sans-serif;
}

#navButtonOn a {
	display:block;
	width:90px;
	height:18px;
	margin-right:1px;
	text-decoration: none;
	background-image:url(../images/topNav2.png);
	background-position:bottom;
	background-repeat:no-repeat;
	float:right;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	color:#000000;
	padding-top:5px;
	letter-spacing:.1em;
	font-family:Arial, Helvetica, sans-serif;
}

#availButton a {
	display:block;
	width:168px;
	height:54px;
	text-decoration: none;
    background: url(../images/availBut.png) no-repeat;
	float:right;
}

#availButton2 a {
	display:block;
	width:168px;
	height:54px;
	text-decoration: none;
    background: url(../images/availBut.png) no-repeat;

}

#properties {
	*height:1%;
	min-height:280px;

}

#properties ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:10px;
	}

#properties li{
margin-top:5px;
	}


#properties span {
	text-transform:uppercase;
	font-weight:bold;
	font-size:100%;
	font-size:1.1em;
}

.frame {
	height:100% !important;
	min-height:100%;
}



