/* CSS Document */

/* GENERAL PAGE STYLING */

body {
	background-color: #FAF2E5;
	margin: 0;
	color: #000000;
	background-image: url(../images/gerry.gif);
	background-repeat: no-repeat;
	background-position: 555px 100%;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#pagecontain {
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-y;
}

#content {
	width: 700px;
	float: left;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

a {
	color: #FF9600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.scarlet {
	font-size: 0.9em;
	font-weight: bold;
	color: #B8B2A8;
}

/* PAGE BANNER */

#logobox {
	width: 175px;
	height: 90px;
	padding-bottom: 20px;
	text-align: left;
	background-image: url(../images/logonavbar.gif);
	background-repeat: repeat-y;
	position: absolute;
	top: 20px;
	left : 0px;
}

#header {
	width: 100%;
	height: 90px;
	background-color: #D1CABF;
	float: left;
}

#title {
	text-align: left;
}

.strapline {
	vertical-align: top;
	padding-top: 30px;
	text-align: center;
}

#dots {
	text-align: left;
}

.spacer {
	width: 25px;
}

#spacerlarge {
	width: 46px;
}

/* SIDE NAVIGATION BAR */

.navbar {
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-y;
}

.buttoncell {
	background-image: url(../images/button.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 36px;
	text-align: right;
}

.navigation {
	font-size: 12pt;
	padding-right: 15px;
	text-decoration: none;
	color: #FFFFFF;
}

.navigation:hover {
	text-decoration: none;
	color: #6E6A65;
	padding-right: 15px;
}

.navcell {
	background-image: url(../images/navbar.gif);
	background-position: left;
	background-repeat: repeat-y;
	height: 20px;	
}

#navbarlower {
	width: 200px;
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-y;
}

/* PAGE CONTENT */

.pagespacer {
	width: 30px;
}

#textbox {
	width: 430px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #EDE5D8;
	border-left: 3px solid #B8B2A8;
	border-right: 3px solid #B8B2A8;
	text-align: left;
	float: left;
}

#textbordertop {
	float: left;
}

#textborderbottom {
	margin-bottom: 20px;
	float: left;
}

#textright {
	text-align: left;
	padding-top: 30px;
	width: 230px;
}

.cvcell {
	padding-right: 5px;
	vertical-align: top;
}

/* CONTACT FORM STYLES */

.leftcell {
	width: 105px;
	text-align: right;
	vertical-align: top;
}

.textfield {
	width: 92%;
	background-color: #FAF2E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	border: 1px solid #B8B2A8;
}

.messagefield {
	width: 92%;
	height: 100px;
	background-color: #FAF2E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	border: 1px solid #B8B2A8;
}

.button {
	padding: 2px;
	background-color: #D1CABF;
	border: 2px solid #6E6A65;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
}