/* CSS DOCUMENT */

/**** GLOBAL STYLES *****/

body	{
	background-image : url(../../media/images/common/body_bg.gif);
	margin : 20px 0px 0px 0px;
	padding : 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	height : 100%;
	width : 100%;
	line-height : 16px;
}

#home_flash	{
	height:285px;
}

#caption	{
	font-style:italic;
}

.button	{
	background-color : #0066cc;
	color : #FFF;
	font-size : 11px;
}

.labelcol {
	vertical-align: top;
	width: 150px;
	font-weight: bold;
}

.inputcol {
	width: 300;
}

.input	{
	font-size : 11px;
}

th	{
	text-align : left;
}

h1	{
	font-family : Comic Sans, Comic Sans MS, Verdana;
	font-size : 20px;
	line-height:120%;
	padding : 15px 0px 5px 0px;
	margin-bottom : 5px;
	margin : 0px;
	border-bottom : 1px solid #000;
	color: #AA3617;
}

h1 .heading {
	font-size: 25px;
	line-height:120%;
}

h2	{
	font-family : Comic Sans, Comic Sans MS, Verdana;
	font-size : 16px;
	line-height : 20px;
	padding : 15px 0px 5px 0px;
	margin-bottom : 5px;
	margin : 0px;
}

h2.callout {
	color: #AA3617;
	font-style: italic;
}

h3	{
	font-family : Comic Sans, Comic Sans MS, Verdana;
	color:#AA3617;
	font-size : 16px;
	padding : 0px;
	margin : 0px;
}



ul	{
	padding : 5px 0px;
	margin : 0px 0px 0px 20px;
}

li	{
	margin : 0px;
	padding : 2px 0px;
}

a	{
	color : #2c53ba;
	text-decoration : underline;
}

a:hover	{
	color : #c76b2e;
	text-decoration : underline;
}

p	{
	margin : 0px;
	padding : 5px 0px;
}

#content_container	{
	width : 757px;
	border : 1px solid #c76b2e;
	font-size: 13px;
	line-height : 18px;
	margin-left : auto;
	margin-right : auto;
}

/***** TOP NAV STYLES *****/

#top_nav	{
	text-align : center;
	width : 757px;
	height : 15px;
	font-weight : bold;
	background-color : #fffae6;
	padding : 6px 0px 0px 0px;
	clear : both;
	font-size : 10px;
	margin-left : auto;
	margin-right : auto;
}

#footer_nav	{
	text-align : center;
	width : 757px;
	height : 15px;
	font-weight : bold;
	padding : 6px 0px 10px 0px;
	clear : both;
	font-size : 10px;
}

#top_nav a, #footer_nav a	{
	color : #000;
	padding : 0px 2px 2px 2px;
	text-decoration : none;
}

#top_nav a:hover	{
	background-color : #4e7dd3;
	color : #FFF;
	padding : 0px 2px 2px 2px;
	text-decoration : none;
}

#footer_nav a:hover	{
	color : #FFF;
	padding : 0px 2px 2px 2px;
	text-decoration : none;
}

#top_nav a.selected, #footer_nav a.selected	{
	background-color : #4e7dd3;
	color : #FFF;
	padding : 0px 2px 2px 2px;
	text-decoration : none;
}

/***** HOMEPAGE STYLES *****/

#home_header	{
	clear : both;
	width : 757px;
	height:285px;
}

#home_header div	{
	float : left;
}

#home_content	{
	background-image : url(../../media/images/common/content_bg_repeater.jpg);
	background-repeat : repeat-y;
	width : 757px;
	clear : both;
	padding : 0px 0px 10px 0px;
}

#home_left	{
	float : left;
	width : 374px;
	padding-right : 40px;
	padding-left : 28px;
}

#home_right	{
	width : 291px;
	padding-right : 24px;
	float : right;
}

#home_flex_area	{
	clear : both;
	width : 291px;
	overflow : auto;
}

#home_flex_area div	{
	float : left;
}

#home_flex_content	{
	width : 229px;
	height : 286px;
	background-image : url(../../media/images/home/home_flex_bg.gif);
	background-repeat : repeat-y;
	text-align : center;
}

#home_flex_content p {
	font-size: 11px;
	line-height : 15px;
	padding:0;
	margin:0;
}

#home_flex_content h1	{
	font-size : 14px;
	font-weight: bold;
	color : #3f2209;
	padding : 0px 20px 0px 20px;
	margin : 0px;
}

/***** SECONDARY PAGE STYLES *****/

#secondary_header	{
	clear : both;
	width : 757px;
	height : 156px;
}

#secondary_header div	{
	float : left;
}

#secondary_header div div	{
	clear : both;
}

#secondary_content_container	{
	background-image : url(../../media/images/common/content_bg_repeater.jpg);
	background-repeat : repeat-y;
	width : 737px;
	padding : 10px;
	clear : both;
}

#secondary_content	{
	background-image : url(../../media/images/common/secondary_content_bg.png);
	background-repeat : no-repeat;
	background-position : bottom right;
	width : 733px;
	border : 1px solid #000;
	clear : both;
	padding : 0px 0px 0px 0px;
}

#content	{
	width : 703px;
	padding : 0px 15px;
}

#gallery_nav {
	margin-left: 0px;
}

#gallery_nav li { 
	display: inline;
	list-style-type: none;
}

#gallery_nav li a#active { 
	font-weight: bold;
	color: #7F7559;
	text-decoration: none;
}

#gallery_nav li a { 
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#gallery_nav li a:hover { 
	font-weight: bold;
	color: #7F7559;
	text-decoration: none;
}


#content_left	{
	float : left;
	width : 465px;
}

#community_callout div {
	width: 150px;
	float: left;
	margin-right: 25px;
	text-align: center;
}

#content_right	{
	float : right;
	width : 221px;
	padding : 10px 0px 0px 0px;
}

#content_right h2	{
	font-family : Comic Sans, Comic Sans MS, Verdana;
	font-size : 16px;
	padding : 0px 0px 5px 0px;
	margin-bottom : 5px;
	margin : 0px;
}

#idx {
	margin: 10px 0px;
}

#content_onecol {
	width: 686px;
}

#cabinsales_left {
	width: 318px;
	margin: 0px 15px 0px 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	overflow: auto;
	font-size: 11px;
	background: #F5E7C0;

}

#cabinsales_right {
	width: 317px;
	margin: 0px 15px 0px 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	overflow: auto;
	font-size: 11px;
	background: #F5E7C0;

}


#cabinsales_left img {
	float: left;
	margin: 0px 25px 60px 0px;
}

#cabinsales_right img {
	float: left;
	margin: 0px 25px 60px 0px;
}

/***** FOOTER STYLES *****/
#bird_leaves	{
	clear : both;
	width : 735px;
	height : 114px;
	margin-top : 10px;
}

#bird_leaves div	{
	float : left;
}

#footer	{
	font-size : 10px;
	text-align : center;
	width : 757px;
	margin-right : auto;
	margin-left : auto;
	padding-bottom : 20px;
	font-style : italic;
}

#footer a	{
	color : #000;
	text-decoration : underline;
}

#footer a:hover	{
	color : #274bb3;
	text-decoration : underline;
}

.hidden	{
	display : none;
}

.disclaimer	{
	font-size : 10px;
	font-style : italic;
}


