/* CSS Document
Coded by Chris Stanyon - August 2008 

Colour Scheme
	Brown: #ba9b65;
	Red: #950303;
	Light Beige: #fcf8e5;
	Darker Beige: #f4efdc;
*/

* {
	padding:0px;
	margin:0px;
}

html {
	overflow-y: scroll;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	background-color: #fcf8e5;
	border-top:10px solid #ba9b65;
	color:#7a5f2c;
	line-height:1.5em;
}

#outer {
	width:800px;
	margin:0px auto;
	background-color:#f4efdc;
}

#header {
	height:220px;
	background:url("gfx/header.jpg") no-repeat;
}

#header h1 {
	display:none;
}

#header ul {
	font-size:1.1em;
	text-align:right;
	padding: 25px 15px 0px 0px;
}

#header li {
	list-style-type:none;
	display:inline;
	padding-left:35px;
}

#header li#headerhome {
	background:url("gfx/home_icon.gif") no-repeat 15px 1px;
}

#header li#headercontact {
	background:url("gfx/phone_icon.gif") no-repeat 15px 1px;
}

#header a {
	color:#365fb7;
	text-decoration:underline;
	font-weight:bold;
}

#header a:hover {
	color:#233d75;
}

#header #submenu {
	float:right;
	font-size:0.95em;
	margin:137px 15px 0px 0px;
	height:20px;
	width:200px;
/*	background-color:#799ae0; /* blue */
	background-color:#ba9b65; /* beige */
/*	background-color:#950303; /* red */
	color:#ffffff;
}

#navbar {
	background-image:url("gfx/navbar.jpg");
	width:150px;
	float:left;
	height:300px;
}

#navbar li {
	list-style-type:none;
}

#navbar a {
	text-decoration:none;
	display:block;
	color:#f4efdc;
	padding:3px 0px 4px 15px;
	/*border-bottom:1px solid #ffffff;*/
}

#navbar a:hover, .selected {
	background-color:#7a5f2c;
	color:#ffffff;
}



#content {
/*	margin-left:150px;	*/
	width:395px;
	padding:25px;
	float:left;
}

#content p {
	margin-bottom:1.5em;
}

#content h2 {
	font-size:1.3em;
	color:#365fb7;
	margin-bottom:1.5em;
}

#content h3 {
	font-size:1.1em;
	color:#365fb7;
/*	margin-bottom:1.5em;*/
}


#content ul {
	margin: 0px 40px 1.5em 50px;
}

#content a {
	color:#365fb7;
}

#footer {
	margin:0px 15px;
	clear:both;
	border-top:1px solid #7a5f2c;
	padding:5px 0px;
	text-align:right;
	color:#365fb7;
}

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

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

.footer-link {
	padding-left:35px;
	background:url("gfx/bullet.gif") no-repeat 20px 3px;
}

#rightmenu {
	width:190px;
	float:left;
	padding: 10px 0px 0px 0px;
	margin:25px 0px 0px 0px;
	background: url("gfx/navbar2.jpg") no-repeat;
	border-bottom: 1px solid #ba9b65;
	text-align:center;
}

#rightmenu h3 {
	color:#950303;
	font-size: 1.2em;
}

#rightmenu p, #rightmenu a {
	color:#365fb7;
	margin-bottom:10px;
}

.formelement {
	width:240px;
	background-color:#CCCCCC;
	border:1px solid #ba9b65;
	padding:2px;
}

.av {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
	font-weight:bold;
}
