/* Standard Elements */

html {
	height: 100%;
	margin-bottom: 1px;
	background: #F9F9F0 url(../images/body_bg.jpg) 0 0 repeat-x;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
/*	line-height: 160%;  */
	font-family: Arial, Helvetica, sans-serif;
	color: #003F52;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h3,
.contentheading,
.componentheading,
td.componentheading {
   	font-size: 20px;
   	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	line-height:120%;
	color: #195466;
	margin:0px 0px 5px 0px;
	padding:0px;
}

table.mainbody td.mainbody .padding_home .contentheading {
	color: #9C9E1A;
	padding-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:22px;
}

h4 {
	font-size:  17px;
   	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 0px;
/*	line-height:112%; */
	color: #9C9E1A;
}

h5 {
	font-size:  13px;
   	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height:112%;
	color: #9C9E1A;
}

table.mainbody td.mainbody .padding_home h4 {
	color: #195466;
	font-weight:bold;
	margin-top:15px;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #0033FF;
	border: 0px;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a:link.nounder,
a:visited.nounder,
a:hover.nounder {
	text-decoration: none;
	border: 0px;
	outline: none;
}

ol {
	margin: 0px 0px 5px 15px;
	padding: 0px;
}

ol li {
	vertical-align: middle;
	margin-left: 20px;
}


ul {
	list-style: none;
	margin: 0px 0px 5px 15px;
	padding: 0px;
}

ul li {
	list-style-image: none;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	background: url(../images/bullet.jpg) 0px 6px no-repeat;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

hr {
	height: 2px;
	border: 0px;
	border-bottom: 2px dotted #407280;
	margin: 0px 0px;
}

.clr {
	clear: both;
}

a.readon:link,
a.readon:visited {
	font-weight: bold;
	color: #0000FF;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 5px 0px;
	background: url(../images/readmore.jpg) 100% 5px no-repeat;
	text-decoration:none;
}

a.readon:hover {
	text-decoration:underline;
}

table.contentpaneopen span {
}

table.contentpaneopen  {
}

fieldset,
fieldset.input {
	border: 0px;
}

fieldset div {
	width:100%;
}

span.highlight {
	background:yellow;
}

#system-message dd ul
{
	color: #072B68;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}

/* Page Structure */

#page_bg {
	width: 1038px;
	padding: 0px;
	margin: 0px auto;
	height: 100%;
}

div.wrapper {
	width: 1038px;
	padding: 0px;
	margin: 0px;
}

#header {
	width: 1038px;
	height: 108px;
	margin: 0px auto;
	position:relative;
}

#header .padding {
	padding: 0px 0px 0px 13px;
}

#header #logo {
	position: absolute;
	top: 4px;
	display: block;
	width: 108px;
	height: 100px;
	border: 0;
	background: url(../images/logo.jpg) 0 0 no-repeat;
}

#nav {
	width: 1038px;
	height: 106px;
	margin: 0px auto;
	position:relative;
}

#nav .padding {
	padding: 0px 0px 5px 0px;
}

#mainbody {
	width: 1038px;
	margin: 0px auto;
	margin-top:-3px;
	background: url(../images/mainbody_bg.jpg) 0 0 repeat-y;
}

#mainbody-padding {
	padding: 0px;
}

table.mainbody {
	width: 1038px;
	padding: 0px;
	background: url(../images/table_mainbody_bg.jpg) 0 0 no-repeat;
}

table.mainbody tr {
	vertical-align: top;
}

table.mainbody td.left {
	width: 178px;
	padding: 0px;
	margin: 0px;
}

table.mainbody td.left .padding {
	padding: 26px 30px 0px 16px;
}

table.mainbody td.banner {
	padding: 0px;
	margin: 0px;
	background:url(../images/banner_bg.jpg) bottom left no-repeat;
	height:255px;
}

table.mainbody td.banner .padding {
	padding: 10px 25px 0px 25px;
}

table.mainbody td.mainbody {
	padding: 0px;
	margin: 0px;
}

table.mainbody td.mainbody .padding {
	padding: 20px 0px 0px 0px;
}

table.mainbody td.mainbody .padding_home {
	padding: 0px 25px 0px 25px;
}

table.mainbody td.spacer {
	width: 58px;
	padding: 0px;
	margin: 0px;
}

table.mainbody td.spacer_home {
	width: 28px;
	padding: 0px;
	margin: 0px;
}

table.mainbody td.right {
	width: 260px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
}

table.mainbody td.right .padding {
	padding: 50px 42px 0px 0px;
}


#footer {
	width: 1038px;
	background: url(../images/footer_bg.jpg) 0 0 no-repeat;
	margin: 0px auto;
}

#footer .padding {
	padding: 40px 0px 35px 0px;
}


/* Modules */

div.moduletable {
	clear:both;
	padding:10px;
	margin-bottom:30px; 
	background:#F2F3E1;
	width:180px;
}

div.moduletable h3 {
	font-size:  13px;
   	font-weight: normal;
	margin:-10px;
	margin-bottom:10px;
	padding:5px 10px;
	line-height:112%;
	background:#A4A712;
	color: #FFF;
	width:180px;
}

div.moduletable ul,
div.moduletable ol {
	margin-left:0px;
}

div.moduletable-mainmenu h3 {
	font-size:30px;
	color:#195466;
	line-height:100%;
	margin:0px;
	padding:0px 0px 0px 10px;
}

div.moduletable-mainmenu {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}

div.moduletable-mainmenu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

div.moduletable-mainmenu ul li {
	list-style-image: none;
	display: inline;
	padding: 27px 0px;
	margin: 0px;
	line-height: 72px; 
	background: none;
}

div.moduletable-mainmenu a:link,
div.moduletable-mainmenu a:visited {
	border: 0px;
	outline: none;
	color: #FFF;
	font-weight: bold;
	padding: 27px 35px;
	background: url(../images/nav_item_bg.jpg) 0 0 no-repeat;
	text-decoration:none;
}

div.moduletable-mainmenu a:hover {
	border: 0px;
	outline: none;
	color: #C9CB70;
}

div.moduletable-mainmenu ul li.active a:link, 
div.moduletable-mainmenu ul li.active a:visited {
	border: 0px;
	outline: none;
	color: #C9CB70;
}

div.moduletable-mainmenu ul li.active a:hover {
	border: 0px;
	outline: none;
	color: #C9CB70;
}

/* Alternate Main Nav */

div.moduletable-mainmenu2 h3 {
	font-size:30px;
	color:#9C9E1A;
	line-height:100%;
	margin:0px;
	padding:0px 0px 0px 10px;
}

div.moduletable-mainmenu2 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	background:url(../images/nav2_bg.jpg) 0px 30px repeat-x;
	position:absolute;
	left:686px;
	top:0px;
	width:346px;
}

div.moduletable-mainmenu2 ul {
	list-style: none;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 10px;
	background: url(../images/nav2_item_bg.jpg) 100% 0 no-repeat;
}

div.moduletable-mainmenu2 ul li {
	list-style-image: none;
	display: inline;
	padding: 27px 0px;
	margin: 0px;
	line-height: 72px; 
	background: none;
}

div.moduletable-mainmenu2 a:link,
div.moduletable-mainmenu2 a:visited {
	border: 0px;
	outline: none;
	color: #1C6676;
	font-weight: bold;
	padding: 27px 25px;
	background: url(../images/nav2_item_bg.jpg) 0 0 no-repeat;
	text-decoration:none;
}

div.moduletable-mainmenu2 a:hover {
	border: 0px;
	outline: none;
	color: #FFF;
}

div.moduletable-mainmenu2 ul li.active a:link, 
div.moduletable-mainmenu2 ul li.active a:visited {
	border: 0px;
	outline: none;
	color: #FFF;
}

div.moduletable-mainmenu2 ul li.active a:hover {
	border: 0px;
	outline: none;
	color: #FFF;
}


div.moduletable-submenu {
	padding: 11px 5px 50px 15px;
	margin: 0px 0px 40px 0px;
}

div.moduletable-submenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#9C9E1A;
	font-weight:normal;
	font-size:15px;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

div.moduletable-submenu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div.moduletable-submenu ul li {
	list-style-image: none;
	width: 132px;
	line-height: 100%;
	vertical-align: middle;
	display: block;
	padding: 7px 0px 7px 10px;
	border-bottom:1px dotted #407280;
	background: url(../images/bullet.jpg) 0px 10px no-repeat;
}

div.moduletable-submenu a:link,
div.moduletable-submenu a:visited {
	border: 0px;
	outline: none;
	font-size: 12px;
	color: #3E6C7D; 
	text-decoration:none;
}

div.moduletable-submenu a:hover {
	border: 0px;
	outline: none;
	color:#000;
}

div.moduletable-submenu ul li.active a:link,
div.moduletable-submenu ul li.active a:visited {
	color:#000;
}

div.moduletable-submenu ul li.active a:hover {
	color:#000;
}


/* 2nd level */ 

div.moduletable-submenu ul.menu li#current ul,
div.moduletable-submenu ul.menu li#current ul li {
	background: none;
}

div.moduletable-submenu ul li.active ul {
	list-style-image: none;
	vertical-align: middle;
	display: block;
	margin-top: 5px;
	background: none;
}

div.moduletable-submenu ul li.active li {
	list-style-image: none;
	vertical-align: middle;
	display: block;
	padding: 0px;
	background: none;
	border:0px;
}

div.moduletable-submenu ul li.active li a:link,
div.moduletable-submenu ul li.active li a:visited {
	border: 0px;
	outline: none;
	color: #3E6C7D;
	font-size: 11px;
	font-weight: normal;
	background: none;
	margin-left: 0px;
}

div.moduletable-submenu ul li.active li a:hover {
	border: 0px;
	outline: none;
	color: #000;
}

div.moduletable-submenu ul li li.active a:link,
div.moduletable-submenu ul li li.active a:visited {
	border: 0px;
	outline: none;
	color: #000;
}

div.moduletable-submenu ul li li.active a:hover {
	border: 0px;
	outline: none;
	color: #000;
}

td.left div.padding h4 {
	margin-left: 15px;
}

/* 3rd level */ 

div.moduletable-submenu ul.menu li#current ul ul,
div.moduletable-submenu ul.menu li#current ul ul li {
	background: none;
}

div.moduletable-submenu ul li.active ul ul {
	list-style-image: none;
	vertical-align: middle;
	display: block;
	margin: 3px 0px;
	background: none;
}

div.moduletable-submenu ul ul li.active li {
	list-style-image: none;
	vertical-align: middle;
	display: block;
	padding: 0px;
	background: none;
	border:0px;
}

div.moduletable-submenu ul ul li.active li a:link,
div.moduletable-submenu ul ul li.active li a:visited {
	border: 0px;
	outline: none;
	color: #3E6C7D;
	font-size: 11px;
	font-weight: normal;
	background: none;
	margin-left: 0px;
	padding-left:10px;
}

div.moduletable-submenu ul ul li.active li a:hover {
	border: 0px;
	outline: none;
	color: #000;
}

div.moduletable-submenu ul ul li li.active a:link,
div.moduletable-submenu ul ul li li.active a:visited {
	border: 0px;
	outline: none;
	color: #000;
}

div.moduletable-submenu ul ul li li.active a:hover {
	border: 0px;
	outline: none;
	color: #000;
}


div.moduletable-topmenu h3 {
	display: none;
}

div.moduletable-topmenu {
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	margin-right: 30px;
	background:url(../images/topmenu_bg.jpg) 0 0 no-repeat;
	height:39px;
	width:278px;
	float:right;
}

div.moduletable-topmenu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.moduletable-topmenu ul li {
	list-style-image: none;
	line-height: 34px;
	display: inline;
	padding: 0px 3px;
	margin: 0px;
	background: none;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	color:#00525F;
	font-weight: bold;
}

div.moduletable-topmenu a:link,
div.moduletable-topmenu a:visited {
	border: 0px;
	outline: none;
	font-weight: normal;
	padding: 0px;
}

div.moduletable-topmenu a:hover {
	border: 0px;
	outline: none;
}

div.moduletable-footermenu h3 {
	display: none;
}

div.moduletable-footermenu {
	padding: 0px;
	margin: 0px 0px 30px 30px;
}

div.moduletable-footermenu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.moduletable-footermenu ul li {
	list-style-image: none;
	display: inline;
	padding: 0px 8px;
	margin: 0px;
	background: none;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	color:#00525F;
}

div.moduletable-footermenu a:link,
div.moduletable-footermenu a:visited {
	border: 0px;
	outline: none;
	font-weight: normal;
	padding: 0px;
}

div.moduletable-footermenu a:hover {
	border: 0px;
	outline: none;
}

div.moduletable-tagline {
	font-size:17px;
	color:#195466;
	line-height:135%;
	position:absolute;
	top:40px;
	left:204px;
}

div.moduletable-tagline h3 {
	display: none;
}

div.moduletable-search {
	vertical-align: middle;
	background:url(../images/search_bg.jpg) 0 0 no-repeat;
	padding-left:20px;
	position:absolute;
	top:45px;
	right:40px;
}

div.moduletable-search h3 {
	display: none;
}

div.moduletable-search input.inputbox-search {
	margin-right: 3px;
	float: left;
	padding: 2px 0px 2px 0px;
	font-size: 12px;
	color: #999;
	border:1px solid #F0F0F0;
	width:200px;
}

div.moduletable-search input.button-search {
	padding: 2px;
	font-size: 11px;
	color: #FFF;
	font-weight:bold;
	border:0px;
	background:#1C6676;
}

div.moduletable-partners {
	font-size:15px;
	color:#000;
	text-align:center;
}

div.moduletable-partners h3 {
	display: none;
}

div.moduletable-partners img {
	border:0px;
	margin: 0px 10px 10px;
}

div.moduletable-banner {
	margin:10px 0px 0px 0px;
	padding:0px;
}

div.moduletable-banner h3 {
	display: none;
}

div.moduletable-banner h4 {
	font-size:18px;
	color:#196676;
	line-height:120%;
}

/* Tables */

#admin_table {
	background: #ffffff;
	width: 975px;
	height: 100%;
	vertical-align: top;
	}

#t1 {
	margin: 10px 0px 10px 0px;
	border: 1px #000000 solid;
	}

#t1 tr#t1h1 td{
	padding: 3px;
	vertical-align: top;
	color: #fff;
	background-color: #195466;
	font: bold 8pt/11pt verdana, arial, helvetica, sans-serif;
	}

#t1 tr.t1d1L td{
	padding: 3px;
	vertical-align: top;
	font: normal 8pt/10pt verdana, arial, helvetica, sans-serif;
	background-color: #fff;
	}

#t1 tr.t1d1D td{
	padding: 3px;
	vertical-align: top;
	font: normal 8pt/10pt verdana, arial, helvetica, sans-serif;
	background-color: #F9F9F0;
	}

#t1 tr#t1h1 td.gobutton{
	vertical-align: middle;
	}

.rowsubtitle {
	font: bold 8pt/11pt verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

#t1 tr#t1h1 select{
	font: normal 8pt/11pt verdana, arial, helvetica, sans-serif;
	}
	
	
#t1 tr#t1h1 a:link, #t1 tr#t1h1 a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#t1 tr#t1h1 a:hover {
	color: #CCC;
	text-decoration: none;
	}
	
#form_row {
	vertical-align: top;
	}

#form_row td{
	padding-top: 10px;
	}

#form_row td textarea, #form_row td select, #form_row td input{

	}
	
#content_highlight { 
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	color: #005165;
	background: #F2F3E1;
	font: bold 8pt/11pt verdana, arial, helvetica, sans-serif;
	}

#content_highlight a{ 
	color: #005165;
	text-decoration: none;
	}

#content_highlight a:hover{ 
	text-decoration: underline;
	}
	
/* Admin */

#admintable_header {
	background-color: #2B6E88;
	height: 11px;
}

#admintable_header td{
	background-color: #2B6E88;
	height: 11px;
	border-bottom: 1px solid #FFF;
}


#admintable {
	margin: 0px 0px 0px 0px;
	border: 1px solid #000;
	}

#admintable tr#tableheader {
	border-bottom: 1px solid #FFF;
}

#admintable tr#tableheader td{
	height: 10px;
	color: #fff;
	border-bottom: 1px solid #FFF;
}

#admintable tr#rowheader td{
	height: 25px;
	padding: 6px;
	color: #fff;
	background-color: #2B6E88;
	font-weight: normal;
	vertical-align: bottom;
	}

#admintable tr#rowheader a:link, #table tr#rowheader a:visited {
	color: #FFF;
	text-decoration: none;
	}

#admintable tr#rowheader a:hover {
	color: #2B6E88;
	text-decoration: none;
	}

#admintable tr#rowheader_gray td{
	height: 25px;
	padding: 6px 10px 6px 6px;
	color: #000;
	background-color: #CCCCCC;
	font-weight: normal;
	vertical-align: bottom;
	}

#admintable tr#rowheader_gray a:link, #table tr#rowheader_gray a:visited {
	color: #000;
	text-decoration: underline;
	border: 0px;
	}

#admintable tr#rowheader_gray a:hover {
	color: #1D5991;
	text-decoration: underline;
	border: 0px;
	}

#admintable tr.rowdata td{
	padding: 6px;
	vertical-align: top;
	background-color: #fff;
	}

#admintable tr.rowdata_alert td{
	padding: 6px;
	vertical-align: top;
	background-color: #FFBC2F;
	}
	
#admintable tr.rowdata_alert_highlight1 td{
	padding: 6px;
	vertical-align: top;
	background: #FFBC2F url(../img/row_highlight_bg.jpg) repeat-x;
	border-top: 1px solid #FFF;
	}

#admintable tr.rowdata_alert_highlight2 td{
	padding: 6px;
	padding-bottom: 20px;
	vertical-align: top;
	background: #FFBC2F url(../img/row_highlight_bg.jpg) bottom left repeat-x;
	border-bottom: 1px solid #FFF;
	}

#admintable tr.rowdata_light td{
	padding: 6px;
	vertical-align: top;
	background-color: #EDEDED;
	}

#admintable tr.rowdata_highlight1 td{
	padding: 6px;
	vertical-align: top;
	background: #E2E9F1 url(../img/row_highlight_bg.jpg) repeat-x;
	border-top: 1px solid #FFF;
	}

#admintable tr.rowdata_highlight2 td{
	padding: 6px;
	padding-bottom: 20px;
	vertical-align: top;
	background: #E2E9F1 url(../img/row_highlight_bg.jpg) bottom left repeat-x;
	border-bottom: 1px solid #FFF;
	}

#admintable tr.rowdata_highlight3 td{
	padding: 6px;
	padding-bottom: 20px;
	vertical-align: top;
	background: #E2E9F1 url(../img/row_highlight_bg.jpg) bottom left repeat-x;
	}
	
#admintable tr.rowdata td select {
	border: 1px solid #014b8a;
	margin: 0px 5px;
	}

#admintable tr.rowdata td input {
	text-align: center;
	border: 1px solid #014b8a;
	height: 18px;
	padding: 0px;
	margin: 0px;
	}

#admintable tr.rowdata td input.radiobutton {
	border: 0px;
}

#admintable tr.rowdata td input.checkbox {
	border: 0px;
}

#admintable tr.rowdata td img {
	margin: 0px 0px -4px 0px;
	border: 0px solid #014b8a;
}

.blue_border {
	border: 1px solid #1D5991;
	padding: 1px 1px 1px 1px;
}

.black_border {
	border: 1px solid #000000;
	padding: 1px 1px 1px 1px;
}

p#search {
	padding: 0;
	margin: 3ex 0 3ex 0px;
}

h3, .contentheading, .componentheading, td.componentheading {
margin-top: 10px;
}
