/* @override 
	http://andover:8888/_css/login.css
	http://andovercc.hawthornwebsites.com/_css/login.css
*/

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

a {
	text-decoration: none;
	color: #00728a}

img {
	display: block;
}

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

#wrapper {
	font-size: 1.4em;
	color: #004354;
	background: #005467 url(/_img/home/background.png) repeat-y left top;
	width: 864px;
	padding: 0 0px;
}

div#topnav {
	height: 61px;
	padding: 36px 36px 0;
	background: url(/_img/members/login/green_stripes.png) no-repeat left top;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.1em;
}

div#topnav li {
	display: inline;
	border-right: 1px solid;
	padding: 0 10px 0 3px;
	line-height: 2em;
}

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

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

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

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



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

body.guest #header a:link {
	color: #005467;
}

body.guest #header a:visited {
	color: #536367;
}

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

div#memo {
	float: left;
	width: 300px;
	font-size: .9em;
	margin-top: 40px;
	font-weight: bold;
}

div#memo p {
	margin-left: 40px;
	text-align: justify;
}

h1 {
	color: #004354;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 2px;
}

#footer {
	width: 720px;
	text-align: center;
	color: #fff;
	font-size: .85em;
}

#outer_wrapper {
	height: 700px;
}

form#login_form {
	float: right;
	width: 300px;
}


p#footer {
	text-align: left;
	font-size: 1em;
	clear: both;
	width: 400px;
	padding-top: 70px;
	color: #fff;
}

div#inner_content {
	background: url(/_img/members/login/login_country_club.jpg) no-repeat left top;
	padding: 90px 60px 1px;
	height: 525px;
}

