/* GLOBALS
*******************************/
html {
height:100%;
max-height:100%;
}

body {
height:100%;
max-height:100%;
padding:0px; 
margin:0px; 
/*background:#E87511;*/
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
}

#fullheight {
height:100%;
}

#white {
background:#FFFFFF;
}

/* NAVIGATION
*******************************/

.navigation_on {
/*background: transparent url(../Images/bullet_on.gif) 0px 3px no-repeat;*/
padding: 0px 34px 19px 20px;
font-size:13px;
color:#444F51;
line-height:18px;
}

.navigation_off {
/*background: transparent url(../Images/bullet_off.gif) 0px 3px no-repeat;*/
padding: 0px 34px 19px 20px;
font-size:13px;
color:#444F51;
line-height:24px;
}

.navigation_off a:link { color: #F6C8A0; }
.navigation_off a:visited { color: #F6C8A0; }
.navigation_off a:hover { color: #444F51; text-decoration: none; border-bottom-style:dashed; border-bottom-width: 1px; }
.navigation_off a:active { color: #F6C8A0; }

/* FOOTER
*******************************/

#footer {
font-size:11px;
color:#444F51;
padding: 0px 0px 25px 0px;
}

#footer a:link { color: #FCB033; }
#footer a:visited { color: #FCB033; }
#footer a:hover { color: #FFFFFF; text-decoration: none; border-bottom-style:dashed; border-bottom-width: 1px; }
#footer a:active { color: #FCB033; }

p, ol, ul, dl {
line-height:18px;
font-size:12px;
color:#444F51;
margin-left:25px;
margin-right:30px;
}

input, textarea, select { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#444F51; font-size: 12px; }

#header_one { font-size:18px; color:#444F51; }
#header_two { font-size:16px; color:#444F51; }
#header_three { font-size:14px; color:#444F51; }
#header_four { font-size:12px; color:#444F51; }
#header_five { font-size:11px; color:#444F51; }
#header_six { font-size:10px; color:#444F51; }

p a:link, ol a:link, ul a:link, dl a:link { color: #FCB033; }
p a:visited, ol a:visited, ul a:visited, dl a:visited { color: #FCB033; }
p a:hover, ol a:hover, ul a:hover, dl a:hover { color: #444F51; text-decoration: none; border-bottom-style:dashed; border-bottom-width: 1px; }
p a:active, ol a:active, ul a:active, dl a:active { color: #FCB033; }

.openlink a:link { color: #FCB033; }
.openlink a:visited { color: #FCB033; }
.openlink a:hover { color: #444F51; text-decoration: none; border-bottom-style:dashed; border-bottom-width: 1px; }
.openlink a:active { color: #FCB033; }

a.img:hover { border: 0px; }

.safari_chrome_textarea_noresize_fix {
width:300px !important;
min-width:300px !important;
max-width:300px !important;
height:150px !important;
min-height:150px !important;
max-height:150px !important;
} 