/* CSS Document */

body {
	background: #fff;
	color: #555;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 0.90em;
	scrollbar-face-color: #d0d0d0;
	scrollbar-shadow-color: #00417D;
	scrollbar-highlight-color: #e0e0e0;
	scrollbar-3dlight-color: #eee;
	scrollbar-darkshadow-color: #111;
	scrollbar-track-color: #b0b0b0;
	scrollbar-arrow-color: #222;
}

table{
margin-left: 5px;
empty-cells:show;
border-collapse:collapse;
border: 0px solid #0084C6;
}

td {
	font-family: Verdana, sans-serif;
	font-size: .8em;
	padding:0.5em;
	border: 1px solid #2FAEE1;
	margin:1px;
}
td h3{
	padding:0;
	margin:1px;
}
td p{
	padding:0;
	margin:1px;
}
th {
	background-color: #bfd3e6;
	color: #0084C6;
	font-style: normal;
	padding:0.4em;
	font-size: 0.8em;
	vertical-align:top;
	text-align: left;
}

th.narrowcol {width: 80px;}

/* Image Styles */
img {
	border: none;
}

img.right {
	float: right;
	padding: 0px;
	margin:1em;
}

img.left {
	padding: 0px;
	margin:0px;
	float: left;
	margin:1em;
}

/* These are the wrappers */
/* These styles define the columns that appear within the body of the page */
div#content {

	clear:both;
	margin: 0px;
	border: 0px;
	display: block;
	border: 1px solid #fff;
}

#header{height:80px;background: url("/images/design/headtopback.jpg") #fff 15px 0px repeat-x;margin: 0px 0px 0px 0px;padding:0px 0px 0px 1px;}
#logo{
background: url("/images/design/logo.jpg") transparent  0px 0px no-repeat;
height:77px;
width: 320px;
float:left;
}
#nav{font-size:0.9em;background-color:#3e75b2;padding:0;margin:0;display:block;text-align:center;}

div#nav ul{margin:0;padding:0;list-style-type:none;}
div#nav ul li{display:inline;}
div#nav .pagelevel1 a,div#nav .folderlevel1 a{float:left;margin:0;padding:5px 10px;color:#fff;background-color:#3e75b2;text-decoration:none;border-right: 1px solid #fff;}

div#nav .selected1 a,div#nav .selected1 a:hover {background:#ff8b58;color:#663300;}

div#nav .pagelevel1 a:hover,div#nav .folderlevel1 a:hover{background:#ff8b58;color:#663300;}

#strap{
	float:right;
	text-align: right;
	padding:10px 10px 0px 0px;
	width: auto;
	font-size:16px;
	color: #fff;
}

p.label{
	clear: both;
	margin:0;
}
label{
	clear: both;
	float: left;
	font-size: 0.95em;
	padding-right: 4px;
	padding-top: 4px;
	text-align: right;
	width: 100px;
}
/* Heading can be used alone or with Boxbeige and Boxwhite below */


img.centred{
	display:block;
	text-align: center;
	margin: 0 0 2em 0;
}

div.rightimage{
	float: right;
	padding: 0px;
	width: 300px;
	
}

.mytext{
	font-size: .7em;
	text-align: center;
	width: 300px;
	display:block;
	
}

div.halfcolumn {
	background: #fff;
	float: right;
	padding-left: 5px;
	width: 200px;
	/* border: 1px solid #00417D; */
}

.clear {
	clear: both;
}

.centeralign {
	text-align: center;
	display:block;
}

.rightalign {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.labelwrapper{
	clear: both;
	float: left;
	font-size: 10px;
	padding-right: 4px;
	padding-top: 4px;
	text-align: right;
	width: 125px;
}

.checkbox {
	margin: 0px;
	padding: 0px;
	width: 20px;
}

.thumbnail {
	border: 0px;
	float: left;
	margin: 0px;
	padding: 14px 14px 0px 0px;
	width: inherit;
}

.white{
	color: #FFFFFF;
	background-color: inherit;
}

/* These styles define default link behaviors */
a{
color: #ff8b58;
}

a:hover {
	text-decoration: none;
	color: #FF5104;
}

a:active {
	color: #006BB0;
}


/* Index Page Styles */

.splashbox {
	border: 1px solid #00417D000;
	margin: 25px 25% 25% 25%;
	text-align: center;
	width: 50%;
}

.splashbox h1{
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 14px;
	width: 100%;
	background: #00417D;

}

.splashbox p{
	padding: 5px;
}

.splashbox a{
	font-size: 18px;
	text-decoration: none;
color: #00417D;
}

.splashbox .keywords{
	font-size: 9px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

h1 {
	font-size: 1.5em;
  	margin: 8px 0 8px 0;
	padding: 5px 0px 5px 5px;
	font-weight:normal;
	color: #3e75b2;
}

h2 {
font-size: 1.3em;
margin: 8px 0 8px 0;
padding: 5px 0px 5px 5px;
display: block;
font-weight:normal;
color: #3e75b2;
}

html > body h2{width:auto;}

h2 a, h2 a:hover, h2 a:visited{
	color: #fff;
	text-decoration: none;
}

h3,caption{
margin: 4px 0 4px 0;
padding: 0px 0px 5px 5px;
color: #3e75b2;
font-size: 1.2em;
font-weight:normal;
}

h4{
  
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	color: #00417D;
}
p {
	margin: 8px 0 8px 0;
	padding: 0px 0px 5px 5px;
}

li {
	
}

ol {
	font-style: normal;
	font-weight: normal;
	list-style: decimal;
}

strong {
	font-style: normal;
	font-weight: bold;
	color:#3e75b2;
}

.small {
	font-size: 9px;
}

hr {
	color:#fff;
	background:#fff;
	border-top:thin dotted #d5d5d5;
}



form{
	margin: 0px;
	padding: 0px;
}
textarea {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	height: 100px;
	margin-bottom: 2px;
	width:300px;
}

fieldset { 
	margin: 5px 10px 5px 10px;
	padding: 10px 10px 10px 10px;
	}
	


.buttons {
	text-align: right;
	font-size: 10px;
	margin-top : 5px;
	margin-right : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
}

legend {
  padding: 0.2em 0.5em;
  color: #006BB0;
  font-size:120%;
  font-weight: bold;
  }


div#footer {
	clear: both;
	font-size: 10px;
	margin: 0px;
	padding: 10px 0;
}

#websiter {
	display:block;
	margin: 10px 0 0 0;
	padding: 0px;
	text-align: right;
}


/* Navigation Styles */
/* Footer Style */
div#footer ul
{
background:transparent;
list-style-type: none;
margin: 0;
padding: 0;
}

div#footer ul li  {display: inline;background:transparent;padding:0;margin:0;}

.footelement a {
	margin-right:10px;
	text-decoration:none;
	color:#00417D;
	white-space:nowrap;
}  
	
.footelement a:hover {
	color:#FF5104;
	text-decoration:underline;
}

.topofpage a, .topofpage a:visited, .topofpage a:hover {
background: url("/images/design/top.gif") transparent 0px 4px no-repeat;
font-size: 10px;
padding:0 0 0 12px;
text-decoration:none;
}

.more a, .more a:visited, .more a:hover {
display: block;
text-align: right;
font-weight: bold;
}

.input {
	font-size: 12px;
	text-align: center;
	margin: 1px;
}

.inputsubmit {
	background: #e4eff7;
	border: 1px solid #00417D;
	color: #00417D;
	font-size: 12px;
	font-weight: bold;
	padding:2px;
	margin: 1px
}

.required {
font-weight: bold;
}

caption {
font-size:12px;
	color: #00417D;
	font-weight: bold;
	text-align: left;
}

.sponsored {margin:5px;padding:5px;display:block;border: 2px solid #2FAEE1;font-size: 1.1em;}
.normal{border-bottom: 1px solid #2FAEE1;font-size: 0.8em;}


.opening{
font-size:1em;
color:#0084c6;
font-weight:600;
}

#errorlist {
text-align: left;
float:left;
}
ul#summary {
	width:250px;
	padding-left:10px;
	font-size: 0.8em;
}


div#content div.rightcolumn {
padding:10px;border:1px solid #ccc;margin:10px;text-align:center;background:#fff;width:450px;
float: right;
}
div#content div.rightcolumn img{
display:block;
margin: 8px 0;
}

div#content div.rightcolumn ul{
padding: 15px;
margin: 10px;
border: 1px solid #3e75b2;
background: #e0e0e0;
}

div#content div.rightcolumn ul li{
text-align: left;
}

.endlevel1, .endlevel2, .endlevel3, .endlevel4 {display:none;} 