/*
	# Colours used
	#B9B49A - beige background
	#31A8B1 - blue headings
	#464847 - grey text
*/

body {
	background-color: #C2BBA4;
	color: #464847;
	font-family: "Helvetica", "Trebuchet MS", Verdana, sans-serif;
}

a img {
	border: none;
	border: 0px;
}

a { text-decoration: none; }

#wrapper_wrapper {
	text-align: center;
}

#wrapper {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 694px;
	text-align: left;
}

#header {
	color: #FFFFFF;
	font-size: 7pt;
	margin: 0 0 8px 0;
}

#header table tr td {
	color: #FFFFFF;
	font-size: 7pt;
}

#header a { color: #FFFFFF; }
#header a:hover { color: #31A8B1; }
#header a:active { color: #31A8B1; }

#content {
	background-color: #FFFFFF;
	font-size: 7pt;
	margin: 0 0 10px 0;
	height: 620px;
}

#content img.header { margin: 1px 0px 0px 1px; }

#nav {
	float: left;
	width: 232px;
	padding: 0 0 40px 0;
}

#nav ul {
	margin: 60px 0 0 40px;
	width: 192px;
	list-style: none;
	padding: 0;
}

#nav li { line-height: 2.4em; }
#nav li a.sub {	line-height: 1.9em; }
#nav li a.sub_current {	line-height: 1.9em; }

#nav a { color: #464847; }
#nav a:hover { color: #31A8B1; }
#nav a:active { color: #31A8B1; }
#nav a#current { color: #31A8B1; }

#nav a.sub { color: #C2BBA4; }
#nav a.sub:hover { color: #31A8B1; }
#nav a.sub:active { color: #31A8B1; }
#nav a.sub_current { color: #31A8B1; }

#body {
	float: left;
	width: 440px;
	font-size: 10px;
	margin: 12px 22px 10px 0;
	line-height: 1.6em;
}

#body h3 {
	font-size: 13pt;
	color: #31A8B1;
	font-weight: normal;
}

#body a { color: #31A8B1; text-decoration: underline; }
#body a:hover { color: #31A8B1; text-decoration: none; }
#body a:active { color: #31A8B1; }

#body ul {
	padding: 0;
	margin: 0 0 0 14px;
}

#body td {
	font-size: 10px;
}

p#awards { line-height: 1.2em; }

ul#dashboard { list-style: none; }
ul#dashboard li { line-height: 2.4em; }
ul#portfolio { list-style: none; margin: 0 0 0 0; }

#footer { text-align: center; font-size: 9px; }

#footer a { color: #464847; }
#footer a:hover { color: #31A8B1; }
#footer a:active { color: #31A8B1; }

.required {
	color: red;
}

.field {
	width: 220px;
}