
* 
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}

body 
{
	color: #333333;
	background-color: #F0E8E8;
	font: normal .7em/150% Verdana, Arial, Helvetica, Sans-serif;
}

p 
{
	padding: 0 0 1em 0;
}


/* headers */

h1, h2, h3
{
	/* padding-bottom: 0.7em; */    
	font: normal 2em/150% Verdana, Arial, Helvetica, Sans-serif;
	color: #999966;	
}

h1 .h1b
{
	font: normal .5em/150% Verdana, Arial, Helvetica, Sans-serif;	
	color: #666666;
}

h2
{
    margin: -10px 0 10px 0;
}

h3
{
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 1.15em;
	line-height: 110%;
	color: #999966;	
	background: transparent url(images/go_dots.gif) repeat-x bottom right;
	/* font-weight: bold; */
	clear: both;	
}


/* anchors */

a, .mandatory
{
	/* font-weight: bold; */
	color: #993333;	
}

a:hover 
{
	text-decoration: underline;
}


/* page sections */

.container, .container2 
{
	width: 700px;
	margin: 0 auto;
	position: relative;
}

.container2 
{
	width: 714px;
}


/* header formatting */

#header 
{
	border-bottom: 20px solid #993333;
	background-color: #ffffff;	
}

#header img 
{
    /*
	position: absolute;
	top: 0px;
	left: 0px;
    */
	margin: 15px 0 0px 0;

}

#header ul 
{
	text-align: right;
	/* background-color: #ff0000; */
}

#header li
{
	font-size: 0.9em;
	display: inline;
	/* list-style-type: none; */
}

#header ul a
{
	margin: 0;	
	padding: 5px 12px 5px 12px;
	background: none;	
}

#header ul a:hover
{
	color: #ffffff;
	background-color: #993333;	
	text-decoration: none;
}

#header ul .active, #header ul li a.active:hover
{
	background-color: #993333;
	background: #993333 url(images/go_nav_round.gif) no-repeat top left;
	/* background-color: #D6440D; */
	color: #ffffff;
}


/* footer formatting */

#footer 
{
	font-size: 0.9em;
	color: #888888;
	background-color: #333333;
	clear: both;
}

#footer ul 
{
	padding: 20px 40px;
	list-style: none;
}

#footer li 
{
	display: inline;
	list-style-type: none;
	padding: 0;
}

#footer p
{
	padding: 10px;
}

#footer a, #footer a:hover
{
	padding: 0px 0px 0px 30px;
	font-weight: normal;
	/* color: #999999; */
	color: #ffffff;	
	background: none;
}
    
#footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#footer .valid
{
	padding: 0 30px 20px 10px;
}

#footer .valid a, #footer .valid a:hover
{
	padding: 0 30px 20px 0px;
}

#footer img
{
	border: none;
	padding: 0;
}


/* wrapper formatting */

#wrapper 
{
	background: #F0E8E8 url(images/go_header_back.gif) repeat-x top left;
	z-index: 10;
}

#wrapper .container 
{
    /* margin-bottom: 20px; */
	border: 7px solid #ffffff;
	background-color: #ffffff;
	/* background-color: #F0E8E8; */
}

#wrapper .container2 
{
    margin-bottom: 20px;
    border-right: 1px solid #CCCC99;
    border-bottom: 1px solid #CCCC99;
}


/* content-text formatting */

#content-text 
{
	/* width: 700px; */ /* needed? */
	margin: 0 0 0 0;
	padding: 10px 40px;	
	/* background: transparent url(images/go_curls.gif) no-repeat bottom right; */
	/* background-color: #ff00ff; */
}

#content-text .img_left, #content-text .img_right
{
	margin: 0 40px 30px 0px;
	padding: 5px;
	border: 1px solid #CCCC99;
}

#content-text h2 
{
	padding: 10px 0 10px 0;
}

#content-text p 
{
	padding-bottom: 20px;
}

#content-text li 
{
	list-style-image: url("images/go_li.gif");
	list-style-type: none;
}

#content-text .left
{
    width: 300px;
    float: left;
}

#content-text .right
{
    width: 300px;
    float: right;
}

.emph 
{
	font-weight: bold;
}

/* Contact form */

input, textarea
{
	border: 1px solid #cccccc;
	vertical-align: top;
}

#frmContact li
{
    margin: 0 0 0 -15px;
	padding: 0 0 5px 0;
	list-style-image: none;
	list-style-type: none;
}

#frmContact label
{
	line-height: 125%;
	padding: 0 4px 1px 0;
	border: none;	
	display: block;
	font-size: 95%;
	font-weight: bold;
	width: 150px;
	float: left; /* Need float for width to work */
}

#btnSubmit
{
    padding: 3px;
    color: #ffffff;
    background-color: #993333;
    font-size: .95em;
}

.frmContactError
{
	background-color: #E2E0D4;
}

.frmContactErrorClear
{
	background-color: #ffffff;
}

#result
{
	font-size: .7em;
	color: #999966;
}

ul
{
	padding: 0 0 0 15px;
}









