﻿/* Sub Nav
------------------------------------------------------- */
#subnav {
	background: #FFFFFF;
	}
#subnav ul {
	list-style: none;
	padding: 0px 1px 0px 0px;
	margin: 0px;
	float: left;
	width: 205px;
	border-right: 4px; 
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	}
#subnav li {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	list-style-image:none;
	border-top: 1px solid #999;
	float: left;
	text-align: left;
	width: 205px;
	}
#subnav li a {
	display: block;
	padding: 8px 5px 8px 16px;
	background: #FFFFFF;
	text-decoration: none;
	color: #333;
	border-top: 1px solid #f5f5f5;
  color:#004681;
	font-weight: bold;
	font-size: 11px;
	} 
#subnav li a:hover {
	padding:  8px 5px 8px 16px;
	background-image: url('Images/arrow.jpg');
	background-position: 0% 50%;
	background-repeat:no-repeat;
	background-color: #DAE6F2;
	color: #004681;
	font-weight: bold;
	font-size: 11px;
	}
#subnav li a.active {
	display: block;
	padding: 8px 5px 8px 16px;
	background-image: url('Images/bgblur.jpg');
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #f5f5f5;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	}
.link {
	font-family: Arial, Helvetica, sans-serif,Verdana;
	color: #707172;
	font-size: 11px;
	}
h1 {
  font: 180% Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	}
h2 {
	font-weight: Bold; 
	color:#004681;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 12px;
	}
.subtitle {
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	}
td {
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size:12px;
	color: #000000;
	}	
.shadow {
	background-image: url('Images/shadow3.jpg');
	}
.bgpic {
	background-image: url('Images/blueborder.jpg');
	}
a {
  text-decoration: underline;
  color: #333333;
  }
a:hover {
  text-decoration: none;
  color: #113E79;
  }
li a { 
  color:#000000;
  height:18px;
  font-family: Arial, 
  }
.text {
  margin: 10px;
  }
.video {
  width: 500px;
  background-color: #fff;
  text-align:left;
  padding-top: 5px;
  padding-left: 5px
  }


  
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.cssbutton{
background-color: #96B3D5;
border: 2px #9EC2E6 outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #9EC2E6;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}

.phone {
color: #fff;
padding-left: 550px; 
font-weight: bold;
font-size:13px;
}