body{
    height:100%;
    background-color:#fcfcfc;
    font-family:Verdana,Arial,Sans Serif;
    color:#141414;
    text-align:center;
    padding:0;
    margin:0;
}

img {
    border:none;
}

h1 {
    padding: 0;
    display:inline;
    font-size:0.9em;
}

h3 {
    font-size:1.1em;
}

a {
    text-decoration:none;
    color:#141414;
}

#wrapper{
    min-height:100%;
    background-image:url(images/borders.gif);
    background-repeat:repeat-y;
    width:741px;
    margin:0px auto;
    text-align:left;
    padding:0 10px;
}

#main{
    background-color:#fff;
    padding: 5px;
    width:711px;
    min-height:100%;
}

#header {

}

#slideshow{
    padding:5px 0;
}

#content{

}

#col1{
    float:left;
    display:inline;
    width:223px;

}

#menu{
    height:200px;
    background-color:#7bc6e5; /*#D7ECF6*/
    margin-bottom:5px;
}

#menulist {
    margin:0;
    padding:0;
    padding-top:15px;
    list-style-position:inside;
    list-style-image:url(images/listimage.gif);
}

#menulist li{
    font-size:0.75em;
    font-weight:bold;
    margin:0;
    padding:0;
    padding-left:15px;
    padding-bottom: 15px;
}

#menulist li a{
    margin-left:5px;
}

#menulist li a:hover{
    color:#545454;
}

#googlemap{
    margin-bottom:12px;
}

#logos{
    padding: 10px 0;
}

#logos2{
    padding: 10px 10px;
}

#logos2 img{
    padding-left: 6px;
}


#col2{
    float:left;
    display:inline;
    padding-left:5px;
    width:483px;
}

.heading{
    background-color:#7bc6e5;
    width:483px;
    height:30px;
    padding-top:10px;
}

.heading h1{
    padding:10px 10px 10px 20px;
}

.maintext{
    padding:10px 10px;
    font-size:0.7em;
}

.maintextstaff{
    padding:10px 2px;
    font-size:0.7em;
}

.maintext p{

}

.staff{
   margin-bottom:10px;
   border:2px solid #D7ECF6;
   padding:10px;
}

.staff img {
   float:left;
   margin-right:15px;
   margin-bottom:10px;
}

.stafftext {
}

.tobold {
    font-weight:bold;
}

.toboldnavy {
    font-weight:bold;
    color:#000080;    
}

.compname{
    color:#389fd1;
    font-weight:bold;
    font-style:italic;
}

#footer{

}

#ft {
	width:711px;
	clear:both;
	color: #011153;
	font-size: 11px;
	text-align: left;
	color:#36a0d0;
	border-top:3px solid #86C6E3;
	padding-top:3px;
	font-size:0.7em;
}

#ft a {
	color:#36a0d0;
	text-decoration:underline;
}

#ft_left{
	width:435px;
	height:auto;
	float:left;
}

#ft_right{
	width:200px;
	height:auto;
	float:right;
}

#s3slider {
   width: 711px; /* important to be same as image width */
   height: 180px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 711px; /* important to be same as image width or wider */
   position: relative; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font-family:Helvetica,Verdana, Arial, sans-serif;
   font-size:0.9em;
   font-weight:bold;
   padding: 10px 13px;
   width: 711px;
   background-color: #000;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0.0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.0; /* here you can set the opacity of box with text */
   opacity: 0.0; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clearer {
   clear: both;
   height:0px;
}

div.warningtext {font-weight:bold; color:rgb(236,240,240);background-color:#a81318; padding:10px;line-height:150%;margin-bottom:5px;}

div.buttongroup {}
div.editbutton {display:inline; float:left}

#contact {padding:10px;}
.form_row {padding-top: 1px; padding-bottom: 5px;}
.form_row label{display:block; float:left; padding:3px 0px; width:160px; text-align: left; font-size: 0.7em;}
.form_row p.formtxt{display:block; margin:0px; padding-left:160px; text-align: left; font-size: 11px;}
.form_row IMG{margin:0px; width:120px; height:40px;}
.form_row SPAN.captimg input{width:120px; height:40px;}
.form_row input{font-size: 11px; padding: 5px;}
.form_row select{border: 1px solid #bdc7d8; font-size: 11px; padding: 3px;}
.form_row textarea{border: 1px solid #b7b8b8; font-size: 11px; padding: 3px; margin:0px; height: 50px; width: 180px;}
.form_row .inputtext{width:195px; border: 1px solid #bdc7d8;}
.form_row .inputreq{width:195px; border: 1px solid #bdc7d8;}
.form_row .req_err{color:#eb791c; padding-left:5px;}
.form_row .inputsubmit{font-weight:bold;}
#buttons{padding:0px 0px 0px 160px; text-align:left;}
#buttons input{margin:0px 2px 0px 0px; width:100px; display:block;}

