BODY {
	padding: 0;
	background-color: #FFF;
	color: #000;
	font-size: 95%;
	margin: 0;
	height: 100%;
}

UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

BODY,H1,H2,H3,P,TH,TD,DIV,TEXTAREA,INPUT,SELECT {
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
}

H2 {
	font-size: 14pt;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 100%;
}

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

#main {
	width: 666px;
	margin: 20px auto;
}

/* HEADING ######################################*/
#heading {
	position: relative;
	font-size: 180%;
	padding: 23px 0 0 95px;
	margin: 0;
	min-height: 81px;
	color: #004EA1;
	text-align: right;
}

#heading SPAN {
	position: absolute;
	top: 0;
	left: -1px;
	width: 75px;
	height: 81px;
	background: url(../graphics/sprite.png) no-repeat 0 0;
}

/* NAVIGATION ######################################*/
#headermenu {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 1px 0 0;
	list-style: none;
}

#headermenu LI {
	float: left;
	margin: 0;
	padding: 0;
	border-top: 2px solid #FFF;
	border-left: 3px solid #FFF;
}

#headermenu LI.first {
	border-left: 0;
}

#headermenu LI A:link,#headermenu LI A:visited {
	display: block;
	padding: 11px 0 0 26px;
	width: 138px;
	height: 107px;
	background: url(../graphics/sprite.png) no-repeat -403px -35px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}

#headermenu LI A:hover,#headermenu LI A:active,#headermenu LI.on A {
	background: url(../graphics/sprite.png) no-repeat -75px 0;
}

#headermenu LI.lower A:hover,#headermenu LI.lower A:active,#headermenu LI.lower.on A
	{
	background: url(../graphics/sprite.png) no-repeat -239px 0;
}

/* LEFT ######################################*/
#submenu {
	float: left;
	width: 164px;
	padding: 0;
	margin: 17px 0 0 0;
	list-style: none;
	font-weight: bold;
	line-height: 100%;
}

#submenu LI {
	background: #142982 url(../graphics/sprite.png) no-repeat -75px -118px;
	margin: 0 0 3px 0;
	padding: 0;
}
#submenu LI.green {
	background: url(../graphics/button-green.png) no-repeat;
}

#submenu LI:hover,#submenu LI.on {
	background: #01043F url(../graphics/sprite.png) no-repeat -239px -118px;
}
#submenu LI.green:hover,#submenu LI.on.green {
	background: url(../graphics/button-green-over.png) no-repeat;
}

#submenu LI A {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px 10px 10px 26px;
	margin: 0;
	background: url(../graphics/sprite.png) no-repeat -403px bottom;
}

#submenu LI A.green {
	background: url(../graphics/sprite.png) no-repeat -403px bottom;
}

/* Tertiary menu ######################################*/
#tertiaryMenu {
	width: 164px;
	padding: 3px 0px 1px 0px;
	margin: 0px;
	list-style: none;
	font-weight: bold;
	line-height: 100%;
	background:#fff;
}

#tertiaryMenu LI {
	background: #ffffff url(../graphics/small-button.png) no-repeat;
	padding:0;
	margin: 0 0 3px 0;
	color: #666666;
	font-size:12px;
}

#tertiaryMenu LI:hover, #tertiaryMenu LI.on {
	background: #ffffff url(../graphics/small-button.png) no-repeat;
	color: #666666;
	
}

#tertiaryMenu LI A {
	display: block;
	position:relative;
	top:4px;
	color: #666666;
	text-decoration: none;
	margin: 0;
	padding:0 10px 5px 10px;
	background: url(../graphics/small-button-base.png) no-repeat bottom;
	
}

/* CONTACT FORM #################################*/
.formSuccess, .formError {
	font-size:12px;
	margin-bottom:10px;
	border:1px solid #ccc;
	width:322px;
	padding:3px 0;
	text-align:center;
}
.requiredField {
	margin-left:9px;
}
#ContactForm {
	float:right;
	width:52%;
}
#ContactForm label {
	font-size:11px;
	width:120px;
	color:#004ea1;
	display:inline-block;
	vertical-align:top;
	font-weight:bold;
}
#ContactForm input, #ContactForm textarea {
	margin-bottom:4px;
	width:320px;
	margin-right:2px;
}
#ContactForm textarea {
	height:120px;
}
.formError, .formSuccess {
	float:right;
	margin-right:21px;
}
#ContactForm input#submitForm {
	width:auto;
	float:right;
	margin-bottom:10px;
	margin-right:21px;
}
#ContactForm .messageArea img {
	vertical-align:top;
}
#ContactForm .messageArea .requiredField {
	vertical-align:top;
}
#ContactForm img {
	vertical-align:middle;
}

/* CONTENT ######################################*/
#content {
	margin: 15px 0px 0 0;
}

#content.twoCol {
	float: right;
	width: 482px;
	margin: 17px 0 0 0;
}

#content P {
	text-align: justify;
	margin: 0;
	padding: 0 0 10px 0;
}

/* BOTTOM NAV ######################################*/
#mainmenu {
	padding: 5px 0 3px 0;
	margin: 0;
	list-style: none;
	line-height: 100%;
	font-size: 8pt;
	width: 100%;
}

#mainmenu LI {
	float: left;
	border-left: 1px solid #004EA1;
	margin-left: 5px;
	padding-left: 5px;
	font-weight: bold;
}

#mainmenu LI.first {
	border: 0;
	padding: 0;
	margin: 0;
}

#mainmenu LI A {
	color: #004EA1;
	text-decoration: none;
}

#mainmenu LI A:hover {
	text-decoration: underline;
}

#address {
	font-weight: bold;
	font-size: 10pt;
	margin: 0 0 0 0;
}

#address SPAN {
	padding-right: 10px;
}

#address EM {
	font-style: normal;
	color: #004EA1;
}

#address A {
	color: #000;
	text-decoration: none;
}

#address A:hover {
	text-decoration: underline;
}

#niceic {
	float: right;
	width: 75px;
	height: 43px;
	background: url(../graphics/sprite.png) no-repeat 0 -81px;
	margin: 0 0 10px 10px;
}

#strap {
	font-size: 8pt;
	text-transform: uppercase;
	color: #9C9D9E;
	margin: 0;
}

#copy {
	margin: 5px 0 0 0;
	font-size: 8pt;
}

#copy a {
	text-decoration: none;
	color: #000;
}

#videocontent {
	margin: 0px 0 10px 0;
}

}
/* Links list ################################ */
#linksMenu {
	padding: 0;
	margin: 10px 0 5px 0;
	list-style: none;
}

#linksMenu LI {
	float: left;
	margin: 0;
	padding: 0;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
}

#linksMenu LI.first {
	border-left: 0;
}

#linksMenu LI A:link,#linksMenu LI A:visited {
	display: block;
	padding: 0;
	width: 165px;
	height: 118px;
	color: #FFF;
	text-decoration: none;
	line-height: 100%;
}

/* Admin Styles */
.cms {
	width: 100%;
}

.cms tr,.cms tr a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

.cms tr a {
	width: 100%;
	height: 100%;
	display: block;
}

.cms tr td.pageOrdering a {
	width: 16px;
	height: auto;
}

.cms tr.item:hover,.cms tr.altitem:hover {
	background: #c0eafe;
}

.cms th:first-child {
	text-align: left;
	text-indent: 5px;
}

.cms tr img {
	border: none;
	vertical-align: middle;
}

.cms tr.altitem {
	background: #e7f7ff;
}

.cms td {
	text-indent: 5px;
}

.cms td.delete,.cms td.edit {
	text-align: center;
	line-height: 24px;
	text-indent: 0;
}

.breadcrumbs {
	height:20px;
	font-size: 12px;
	color: #606060;
	margin-bottom:10px;
}
.breadcrumbs .addnew {
	float:right;
	padding-left:20px;
}

.nochild {
	font-size: 12px;
}

/* Edit Form Styles */
#edit label, #add label, #edit span.label, #add span.label  {
	width: 100px;
	display: inline-block;
	font-size: 12px;
}

#edit input, #edit select, #add input, #add select {
	margin-bottom: 5px;
}

#edit textarea, #add textarea {
	width: 100%;
	min-height: 250px;
}

#edit fieldset, #add fieldset {
	margin-bottom: 10px;
	background: #e7f7ff;
	padding:0 5px 5px 5px;
}

#edit fieldset legend, #add fieldset legend {
	font-size: 12px;
	font-weight: bold;
}

#edit #image, #add #image {
	margin-top: 10px;
}
div.error {
font-size:12px;
text-align:center;
background:#e47272;
line-height:30px;
margin-bottom:10px;
border:1px solid #d06666;
}
.pagination {
position:relative;
height:25px;
font-size: 12px;
top:10px;
}
.pagination a {
font-size:10px;
color:#000;
background: #e7f7ff;
border:1px solid #ccc;
width:20px;
display:inline-block;
text-align:center;
margin-right:3px;
text-decoration:none;
}
.pagination a.current {
border:1px solid #000;
}
form#searchForm {
margin-bottom:10px;
}
}
