/* CSS Document */

html, body, div, span, applet, object, iframe,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
caption,  tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
 	background:#9f9571;
 	margin:0 auto;
}


#wrapper {
 	margin:0 auto;
 	width:900px;
	background-color:#9f9571;
	margin-top:2%;
}


#header {
 	height:66px;
 	width:900px;
	background-color:#9aba57;
}

#tagline{
	float:left;
	padding: 20px 0 0 25px ;
	color:#ffffff;
	font-size:18px;
	font-family: "Comic Sans MS";
	font-weight:bold;
	}
	
#tagline2{
	float:left;
	padding: 10px 0 0 25px ;
	margin-left:80px;
	color:#ffffff;
	font-size:18px;
	font-family: "Comic Sans MS";
	font-weight:bold;
	}	

#telnum{
	float: right;
    margin-top:-3px;
    margin-right:5px;	
	color:#ffffff;
	font-size:18px;
	font-family: Calibri;
	font-weight: bold;
	text-align:right;
}

#telnum a{
	color:#ffffff;
	font-size:18px;
	font-family: Calibri;
	font-weight: bold;
	text-align:right;
	text-decoration:none;
}

#telnum a:hover{
	color:#151642;
	font-size:18px;
	font-family: Calibri;
	font-weight: bold;
	text-align:right;
	text-decoration:underline;
}

#navigation {
 	background:#151642;
 	width:900px;
 	height:37px;
}


#menu {
 	margin-left:0px;
}

.menu {
	margin:0; 
	padding-top:2px;
	/* padding-bottom:2px; */
	font-size:13px;
	height:35px;
	font-weight:bold; 
	/*text-transform:uppercase;*/
	color:#FFFFFF; 
	font-family:Calibri;
    text-align:center; 
	vertical-align:center;
	cursor:pointer;
	border-bottom:0;
	border-right: 1px solid #fff; 
	vertical-align:middle;
}

.menu-hover{
	margin:0;
	padding-top:2px;
	/* height:32px; */
	height:35px;
	font-size:13px;
	font-weight:bold; 
	background-color:#9aba57;
	/*text-transform:uppercase;*/
	color:#fff; 
	font-family:Calibri;
    text-align:center; 
	cursor:pointer;
	border-right: 1px solid #fff;
	vertical-align:middle;
}

.menu-selected{
	margin:0;
	padding-top:2px;
	/* height:32px; */
	height:35px;
	font-size:13px;
	font-weight:bold; 
	background-color:#9aba57;
	/*text-transform:uppercase;*/
	font-family:Calibri;
    text-align:center; 
	cursor:pointer;
    border-right: 1px solid #fff;
	vertical-align:middle;
}

.menu-end{
	margin:0;  
	padding-top:2px;
	/* padding-bottom:2px; */
	font-size:13px;
	height:35px;
	font-weight:bold; 
	/*text-transform:uppercase;*/
	color:#FFFFFF; 
	font-family:Calibri;
    text-align:center; 
	vertical-align:center;
	cursor:pointer;
	border-bottom:0;
	vertical-align:middle;
}

.menu-hover-end{
	margin:0;
	padding-top:2px;
	/* height:32px; */
	height:35px;
	font-size:13px;
	font-weight:bold; 
	background-color:#9aba57;
	/*text-transform:uppercase;*/
	color:#fff; 
	font-family:Calibri;
    text-align:center; 
	cursor:pointer;
	vertical-align:middle;
}

.menu-selected-end{
	margin:0;
	padding-top:2px;
	/* height:32px; */
	height:35px;
	font-size:13px;
	font-weight:bold; 
	background-color:#9aba57;
	/*text-transform:uppercase;*/
	font-family:Calibri;
    text-align:center; 
	cursor:pointer;
	vertical-align:middle;
}



.submenu {
	margin:0; 
	padding:2px;
	font-size:13px;
	height:30px;
	font-weight:bold; 
	color:#FFFFFF; 
	font-family:Calibri;
    text-align:center; 
	vertical-align:center;
	cursor:pointer;
	border-bottom:0; 
	vertical-align:middle;
	background-color:#151642;
}

.submenu-hover{
	margin:0;
	padding:2px; 
	height:30px;
	font-size:13px;
	font-weight:bold; 
	color:#fff; 
	font-family:Calibri;
    text-align:center; 
	cursor:pointer;
	vertical-align:middle;
	background-color:#9aba57;
}

.submenu-selected{
	margin:0; 
	padding:2px; 
	height:30px;
	font-size:13px;
	font-weight:bold; 
	color:#fff; 
	font-family:Calibri;
    text-align:center; 
	cursor:pointer;
	vertical-align:middle;
	background-color:#9aba57;
}


#content-pane {
 	width:900px;
}

#interior-content-pane
{ 
    width:900px;	
}

#contents-only
{
    width:800px;    
	padding-top:20px;
	padding-bottom:20px;
	margin-left:50px;
	clear:both;
}

#contents-only table
{
    font-family:Calibri;
 	font-size:13px;
 	color:#ffffff;
}

#contents-only a
{
    font-family:Calibri;
 	font-size:13px;
 	color:#9aba57;
	text-decoration:none;
}

#contents-only a:hover
{
    font-family:Calibri;
 	font-size:13px;
 	 color:#ffffff;
	 text-decoration:underline;
}

#spacer {
 	height:2px;
 	background-color:#9f9571;
 	margin:0 auto; 
	border:
}



#content {
    background-color:#4d6227;
    width:500px;   
	font-family:Calibri;
 	font-size:13px;
 	color:#ffffff;
	padding-left:20px;
	padding-right:20px;
}


p {
 	font-family: Calibri;
 	font-size:13px;
 	color:#ffffff;
	line-height:13px;
}

h1 {
 	font-family: Comic Sans MS;
 	font-size:22px;
 	color:#9aba57; 
	margin-top: 0px;
}

h2 {
 	font-family: Calibri;
 	font-size:18px;
 	color: #9aba57;
	margin-top: 0px;
}


h3 {
 	font-family: Calibri;
 	font-size:16px;
 	color:#9aba57;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
 	font-family: Calibri;
 	font-size:22px;
 	color:#9aba57;
 	margin-top: 0px;
 	margin-bottom: 18px;
}

h4 a, a:visited {
 	font-size:22px;
 	text-decoration: none; 
 	color:#9aba57;
}

h4 a:hover {
 	text-decoration: underline; 
 	color:#9aba57;
}


#cob {
	margin-top:2px;
}

#cob1
{
 background-color:#151642;
 width:449px;
 height:133px;
}

#cob2
{
 background-color:#181a4a;
 width:449px;
 height:133px;
}

#cob3
{
 background-color:#181a4a;
 width:449px;
 height:133px;
}

#cob4
{
 background-color:#151642;
 width:449px;
 height:133px;
}

#cob h2 {
 	font-family: Comic Sans MS;
 	font-size:20px;
 	color:#9aba57;
	margin-top:-5px;
	border-bottom: 1px groove #2b2c49;
	display:block;
}

#cob h2 a{
 	font-family: Comic Sans MS;
 	font-size:20px;
 	color:#9aba57;
	margin-top:-5px;
	text-decoration:none;
	border-bottom: 1px groove #2b2c49;
	display:block;
}

.cob-content {
 	width:390px;
	color:#fff;
	font-size:13px;
	font-family:calibri;
	margin-left:28px;
	margin-top:27px;	
}

.cob-contents{
	color:#fff;
	font-size:13px;
	font-family:calibri;
	margin-top:-10px;	
}

.cob-content  .title{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	font-family:calibri;
}

.cob-content a
{
 font-family:Calibri;
 font-size:13px;
 color:#9aba57;
 text-decoration:none;
}

.cob-content a:hover
{
 font-family:Calibri;
 font-size:13px;
 color:#9aba57;
 text-decoration:underline;
}

#home-style-gallery
{
 background-color:#151642;
 width:900px;
 color:#fff;
}

#home-styles 
{
    width:800px;    
	padding-top:45px;
	margin-left:81px;
	clear:both;
}


#home-styles  ul
{
	margin:0; 
	padding:0 0 2em 0;
	border: 0px solid red;
}

#home-styles  ul li
{
	padding-right:1em;
	list-style:none;
	float:left;
}

#home-styles ul li a img
{
	
}

#home-styles  ul li img
{
 cursor:pointer;
 border:4px solid #fff;
}

#home-styles  ul li img:hover
{
 cursor:pointer;
 border:4px solid #95ba53;
}


#home-styles ul li ul{
	padding:0; margin:0;
	border:0px solid #FF0000;
	width:180px;
	padding-bottom:2em;
	text-align:center;
}

#home-styles ul li ul li{
	margin-right:2em;
	text-align:center;
}


#flashcontent
{
  background-color:#151642;
  text-align:center;
}

#flashcontent a
{
 font-family:Calibri;
 font-size:13px;
 color:#fff;
 text-decoration:none;
}

#floorplan a:hover
{
 font-family:Calibri;
 font-size:13px;
 color:#9aba57; 
 text-decoration:underline;
}

#floorplan
{
 background-color:#151642;
 padding-top:30px;
}


#floorplan a
{
 font-family:Calibri;
 font-size:13px;
 color:#fff;
 text-decoration:none;
}

#floorplan a:hover
{
 font-family:Calibri;
 font-size:13px;
 color:#9aba57; 
 text-decoration:underline;
}

#footer {
    clear:both;
 	background-color:#151642;
 	width:900px;
 	height:70px;
 	margin:0 auto;
}

#footer-pane{
 	float:left;
    margin-top:1px;
    margin-left:10%;
}

#footer-menu
{
    margin-top:5px;
 	font-family:Calibri;
 	font-size:12px;
 	color:#fff;
 	text-align:center;
}

#footer-menu a {
 	font-family:Calibri;
 	font-size:12px;
 	color:#fff;
 	text-align:center;
 	margin-top:7px;
 	text-decoration:none;
}

#footer-menu a:hover {
    color:#9aba57; 
 	text-decoration:underline;
}

#serving
{
 font-family:Calibri;
 font-size:11px;
 color:#fff;
 text-align:center;
}

#copyright {
 	font-family:Calibri;
 	font-size:11px;
 	color:#fff;
 	text-align:center;
}

#copyright a {
	font-family:Calibri;
	font-size:11px;
	color:#fff;
	text-align:center;
	text-decoration:none;
}

a
{
 font-family:Calibri;
 color:#9aba57;
 font-size:13px;
 text-decoration:none;
}

a:hover
{
 font-family:Calibri;
 color:#fff;
 font-size:13px;
 text-decoration:underline;
 }

#copyright a:hover {
 	text-decoration:underline;
}

.request-button a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background:url(/images/request-button-blue.png) no-repeat;
	height:33px;
	width:170px;
	display:block;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	padding-top:8px;
	padding-bottom:0;
	margin-bottom:0;
}

.request-button a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background:url(/images/request-button-green.png) no-repeat;
	height:33px;
	width:170px;
	display:block;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	padding-top:8px;
}



UL LI       {  font-family:Calibri; list-style-type: disc; margin: 0 0 0 0; color:#fff; font-size:13px;}
UL UL LI    {  font-family:Calibri; list-style-type: square; margin: 0 0 0 0; color:#fff; font-size:13px;}
UL UL UL LI {  font-family:Calibri; list-style-type: circle; margin: 0 0 0 0; color:#fff; font-size:13px;}

OL { font-family:Calibri; list-style-type: decimal; margin: 0 0 0 1.5em; color:#fff; font-size:13px;}
OL OL { font-family:Calibri; list-style-type: lower-alpha; margin: 0 0 0 1.5em; color:#fff;font-size:13px;}
OL OL OL { font-family:Calibri; list-style-type: upper-roman; margin: 0 0 0 1.5em; color:#fff;font-size:13px;}
OL OL OL OL { font-family:Calibri; list-style-type: lower-roman; margin: 0 0 0 1.5em;color:#fff;font-size:13px;}
OL OL OL OL OL { font-family:Calibri; list-style-type: upper-alpha; margin: 0 0 0 1.5em; color:#fff;font-size:13px;}

