/*

Jezero Styles, M. J. Johnston.

	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#F2F2E6;
}
#wrapper { 
 margin: 0 auto;
 width: 882px;
}
#header {
 width: 860px;
 height:100px;
 color: #333;
 padding: 10px;
 border-bottom: 1px solid #cccccc;
 margin: 0px 0px 0px 0px;
 background-color:#5788B1;
}
#header-image
{
 float:left;
 margin-left: 90px;
}
#menu {
 width: 880px;
background-color:#256EAC;
}

#content { 
 width: 858px;
 color: #333;
 border: 1px solid #ccc;
 background-color: #BBD1E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	width: 858px;
	clear: both;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	background-color:white;
	padding:10px 10px 10px 10px;
}

p
{
	font-size: 10pt;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1;
}

a:link, a:visited, a:hover {
	color: #184871;
	text-decoration: none;
}

a:visited{
	color:#ADD8E6;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 color: white;
}

h2{
 color: white;
 font-size:16px;
}

h3{
 color: #334d55;
}

h4{
 font-weight: normal;
 color: #333333;
}

h5{
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/*************** #pageName styles **************/

#AvailiabilityAnchor{
/*	padding: 0px 0px 0px 10px; */
	margin-top: 15px;
	margin-bottom:5px;
	font-weight:bold;
	width:auto;
	height:40px;
	vertical-align:middle;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 30px 0px 0px 460px; 
	text-align:left;
	vertical-align:middle;
	width:auto;
}

/************* #breadCrumb styles *************/

#breadCrumb{	font-size: 80%;
	padding: 5px 0px 5px 10px;
	margin-top: 45px;
	margin-left: 2px;
}

#normal_text{
	font-size: 80%;
}
#rbotpane
{
	clear:both;
	margin:auto;
	width:520px;
	text-align:center;
	margin-bottom: 20px;
}

.ratestable
{
	width:712px;
	margin:auto;
	margin-top:40px;
	background-color:#FFFFFF;
	border:thin solid #666666;
}

.ratestable a{
color: black;
text-decoration: underline;
}

.ratestable a:hover{
color: green;
text-decoration: underline;
}

.ratestable a:visited{
color: orange;
text-decoration: none;
}

.linkstable table
{
    border-color:#FFFFFF;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.linkstable table td
{
    border-color:#FFFFFF;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #FFC;
}

.apartment_text
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:65px;
	margin-right:65px;
}

.image_title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F5F9FB;
	background-color:#184871;
	font-weight: bold;
	text-align:left;
	width: 244px;
	padding:5px;
}

.image_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #184871;
	vertical-align: top;
	font-weight: bold;
	text-align:left;
	padding: 5px;
	line-height: 1.5;
	height: 30px;
	width: 244px;
}

.pane
{
	width:254px;
	height: 300px;
	background-color: #F5F9FB;
	margin:50px;
	margin-left: 45px;
	margin-right: 45px;
	border:thin #184871 solid;
}

.small_image
{
	width: 250px;
	height: 200px;
}

.img_background
{
	background-color: #006699;
	height: 202px;
}

.booking_buttons
{
	width:80%;
	margin:auto;
	clear: both;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
    color:#333333;
    background-color: #BBD1E6;
	padding:10px 10px 10px 10px;
	display:block;
	height:30px;
}

.b_button
{
	font-weight: bold;
	line-height:18px;
	float:right;
	margin:10px;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
    color:white;
	background-color:#256EAC;
	border:white solid 1px;
}

.b_button a{
color: white;
text-decoration: none;
}

.b_button a:hover{
color: yellow;
text-decoration: underline;
}

.b_button a:visited{
color: white;
text-decoration: none;
}

