@charset "utf-8";

/* CSS for calendar popups */

/* General Rules
--------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family:Arial;
	font-size: 12px;
	line-height: 17px;
	}

table {
	margin: 0;
	font-size: 1.1em;
	}

th {
	border-bottom: 1px solid #594A34;
	padding: 0px 0 0px 0;
	font-weight: bold;
	font-size: 1em;
	color: #594A34;
	text-align: center;
	}

td {
	padding: 0px 0px;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	}

form {
	border: 0;
	padding: 0;
	margin: 0;
	}

select, input, textarea, option {
	margin: 0 0 3px 0;
	}

a {
	border: 0px solid #ffffff;
	color: #000080;
	}

a:hover {
	text-decoration: none;
	}
	
.subnav {
	margin: 0px 0px 0px 0px; 
	padding: 5px 0px 5px 5px; 
	border-color: #cccccc; 
	border-style: solid; 
	border-width: 0px 0px 0px 1px; 
	font-size: 11px; 
	font-family: arial; 
	color: #dddddd; 
	font-weight: normal;
}

.footer {
	font-size: 11px; 
	font-family: arial; 
	color: #dddddd; 
	font-weight: normal;
}

.footertext {
	font-size: 10px; 
	font-family: arial; 
	color: #b7dff9; 
	font-weight: normal;
	padding: 5px 15px 5px 15px;
}

.subnav_bottom {
	margin: 0px 0px 0px 0px; 
	padding: 5px 0px 5px 5px; 
	border-color: #cccccc; 
	border-style: solid; 
	border-width: 0px 0px 1px 1px; 
	font-size: 11px; 
	font-family: arial; 
	color: #dddddd; 
	font-weight: normal;
}

.pagecontent {
	margin: 0px;
	padding: 18px;
	font-family:Arial;
	font-size: 12px;
	}
	
	.sub_nav {
	margin: 0px 0px 0px 0px; 
	padding: 0px 20px 0px 0px;
	color: #b70c38; 
	font-weight: 600; 
}

.sub_link {
	font-size: 12px; 
	font-family: arial; 
	color: #618295; 
	font-weight: 500;
	text-align: right;
	text-decoration: underline;
	}

.sub_link:hover {
	font-size: 12px; 
	font-family: arial; 
	color: #618295; 
	font-weight: 500;
	text-align: right;
	text-decoration: none;
	}

.box_link {
	font-size: 12px; 
	font-family: arial; 
	color:#000000; 
	font-weight: 500;
	text-align: right;
	text-decoration: underline;
	}

.box_link:hover {
	font-size: 12px; 
	font-family: arial; 
	color:#000000; 
	font-weight: 500;
	text-align: right;
	text-decoration: none;
	}
	
.testimonial {
	font-size: 12px; 
	font-family: arial; 
	color: #000000; 
	font-weight: normal;
	}
	
.testimonial_sign {
	font-size: 11px; 
	font-family: arial; 
	color: #000000; 
	font-weight: normal;
	text-align: right;
	text-decoration: italic;
	}
	
	.bottom_nav {
	margin: 0px 0px 0px 0px; 
	padding: 00px 0px 0px 0px; 
	background-image: 
url('../images/bottom-nav-back.gif');
background-repeat: 
no-repeat;
background-position: 
 center;
}

.footer_link {
	font-size: 12px; 
	font-family: arial; 
	color: #ffffff; 
	font-weight: 500;
	text-align: right;
	text-decoration: underline;
	}

.footer_link:hover {
	font-size: 12px; 
	font-family: arial; 
	color: #ffffff; 
	font-weight: 500;
	text-decoration: none;
	}
	
.footer_fill {
	font-size: 12px; 
	font-family: arial; 
	color: #ffffff; 
	font-weight: 500;
	}
	
#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     z-index: 1000;
}

#overlay div {
     width:600px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
}

#login_box {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     z-index: 1000;
}

#login_box div {
     width:400px;
     height: 220px;
     margin: 50px auto;
     position:absolute;
	  left:50%;
}

.login_text {
    font-size: 12px; 
	 font-family: arial; 
	 color: #ffffff; 
	 font-weight: 700;
}700;
}