/* Screen CSS*/

html,body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}

body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

p{
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	line-height: 1.4em;
}

h1{
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	font-size: 1.4em;
	color: #3300cc;
	line-height: 1.3em;
}

h4{
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 1.1em;
	color: #3300cc;
	line-height: 1.4em;
	text-align: right;
}
form {
	margin: 0px;
	padding: 0px;
}


#container{
	width:550px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height:180px;
	margin:0;
	background-image: url(../images/bg_header.jpg);
	width: 1000px;
	display: none;
}
#printheader {
}


#navigation{
	float:left;
	background-image: url(../images/bg_navigation.jpg);
	padding-top: 70px;
	background-repeat: no-repeat;
	padding-left: 70px;
	width: 205px;
	display: none;
}

#content{
	float:right;
	width:100%;
	padding-top: 15px;
}

#content li{
	margin-top: 0;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 1.4em;
	list-style-image: url(../images/bullet.gif);
}
#content a {
	text-decoration: underline;
	color: #3300CC;
}
#content a:hover {
	text-decoration: none;
}



#content .formholder{
	margin-right: 30px;
	margin-left: 30px;
	border: 1px solid #FC9512;

}
#content .formholder h3 {
	display: block;
	background-color: #FDD657;
	color: #7E5918;
	font-size: 1.2em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content .formtextfields {
	border: 1px solid #FC9512;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content .formholder h2 {
	font-size: 1.2em;
	color: #FC9512;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC9512;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content .formbutton {
	background-color: #FDD657;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #FB9613;
	width: 150px;
}
#content .required {
	color: #FF0000;
}






#extra{
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	height: 25px;
	clear:both;
	width:100%;
	display: none;
}
#logos {
	clear:both;
	width:100%;
	text-align: right;
}


#footer{
	background-color: #FFF39A;
	text-align: right;
	color: #7f7a4e;
}

#footer p{
	margin:0;
	padding:5px 10px;
	font-size: 0.9em;
}



/* MENU*/


#menu {
	width: 185px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BD8D2C;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
	display: block;
	margin: 0;
	padding: 7px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 16px;
	font-weight: bold;
	color: #7e5918;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bd8d2c;
}

#menu a:hover {
	background-color: #FFF39A;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

#menu ul ul ul,
#menu ul ul li:hover ul ul
{
	display: none;
	background-color: #FBA220;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bd8d2c;
	border-left-color: #bd8d2c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BD8D2C;
}

#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}

#menu .subnav {
	padding-left: 15px;
	background-image: url(../images/subnav.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
