body { background-color: #000;
	color: #FFF;
	font-family: Arial, san-serif;
	font-size: 12px;
}
#global { position: relative;
     margin-left: auto;
     margin-right: auto;
     width: 887px; /* mandatory to be centered */
}
h1 { font-size: 39px;
	width: 887px;
	background: url(gifs/header_lowerpage.jpg) no-repeat bottom center;
	height: 218px;
	margin: 0;
	padding: 0;
}
#home h1 { background: url(gifs/header_homepage.jpg) no-repeat bottom center;
}
h1 img { border: none;
}
h2 { padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 14px;
	color: #13418e;
}
h3 { padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 12px;
	clear: both;
}
#home h3 { font-size: 16px;
}
h4 { padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 12px;
}
/* header */
#tagline { font-family: Arial, san-serif;
	font-weight: normal;
	font-size: 13px;
	background-color: #000;
}
h1 #phone {  font-family: Arial, san-serif;
	font-weight: bold;
	font-size: 20px;
	background-color: #000;
	margin: 0 0 0 285px;
}

/* TOP NAV */
#topnav { font-weight: bold;
	font-size: 11px;
	margin: 0;
    padding: 0;
    background: #122c8e url(gifs/topnav_bkgd.gif) repeat-x top left;
    border-top: #000 solid 6px;
    padding: 8px 0 10px 175px;
	zoom: 1; /* IE HaCk! */
}
#topnav ul { margin: 0;padding:0
}
#topnav li { list-style: none;
	text-align: center;
    float: left;
    width: 115px;
	padding: 0;
	margin: 0 5px 0 0;
	position:relative;
}
#topnav li.narrower { width: 85px;
}
#topnav a:link,
#topnav a:visited { text-decoration: none;
        color: #FFFFFF;
}
#topnav a:hover { color: #ffc600;
}
#topnav a:active { color: #FFFFFF;
}
#topnav .currpg { color: #ffc600!important;
}
/* TOP NAV DROP DOWN MENU */

.menu ul {display: none; }/*hide by default*/

#topnav li ul {        background-color: #122c8e;
        position: absolute;
        top: 140%;
        left:-4px;
        padding: 5px;
}
#topnav ul ul li { text-align: center;
        display: block;
        margin: .5em 0;
}
/* padding is separated to here to avoid ie issues with width */
/*.menu a {display: inline;
}*/
/* hover for main-menu */
.menu a:hover {
}
/*class assigned to sub-menu by the script*/
.showdrop ul {display: block;
}
.hide {display: none}

/* MAIN CONTENT AREA */
#content { width: 887px;
	margin: 0;
	padding: 0;
	background: url(gifs/content_bkgd.gif) repeat-y top left;
overflow: hidden;
}
#mainright { width: 670px;
	margin: 0;
	padding: 0;
	float: right;
	border-top: #000 solid 7px;
}
#maincontent { float: left;
	width: 448px;
	padding: 10px 0;
	color: #000000;
	background-color: #FFF;
}
#maincontent a:link,
#maincontent a:visited,
#maincontent a:hover,
#maincontent a:active { color: #000000;
}
#maincontent p { padding: 2px 10px 0 10px;
}
#maincontent img.img-large { float: none;
	clear: both;
	margin: 0;
}
#contact #maincontent img.img-large { border: 0;
	padding: 0
}
#maincontent img { margin: 0 5px 5px 10px;
	float: right;
	border: 1px #999 solid;
	padding: 6px;
}
#home #maincontent img { margin: 5px 5px 5px 10px;
	float: right;
	border: none;
}
#maincontent table { margin: 10px;
	text-align: left;
	width: 425px;
}
#maincontent td,
#maincontent th { padding: 5px;
	border: 1px solid #ccc;
}
#maincontent th { background-color: #d6ecf7;
}
#maincontent ul { margin-right: 10px;
}
.caption { font-size: 11px;
}
.quote { font-style: italic;
	margin: 15px;
	color: #13418e;
}
.quoteauthor { 	margin: 15px;
	text-align: right;
}
.indent { margin: 0 20px 0 20px;
}
hr { margin: 2px 10px 0 10px;
}
/* blue content highlight text */
#highlight { color: #13418e;
	font-size: 14px;
	line-height: 18px;
}
#highlight a:link,
#highlight a:visited,
#highlight a:hover,
#highlight a:active { color: #13418e;
}

/* right column content */
#rightcol { float: right;
	width: 215px;
	background-color: #000;
}
#rightcol img { border: none;
	padding: 0 0 5px 0;
}
/* black call out box, right column */
#calloutbox { border: solid 1px #7472d7;
	width: 213px;
	margin: 0 0 7px 0;
}
#calloutbox ul { padding: 20px 20px 10px 30px;
	font-weight: bold;
	margin: 0;
}
#calloutbox li { list-style: url(gifs/callout_carrot.gif);
	margin: 0;
	padding: 0 0 12px 0;
}
#calloutbox a:link,
#calloutbox a:visited { text-decoration: none;
	color: #FFFFFF;
}
#calloutbox a:hover { color: #ffc600;
}
#calloutbox a:active { color: #FFFFFF;
}
#calloutbox .currpg { color: #ffc600!important;
}
/* LEFT NAV */

#leftnav { background: #9cd3f0 url(gifs/leftnav_bkgd.gif) repeat-y top left;
	width: 209px;
	float: left;
	text-transform: uppercase;
	padding: 30px 0;
	border-top: #000 solid 7px;
	color: #000000;
}
#leftnav ul { list-style: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 0 10px 0 15px;
}
#leftnav li { padding: 9px 0 0 0;
}
#leftnav a:link,
#leftnav a:visited { text-decoration: none;
	color: #000000;
}
#leftnav a:hover { color: #122c8e;
}
#leftnav a:active { text-decoration: none;
	color: #000000;
}
#leftsubnav a:link,
#leftsubnav a:visited {color: #333333;
	text-decoration: none;
}
#leftsubnav a:hover { color: #122c8e;
}
#leftsubnav a:active { color: #333333;
	text-decoration: none;
}
#leftnav .currpg,
#leftsubnav .currpg { color: #122c8e!important;
}
/* FOOTER */
#footer { clear: both;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 12px;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active { color: #FFFFFF;
}

/* floating ship's wheel/anchor image on homepage */

#floatimg { position: absolute;
	top: 135px;
	left: -14px;
}
#home #floatimg { position: absolute;
	top: 135px;
	left: -32px;
}

/* FORMS */

.textfield { border: 1px solid #9cd3f0;
	margin: 1px 0 0 0;
	padding: 2px;
width: 420px;
}
.submitbutton { font-family: arial, san-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #122c8e;
	color: #FFF;
	border: 2px solid #122c8e;
	margin: 10px 0 10px 0;
}
form { width: 445px;
}
input { float: left;
	margin-top: 0em;
}
label { clear: both;
	float: left;
	margin-top: 0em;
}

/* SLIDESHOW */
#slideshow img.slideshow { float: none;
	clear: both;
	margin: 30px 0;
}