﻿html
{
    background-color:#FFFFFF;
    font-family: Tahoma, Verdana, Arial;
}
body 
{
    text-align:center;
    margin:0px;
    padding:0px;
    font-size:0.8em;
}
#wrapper
{
    width:980px;
    text-align:left;
    background-color:#FFFFFF;
    margin:0px auto;
    padding-left:2px;
    padding-right:2px;
    color:#5b566b;
}
#footer
{
    clear:both;
    font-size:0.85em;
    width:980px;
    color:#5b566b;
    text-align:right;
}
#footermenu
{
    margin-top:10px;
    float:left;
}
#footercredits
{
    margin-top:10px;
    float:right;
    font-size:10px;
    color:#F0F0F0;
}
#footercredits A
{
    color:#F0F0F0;
    text-decoration:underline;
}

#header
{
    width:990px;
    height:80px;
    background-image: url(image/header2.jpg);
    background-repeat:no-repeat;
    background-position: left top;
}
#header A
{
    color:#FFFFFF;
}
#contact
{
    float:right;
    margin-right:15px;
    text-align:right;
    color:#4C2C43;
    font-size:1.1em;
    padding-top:10px;
}
#contact A
{
    color:#4C2C43;
    text-decoration:none;
}
#contact A:hover
{
    text-decoration:underline;
}
#left
{
    width:180px;
    float:left;
}
#right
{
    width:800px;
    margin-left:10px;
    float:left;
}
#leftmenu
{
    margin-left:2px;
    width:180px;
    line-height:18px;
}
.menubar
{
    font-size:12px;
    font-weight:bold;
}
#leftmenu A
{
    color:#FFFFFF;
    text-decoration:none;
    font-size:12px;
}
#leftmenu A:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

#menuwrapper
{
    width:978px;
	background-color: #b12a30;
	height: 20px;
	padding-top:4px;
}    
#menucontainer
{
	background-color: #b12a30;
	text-align:left;
	float:left;
}
#menuright
{
    float:right;
    text-align:right;
    margin-right:5px;
    color:#FFFFFF;
}
#menuright A
{
    color:#FFFFFF;
    text-decoration:none;
}
#menuright A:hover
{
    color:#C0C0C0;
    text-decoration:none;
}
#navcontainer ul
{
	padding: 0;
	margin: 0;
	color:#FFFFFF; 
	float:left; 
	width:100%;
	font-size:1.0em;
	color:#4C2C43;
}
#navcontainer ul li
{
	display: inline;
}
#navcontainer ul li a
{
	padding:  0em 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-top:none;
	border-bottom:none;
	border-right: 1px solid #FFFFFF;
	border-left:none;
}
#navcontainer ul li a:hover
{
	background-repeat:repeat-x;
	color: #C0C0C0;
}
.imgright
{
    float:right;
    border: solid 1px #E7DBDE;
    padding:10px;
    margin-left:10px;
    margin-bottom:10px;
    color:#A0A0A0;
    text-align:center;
    font-style:italic;
    width:370px;
}
.imgleft
{
    float:left;
    border: solid 1px #E7DBDE;
    padding:10px;
    margin-right:10px;
    margin-bottom:10px;
    color:#A0A0A0;
    text-align:center;
    font-style:italic;
    width:370px;
}
h1
{
    font-size:1.4em;
    font-weight:bold;
}
h2
{
    font-size:1.1em;
    font-weight:bold;
}


#panel1
{
    float:left;
    background-color: #b12a30;
    width:194px;
    height: 232px;
    margin-right: 3px;
    padding:5px;
    color:#FFFFFF;
}
#panel1 A
{
    color:#FFFFFF;
    text-decoration:underline;
}
#panel2
{
    float:left;
    background-color: #b9c3d5;
    width:194px;
    height: 232px;
    margin-right: 3px;
    padding:5px;
}
#panel3
{
    float:left;
    background-color: #5b566b;
    width:194px;
    height: 232px;
    margin-right: 3px;
    padding:5px;
    color: #FFFFFF;
}
#panel4
{
    clear:both;
    width:978px;
    background-image: url(image/home/ship.jpg);
    background-repeat:no-repeat;
    background-position: right top;
    height: 172px;
    margin-top:10px;
    float:left;
}
#scroll 
{
	width: 195px;
	height: 100px;
    background-color: #b9c3d5;
}



.questions {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 640px; 
}

.questions fieldset 
{
  border:none;
  padding: 4px;        /* padding in fieldset support spotty in IE */
  margin-left: 20px;
}

.questions fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

.questions label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}


.questions input, .questions textarea, .questions select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.questions input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
.q1 { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
.sb
{
    line-height:22px;
    padding:2px;
    background-color:#5b566b;
    vertical-align:top;
    width:150px;
}
.wizbtn
{
    background-color:#5b566b;
    color:#FFFFFF;
    border:none;
}

#p1
{
    padding:2px;
    border: solid 1px #2F4F4F;
}
.summary1
{
    width:150px;
    float:left;
    clear:both;
}

.summary2
{
    width:300px;
    float:left;
    clear:both;
}
.summary3
{
    width:100%;
    float:left;
}
.btnnodisplay
{
    display:none;
}
.numerictext
{
    text-align:right;
    width:60px;
    float:left;
}
A
{
    color:#b12a30;
    text-decoration:none;
}
A:hover
{
    text-decoration:underline;
}
#menuleft
{
    float:left;
    margin-right:100px;
    width:200px;
}
#pagecontent
{
    float:left;
    width:670px;
}
H4
{
    color:#b12a30;
    font-size:0.95em;
    font-weight:normal;
}
.error
{
    color:Red;
    font-weight:bold;
}
