/***** Global Settings *****/
html, body {
	border:0;
	margin:0;
	padding:0;
	background-color:#001c43;
	font:86%/1.5 Verdana, Arial, Helvetica, sans-serif;
	border-top: 6px solid #333333;
	background-image: url(images/bodygray.gif);
	background-repeat: repeat-x;
}
/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 {
color:#054C42;
margin:10px 0 0 0;
padding:0;
font-weight:normal;
}
#content h1.hlong, #content h2.hlong {
	background: url(images/h_bgnd_long.png) repeat-y;
	padding-left:5px;
}

#content ul.lightline li {
	background: #EFF6FF url(images/h_light.gif) repeat-y;
	list-style:disc url(images/check.gif) outside;
	padding:4px;
	font-size:1.2em;
}
#content li h3 {
margin-left:-30px;
}
		#content p.contactby {
		margin-bottom:2em;
		}
		#content span.phone {
			color:#333;
			margin-left:65px;
		}
		#content span.fax {
			color:#333;
			margin-left:108px;
		}

		#content span.address {
			margin-left:20px;
		    color:#333;
			padding-top:20px;
		}
		#content .indent {
			margin-left:150px;
			padding:0;
		}
		#content h2.inline {
			display:inline;
			line-height:2em;
			vertical-align:bottom;
		}
		#content .staffemail {
			text-decoration:none;
			vertical-align:bottom;
		}
		#content .staffemail img {
			padding:20px 20px 0 35px;
		}
h1 {
margin-top:10px;
font:1.8em/1.5 Georgia, "Times New Roman", Times, serif;
}
#content h2 {background:transparent;
padding:5px 0 15px 0;}
#sidebar h2.short {	background: url(images/h_bgnd_short.png) repeat-y;
padding-left:5px;
margin:15px 0 10px 0;
}
h2 {
padding:0;
font:1.4em/1.4 Georgia, "Times New Roman", Times, serif;
}

h3 {
	font:1.3em/1.4 Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px;
	padding-left:5px;
	background: #EFF6FF url(images/h_light.gif) repeat-y;
}

p, ul, ol {
margin:0;
padding:0 0 10px 0;
}

#footer p {
color:#999999;}

.seperator {color:#000000;
margin:0 5px;
font-size:12px;}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:none;
}
.sidepic {background:#054c42;
padding-bottom:15px;}
#header img {margin: 0 auto;}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/
a, a:visited {
color:#666666;
}
a:hover, a:active {
color:#000000;
}

#footer a, #footer a:visited {
color:#999999;
}
#footer a:hover, #footer a:active {
color:#CCCCCC;}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:1px solid #054c42;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Global Classes *****/
#flashcontent {background:#001c43;
margin-top:10px;}
#flashcontent h1 {background:#001c43;
color:#FF6600;}
.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }
.padmore 	    { padding-top:15px;}
.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
p.links a  		{ line-height:2em; font-size:1.2em;margin:0 7px 0 7px;}
/*********** CORNERS  ************/
.box { 
  background: #EFF6FF; 
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
/*                 *********************************************    CONTACT FORM   ************* */
	#contactform {
		background:#eff6ff;
		padding:.5em 0;
		margin:0 1em 1em 1em;
	}
	.odd {
		background: #f8e6d6;
	}
	#contactform table {
		padding:.25em;
	}
	#contactform table input {
		margin:.5em 0;
	}
	.firsttd {
		padding-left:.5em;
	}
	.status {
		color:#7F0F0F;
		font:1.5em bold;
		padding:0 .25em;
	}
	.attn {
		color:red;
	}
    .special {
	padding:5px;
	background-color:yellow;}
