/* @override 
	http://localhost:9046/_css/homepage.css
	http://andovercc.hawthornwebsites.com/_css/homepage.css
*/

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

a {
	text-decoration: none;
}

img {
	display: block;
}

body {
	width: 750px;
	margin: 15px auto;
	color: #1e4164;
	font-family: Arial, "Lucida Grande", Lucida, sans-serif;
	background: #e5dcc0 url(/_img/home/top_shadow.png) no-repeat center top;;
	font-size: 62.5%;
	line-height: 1.8em;
}

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

div#topnav {
	height: 61px;
	padding: 36px 36px 0;
	background: url(/_img/home/blue_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;
}


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

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

#outer_wrapper {
	background: url(/_img/home/bottom_shadow.png) no-repeat center bottom;
	padding-bottom: 15px;
}

div#slideshow {
	height: 471px;
	width: 720px;
	margin: 0;
	padding: 0;
}

p#footer {
	text-align: center;
	color: #005c71;
	font-size: 1.1em;
}



