/* == Structure =============================== */
body {
	font-size: 62.5%;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0;
	padding: 0;
	margin:0 auto;
	padding:0px;
	background: #18191B url('/graphics/bg.jpg') top center repeat-x;	
}

a, a:visited {
	color: #42506D;
	text-decoration: none;
}

a:active, a:hover {
	color: #4F6185;
	text-decoration: underline;
}

#sitewrap {
	margin:0 auto;
	width:900px;
	padding: 0;	
	background: url('/graphics/headerbg.gif') top left no-repeat;
}

#wrap {
	width: 900px;
	padding: 0px;
	padding-top: 0px;
}

#logo {
	padding-left: 10px;
	padding-top: 30px;
	display: block;
	clear: both;
	height: 113px;
}

/* -- Nav ---------------------------------------*/
#nav {
	width: 900px;
	z-index: 2;
	display: block;
}

#nav_list {
	padding: 0;
	margin: 0 0 0 2px;
	list-style-type: none;
	height: 34px;
	z-index: 100;
}

#nav_list ul {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	width: 202px;
	position: absolute;
	top: -999px;
	left: -3px;
	z-index: 500;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

#nav_list li:hover ul,
#nav_list li.sfHover ul {
	top: 34px;
}

#nav_list li {
	position: relative;
	height: 34px;
}

#nav_list li.topLevel {
	float: left;
}

#nav_list li.topLevel a {
	display: block;
	color: #dedcd4;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 10px 15px 5px 15px;
	position: relative;
	margin-top: 0px;
	text-decoration: none;
}

#nav_list li.topLevel a.active {
	background: #333;
	color: #fff;
}

#nav_list li.topLevel a:hover {
	background: #222;
	color: #fff;
}

#nav_list ul li
{
	height: 32px;
}

#nav_list ul li a, #nav_list li.active ul li a
{
	font: 1.1em arial, helvetica, sans-serif;
	color: #fff;
	text-transform: none;
	display: block;
	height: 20px;
	padding: 12px 0 0 18px;
}

*html #nav_list ul li a, *html #nav_list li.active ul li a
{
	padding: 6px 0 0 18px;
}

#nav_list ul li a:hover, #nav_list li.active ul li a:hover
{
	background: #222 url(../images/bg_nav_over.gif) no-repeat 5px;
	color: #ffffff;
}

/* -- Crumbs -------------------------------------- */
#crumbs {
	background: #eee url('/graphics/bg_crumbs.jpg') repeat-x top left;
	width: 842px;
	padding: 4px;
	clear: both;
	display: none;
}

#crumbs a {
	color: #222;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	clear: both;
}
	 
/* -- Main ----------------------------------------*/
.hide {
	display: none;
}

#MainContent {
	background: #fff url('/graphics/content_bg.jpg') top left repeat-y;
	float:left;
	width: 860px;
	margin: 0px;
	padding: 0 20px;
	min-height: 200px;
	font-size: 1.3em;
	font-family:  arial, helvetica, sans-serif;
}

#MainContent p {
	line-height: 1.5em;
	margin: 0 0 15px 0;
	display: block;
}

#MainContent #logo {
	margin-top: 120px;
	margin-bottom: 25px;
}

#sideMenu {
	width: 185px;
	float: left;
	margin: 20px 0px 0px -10px;
	display: block;
	padding-bottom: 20px;
	}

#sideMenuFiller {
	width: 185px;
	float: left;
	margin: 20px 0px 0px -10px;
	display: block;
	padding-bottom: 20px;
}

#sideMenuTop {
	height: 20px;
	background: url('/graphics/sidemenu.jpg') top left;
}

#sideMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sideMenu li {
	padding: 5px 0 5px 15px;	
	background: url('/graphics/sidemenu.jpg') left 50px;
}

#sideMenu li a {
	color: #000;
	padding: 5px;
	display: block;
	text-decoration: none;
	font-size: .9em;
}

#sideMenu li:hover, #sideMenu li.active {
	background: url('/graphics/sidemenu_over.jpg') left 50px;
}

#sideMenu li:hover a, #sideMenu li.active a {
	color: #2E739C;
}

#sideMenuMiddle {
	background: url('/graphics/sidemenu_middle.jpg') top left repeat-y;
	padding: 0 15px;
}

#sideMenuBottom {
	height: 20px;
	background: url('/graphics/sidemenu.jpg') bottom left;
}

#content {
	float: left;
	width: 635px;
	padding: 10px 10px 10px 30px;
	line-height: 1.6em;
	font-size: 1.1em;
	border-bottom: 1px solid #E1DFDF;
	margin: 0 0 0 10px;
}

#fullcontent {
	width: 880px;
	padding: 10px;
	margin-left: -20px;
	background: #fff;
	border-bottom: 1px solid #E1DFDF;
}

#content .rightImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#logos {
	background: #FCFCFC;
	display: block;
	margin: 0;
	width: 880px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	height: 50px;
}

#logos ul {
	list-style: none;
	margin: 0;
}

#logos li {
	width: 19.5%;
	text-align: center;
	float: left;
}

 
/* -- Footer ---------------------------------*/
#footer {
	width: 880px;
	background: transparent url('/graphics/bottombg.jpg') repeat-y bottom left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	clear: both;
	padding: 10px 5px 20px 15px;
}

#footer .copyright {
	color: #777;
	font-size: 80%;
	text-align: center;
	margin-right: 15px;
}

#footer .links {
	text-align: center;
	font-size: .8em;	
	margin-bottom: 5px;
}

#footer .links a {
	color: #555;
}

#masseymedia {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #999;
}

#masseymedia a {
	color: #999;
}

/* 
== Text Styles ======================================
*/
h1 {
	background: #1F5A7C;
	background: #2A4676;
	color: #fff;
	font-size: 1.8em;
	margin: 0 0 0px -20px;
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 880px;
	border-bottom: 3px solid #406693;
}

h2 {
	color: #2E739C;
	font-size: 1.6em;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1.4em;
	margin: 0;
}

h4 {
	font-size: 1.2em;
	margin: 0;
}

h5 {
	font-size: 1.0em;
	margin: 0;
}

h6 {
	font-size: .8em;
}

p.intro {
	font-size: 90%;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.even {
	background: #fff;
	padding: 3px;
}

.odd {
	background: #EEF4FE;	
	padding: 3px;
}

/* -- Error and Notices ---------------------*/
div.pageNotice {
	color: #1c5806;
	padding: 5px 5px 5px 25px;
	margin: 2px 0;
	background: #e9fce9 url(/graphics/ico-s-help.gif) no-repeat 5px 5px;
	border: 1px solid #2fc32d;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

div.pageErrors {
	color: #000;
	padding: 5px 5px 5px 25px;
	margin: 2px 0;
	border: 1px solid #600;
	color: #600;
	background: #ffe1ef url(/graphics/ico-s-warn.gif) no-repeat 5px 5px;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

div.pageNote {
	color: #0046d5;
	padding: 5px 5px 5px 25px;
	margin: 2px 0;
	border: 1px solid #0046d5;
	background: #f0f5ff url(/graphics/ico-s-req.gif) no-repeat 5px 5px;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

div.pageInfo {
	color: #6a5011;
	padding: 5px 5px 5px 25px;
	margin: 2px 0;
	border: 1px solid #edc566;
	background: #fff5bf url(/graphics/ico-s-info.gif) no-repeat 5px 5px;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

div.pageExample {
	color: #6a5011;
	padding: 5px 5px 5px 25px;
	margin: 2px 0;
	border: 1px solid #ddd;
	background: #eee url(/graphics/ico-s-info2.gif) no-repeat 5px 5px;
	color: #333;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

div p.infotitle {
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

p.red {
	color: red;
}

#error {
	padding: 3px;
	background: #ffe1ef;
	border: 1px solid #600;
	color: #600;
	font-style: italic;
	font-weight: bold;
	font-size: .9em;
}

label {
	font-weight: bold;
	font-size: 1.0em;
	color: #1F5A7C;
}

input {
	background: #F3F9FD;
	padding: 5px;
	font-size: 1.0em;
}

textarea {
	background: #F3F9FD;
	padding: 5px;
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

select {
	background: #F3F9FD;
	padding: 5px;
	font-size: 1.1em;
}

option {
	padding: 5px;
}

.boxed {
	border: 1px solid #DCD7C4;
	background: #fff;	/*#E7E2CF;*/
	padding: 10px;
	display: block;
}

.bordered {
	border: 1px solid #c3d5f3;
	background: #d2e1f5;
	padding: 10px;
	display: block;
}

.radioSep {
	width: 45%;
	height: 1px;
	color: #ddd;
}

.floatRight {
	float: right;
}

a.button {
	display:block;
	float:left;
	font-size: .9em;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	color:#fff;
	text-decoration:none;
	background:url('/graphics/bg_button.jpg') no-repeat left top;
	height:40px;
}
a.button span {
	display:block;
	float:left;
	background:url('/graphics/bg_button.jpg') no-repeat right top;
	height:30px;
	padding-left:5px;
	padding-top:10px;
	padding-right:30px;
	margin-left:15px;
	cursor:pointer;
}
a.button:hover {
	background-position:0px bottom;
	color:#fff;
}
a.button:hover span {
	background-position:right bottom;
}

.flow {
	font-size: .9em;
	font-style: italic;
	color: #333;
}

span.requiredmark {
	color: #d00000;
	font-weight: bold;
	font-size: 1.2em;
}
