﻿BODY
{
    margin:0px;
    position:absolute;
    top:0px;
    left:0px;
    background-color:#D3D7DF;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    font-size:11px;
    color:#473751;
    text-align:center;
    width:100%;
}
#wrapper
{
    width:970px;
    background-color:#FFFFFF;
    text-align:left;
}

#left
{
    margin-left:4px;
    margin-top:10px;
    clear:both;
    float:left;
    width:180px;
    background-color:#ffffff;
}
#middle
{
    float:left;
    background-color:#ffffff;
    width:560px;
    margin-left:20px;
    margin-right:20px;
    margin-top:10px;
}
#right
{
    width:180px;
    background-color:#ffffff;
    margin-top:10px;
}
#right2
{
    width:740px;
    background-color:#ffffff;
    margin-top:10px;
    margin-left:20px;
    float:left;
}
#logo
{
    margin-left:4px;
    height:90px;
    float:left;
    width:265px;
}
#banner
{
    float:left;
    width:700px;
    height:90px;
}
#credits
{
    font-size:10px;
    color:#c0c0c0;
    float:right;
    text-align:right;
    margin-right:10px;
}
#credits A
{
    color: #c0c0c0;
}
#footer
{
    clear:both;
    margin-top:20px;
    margin-left:10px;
    margin-bottom:10px;
}
H1
{
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size:16px;
    color:#473751;
    font-weight:bold;
    margin-top:0px;
    padding-top:0px;
}
H2
{
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size:14px;
    color:#473751;
    font-weight:bold;
}
.hiddenmenu
{
    display:none;
    line-height:16px;
}
.shownmenu
{
    display:inline;
}
.tb
{
    font-size:11px;
    margin-top:10px;
}
.btn
{
    font-size:11px;
}
.error
{   
    color:Red;
    font-weight:bold;
}
A
{
    color:#a80000;
    text-decoration:none;
}
A:hover
{
    color:#a80000;
    text-decoration:underline;
}
.tob
{
    border: solid 1px #a80000;
    padding:4px;
    height:20px;
}
.menuimage
{
    margin-top:2px;
    margin-bottom:2px;
}
.promo
{
    width:172px;
    margin-bottom:20px;
}
.promocontent
{
    width:162px;
    border-left: solid 1px #e8e9ea;
    border-right: solid 1px #e8e9ea;
    padding:4px;
    text-align:justify;
}



.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #B1292F;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeader A
{
    color:#FFFFFF;
    text-decoration:none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5B556B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #F0F0F0;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}



.questions {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 540px; 
}

.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:#473751;
    vertical-align:top;
    width:150px;
}
.wizbtn
{
    background-color:#473751;
    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;
}

.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:20px;
	background-color:#000000;
	color:#FFF;
	font-weight:bold;
}
H4
{
    font-size:13px;
    font-weight:bold;
    margin-bottom:0px;
}

#promo1
{
    background-image: url(image/1/promo1.jpg);
    background-repeat:no-repeat;
    height:155px;
    width:560px;
    color:#FFFFFF;
}
#promoinner
{
    margin:15px;
    color:#FFFFFF;
    width:390px;
    font-size:13px;
}
.cellheader
{
    background-color:#B1292F;
    color:#FFFFFF;
    font-weight:bold
}
.searchbox
{
    float:left;
    width:300px;
    padding:5px;
    border: solid 1px #a80000;
    margin-top:20px
}

#scroll 
{
	width: 180px;
	height: 200px;

}
.newsitem 
{
	font-size: 11px;
	text-align: justify;
}