/*************************************************************
* Elements
*************************************************************/

body {
	background: #B9D1A3 url(/images/background.jpg) repeat-x;
	border-top: solid 20px #8DD34A;
	margin: 0;
	padding: 60px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h1 {
	font-size: 1.9em;
	font-weight: normal;
	color: #46954A;
	margin-top: 0;
}

h2 {
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 0.4em;
}

h2.listing {		
	margin-bottom: 1em;
	border-bottom: solid 1px #46954A;
}

p {
	margin-top: 0;
}

a:link {
	color: #46954A;
}

a:visited {
	color: #46954A;
}

a img {
	border-width: 0;
}

input {
	margin: 0;
}

span.required {
	color: #46954A;
}

p.required {
	font-style: italic; 
	color: #46954A;
}

img.popup {
	margin-left: 0.65em;
}

span.note {
	font-style: italic;
	font-size: 0.8em;
	color: #46954A;
}
form {
	padding: 0;
	margin: 0;
}
.hidden {
	display: none;
}

/*************************************************************
* Header
*************************************************************/

#header
{
	width: 800px;
	height: 193px;
	background: url(/images/stage-top.png);
	margin: 0 auto;
	font-size: 10pt;
	font-weight: bold;
}

#logo
{
	width: 185px;
	height: 151px;
	position: relative;
	top: 23px;
	left: 23px;
	border-width: 0px;
}

#navigation
{
	width: 500px;
	height: 74px;
	position: relative;
	top: -91px;
	left: 240px;
	background: url(/images/navigation.jpg);
}
	
#navigation ul 
{
	margin: 0; 
	padding: 0 25px;
	list-style-type: none;
}
	
#navigation ul li
{
	display: inline;		
}

#navigation #levelone li a
{
	display: block;
	width: 150px;
	height: 37px;
	float: left;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	font-size: 11pt;
	color: #385131;
}

#navigation #leveltwo li a
{
	display: block;
	height: 37px;
	float: left;
	line-height: 37px;
	padding-right: 20px;
	text-decoration: none;
	color: #46954A;
	font-weight: normal;
}	

#navigation #levelone li a:hover, #navigation #leveltwo li a:hover
{
	color: #fff;
}
	
#breadcrumb
{
	width: 488px;
	position: relative;
	top: -78px;
	left: 240px;
	Padding-left: 12px;
	margin-bottom: -76px;
	color: #638753;
}

#breadcrumb a
{
	color: #638753;
	text-decoration: none;
}

#breadcrumb a:hover
{
	color: #638753;
	text-decoration: underline;	
}
	
/*************************************************************
* Stage
************************************************************/

#stage
{
	/*width: 800px;*/
	width: 764px;
	padding-left: 36px;
	background: #fff;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 0.85em;
}

#content {
	width: 500px;
	margin-left: 204px;
	padding-bottom: 1em;
	line-height: 1.8;
}


/*************************************************************
* Account Box
*************************************************************/

#account {
	width: 152px;
	background: #f1fae9;
	float: left;
	margin-top: 5em;
	clear: both;
	text-align: center;
}

#account .top {
	width: 152px;
	height: 14px;
	background: url(/images/account-top.jpg);
	font-size: 1px;
}

#account .bottom {
	width: 152px;
	height: 14px;
	font-size: 1px;
	background: url(/images/account-bottom.jpg);
}

#account h3 {
	font-size: 10pt;
	text-align: center;
	margin: 0 0.5em 1em 0.5em;
}

#account ul {
	width: 126px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	background: #f9fdf6;
}

#account ul li {
	padding: 2px 0;
}

#account ul li a {
	color: #46954A;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#account ul li a:hover {
	text-decoration: underline;
}

#account .functiontop, #account .functionbottom {
	width: 126px;
	height: 10px;
	background: url(../images/account-functions-top.jpg);
	margin: 0 auto;
	font-size: 1px;
}

#account .functionbottom {
	background: url(../images/account-functions-bottom.jpg);
}

/*************************************************************
* Contact Us
*************************************************************/

#contactus {
	background: #fff;
	width: 152px;
	padding-top: 1.5em;
	text-align: center;
}

#contactus a {
	color: #46954A;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

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

/*************************************************************
* Footer
*************************************************************/

#footer
{
	width: 800px;
	height: 28px;
	background: url(/images/stage-bottom.gif);
	margin: 0 auto;
}


/*************************************************************
* Toolbox
*************************************************************/

.toolboxtop, .toolboxbottom {
	width: 500px;
	height: 10px;
	margin-top: 20px;
	font-size: 1px;
	background: url(/images/toolbox-top.jpg);
}

.toolbox {
	background: #f1fae9;
	padding: 0 10px;
}

.toolboxbottom {
	margin: 0 0 20px 0;
	background: url(/images/toolbox-bottom.jpg);
}

/*************************************************************
* Box
*************************************************************/

.boxtop, .boxbottom {
	width: 500px;
	height: 15px;
	margin-top: 25px;
	font-size: 1px;
	background: url(/images/box-top.gif);
}

.boxbottom {
	margin: 0 0 20px 0;
	background: url(/images/box-bottom.gif);
}

.box {
	width: 500px;
	background: #f9fdf6;
	padding: 0 15px;
}

table.box tr td.label{	
	width: 120px;
	color: #46954A;
	font-weight: bold;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 0;
}

/*************************************************************
* Profile tables
*************************************************************/
	
table.profile {
	border-width: 0;
	margin: 0;
}

table.profile tr td {
	padding-right: 0;
	padding-left: 0;
}
	
table.profile tr td.label {
	font-weight: bold;
	color: #46954A;
	width: 100px;
	vertical-align: top;
}