/* CSS Document */

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #FFF;
	}

html, body { height: 100%; }

body#page,
body#home {
	text-align: left;
	color: #000; background: #FFF;
	}

img, a img { border: none; }

a, a:link, a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }
a:active { }

.clear { clear: both; height: 1%; visibility: hidden; font-size: 1px; }

ul { padding-left: 1.3em; margin: .5em 0; padding-bottom: 1em; list-style-type: disc; }
ol { padding-left: 2.5em; margin: .5em 0; }
li { margin-bottom: .2em; }

u { text-decoration: none; }

h1, h2, h3, h4, h5, h6, h7 { font-size: 1em; }
h1 { font-size: 1.3em; padding-bottom: .8em; }
h2 { font-size: 1.1em; padding-top: .5em; padding-bottom: .7em; }
h3 { font-size: 1em; padding-top: .5em; padding-bottom: .5em; }
h4 { font-size: 1em; padding-top: .5em; }

p { padding-bottom: 1em; line-height: 1.5em; }

hr { height: 1px; color: #D3B066; background-color: #D3B066; border: none; }

em, i { font-size: 96%; }

table, td, th {
	text-align: left;
	font-size: 1em;
	}

.image_left { float: left; margin-right: 10px; margin-bottom: 10px; }
.image_right { float: right; margin-left: 10px; margin-bottom: 10px; }

/* PHOTO */
#photo {
	display: none;
	}
* html #photo {
	position: absolute;
	}

/* CONTAINER */
#container {
	margin: 0 auto; width: auto; position: relative;
	text-align: left;
	min-height: 100%;
	height: auto;
	}
* html #container {
	height: 100%;
	}
	

.imgreplacement {
	background: none !important;
	text-indent: 0; font:0/0 Arial; font-family:Arial, Helvetica, sans-serif; font-size: 1em; line-height:normal; vertical-align: middle;
	color: #000;
	}


/* HEADER */
#header {
	display: none;
	}	


/* topnav extra */
.topnav_poster, .topnav_poster:link, .topnav_poster:visited,
.topnav_poster_over, .topnav_poster_over:link, .topnav_poster_over:visited,
.topnav_poster_current, .topnav_poster_current:link, .topnav_poster_current:visited { 
	display: none;
	}

/* MAIN */
#main {
	padding-top: o;
	}
#page #main {
	padding: 0;
	}	

/* HEADING */
#heading {
	height: auto; overflow: visible;
	}

.women #heading {
	height: auto;
	}

#heading_left { float: none; width: auto; padding-top: 0; }
.women #heading_left { padding-top: 0; }

#heading_right { display:none; }
.women #heading_right { height: auto; }

#heading h1 { margin: 0; padding: 0; font-size: 1.3em; }

#heading .imgreplacement {
 	width: auto; height: auto;
	}

#home #heading {
	display: none;
	}


/* CONTENT */
#content { padding: 0; }	

#home #content { padding: 0; font-size: 1.1em; }

#home #content h1 { 
	margin: 0; padding: 0; width: 960px; height: 41px;
	text-align: center; line-height: 38px;
	color: #000; background: none; 
	}

/* links */
.button,
.button:link,
.button:visited { 
	padding: .5em 3em; line-height: 3em;
	font-weight: bold; font-size: 1.1em; text-decoration: none;
	color: #FFF; background: #F27C00;
	}
.button:hover {
	 background: #5A2774;
	}


/* FOOTER */
#footer {
	clear: both;
	text-align: center; font-size: 11px;
	color: #666;
	}
#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: #c1c2c8;
	}
#footer a:hover {
	text-decoration: none;
	color: #F27C00;
	}

/* FORMS */
form {
	color: #000;
	margin: 0 !important;
	padding: 0 !important;
}

fieldset { margin: 0; padding: 10px 0; border: none; } 
fieldset br { display: none; }
fieldset div { margin: 10px 0; padding: 0; clear: both; }
fieldset legend { display: none; }

fieldset .removed { display: none !important; }

/* labels */
fieldset label, fieldset div.cr p {
	
	display: block;
	text-align: left;
	margin: 0; padding: 0; padding-bottom: 5px;
	}

fieldset div.cr {  }

fieldset div.cr p {
	/*position:absolute;*/
	top: -2px;
	left: 0;
	}
* html fieldset div.cr p {
	left: -106px;
	}

fieldset div.cr label {
	float: none;
	text-align: left;
	margin: 0;
	margin-left: 109px;
	padding: 0;
	width: auto;
	}

fieldset div.cr label.otherlabel {
	float:left; 
	}
* html fieldset div.cr label.otherlabel {
	width:0.1em;
	margin-left: 54px;
	}


fieldset div span {
	display: block;
	margin-left:109px;
	color:#999;
	}

fieldset div.cr_label label {
	margin-top: -2px;
	}

/* mandatory labels */
fieldset .mandat { color: #FFF; }
fieldset .mandatr { color: #FFF; }

/* inputs */
fieldset input, fieldset select, fieldset textarea { width: 280px;  font-size: 14px; margin: 0; padding: 3px; border: 1px solid #FFF; }
fieldset input { height: 16px; }
fieldset div.cr input { border: none; width: auto; margin-right: 5px; }
fieldset div.cr input.otheranswer { border: 1px solid #AD1F4C; margin-left: 5px;}
fieldset div.cr_label input { border: none; width: auto; }

fieldset input.day { width: 30px; }
fieldset select.month { width: 110px; margin-left: 0;}
fieldset input.year { width: 50px; margin-left: 0;}

fieldset select { width: 283px;}

fieldset textarea { font-family: Arial, Helvetica, sans-serif; }

/* buttons */
fieldset.buttons { padding: 5px 0; padding-right: 20px; }
fieldset.buttons label { width: 100px; }
fieldset.buttons input, input.button { width: 200px; height: 24px; padding: 0; border: 1px solid #F27C00; color: #FFF; background: #F27C00; font-weight: bold; }

/* badinput */
fieldset .badinput { color: #F27C00;}
fieldset label.badinput, fieldset div.cr p.badinput { /* background: url(../img/warning.gif) no-repeat left 5px; */ }
fieldset div.cr label.badinput { background: none; }

fieldset input.badinput, fieldset select.badinput, fieldset textarea.badinput {
	background: #FFF;
	color: #000;
	border: 1px solid #F27C00;
}

/* LINKS */
.links { margin: 0; margin-left: 15px; padding: 0; padding-bottom: 1em; list-style: none; }
.links li { list-style-image: url(../img/fsc_bullet.gif); }

.links li a,
.links li a:link,
.links li a:visited {
	text-decoration: none;
	}
.links li a:hover {
	text-decoration: underline;
	}

.links li.back { list-style-image: url(../img/fsc_bullet_back.gif); }

.next { float: right; }

ul .next { float: none; }

/* TABLES */
table {
	padding-bottom: 1em;
	}
table th, table td {
	padding: 2px;
	vertical-align: top;
	}
table tbody .even th, table tbody .even td {
	background: #f5f5e9;
	}	
table tbody .ruled th, table tbody .ruled td {
	color: #FFF; background: #1D5D3B;
	}	


	
