@charset "utf-8";
/* CSS Document */


/****************************************** Main Navigation *********************************************/
.nav  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	display:inline-block;
	background-color:#005288;
	padding: 0px 15px;
	line-height:30px;
	border:#000000 1px solid;
}
.nav:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display:inline-block;
	background-color:#3784B8;
	padding: 0px 15px;
	line-height:30px;
	border:#000000 1px solid;
}
.navCurrent  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display:inline-block;
	background-color:#3784B8;
	padding: 0px 15px;
	line-height:30px;
	border:#000000 1px solid;
}


/****************************************** Link Styles *********************************************/
a {outline: none;}
.a:link {text-decoration:none;}
.a:active {text-decoration:none;}
.a:visited {text-decoration:none;}
.a:hover {text-decoration:underline;}

.linkStyle1 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
    color: #BBAB16;
	text-decoration:none;
}
.linkStyle1:hover {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
    color: #BBAB16;
	text-decoration:underline;
}


/****************************************** Other Styles *********************************************/
li{
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../images/check_box.jpg);
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	margin: 0 2%;
	padding-bottom: 2%;
}


/****************************************** Block Quotes *********************************************/
.blockquote {
background-image: url(../images/open-quote.gif);
background-repeat: no-repeat;
background-position: left 0px;
padding-left: 30px;
font-style: italic;
}
.blockquote span {
background-image: url(../images/close-quote.gif);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 25px;
}