BODY {
  font: normal 76% Helvetica, Arial, Verdana, Optima, Trebuchet MS, Trebuchet, Lucida Grande, Lucida Sans, Tahoma, san-serif;
	background: #111;
}

td{padding:5px;}

p {
	margin-bottom: 1.5em;

}

H1 {
font-family: georgia, times new roman, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
	color: #666;
}
H2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
}
H3 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 1em;
}
A {
	color: #093F90;
	text-decoration: none;
	padding: 1px 2px;
	background: #F0F5FA;
	border-bottom: 1px solid #D6E2EE;
}
A:visited {
	color: #666;
	background: #FFF;
	border-bottom: 1px solid #D6E2EE;
	text-decoration: none;
}
A:hover {
	color: #042962;
	background: #D6E2EE;
	border-bottom: 1px solid #D6E2EE;
	text-decoration: none;
}


/* MASTHEAD AND NAVIGATION */


#nav {
width: 800px;
margin: 0 auto;

}

#nav_wrp {
  background: #444;
	height: 2.3em;
}

#nav ul {
	line-height: 1.25;
	float: right;
	list-style: none;
}

#nav ul li {
  float: left;
}

#nav  li a {
  display: block;
  float: left;
  padding: 0.5em 1em;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #aaa;
}

#nav li a:hover {
  color: #fff;
  background: #333;
}

DIV#nav UL LI#active a#current {
	background: #FFF;
	color: #333;
}


DIV.nav_wrp_util {
	background: #444;
}
DIV.nav_util {
	width: 800px;
	margin: 0 auto;
margin-right: 3em;
padding-top: 1.5em;
color: #fff;
	font-size: 9px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;

}
DIV.nav_wrp_util a {
	color: #FFF;
	text-decoration: none;
	border: none;
	background: none;
}
DIV.nav_wrp_util a:hover {
	color: #ccc;
	text-decoration: none;
	border: none;
	background: none;
}
DIV.nav_wrp_util a#current_util {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: none;
}


/* HOME PAGE ELEMENTS */

DIV#wrp_home_news {
	margin: 0;
	padding: 10px;
	color: #333;
	margin-bottom: 10px;
}
DIV#wrp_home_news H3 {
	color: #333;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
DIV#wrp_home_news P {
	color: #333;
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 135%;
}

DIV#wrp_home_news A {
	padding: 0;
}


DIV#wrp_home_holiday {
	margin: 0;
	padding: 10px;
	background: #FFF3CE;
	margin-bottom: 20px;
	border: 1px solid #fee8b6;
}
DIV#wrp_home_holiday H3 {
	color: #252d40;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #252d40;
	padding-bottom: 5px;
}
DIV#wrp_home_holiday P {
	color: #252d40;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	line-height: 135%;
}
DIV#wrp_home_subscribe {
	margin: 0;
	padding: 10px;
	color: #333;
	margin-bottom: 10px;
}
DIV#wrp_home_subscribe H3 {
	color: #333;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
DIV#wrp_home_subscribe P {
	color: #333;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	line-height: 135%;
}
DIV#wrp_home_subscribe TD {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
DIV#wrp_home_subscribe INPUT {
	width: 140px;
}
DIV#wrp_home_subscribe FORM {
	margin: 0;
	padding: 0;
}


/* BASIC WRAPPERS */
DIV#wrapper {
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}
DIV#wrp_col_wide {
	position: relative;
	margin: 0;
	padding: 0;
	width: 780px;
	color: #999;
}
BODY#map DIV#wrp_col_wide {
	margin: 0;
	padding: 0;
	width: 800px;
	color: #999;
}
DIV#wrp_col_left {
	margin: 0;
	padding: 0;
	width: 490px;
	float: left;
	padding-right: 20px;
	margin-bottom: 60px;
}
DIV#wrp_col_right {
	margin: 0;
	padding: 0;
	width: 245px;
	float: right;
	margin-top: 20px;
	margin-bottom: 60px;
}

/* SPECIAL WRAPPERS */

BODY#home #wrp_col_left {
	position: relative;
	margin: 0;
	padding: 0;
	width: 520px;
	float: left;
	padding-right: 0px;
}
BODY#home #wrp_col_right {
	position: relative;
	margin: 0;
	padding: 0;
	width: 245px;
	float: right;
	margin-bottom: 10px;
	margin-top: 0px;
}
BODY#home #wrp_col_wide {
	clear: both;
	margin: 0;
	padding: 0;
	width: 780px;
	color: #999;
}
BODY#contact #wrp_col_right {
	font-size: 12px;
	line-height: 125%;
}
BODY#contact #wrp_col_right A {
	color: #093F90;
	text-decoration: none;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}
BODY#contact #wrp_col_right A:hover {
	color: #093F90;
	text-decoration: underline;
}
BODY#news #wrp_col_right {
	font-size: 12px;
	line-height: 133%;
}
BODY#news #wrp_col_right A {
	color: #093F90;
	text-decoration: none;
	padding: 0;
	background: none;
	border: none;
}
BODY#news #wrp_col_right A:visited {
	color: #666;
}
BODY#news #wrp_col_right A:hover {
	color: #042962;
	background: #D6E2EE;
	border-bottom: 1px solid #D6E2EE;
	text-decoration: none;
}
BODY#news #wrp_col_right .date {
	font-size: 11px;
	line-height: 133%;
	color: #999;
}


#wrp_masthead {
	background: #444;
}
#masthead {
	margin: 0 auto;
	width: 800px;
	padding-top: 25px;
}
#masthead H1 {
font-family: georgia, times new roman, serif;
 width: 400px;
 color: #fff;
 letter-spacing: .1em;
 font-weight: normal;
}
#masthead H1 A {
color: #fff;
background: none;
text-decoration: none;
border: none;
}


DIV#wrp_main {
	clear: both;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 60px;
	margin-bottom: 60px;
}
DIV#main {
	width: 800px;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.75em;
}

/* FOOTER */
#wrp_footer {
	height: 75px;
	clear: both;
	background: #111;
	padding-left: 1em;
	padding-top: 20px;
	padding-bottom: 40px;
}
#footer {
	width: 800px;
	margin: 0 auto;
	font: 75%/175% georgia, Helvetica, Optima, Lucida Grande, Lucida Sans, Tahoma, Verdana, Arial, Helvetica, san-serif;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#footer A {
	margin: 0;
	padding: 0;
	color: #ccc; 
	text-decoration: none;
	background: none;
	border-bottom: none;
}
#footer A:hover {
	color: #666; 
	text-decoration: none; 
	border-bottom: 1px dotted #666;
}
#footer A:active {
	color: #999; 
	text-decoration: none; 
	border-bottom: 1px dotted #999;
}




.diag {
	background: url(/img/diag_bg.gif) left top repeat; 
	padding: 20px;
}

.form_required {
	color: #900;
	font-size: 11px;
	font-weight: bold;
}


ul#errors {
	font-size: 11px;
	line-height: 133%;
	display: none;
	margin: 0;
	padding: 0;
	margin-top: .5em;
	margin-bottom: .5em;
	color: #900;
	font-weight: bold;
	list-style: square;
	}

ul#errors li {
	margin-left: 20px;
	padding: 0;
	cursor: pointer;
	}

input.errHilite, select.errHilite, textarea.errHilite {
	font-weight: bold;
	}

label.errHilite {
	font-weight: bold;
	color: #900;
	}

.rndcnr {
	
}



/* BUTTONS */
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}