/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #EFF0F7;
}

#container {
	width: 766px;
	background-image: url(images/main_bgd.gif);
	text-align: left;
}

#header {
	background-image: url(images/header_horiz_bgd.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 95px;
	width: 756px;
	clear: both;
}

#header h1 {
	margin: 0px;
	float: left;
	color: #8792bd;
	font-size: 0.7em;
	font-weight: normal;
	background-image: url(images/header_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 54px;
	width: 490px;
	padding-top: 41px;
	
}

#header a {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 30px;
}

.moveAbit {
	margin-left: 15px;
}

#navigation {
	background-image: url(images/nav_bgd_jg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: right;
	width: 199px;
	float: left;
}

#navigation a {
	display: block;
	padding: 2px;
	color: White;
	text-decoration: none;
	margin-left: 9px;
	padding-right: 10px;
	
}

#navigation a:hover {
	color: #182355;
	background-color: white;
	opacity: .5;
	filter: alpha(opacity=50);
}

#image {
	float: left;
}

#main {
	float: right;
	width: 528px;
}

#pad {
	padding-left: 10px;
	padding-right: 30px;
}

#pad h1 {
	font-size: 1.3em;
	color: #182355;
	margin: 0px;
	margin-bottom: 5px;
}

#pad h2 {
	font-size: 1em;
	color: #343E69;
	margin: 0px;
	margin-bottom: 5px;
}

#pad p {
	font-size: 0.9em;
	margin: 0px;
	margin-bottom: 5px;
}

#pad a {
	color: #7D7D7D;
}

.clearBoth {
	clear: both;
	margin: 0px;
	color: #8792BD;
	font-size: 0.7em;
	text-decoration: none;
	text-align: right;
	width: 740px;
}

.clearBoth a {
	text-decoration: none;
	color: #8792BD;
}

.clearBoth a:hover {
	color: #536195;
}




/* CONTACT PAGE */

.formerror {
  border: 1px solid #990000;
  background-color: #FFE6E6;
  width: auto;
  padding: 0px;
}

.formerror li {
	color:  #990000;
}

.errortext {
  padding-left: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  font-weight: bold;
  color: #990000 !important;
}

.active {
	background-color: White;
	color: #182355 !important;
	border: 1px solid #182355;
}

.inactive {
	background-color: #eeeeee;
	color: #bbbbbb !important;
	border: 1px solid #bbbbbb;
}

.label {
	margin: 0px;
	margin-bottom: 3px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 1em;
}