/* @override
	http://localhost:9046/_css/default.css
	http://andover:8888/_css/default.css
	http://www.andovercountryclub.com/_css/default.css
*/

p {
	margin: .25em 0 1em;
}

a {
	text-decoration: none;
}

img {
	display: block;
}

ol {
	list-style-type: decimal;
}

ol li {
	padding: 0 0 1em 0;
}

div#inner_content a:link {
	color: #9bb87e;
}

div#inner_content a:visited {
	color: #8ca672;
}

div#inner_content a:hover,div#inner_content a:active {
	color: #fff;
	text-decoration: underline;
}

table.simple td, table.simple th {
	padding: 0 1em 0 0;
}


body {
	width: 898px;
	margin: 20px auto;
	color: #1e4164;
	font-family: Arial, "Lucida Grande", Lucida, sans-serif;
	background: #e5dcc0;
	font-size: 62.5%;
	line-height: 1.8em;
}

#wrapper {
	font-size: 1.2em;
	color: #fff;
	background: #005467 url(../_img/guests/background.png) repeat-y left top;
	width: 864px;
	padding: 0 17px;

}

body.guest #header {

}

body.guest #header p {
	text-align: right;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 18px;
	background: url(../_img/guests/top_shadow.png) no-repeat center bottom;
}

body.guest #header a {
	display: block;
	width: 864px;
	margin: 0 18px;
	background: url(../_img/guests/andover_country_club.png) no-repeat left bottom;
}

#header a:link {
	color: #005467;
}

#header a:visited {
	color: #536367;
}

#header a:hover, #header a:active {
	color: #536367;
	text-decoration: underline;
}

body.member #header {
	margin: 0;
	padding: 0 18px 18px;
	background: url(/_img/guests/top_shadow.png) no-repeat center bottom;
}

body.member #header p {
	float: left;
	font: 3em Garamond, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

body.member #header ul, body.member #header li {
	float:  right;
	padding-top: 1em;
}

body.member #header li {
	font-size: 1.2em;
	padding: 0 1em;
	border-right: 1px solid;
}

body.member #header li.n_last {
	border-right: none;
}

ul#topnav {
	height: 71px;
	padding: 36px 36px 0;
	background: url(../_img/guests/blue_stripes.png) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
}

ul#topnav li {
	display: inline;
	border-right: 1px solid;
	padding: 0 5px;
	margin: 0;
	line-height: 2em;
}

ul#topnav li.n_last {
	border-right: none;
}

ul#topnav li a:link{
	color: #fff;
}

ul#topnav li a:visited{
	color: #dedede;
}

ul#topnav li a:active, ul#topnav li a:hover{
	color: #dedede;
	text-decoration: underline;
}

/* My Comment */

body.wide div#inner_content {
	/*background: url(../_img/guests/top_bar.png) no-repeat center top;*/
	padding: 10px 74px 10px 54px;
	width: 725px;
	overflow: hidden;
}

div.form_errors {
	background: #fff;
	color: #000;
	border: 2px solid #ff0000;
	padding: 1em;
}

div.form_errors p{
 	color: #f00;
	font-weight: bold;
}

h1 {
	color: #9bb87e;
	text-transform: uppercase;
	border-bottom: 3px solid;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 2px;
}

h2 {
	color: #9bb87e;
	font-size: 1.3em;
	font-weight: normal;
	margin: 1em 0 .25em;
	text-decoration: underline;
}

#footer {
	width: 792px;
	margin: auto;
	background: url(../_img/guests/bottom_bar_with_logo.gif) top left;
	height: 69px;
	padding: 156px 36px 0;
	text-align: right;
	color: #fff;
}


#footer.guests .contact-info {

	margin: -1.5em 0 0;

}


#footer.members_footer {
  background: url(/_img/members/footers/blue.png) no-repeat top left;
  text-align: center;
  padding: 130px 0 36px 72px;
}

#footer a {
	color: #fff;
}

#outer_wrapper {
	background: url(../_img/guests/bottom_shadow.gif) no-repeat center bottom;
	padding-bottom: 20px;
}

div#inner_content table {
	margin: 1em 0;
}

div#inner_content table table label{
	text-transform: uppercase;
}

div#inner_content table#room_rates, div#inner_content table#room_rates th {
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}

div#inner_content th{
	text-align: left;
}

div#inner_content dl dt {
	font-weight: bold;
	margin: .25em 0 .1em;
}

div#inner_content dl dd {
	margin-bottom: 1em;
}

div#inner_content ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin: .5em 0;
}

div#inner_content p.menu_note {
	font-size: .8em;
	line-height: 1.5em;
}


table#member_directory th {
	text-transform: uppercase;
	color: #9bb87e;
	padding: 1em 0 .25em;
	border-bottom: 2px solid #00718b;
}

table#member_directory td {
	padding: .5em 0;
	border-bottom: 1px solid #00718b;
	border-color: #00718b;
}

table#member_directory tr:hover {
background: #007e9b;
}

table#member_directory tr:hover th{
background: #005568;
color: #9bb87e;
}

table#member_directory tr:hover a {
text-decoration: underline;
}


