/* RESET */
html,body,div,ul,li,h1,h2,h3,h4,h5,h6,pre,form,p,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 1em; font-weight: normal; font-style: normal; }
ul { list-style: none; }
img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }




/* GLOBAL */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

.left {
	float: left;
}

.right {
	float: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

#layout { 
	width: 888px;
	height: 703px;
	margin: 0px 10px 10px 0px;
	text-align: left;
}




/* LAYOUT */

html {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

#topmenu {
	width: 100%;
	height: 34px;
	margin: 0px 0px 1px 0px;
}

#topmenu img {
	float: left;
}

#colorbar {
	background: #016d9c;
	clear: left;
	width: 863px;
	height: 11px;
	display: block;
}

#curvebar {
	background: url(../images/colorbar.gif) left top no-repeat;
	width: 863px;
	height: 15px;
	display: block;
}



/*   MAIN MENU   */

#mainmenu, #mainmenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1.0;
}

#mainmenu {
	margin: 0px 0px 0px 0px;
}

#mainmenu ul {

}

#mainmenu a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	background: #73addf;
	margin-right: 2px;
	display: block;
	float: left;
	height: 23px;
	line-height: 22px;
}

#mainmenu a:hover {
	background: #016d9c;
}

#mainmenu a.on {
	background: #016d9c;
}

#mainmenu a.questionnaire {
	background: #839b4f url(../images/questlink.gif) right top no-repeat;
}

#mainmenu a.questionnaire:hover {
	background: #016d9c url(../images/questlinkR.gif) right top no-repeat;
}

#mainmenu a.questionnaireon {
	background: #016d9c url(../images/questlinkR.gif) right top no-repeat;
}

#mainmenu a.questionnaireon:hover {
	background: #016d9c url(../images/questlinkR.gif) right top no-repeat;
}

#mainmenu li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#mainmenu li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	border-top: 0px solid #ced2ac;
	z-index: 3;
	padding-top: 1px;
	background: #ffffff;
	margin-top: 23px;
}

#mainmenu li:hover ul, #mainmenu li.sfhover ul {
	left: auto;
}

#mainmenu li:hover, #mainmenu li.sfhover {

}

#mainmenu li:hover a, #mainmenu li.sfhover a {
	background: #016d9c;
}

#mainmenu li:hover li a, #mainmenu li.sfhover li a {
	background: #016d9c;
}

#mainmenu li li {
	width: 160px;
	background: #016d9c;
	padding: 0px;
	margin: 0px;
}

#mainmenu li li a {
	color: #ffffff;
	text-align: left;
	background: #016d9c;
	border: 1px solid #ffffff;
	border-top: 0px;
	padding: 0px;
	width: 158px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	text-indent: 5px;
	line-height: 20px;
}


#mainmenu li li a:hover {
	background: #73addf;
}

#mainmenu li li:hover {
	background: #73addf;
}

#mainmenu li li:hover, #mainmenu li li.sfhover {
	background: #73addf;
}



/* HEADER */

#header {
	width: 863px;
	height: 241px;
	margin: 0px 0px 0px 0px;
	background: url(../images/header_back.gif) repeat-x;
	color: #ffffff;
}

#header img.big {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border-left: 1px solid #ffffff;
}

#header img.disc {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border-left: 1px solid #ffffff;
}


#header p {
	padding: 12px 528px 0px 22px;
}

#header p.disc {
	padding: 25px 22px 0px 532px;
	font-size: 16px;
	line-height: 22px;
}

#header ul {
	list-style: disc outside;
	margin: 4px 528px 8px 38px;	
}

#header li {
	padding: 0px;
}

#header ul.disc {
	list-style: disc outside;
	margin: 4px 38px 8px 548px;
}

#header a, #header2 a {
	color: #ffffff;
	font-weight: bold;
	display: block;
	height: 16px;
	width: 160px;
	background: url(../images/arrow.gif) right no-repeat;
	margin-right: 24px;
	text-decoration: none;
}

#header a:hover, #header2 a:hover {
	color: #5c7c17;
	background: url(../images/arrowR.gif) right no-repeat;
}

#header2 {
	width: 863px;
	height: 121px;
	margin: 0px 0px 1px 0px;
	background: url(../images/header_back.gif) 0px -118px; repeat-x;
	color: #ffffff;
}

#header2 img.big {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border-right: 1px solid #ffffff;
}

#header2 p {
	padding: 17px 10px 0px 630px;
}

 #header2 a {
 	margin-right: 10px;
 	width: 110px;
 }


/* MAIN */

#main {
	width: 863px;
	min-height: 450px;
	text-align: left;
	margin: 0px 0px 8px 0px;
}

#main p.long {
	padding: 20px 20px;
	background: url(../images/p_back4.gif) top no-repeat;
	height: 180px;
	line-height: 18px;
	margin-top: -7px;
}

#main p.index {
	padding: 20px 20px;
	background: url(../images/p_back.gif) 0px 30px no-repeat;
	height: 180px;
	line-height: 18px;
	position: relative;
	padding-top: 34px;
}


#main p img {
	margin-bottom: 8px;
	position: absolute;
	top: 20px;
}

#main .longcol {
	width: 832px;
	display: block;
	margin-left: 8px;
}

#main .longcol img.title{
	margin: 20px 0px 5px 19px;
}

#main .leftcol {
	width: 416px;
	display: block;
	margin-left: 8px;
}

#main .rightcol {
	width: 416px;
	display: block;
	float: right;
	margin-right: 8px;
}

#main .leftcol2 {
	width: 502px;
	display: block;
	margin: 20px 0px 0px 9px;
	background: url(../images/p_back2.gif) 0px 20px no-repeat;
}

#main .rightcol2 {
	display: block;
	float: right;
	margin: 20px 8px 8px 0px;
}

#main .leftcol2 p {
	margin: 8px 18px 8px 18px;
	line-height: 18px;
}

#main .leftcol2 p.note {
	margin: 8px 18px 8px 18px;
	line-height: 11px;
	font-size: 10px;
	padding-top:15px;
}

#main .leftcol2 ul {
	margin: 8px 18px 12px 35px;
	line-height: 18px;
	list-style-type: disc;
}

#main .leftcol2 ol {
	margin: 8px 18px 12px 42px;
	line-height: 18px;
	list-style-type: numeral;
}

#main .leftcol2 img.title{
	margin: 0px 0px 5px 18px;
}

#main .leftcol2 p a {
	text-decoration: none;
	color: #5c7c17;
}

#main .leftcol2 p a:hover {
	color: #016d9c;
}

#main .rightcol2 {
	display: block;
	float: right;
	margin: 20px 8px 8px 0px;
}

#main .rightcol2_flash {
	display: block;
	float: right;
	margin: 4px 8px 8px 0px;
}

#main .rightcol2_disc {
	width: 332px;
	display: block;
	float: right;
	margin: 20px 8px 8px 0px;
	background: url(../images/p_back3.gif) 0px 0px no-repeat;
}

#main .rightcol2_disc p {
	padding: 15px 24px 10px 24px;
	color: #5c7c17;
	font-size: 13px;
}

#main .rightcol2_disc p.relax {
	color: #5c7c17;
	font-size: 11px;
	line-height: 15px;
	padding: 0px 24px 8px 24px;
}

#main .rightcol2_disc p.types {
	color: #5c7c17;
	font-size: 11px;
	line-height: 15px;
	padding: 0px 24px 8px 24px;
	margin-top: -25px;
}

#main .rightcol2_disc table.types {
	color: #5c7c17;
	font-size: 13px;
	line-height: 24px;
	padding: 0px 45px 8px 45px;
	width: 260px;
	margin-left: 45px;
}

#main .rightcol2_disc p.contact {
	font-size: 9px;
	color: #006e9c;
	margin-top: 80px;
}

a.beginBig {
	text-decoration: none;
	width: 100px;
	height: 32px;
	color: #839b4f;
	font-size: 22px;
	background: url(../images/arrowBig.gif) right no-repeat;
	float: right;
	display: block;
	margin: 15px 26px 0px 0px;
}

a.beginBig:hover {
	color: #5c7c17;
	background: url(../images/arrowBigR.gif) right no-repeat;
}

h1 {
	margin-left: 18px;
	color: #016d9c;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
}

h2 {
	margin-left: 18px;
	color: #016d9c;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 0px 0px 0px;
}

#content_footer {
	margin: 30px 0px 0px 0px;
}

#content_footer #numbers a {
	padding: 2px 4px;
	text-decoration: none;
	color: #5c7c17;	
	text-align: center;
}

#content_footer #numbers a:hover,#content_footer #numbers a.on {
	background: url(../images/num_back.gif) no-repeat;
	color: #ffffff;
}

#numbers {
	text-align: center;	
}

a.next {	
	background: url(../images/arrow3.gif) no-repeat right;
	float: right;
	padding-right: 20px;
	margin-right: 20px;
	display: block;
	text-decoration: none;
	color: #839b4f;
}

a.next:hover {	
	background: url(../images/arrowR3.gif) no-repeat right;
	color: #5c7c17;
}

a.back {
	background: url(../images/arrow2.gif) no-repeat left;
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	display: block;
	text-decoration: none;
	color: #839b4f;
}

a.back:hover {
	background: url(../images/arrowR2.gif) no-repeat left;
	color: #5c7c17;
}


a.nextoff {	
	background: url(../images/spacer.gif) no-repeat right;
	float: right;
	padding-right: 20px;
	margin-right: 20px;
	display: block;
	text-decoration: none;
	color: #839b4f;
}

a.nextoff:hover {	
	background: url(../images/spacer.gif) no-repeat right;
	color: #5c7c17;
}

a.backoff {
	background: url(../images/spacer.gif) no-repeat left;
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	display: block;
	text-decoration: none;
	color: #839b4f;
}

a.backoff:hover {
	background: url(../images/spacer.gif) no-repeat left;
	color: #5c7c17;
}



a.more {
	color: #839b4f;
	font-size: 12px;
	display: block;
	float: right;
	text-decoration: none;
	background: url(../images/morelink.gif) right no-repeat;
	padding: 4px 22px 0px 100px;
	height: 27px;
	text-align: right;
}

a.more:hover {
	color: #5c7c17;
	background: url(../images/morelinkR.gif) right no-repeat;
}

a {
	color: #5c7c17;
	text-decoration: none;
}

a:hover {
	color: #016d9c;
	text-decoration: none;
}


/* FOOTER */

#footer {
	width: 863px;
	height: 73px;
	display: block;
	background: url(../images/footer_back.gif) repeat-x;
	color: #ffffff;
	text-align: left;
	margin: 25px 0px 0px 0px;
	font-size: 10px;
}

#footer p {
	padding: 50px 0px 0px 24px;	
}

#footer a {
	text-decoration: none;
	color: #ffffff;
	padding: 0px 2px;
}

#footer a:hover {
	color: #016d9c;
}

#footer img {
	margin: 0px 0px 0px 0px;
	float: right;
}




/* NEW IN DISCLAIMER */

img.headtitle { 
	display: block;
	margin-bottom: 1px;
}

#warning {
	color: #016d9c;
	text-align: left;
	margin: 10px 20px;
	font-size: 10px;
	padding: 0px;
}

