@charset "utf-8";
/* A Great View Web 1.0 - Build 1083 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
	margin:0 auto;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-size:76%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	line-height:1.8em;
	background: url(../backgrounds/centre.png) repeat-y center top #e2e8d7;
	color:#666666;
}

#centre{
width:930px;
margin:0 auto; /* Right and left margin widths set to "auto" */
text-align:left; /* Counteract to IE5/Win Hack */
}

a:link{color:#335DAB; font-weight:bold; text-decoration:none; cursor: pointer; }
a:hover{color:#335DAB; font-weight:bold; text-decoration:underline; cursor: pointer; }
a:visited{color:#335DAB; font-weight:bold; text-decoration:none; cursor: pointer; }
a:visited:hover{color:#335DAB; font-weight:bold; text-decoration:underline; cursor: pointer; }
a img{border:none; cursor: pointer; }
a:active{ border:none; text-decoration:none; background:none; cursor: pointer; }

p{padding: 5px;}

p form{margin-top:0; margin-bottom:20px;}

br{line-height:1.2em}

hr{ clear: left; height: 0; border-style: dashed; border-width: 1px 0 0 0; border-color: #c1c1c1; margin:0;}

div{margin:0;}

ol { margin-left: 10px; padding-left: 10px; padding-right: 5px; color:#335DAB; }
ul { margin-left: 10px; padding-left: 10px; padding-right: 5px; color:#335DAB;}
li { margin-left: 10px; padding-left: 10px; padding-right: 5px; color:#335DAB;}

/**************** Form Styles ****************/

label{ margin-right: 10px; font-weight:bold; }

.contact_reset{
	padding:2px;
	float: right;
	margin-right: 10px;
	background-color:#ffffff;
	border:#ada9d4 2px solid;
	color: #666666;
}

.contact_reset:hover{
	background-color:#ada9d4;
	border:#ada9d4 2px solid;
	color: #fff;
}

.contact_send{
	padding:2px;
	float: right;
	margin-right: 5px;
	background-color:#ffffff;
	border:#b2c8e8 2px solid;
	color: #666666;
}

.contact_send:hover{
	background-color:#b2c8e8;
	border:#b2c8e8 2px solid;
	color: #fff;
}

.contact_text{
	border:#ada9d4 1px solid;	
	padding:2px;
}

.contact_drop{
	margin-top: 0;
	border:#ada9d4 1px solid;	
	padding:2px;
	vertical-align: top;
	margin-left:5px;
}

.contact_valign{
	vertical-align: middle;
}

.contact_input{
	margin: 5px;
	color: #666666;
}

.contact_align{
	margin-left: 0px;
}

.contact_smallleft{
	margin-left:75px;
	font-size: 10px;
}

.contact_smallright{
	padding-left: 9em;
	font-size: 10px;
}

.contact_error{
	font-size: 10px;
	color: red;
	margin: 0 0 0 75px;
}

.contact_errorsmallleft{
	margin: 0 0 0 10px;
	font-size: 10px;
	color: red;
}

.contact_entry{
	border:pink 1px solid;
}

/**************** Header & Navigation styles ****************/

#header{
	height: 90px;
	width: 100%;
	background:none;
	margin-bottom: -10px;
}

.logo{
	padding: 0;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../icons/logo.png) no-repeat;
	height: 86px;
	width: 394px;
}

#container{
	width: 910px;
	margin-left: 9px;
}

#masthead{
	height: 188px;
	width: 911px;
	background: url(../backgrounds/masthead.png) no-repeat;
}

#nav{
	float: left;
	width: 100%;
	height:50px; 
	padding:0;
	margin-top: 132px;
	font-size: 22px;
	text-align: center;
	background: url(../backgrounds/nav.png) repeat-x;
	color: #666666;
}

#nav ul{
	list-style:none;
	margin: 0 auto;
} 

#nav ul li{
	list-style:none;
	display:inline;
	padding-left: 5px;
}

/**************** Content styles ****************/

.contentleft{
	float: left;
	width: 400px;
	margin: 7px 5px 5px 10px;
}

.contentright{
	width: 490px;
	background: none;
	margin: 7px 5px 5px 412px;
}

.sideimg{
	float: left;
	padding: 2px;
	border: 1px dotted #335DAB;
	margin-bottom: 5px;
	margin-right: 5px;
}

/**************** Header styles ****************/

.header{
	width:480px;
	text-align:left;
	height: 50px;
	padding-top: 13px;
	margin-top: -13px;
	margin-bottom: 10px;
}

/**************** Footer styles ****************/

#footer{
	clear: both;
	margin: 0 auto;
	border-top: 2px dashed #c2c2c2;
	text-align:center;
}

/**************** Misc styles ****************/

.floatleft{
	float: left;
	margin: 5px 5px 0 0;
}

.bookbtn{
	font-size: 20px;
	color: #000;
	float: left;
	background: pink;
}