/* CSS Document */

/*backgrounds*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #145A8E;
	margin-left: 0;
	margin-top: 0;
}
.content {
	background-color:#CBE2F4;
	vertical-align:top;
}
.home1 {
	background-color:#145A8E;
}
.home2 {
	background-color:#78A7CE;
}
.home3 {
	background-color:#3C82B6;
}
.home4 {
	background-color:#4AACD0;
}
.home5 {
	background-color: #CBE2F4;
}
.watermark {
	background-image:url(/horizon/images/watermark.gif);
	background-color: #CBE2F4;
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align:top;
}
.ltBlueBackground {
	background-color: #E4ECF2;
}
.sitemap {
	background-color: #7DACD3;
	padding: 10px;
}
.subnav {
	background-color: #7DACD3;
}
.subnav2 {
	background-color: #3C82B6;
}
.subnav3 {
	background-color: #7DD38E;
}

/*end of backgrounds*/

/*bullets*/
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	list-style-image: url(/horizon/images/bullets/bullet4.gif);
}
.solid {
	list-style-image: url(/horizon/images/bullets/bullet3.gif);
}
/*end of bullets*/

/*form elements*/
input {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
select.application{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px; had to store in inline style to get this to work in FFox*/
	font-weight: normal;
}
textarea { 

 	font-family: Arial, Helvetica, sans-serif;
}
textarea.vacancy {
	width: 200px;
	height: 50px;
}
textarea.application {
	width: 300px;
	height: 50px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00529B;
}
.application {
	height: 15px;
	width: 300px;
}
.message {
	height: 120px;
	width: 300px;
}
#UploadButton {
	background-color: #e2e2e2;
	border: 1px solid #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor:pointer;
	padding: 2px 3px 0px 3px;

}

/*end of form elements*/

/*dividing lines*/
.lineDkBlue {
	background-color:#000033
}
.lineGrey {
	background-color:#738DA4
}
.lineWhite{
	background-color:#FFFFFF
}
/*end of dividing lines*/

/*links*/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #00529B;
}

a:visited {
  color: #00529B;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #00529B;
}

a.nav:link {
	color: #000033;
}

a.nav:visited {
	color: #000033;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.nav:active {
	color: #000033;
}
a.current:link {
	color: #FFFFFF;
}
a.current:visited {
	color: #FFFFFF;
}
a.current:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.black:link {
	color: #000000;
	font-weight: normal;
}
a.black:visited {
	color: #000000;
	font-weight: normal;
}
a.black:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a.inline:link {
	color: #00529B;
	font-weight: normal;
	text-decoration: underline;
}
a.inline:visited {
	color: #00529B;
	font-weight: normal;
	text-decoration: underline;
}
a.inline:hover {
	color: #00529B;
	font-weight: normal;
	text-decoration: underline;
}
a.white:link {
	color: #FFFFFF;
	font-weight: normal;
}
a.white:visited {
	color: #FFFFFF;
	font-weight: normal;
}
a.white:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
a.footer:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover {	
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.inactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
/*end of links*/

/*outlines*/
.outlineGrey {
	border: 1px double #999999;
}
/*end of outlines*/

/*text styles*/

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00529B;
}
.TxtHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00529B;
}
.TxtStandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.TxtFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.TxtNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.TxtWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.TxtBlack {
	color: #000000;
}
/*end of text styles*/

