/*-- Standard Elements -------------------------------------------------------------------------*/	
/*----------------------------------------------------------------------------------------------------*/

html {
	overflow: -moz-scrollbars-vertical !important;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

td {
	text-align:left;
}

/*-- Global Links --------------------------------------------------------------------------------*/	
a {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
/*	background: transparent;*/
	color: #00004A;
	text-decoration: none;
}

a:hover {
	background: transparent;
/*	color: #ac3433;*/
	text-decoration: none;
}

/*-- Generic Headers --------------------------------------------------------------------------------*/	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #2575ad;
	font-style:normal;
	font-weight:normal;
	margin:0;
	margin-bottom:.1em;
}
h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:20px;
	color: #2575ad;
	font-style:normal;
	font-weight:normal;
	margin:0;
	margin-bottom:.1em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #2575ad;
	font-style:normal;
	font-weight:500;
	margin:0;
	margin-bottom:.1em;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #2575ad;
	font-style:normal;
	font-weight:500;
	margin:0;
	margin-bottom:.1em;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #2575ad;
	font-style:normal;
	font-weight:500;
	margin:0;
	margin-bottom:.1em;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #2575ad;
	font-style:normal;
	font-weight:normal;
	margin:0;
	margin-bottom:.1em;
}

/*-- CONTAINERS --------------------------------------------------------------------------------*/	
/*----------------------------------------------------------------------------------------------------*/

#containerPageWidth {
	/* ---  This container controls the overall width of the content area on the site. --- */
	width: 990px;/*	background-color:#C0C0C0; */
	margin:auto;
}

#containerTop {
	width:990px;
	background-image:url(/images/bar-page.gif);
	background-position:center;
	background-repeat:repeat-y;
	height:9px;
}

#containerContent {
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding-top:20px;
	padding-right:30px;
	padding-left:80px;
	padding-bottom:20px;		
}

#containerContentForms { 
	width:920px;
	margin-left:auto; 
	margin-right:auto; 
	margin:0 auto;
	
	background-color:#FFFFFF; 
	padding-top:10px; 
	padding-right:20px; 
	padding-left:20px; 
	padding-bottom:20px; 
}

#containerContentFormsPrint { 
	width:540px;
	margin-left:auto; 
	margin-right:auto; 
	margin:0 auto;
	
	background-color:#FFFFFF; 
	padding-top:10px; 
	padding-right:10px; 
	padding-left:10px; 
	padding-bottom:10px; 
}

#containerFooter {
	width:990px;
	background-image:url(/images/bar-page.gif);
	background-position:center;
	background-repeat:repeat-y;
	height:25px;
}


/*--- TEXT / CONTENT  --------------------------------------------------------------------------*/	
/*----------------------------------------------------------------------------------------------------*/	

/* --- Page/HTML text ----------*/
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	color:#666666;
	font-style:normal;	
}
.content a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	color:#000077;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;	
}
.content a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	color:#000077;
	font-style:normal;
	text-decoration:none;	
	font-weight:bold;	
}
.content a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	color:#000077;
	font-style:normal;
	text-decoration:none;	
	font-weight:bold;		
}
.content a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	color:#000000;
	font-style:normal;
	text-decoration:underline;	
	font-weight:bold;		
}
.content a:focus {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	color:#000000;
	font-style:normal;
	text-decoration:underline;	
	font-weight:bold;		
}



.contentWhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	color:#FFFFFF;
	font-style:normal;	
}
.contentWhiteBold {
	font-size: 10px;
	letter-spacing: 0px;
	color:#FFFFFF;
	font-style:bold;	
}

.contentGrey {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color:#FFFFFF;
	font-style:normal;	
}
.contentGreyBold {
	font-size: 12px;
	letter-spacing: 0px;
	color:#666666;
	font-weight:bold;
}
.contentGreyHomePage {
	font-size: 14px;
	letter-spacing: 0px;
	color:#666666;
	line-height:26px;
}
.contentGreyHomePage a:link {
	font-size: 14px;
	letter-spacing: 0px;
	color:#666666;
	line-height:26px;
	text-decoration:none;
}.contentGreyHomePage a:visited{
	font-size: 14px;
	letter-spacing: 0px;
	color:#666666;
	line-height:26px;
	text-decoration:none;
}.contentGreyHomePage a:hover{
	font-size: 14px;
	letter-spacing: 0px;
	color:#666666;
	line-height:26px;
	text-decoration:none;
}


.contentBlue {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	color:#006586;
}
.contentBlueBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	color:#006586;
	font-weight:bolder;	
}
.contentFooterLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color:#FFFFFF;
	font-style:bold;	
}
.contentFooterLinks a, a:active, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color:#FFFFFF;
	font-style:bold;	
}
.contentFooterLinks a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color:#000000;
	font-style:bold;	
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color:#FFFFFF;

}
.contact a:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 12px;
	color:#006586; /*  336600 A2D96C------*/
	text-decoration: none;
	font-weight:bolder;
}
.contact a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 12px;
	color:#006586; /*  336600 A2D96C------*/
	text-decoration: none;
	font-weight:bolder;
}
.contact a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 12px;
	color:#006586; /*  336600 A2D96C------*/
	text-decoration: none;
	font-weight:bolder;
}
.contact a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 12px;
	color:#006586; /*  336600 A2D96C------*/
	text-decoration: none;
	font-weight:bolder;
}
.contact a:focus {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 12px;
	color:#006586; /*  336600 A2D96C------*/
	text-decoration: none;
	font-weight:bolder;
}

.titleHeader1Home {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 20px;
	color:#888888; /*  336600 A2D96C------*/
	text-decoration: none;
}
.titleHeader2Home {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 42px;
	color:#006586; /*  336600 A2D96C------*/
	text-decoration: none;
}
.titleHeader1Sub{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 16px;
	color:#888888; /*  336600 A2D96C------*/
	text-decoration: none;
}
.titleHeader2Sub {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 32px;
	color:#006586; /*  336600 A2D96C------*/
	text-decoration: none;
}

.title1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color:#FFFFFF;
	text-decoration: none;
	text-indent:4px;
}

.title2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 12px;
	color:#006586; /*  336600 A2D96C------*/
	text-decoration: none;
	font-weight:bolder;
}
.title2 a:{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 12px;
	color:#006586; /*  336600 A2D96C------*/
	text-decoration: none;
	font-weight:bolder;
}

.title3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 14px;
	color:#006586; /*  336600 A2D96C------*/
	text-decoration: none;
	font-weight:bolder;
}

.title4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 20px;
	color:#006586; /*  336600 A2D96C------*/
	text-decoration: none;
	font-weight:bolder;
}
.contact {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 12px;
	color:#006586; /*  336600 A2D96C------*/
	text-decoration: none;
	font-weight:bolder;
}

.error{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	color:#CC0000;
	font-style:normal;
	font-weight:bold;
}

.error2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 14px;
	color:#CC0000; /*  336600 A2D96C------*/
	text-decoration: none;
	font-weight:bolder;
}

/*--- NAVIGATION - Sub -------------------------------------------------------------------------*/	
/*----------------------------------------------------------------------------------------------------*/
.z1 {
	z-index:100;
}
.z2 {
	z-index:200;
}
.z3 {
	z-index:300;
}
.z4 {
	z-index:400;
}

/*--- NAVIGATION - Sub -------------------------------------------------------------------------*/	
/*----------------------------------------------------------------------------------------------------*/



/*-- Sub Nav -----------------------------------*/	
#subNav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#subNav td {

}
#subNav a {
	display:block;
	font-size:11px;
	color: #000066;
	text-decoration: none;
	padding-left:6px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(/images/navigation/bg-sub.jpg);
	background-repeat:repeat-y;		
}
#subNav a:hover {
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:6px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(/images/navigation/bg-sub-o.jpg);
	background-repeat:repeat-y;		
}
#subNav a:active {
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:6px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(/images/navigation/bg-sub-o.jpg);
	background-repeat:repeat-y;			
}







#nav-sub {
	text-align:left;
	position:relative;
}

#nav-sub-1 {
	position:absolute;
	top:0px;
	left:211px;
	width:153px;
	visibility:hidden;
}

#nav-sub-2 {
	position:absolute;
	top:0px;
	left:365px;
	width:153px;
	visibility:hidden;
}

#nav-sub-3 {
	position:absolute;
	top:0px;
	left:503px;
	width:153px;
	visibility:hidden;
}


/*--- NAVIGATION - Top -------------------------------------------------------------------------*/	
/*----------------------------------------------------------------------------------------------------*/
#navTop {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

#navTop td {
	font-weight:bold;
	font-size:12px;
}

#navTop a {
	color:#FFFFFF;
	text-decoration:none;
	padding:4px;
}

#navTop a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#navTop a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#navTop a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

/*--- NAVIGATION - Left -----------------------------------------------------------------------*/	
/*----------------------------------------------------------------------------------------------------*/
#navLeft {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#navLeft td {
}

#navLeft a {
	display:block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:10px;
	background-color:#F2F2F2;
	border-bottom-color:#009933;
}

#navLeft a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
}

#navLeft a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	padding-top: 6px;
	padding-bottom: 6px;
}

#navLeft a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	padding-top: 6px;
	padding-bottom: 6px;
}

.navTextLeft {
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/*--- FOOTER - Left ------------------------------------------------------------------------------*/	
/*----------------------------------------------------------------------------------------------------*/

#navFooter {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
}

#navFooter td {
	font-weight:bold;
	height:35px;
	text-align:center;
	vertical-align:middle;
}

#navFooter a {
	color:#000000;
	text-decoration:none;
}

#navFooter a:hover {
	color:#000000;
	text-decoration:none;
}

#navFooter a:active {
	color:#000000;
	text-decoration:none;
}

#navFooter a:visited {
	color:#000000;
	text-decoration:none;
}

/*--- FORM ELEMENTS ---------------------------------------------------------------------------*/	
/*----------------------------------------------------------------------------------------------------*/
/*--- Default Elements --------------------------------------------------------------------------*/
form {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right : 0px;
	margin-top: 0px;
	padding:0px;
}

textarea {
/*   background:url(../images/bgFormArea.gif); */
}

select {
	border: #999999 1px inset;
	background-color: #D0E5F6;
	color: #333333;
}

/*--- User defined.  ------------------------------------------------------------------------------*/
.radiobutton {
	background:none;
}

.inputImage {
	border: #FFFFFF 0px inset;
}

.input2 {
	border: #999999 1px inset;
	background-color: #FFFFCC;
	color: #333333;
}

.inputRequired {
	border: #999999 1px inset;
	background-color: #EAF8DE;
	color: #000000;
}

.inputsearch {
	border: 0px;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-right : -6px;
}

.select {
	background-color : #FFFFFF;
	border: 0px solid black;
	color : black;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.button {
	border: 1px outset;
	background-color: #CCCCCC;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	border-color: #999999 #000000 #000000 #999999;
}

.button2 {
	border: 0px outset;
}

.button3 {
	border: 1px outset;
	background-color: #0000CC;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	border-color: #999999 #000000 #000000 #999999;
}

.textbox {
	border: #000000 1px inset;
	border-color: #000000 #666666 #666666 #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../includes/css/images/textbox_shadow.gif);
	font-family: Verdana, Tahoma;
	font-size: 13px;
	color: #000000;
}
#goog-wm {
  width: 400px;
  padding: 1em;
  border: 3px solid #aebd63;
  background-color: white;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {

  color: #8f2831;
}
   
#goog-wm ul li { }
   
#goog-wm li.search-goog {
  display: none;
}

.error a {
	color:#CC0000;
	text-decoration:none;
}

.error a:hover {
	color:#CC0000;
	text-decoration:none;
}

.error a:active {
	color:#CC0000;
	text-decoration:none;
}

.error a:visited {
	color:#CC0000;
	text-decoration:none;
}