/* CSS Document */

* {	margin:0; padding:0; font-size:100%;}

body{
	text-align:center;
	background-color: #003399;
	background-image: url(../images/top-tail.gif);
	background-repeat: repeat-x;
	background-position: top;
}

img {vertical-align:top; border-color:#FFFFFF}
a img { border:0;}
ul {list-style:none;}


.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

html{ font-family:Arial, Helvetica, sans-serif; font-size:0.85em; line-height:1.333em; color:#fff;}
input, select { vertical-align:middle; font-weight:normal;}

a {color:#FFFF00; outline:none;}
a:hover{text-decoration:none;}
p {padding-top:16px;}
cite{ font-style:normal;}

h1{ font-size:4.333em; line-height:1.346em; text-transform:uppercase; padding:58px 0 0 33px; letter-spacing:-1px;}
h1 a{ text-decoration:none; color:#3e3e3e;}
h1 em{ font-style:normal; font-size:0.212em; display:block; letter-spacing:normal; font-weight:normal; margin:-39px 0 0 15px;}
h2{ font-size:2.917em; line-height:1.286em; color:#fff; text-transform:uppercase; text-align:right; padding:235px 48px 0 0; letter-spacing:-1px;}
h2 strong{ display:block; margin-top:-15px; color:#fff;}
h3{ font-size:1.083em; color:#FFF; text-transform:uppercase; padding-bottom:18px;}
h4{ font-size:1.083em; color:#fff; padding-bottom:19px;}
h6{ font-size:1.833em; line-height:1.273em; color:#3e3e3e;}
h6 em{ display:block; font-style:normal; font-size:0.636em; text-transform:uppercase; color:#9d9d9d; margin-top:-7px;}

/* ============================= main layout ====================== */
.imgindent {margin:0 20px 0 0; float:left;}
.phone{ float:right; padding-right:40px;}
.padding1{ padding-top:27px;}
.padding2{ padding-top:15px;}
.list2 {list-style:disc; text-indent: 15px;}

/* ============================= header ====================== */
#header{ width:100%; overflow:hidden;}
.header-box{ background:url(../images/header-box-tail.gif) top repeat-x #eaeaea; border:solid 1px #e3e3e3; border-top:none; height:350px;}
#header .menu{ padding-top:10px;} /* was 28px */
#header .menu li{ font-size:1.222em; text-transform:uppercase; line-height:2.3em; text-align:center; background:url(../images/menu-line.gif) bottom repeat-x;}
#header .menu .last{ background:none;}
#header .menu a{ text-decoration:none; color:#3e3e3e;}
#header .menu a:hover, #header .menu .active{ color:#00b4ff;}

#header .column-2{ height:335px; background:url(../images/logo6-forsite3.gif) bottom right no-repeat;}
#header .top{ height:75px; width:100%; overflow:hidden;}
#header .small-menu{ float:right; margin:41px -5px 0 0;}
#header .small-menu li{ float:left; text-transform:uppercase; padding-left:6px;}
#header .small-menu a{ color:#fff; text-decoration:none; display:inline-block; margin-right:6px;}
#header .small-menu a:hover{ color:#00b9ff;}

/* ============================= content ====================== */
#content{
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
.column-2, .column-3, .column-4, .col-2,{ margin-left:21px;}
.text1 { color:#ffffff; font-weight:normal;}
.textquote {color:#66CCFF; font-size: .9em; line-height:.93em; font-style:italic;}

.link{ font-size:0.833em; line-height:1em; text-transform:uppercase; text-decoration:none; color:#fff; background:#00b4ff; display:inline-block; margin-top:31px; padding:7px 10px 7px 11px;}
.link:hover{ background:#0097d6;}
.link1{ color:#3e3e3e;}
.small{font-size:10px;}

/* ============================= footer ====================== */
#footer{ border-top:solid 1px #dadada; background:#e5e5e5; color:#666666}
#footer .indent{ padding:25px 29px 20px 31px;}
#footer .right{ text-align:right;}
#footer p{ padding:23px 2px 0 0;}
#footer a{ text-decoration:none; color:#333333;}
#footer a:hover{ color:#00b4ff;}
#footer .byline a{ text-decoration:underline;}

#footer li{ font-size:1.083em; line-height:1.385em;}

/* ============================= forms ============================= */
#ContactForm{ padding-top:4px;}
#ContactForm label{ display:block; height:30px;}
#ContactForm input{ border:solid 1px #a6a6a6; background:none; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#fff; padding:2px 2px 3px 1px; width:204px;}
#ContactForm textarea{ border:solid 1px #a6a6a6; background:none; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#fff; padding:2px 2px 3px 1px; width:260px; height:105px; overflow:auto;}
#ContactForm .link{ float:right; margin:26px 0 0 7px;}
