/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/body-bg.gif) top center repeat-y #EBEBEB;
	margin: 0px;
	padding: 0px;
}

h1 span {
	display: none;
}

h2 {
	font-size: 34px;
	margin-left: 20px;
	margin-top: 20px;
}

h3 {
	font-size: 16px;
	margin: 25px 20px 10px;
}

h2 span {
	font-size: 23px;
}

p {
	font-size: 12px;
	margin-left: 20px;
}

li {
	font-size: 12px;
	line-height: 1.5em;
}

.note {
	margin: 20px;
	border: 2px solid #F0E68C;
	padding: 0px;
}

.note p.message {
	margin: 0px;
	padding: 5px;
	background: #F0E68C;
}

#left img {
	margin-left: 20px;
}

#left table,
#left p,
#left div {
	margin: 0 20px 10px 20px;
}

#left table.form td {
	font-size: 12px;
	padding: 8px 3px;
}

#left table.form tr.odd {
	background-color: #f8f8f8;
}

#left table.form tr.even{
	background-color: #e5e5e5;
}



#left table.form p.error {
	margin: 0;
	padding: 5px;
	color: #f00;
	border: 1px solid #aaa;
	background-color: #eee;
}

#wrapper {
	margin: 0px auto;
	width: 760px;
	text-align: left;
	background: #006766;
	position: relative;
	
}

#header {
	height: 98px;
	background: url(../images/logo-no-text.jpg) left top no-repeat;
	border-bottom: 5px solid #D15604;
	margin: 0px;
	padding: 0px;
}

#contact-info {
	position: absolute;
	right: 20px;
	top: 5px;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
}

#contact-info a {
	color: #FFFFFF;
}
	

#nav {
	background: url(../images/nav-bg.gif) left top no-repeat;
	height: 34px;
	padding-right: 270px;
}

#nav #primary, #nav #secondary {
	float: left;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	line-height: 32px;
}

#nav p#secondary {
	float: right;
}

#nav a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

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

#content {
	background: #FFFFFF;
}

#left {
	float: left;
	width: 450px;
}

#right {
	float: right;
	width: 280px;
}

#footer {
	clear: both;
	padding: 5px 0px;
}

#footer p {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.submit-button {
	border: 1px solid #000000;
	background: #006766;
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.strong {
	font-weight: bold;
}

/**
	Hack: float fix
****************************************/

.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-fix { display: inline-block; }
/* Hides from IE-mac \*/
.clear-fix { display: block; }
/* End hide from IE-mac */

