
/* Define some general attributes */


body {
    background-image: url(images/bg.jpg);
    font-size:11px;
    font-family:Tahoma;
	color:#6D6C6C;
	line-height:14px;
	vertical-align:top;
	padding:0px;
    margin: 0px 0px 0px 0px;

}



b { 

    font-size:14px;
    font-family:Tahoma;
	color:#6D6C6C;
	line-height:14px;
	vertical-align:middle;
	padding:0px;
  

}



li{background:url(images/1_z1.gif)  center left no-repeat; margin:0px; padding-left:14px }
li a{color:#FFFFFF;} 
ul{margin:0; padding:0; list-style:none; line-height:16px}



/* Define menu and link attributes */


a{color:#6D6C6C; font-size:11px; font-family:Tahoma; line-height:14px;
	text-decoration:underline} 
a:hover{text-decoration:none}



/* Define form attributes */


#mainForm 
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}




/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(images/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:1.0em; 
	padding-left:10px; 
	padding-top:10px;
}



a.info:hover .infobox2 {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:180px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(images/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:1.0em; 
	padding-left:10px; 
	padding-top:10px;
}



/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(images/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}



/* Define photo attributes */




#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}




/* FOOTER */
.footer {
width: 100%;
height: 200px;
background:url(images/footer-back.png);
}

.footer {
    font-size : 9px;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
}

.footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-outer {
width: 100%;
height: 500px;
background:url(images/footer-back.png);
}
.footer-inner {
width: 955px;
padding-top: 12px;
margin-left: auto;
margin-right: auto;
}
.footer-liner {
height:15px;
background:url(images/footer-divider-under.png);
width: 900px;
margin-left:auto; 
margin-right:auto;
}
#bottom-menu li{
display: list-item;
list-style: none;
}
.bottom-menu-cell {
padding: 10px;
float: left;
display:block;
}
.bottom-menu-cell2 {
padding: 10px;
float: right;
display:block;
}
.bottom-menu-main {
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-shadow: #3F6DA0 0px 1px 0px;
font-smooth: auto;
text-decoration:none;
}
.bottom-menu-sub {
font-family: arial;
font-size: 11.5px;
color: #ffffff;
font-smooth: auto;
line-height: 20px;
text-decoration:none;
}
a.bottom-menu-sub:active {
color: #ffffff;
}
a.bottom-menu-sub:visited {
color: #ffffff;
}
a.bottom-menu-sub:hover {
color: #BCFAF7;
}

.line-1 {
height:1px;
margin-right: auto;
margin-left: auto;
width: 95%;
background:#eaeaea;
}
.social {
font-family: arial;
font-size: 12px;
color: #ffffff;
font-smooth: auto;
line-height: 20px;
padding-right: 20px;
text-decoration: none;
}
a.social:active {
color: #ffffff;
}
a.social:visited {
color: #ffffff;
}
a.social:hover {
color: #BCFAF7;
}
.copyright {
clear:both;
color: #ffffff;
font-family: Arial;
font-size: 11px;
width: 900px;
text-align:center;
margin-left:auto;
margin-right:auto;
padding: 8px;
}





/* END FOOTER */


