@charset "utf-8";

*{margin:0}

body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #505153;
}

#dropshadow {
	width: 980px;  
	background:url(images/nav/shadow_bg.png);
	margin: 0 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. */
	padding: 0;
}
#container {
	width: 950px;  
	background: #FFFFFF;
	margin: 0 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. */
	padding: 0;
}

#header {
	background: url(images/nav/Header.jpg) no-repeat center; 
	background-position: bottom;
	height:150px; 
	padding: 0px 10px 0 20px;  
	margin:0;
}
#address_block {
    height:70px;
    width:300px;
    margin-top:0;
    padding-top:40px;
  	position:relative;
	float:right;


}
#search_box {
    height:20px;
    width:300px;
    margin-top:0;
    padding-top:0px;
  	position:relative;
	float:right;
	clear:right;

}


#address_block p{
font-size:12px;
color:#000000;
text-align:right;
margin-right:33px


}

#logo {
/* moved to respective brand css files */
}


#menu {
	background:url(images/nav/Top-nav-bg.jpg) no-repeat center;
	height:25px; 
	padding: 0px 30px 0 30px;
    color: #AE8F3C;
	margin:0px;

}

#menu li {
font:  Helvetica, Arial, sans-serif;
display:inline;
font-size: 13px;
font-weight: bold;
padding-left: 2px;
padding-right: 2px;
}

#menu ul {
padding: 0px 0px 0px 0px;
margin: 3px 0px 0px 0px;
}

#menu a {text-decoration:none;
color:#000000;}

#menu a:hover {text-decoration: underline;
color:#000000;}


#mainContent {
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
}

#mainContent p {
padding:.4em;
font-size:.9em;
line-height:1.2em;
}

#mainContent li {
font-size:.9em;
line-height:1.2em;
}

#mainContent ul {  
padding-left:30px;
color:#000000;
}

#mainContent ol {  
padding-left:30px;
color:#000000;
}

#submen {
text-align:right;
}

#submen li {
    font: Helvetica, Arial, sans-serif;
    display:inline;
    font-size: 13px;
    padding: 2px;
    color: #AE8F3C;

}

#submen ul {
    padding: 5px;
}

#submen a {text-decoration:none;
color:#505153;}

#submen a:hover {text-decoration: underline;
color:#505153;}

#left{
    float:left;
	width:580px;
	padding-bottom:60px;
    padding-top: 10px;
	}

#left p{
	line-height:18px;
	}

#left strong {
color:#000000;}
	
#right{
    width:300px;
    float:right;
	padding-bottom:60px;
    padding-top: 10px;
	}

#right ul{
    padding-left:20px;
	padding-bottom:30px;
}
	
#right li{
    font: Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #AE8F3C;
	padding: 2px;
	list-style-type: disc;
	line-height:1.5em;
}

#right li a {text-decoration:none;
color:#505153;}

#right li a:hover {text-decoration: underline;
color:#505153;}

#right p .smallcaps {
font-variant:small-caps;
letter-spacing: 1px;}

#right h2 {
	padding: 10px 0 10px 4px;}


#left li {
padding-bottom: 6px;
}

#left ul {
padding-bottom: 10px;
padding-top: 10px;
}


/* Home Page custom css */

#homepage {
	padding: 10px 20px 0 25px;
	height:280px;
	clear:both;   /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#home_left{
    float:left;
	width:580px;
	padding-bottom:10px;
    padding-top: 10px;
	}
	
#home_left h1 {
padding-top:0px;
padding-bottom: 10px;}

#home_right{
    width:300px;
    float:right;
	padding-bottom:10px;
    padding-top: 10px;
	}
#home_right h2 {
padding-top:40px;}	

#home_right a {
color:#333333;
text-decoration:none;}
	
#home_right p .smallcaps {
font-variant:small-caps;
letter-spacing: 1px;}

#home_right p {
font:Georgia, "Times New Roman", Times, serif;
line-height: 1.5em;
text-align:justify;
}

.home_box  {padding-right:20px;
height:260px;
background-position:bottom;
background-repeat:repeat-x;
vertical-align:top;}

#vm {padding-right:20px;
width:288px;
float:left;}

#kh {padding-right:20px;
width:288px;
float:left;}

#sv {
width:288px;
float:left;}

#dropshadow #container #homepage .home_box ul {
padding-left: 40px;
/*padding-bottom: 20px;*/
}
#dropshadow #container #homepage .home_box li {
padding-bottom: 10px;
list-style-type:disc;
}


#dropshadow #container #homepage #vm .home_box a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

#dropshadow #container #homepage #kh .home_box a {
	color:#134093;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

#dropshadow #container #homepage #sv .home_box a {
	color:#175e1e;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

#bottom_menu_home {
	height:40px;
	clear:both; 
	padding: 0px;
	marging:0px;  /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Footer Area */

#bottom_menu {
	padding: 10px 20px 0 25px;
	height:40px;
	clear:both;   /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/nav/footer-bg.jpg) no-repeat center;
	height:40px;
	padding: 2px 20px 0 40px;   /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin: 0;
}

#footer ul {
padding: 10px 0px 0px 0px;
margin: 0px;
}

#footer li {
font: Helvetica, Arial, sans-serif;
display: inline;
font-size: 13px;
color:#AE8F3C;
padding: 0px 3px 0px 3px;
}

#footer a {text-decoration:none;
color:#505153;}

#footer a:hover {text-decoration: underline;
color:#505153;}

#footer p {
	font:  Helvetica, Arial, sans-serif;
	display:inline;
 	font-size: 13px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

#fine_print {
	padding: 10px 20px 30px 25px;   /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#fine_print p {
	font:  Helvetica, Arial, sans-serif;
 	font-size: 10px;
	color:#cccccc;
	margin: 0; 
}

.gold_bullet {
color: #AE8F3C;
font-size:14px;
line-height:12px;}

.left_pics {
float:left;
padding-right:15px;}

.tour_star {
padding-left:130px;
margin-top:-37px;}

.accent_box_photo {
vertical-align:top;
padding:10px 0px 10px 10px;
}

.accent_box_photo img{
border:8px;
border-color:#FFFFFF;
border-style:solid;
}

.accent_box {
vertical-align:top;
padding:10px 10px 10px 10px;}

.accent_box img{
border:8px;
border-color:#FFFFFF;
border-style:solid;
text-align: center;
}

.accent_box p{
vertical-align:top;
padding:10px 10px 10px 10px;
font-family: Arial, Helvetica, sans-serif;}

#dropshadow #container #mainContent #left .accent_box a {
	color: #000000;
	text-decoration: none;
}
#dropshadow #container #mainContent #left .accent_box a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Paypal */
.paypal { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 370px; 
	padding: 0; 
	margin: 3px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-size:12px;
}

.paypal_button { 
	display: block;  /* block float the labels to left column, set a width */
	float: right; 
	padding:0 5px;
	margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.paypal_box { 
	height:30px;
	padding: 10px 0px 0px 0px; 
	margin: 5px 0px 5px 0px; 
	/* set top margin same as form input - textarea etc. elements */
}

/* 2 column (pool schedule) */

  
.section_name {
 	font-size: 16px;
	font-weight:bold;
	padding-left:4px;
	display: block;  
	float: left; 
	width:574px;
	clear:both;
	padding-top:25px;
  }

.left_column{ 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 3px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-size:14px;
	font-weight:bold;
}

.right_column{ 
	display: block;  /* block float the labels to left column, set a width */
	float: right; 
	width: 370px; 
	padding: 0; 
	margin: 3px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	font-size:14px;
}

/*__________________________________________________________________________________________________*/

h1 {
 	font-size: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-weight:normal;
	padding-left:4px;
	padding-top:20px;

  }
  

h2 {
 	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-weight:normal;
	padding-left:4px;
	padding-top: 5px;

  }

h3 {
  
  	font-size: 16px;
	font-weight:bold;
	padding-left:4px;
	padding-top:25px;
}
  
  
h5 {
	font-size:11px; 
	padding-left:4px;
	font-weight:normal;}

h4 {
 	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-weight:normal;
	padding-left:4px;
	padding-bottom:6px;
	padding-top:4px;
	font-style:italic;

  }


	
th {
    font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	vertical-align:middle;
	color:#000000;
	border-bottom:#999999 solid 2px;
	margin:0px;
	padding:10px;

}	
	

.employment {
font-size:13px;
border-bottom:#999999 solid 1px;
	padding:10px;

		}
	
.position {
    font-size:13px; 
	font-weight:bold;
	height:20px;
	margin:0px;
	padding:10px;
	border-bottom:#999999 solid 1px;

}
	
.alert {
    font-size:12px; 
	font-weight:bold;
	padding:5px;
	color:#990000;
	}

.buttons {margin-top:5px;}


.search_form {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  min-width: 280px;
  max-width: 280px;
  width: 280px; 
  background:none;
  float:right;
  
}

	
/* FORMS _________________________________________________________________________________________________*/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0px;
  padding: 20px 20px 60px 20px;
  min-width: 500px;
  max-width: 600px;
  width: 540px; 
  background:#f4f1e0;
}


form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0px 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}


textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.float_left_image {
	padding-right: 15px;
}
.home-alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AC892E;
	line-height: 16px;
}
.pic-caption {
	font-size: 10px !important;
	line-height:12px !important;
}

