@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/page-background.gif);
	background-repeat: repeat-y;
	background-color: #EDE6DE;
	margin: 0px;
	padding: 0px;
}

#header {
	clear: both;
}
#container {
	width: 920px;
	background: #FFFFFF;
}
#nav {
	background-color: #505050;
	height: 29px;
	padding-top: 20px;
	clear: both;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
#nav li {
	font-size: 11px;
	float: left;
	background-image: url(images/nav-background.gif);
	margin-right: 10px;
	font-weight: bold;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
	height: 29px;
	display: block;
	line-height: 29px;
	padding-right: 10px;
	padding-left: 10px;
}
.locked {
	background-image: url(images/nav-lock-background.gif);
	padding-left: 25px !important;
}
#logo {
	padding: 20px 5px;
}
#leftcol {
	width: 225px;
	float: left;
	padding-left: 25px;
	font-size: 12px;
	color: #333333;
}
#subnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subnav li {
	font-size: 12px;
	padding: 7px;
}

#subnav a {
	text-align: center;
	background: #EBEED1;
	display: block;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border: 2px outset #bfae9a;
}
#rightcol {
	float: right;
	width: 630px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background: #FFFFFF url(images/sky.gif) no-repeat right top;
	padding: 60px 10px 10px;
}

#footer {
	clear: both;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 25px;
	padding-bottom: 50px;
}
h1 {
	color: #952F0E;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}

.whitesubmit {
	background: #EBEED1;
	border: 1px solid #8E8273;
	font-size: 10px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #5C2414;
	margin: 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #952F0E;
	clear: both;
}
#leftcol h3 {
	background-image: url(images/left-column-title-background.gif);
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	padding-left: 20px;
	color: #333333;
	margin: 0px;
}
#leftcol ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftcol li {
	padding: 5px;
}

.emailfield {
	width: 220px;
	border: 1px solid #BFAE9A;
}

img {
	border-style: none;
}

.required {
	color: #FF0000;
}

a { 
	color: #952F0E;
}


/* nav bar widths - locked */

#nav-item-1 {
	width: 40px;
	}
#nav-item-2 {
	width: 85px;
	}
#nav-item-3 {
	width: 90px;
	}
#nav-item-4 {
	width: 80px;
	}
#nav-item-5 {
	width: 60px;
	}
#nav-item-6 {
	width: 95px;
	}
#nav-item-7 {
	width: 50px;
	}

.floatpic {
	clear:left;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.bio {
	clear: right;
	float:right;
	padding: 0px 0px 20px;
	width: 450px;
}

.bio p {
	margin-top: 0px;
}

.profilename {
	clear: both;
}
#url {
	display: none;
}
.style1 {
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.errormsg {font-size: 14px; color:#F00;}