* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-image: url(/images/BackGround.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	font-family: tahoma, verdana, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body {
	font-size: small;
}

div.htmlCheckBoxList {
	width: 225px;
	height: 75px;
	padding: 3px;
	overflow: auto;
	border: 1px solid rgb(92, 128, 156);
}

* html div.htmlCheckBoxList {
	margin: 0;
}

* html div.htmlCheckBoxList input {
	border: 0;
	margin: 0;
	padding: 0;
}

p.longText {
	margin: 15px 0;
	padding: 0;
}

h2 {
	color: rgb(32, 64, 92);
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgb(64, 92, 128);
}

h4 {
	font-size: 1.1em;
}

h5 {
	color: rgb(32, 64, 92);
	font-size: 1em;
	margin-top: 5px;
}

h1,h3,h4 {
	color: rgb(32, 64, 92);
	padding: 5px 0;
	margin: 5px 0;
}

table {
	background-color: White;
}

td {
	color: rgb(64, 64, 64);
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	font-weight: normal;
	font-family: tahoma, verdana, sans-serif;
	padding: 2px;
}

td.right {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}

th {
	background-color: white;
	border-bottom: 1px solid rgb(192, 192, 192);
	color: black;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	font-weight: bold;
	font-family: tahoma, verdana, sans-serif;
}

ul {
	margin: 15px;
}

p {
	margin: 10px 10px 10px 0;
}

div#outer {
	margin: 0 auto;
	text-align: left;
	/* Body is text-align: center for IE centering of body */
	width: 85%;
	color: rgb(32, 32, 32);
	background-color: transparent;
}

div#contentdiv {
	background-color: white;
	position: relative;
	width: 97%;
	text-align: left;
	float: left;
	border: 1px solid #E4B122;
	min-height: 550px;
	height: auto;
}

* html div#contentdiv {
	height: 500px;
}

div#menucontent {
	background-color: transparent;
	float: left;
	width: 175px;
}

div#maincontent {
	float: left;
	z-index: 15;
	padding: 10px 10px 75px 10px;
	width: 97%;
}

div#footersection {
	clear: both;
	width: 100%;
	border-top: 2px solid rgb(210, 120, 56);
	height: 75px;
	background-color: white;
}

div#footersection p {
	margin-left: 15%;
	text-align: center;
	font-size: 1.25em;
}

dl.formDisplay {
	margin: 10px 0;
}

dl.formDisplay dt {
	padding: 3px;
	float: left;
	margin: 0;
	color: rgb(32, 64, 92);
	font-weight: bold;
}

dl.formDisplay dd {
	margin-left: 125px;
}

input,textarea { /*color: #115E94;*/
	padding: 2px;
	margin: 3px;
	color: rgb(32, 64, 92);
	font-family: tahoma, verdana, sans-serif;
	font-size: small;
	border: 1px solid rgb(92, 128, 156);
}

select {
	padding: 2px 0;
	margin: 3px;
	color: rgb(32, 64, 92);
	font-family: tahoma, verdana, sans-serif;
	font-size: small;
	border: 1px solid rgb(92, 128, 156);
}

.formLabel {
	font-weight: bold;
	color: rgb(32, 64, 92);
}

input.fullWidth,textarea.fullWidth,select.fullWidth {
	/* for some reason, 100% will truncate right edge */
	width: 95%;
}

input.checkbox,input.radio,input.image {
	border-style: none;
}

div.messages {
	margin: 10px;
	margin-left: 180px;
	padding: 2px 2px 2px 15px;
}

div#messageserrors {
	border: 1px solid red;
	background-color: rgb(255, 220, 220);
}

div#messagesinfo {
	border: 1px solid blue;
	background-color: rgb(220, 220, 255);
}

div#messageswarnings {
	border: 1px solid yellow;
	background-color: rgb(255, 255, 220);
}

a {
	color: rgb(32, 64, 92);
	font-size: 1em;
	text-decoration: none;
	font-family: tahoma, verdana, sans-serif;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: Navy;
}

a.traditionalLink {
	font-weight: normal;
}

a.traditionalLink:link,a.traditionalLink:visited {
	text-decoration: underline;
}

a.traditionalLink:hover,a.traditionalLink:active {
	text-decoration: none;
}

a.external {
	padding-right: 10px;
	background: url('/images/external.gif') no-repeat 100% 25%;
}

a.externalWhite {
	padding-right: 10px;
	background: url('/images/externalWhite.gif') no-repeat 100% 25%;
}

div.pageMessage {
	width: 225px;
	float: right;
	padding: 10px 15px 15px 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid rgb(230, 220, 220);
	color: rgb(180, 155, 155);
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	text-align: right;
}

ul.buttons {
	font-size: 8pt;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

ul.buttons li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.buttons li a {
	padding: 5px;
	float: left;
	display: block;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid rgb(192, 192, 192);
	background-image: url('/images/linkbg.jpg');
	background-repeat: repeat-x;
	background-color: white;
}

ul.buttons li a:hover {
	background-image: url('/images/linkbgselected.jpg');
}

ul.buttons li a:active {
	background-image: url('/images/linkbgselected.jpg');
}

ul.buttons li a:link,ul.buttons li a:visited {
	color: rgb(32, 64, 92);
}

ul.buttons li.current a:link,ul.buttons li.current a:visited {
	color: Black;
	background-image: url('/images/linkbgselected.jpg');
}

ul.hMenu {
	font-size: 8pt;
	float: left;
	width: 175px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	list-style: none;
}

ul.hMenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.hMenu a {
	padding: 5px 5px 5px 15px;
	display: block;
	border-bottom: 1px solid rgb(220, 220, 220);
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

ul.hMenu a:hover,ul.hMenu a:active {
	background-image: url('/images/linkbg.jpg');
}

ul.hMenu a:link,ul.hMenu a:visited { /*color: #115E94;*/
	color: rgb(32, 64, 92);
}

a.button {
	padding: 5px 15px 5px 15px;
	border: 1px solid rgb(192, 192, 192);
	background-image: url('/images/linkbg.jpg');
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

a.button:link,a.button:visited {
	color: rgb(32, 64, 92);
	background-image: url('/images/linkbg.jpg');
}

a.button:hover,a.button:active {
	color: black;
	background-image: url('/images/linkbgselected.jpg');
}

ul.hMenu li.menuon a {
	color: Black;
	background-image: url('/images/linkbgselected.jpg');
}

a.navLink {
	padding: 5px;
	float: left;
	display: block;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid rgb(192, 192, 192);
	background-image: url('/images/linkbg.jpg');
	background-repeat: repeat-x;
	background-color: white;
}

a.navLink:hover {
	background-image: url('/images/linkbgselected.jpg');
}

div.aMessage {
	color: rgb(64, 92, 128);
}

.errorMessage {
	color: rgb(192, 0, 0);
}

.errorMessageBold {
	color: rgb(192, 0, 0);
	font-weight: bold;
	font-size: 1.1em;
}

div#confirmPopUp {
	font-weight: bold;
	border: 1px solid rgb(192, 192, 192);
	background: white url(/images/titleBackground.jpg) top repeat-x;
	position: absolute;
	display: none;
	overflow: auto;
	text-align: center;
	z-index: 75;
	padding: 5px 10px 25px 10px;
}

div#confirmPopUpTitle {
	background-color: transparent;
	position: relative;
	top: 0;
	left: 0;
	padding: 2px;
	color: rgb(64, 92, 128);
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}

div#confirmPopUpText {
	text-align: center;
	margin: 15px;
}

p#confirmButton div {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	border: 1px solid red;
}

div#confirmButtonsDiv a {
	float: left;
	display: block;
	padding: 5px;
	border: 1px solid rgb(152, 152, 152);
	background-image: url('/images/linkbg.jpg');
	width: 50px;
}

div#messagePopUp {
	font-weight: bold;
	border: 1px solid rgb(192, 192, 192);
	background: white url(/images/titleBackground.jpg) top repeat-x;
	position: absolute;
	display: none;
	overflow: auto;
	text-align: center;
	z-index: 75;
	padding: 5px 10px 25px 10px;
}

div#messagePopUpTitle {
	background-color: transparent;
	position: relative;
	top: 0;
	left: 0;
	padding: 2px;
	color: rgb(64, 92, 128);
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}

div#messagePopUpText {
	text-align: center;
	margin: 15px;
}

p#messageCloseButton {
	width: 75px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

p#messageCloseButton a {
	display: block;
	padding: 5px;
	border: 1px solid rgb(152, 152, 152);
	background-image: url('/images/linkbg.jpg');
	width: 50px;
}

div#requestInfoText {
	padding: 5px;
}

p.contact {
	width: 95%;
	margin: 15px 0 0 15px;
	float: left;
}

div.dividerDiv {
	margin: 25px;
	border: 0;
	border-bottom: 1px solid rgb(64, 92, 128);
	height: 1px;
}

div#pagebanner {
	background-color: transparent;
	background-position: left;
	background-image: url(/images/LogoSign.jpg);
	background-repeat: no-repeat;
	height: 115px;
	margin: 5px;
}

div#outer{
	min-width: 800px;
}

* html div#outer{
	width: 850px;	
}

div#fadeBox img {
	position: relative;
	width: 168px;
	height: 125px;
}

div#slideshowContainer {
	position: absolute;
	top: 45px;
	left: 450px;
}

ul.dropdown {
	border: 1px solid white;
	list-style-type: none;
}

ul.dropdown li {
	padding: 5px;
	background-color: #8888DD;
	border-bottom: 1px solid white;
}

ul.dropdown li a {
	color: white;
	font-size: .85em;
	text-align: left;
	width: 95px;
	display: block;
}

ul.vMenu {
	list-style: none;
}

div.prodserv {
	margin: auto;
	border-top: 1px solid #DDD;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	width: 90%;
	clear: both;
}

div.prodserv div {
	padding-bottom: 10px;
	padding-top: 5px;
}

div.prodservtitle {
	color: #405C80;
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 30%;
}

div.prodservtext {
	margin-left: 30%;
	color: black;
	font-size: 12px;
	font-weight: normal;
	width: 60%;
}

div.prodservtext p {
	margin: 15px auto 10px;
}

table#frontPageInfo{
	border-collapse: collapse;
}

table#frontPageInfo tbody tr td{
	border: 1px solid #DDD;
	padding: 15px;
}

div#vocabularyContainer a{
	font-weight: bold;
	color: rgb(64,92,128);
}

table.quotetable{
	margin: 0 auto;
}

table.quotetable td{
	padding: 5px;
}

.required{
	font-weight: bold;
	color: rgb(64,92,220);
}

div#userMenuContent{
	float: right;
	width: 100%;	
	margin-right: 25px;
}

ul.userMenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.userMenu li{
	float: left;
	padding: 0 10px;
	display: inline;
}

div#loginStatus {
	float: right;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	background-color: transparent;
}

div#loginStatus div{
	float: left;
}

div#loginStatus a {
	color: rgb(32, 64, 92);
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}
