@charset "UTF-8";
/* CSS Document */


/***********************************************/
/*Body Styles */
/***********************************************/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
h1, h2, h3, h4, h5{
color: #b30e2e;

}
a:link {
text-decoration: none; 
color: #F33;
}

a:hover {
text-decoration: none; 
color: #b30e2e; 
}

a:visited 
{
color: #F33;
text-decoration: none; 
}
a:visited:hover {
color: #b30e2e;
text-decoration: none; 
}

/***********************************************/
/* Container Styles */
/***********************************************/
.oneColFixCtrHdr #container {
	width: 782px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #F00;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/***********************************************/
/* header Styles */
/***********************************************/
.oneColFixCtrHdr #header {
	border: 0px solid #000;
	margin: 0px;
	background: #ffffff; 
	height: 135px;
	
}
 	.oneColFixCtrHdr #local_nav {
		border: 0px solid #000;
		background: #ffffff;
		width: 780px;
		height: 40px;
		text-align:center;
		
	}
	.oneColFixCtrHdr #local_nav ul {
		margin:0px;
		padding:0px;
		width:auto;
	}
	.oneColFixCtrHdr #local_nav li {
	border: 0px solid black;
	text-align: center;
	width: 80px;
	display:inline-block;
	list-style: none;
	}
	
	.oneColFixCtrHdr #local_nav a:link {
	text-decoration: none; 
	color: #666;
	font-size: 14px;
	}
	
	.oneColFixCtrHdr #local_nav a:hover {
	text-decoration: none; 
	color: #b30e2e; 
	font-size: 16px;
	}
	
	.oneColFixCtrHdr #local_nav a:visited {
	
	color: #666;
	font-size: 12px;
	}
	.oneColFixCtrHdr #local_nav a:visited:hover {
	font-size: 16px;
	color: #b30e2e;
	text-decoration: none; 
	}

/***********************************************/
/* MainContent Styles */
/***********************************************/


.oneColFixCtrHdr #leftimg {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	font-size: 12px;
	width: 780px;
	float: left;
	min-height: 550px;
	border: 0px solid #ccc;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
 .center {
	float: left;
	width: 370px;
	padding: 10px 0 10px 30px;
	border: 0px solid #ccc;
	color:#ffffff;
}
 .calendar {
	float: left;
	clear:left;
	width: 500px;
	padding: 10px 0 10px 30px;
	border: 0px solid #fff;
	color:#ffffff;
}
#right{
	text-align: justify;
	float: right;
	width: 480px;
	padding: 10px 40px 10px 30px;
	border: 0px solid #fff;
	font-size:12px;
	
}
 #left{
	min-height: 500px;
	width: 100px; 
	padding: 10px 20px 0 5px; 
	float: left;
	border: 0px solid #fff;
}


/***********************************************/
/* Promo Styles */
/***********************************************/
.promo {
	text-align: left;
	float: left; 
	width: 740px; 
	border-bottom: 1px dashed #ccc;
	padding:0px 0px 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}	
	.threeAcross {
	float: left; 
	width: 240px; 
	border: 0px solid #ccc;
	padding-bottom: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
	

/***********************************************/
/* Footer Styles */
/***********************************************/

.oneColFixCtrHdr #footer {
	clear: both;
	padding: 0 50px 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.oneColFixCtrHdr #footer p {
	
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:9px;
	color:#ccc;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#clear {
	clear: both;
}
.footer_left { 
	float: left;
}
.footer_right { 
	float: right;
	
}
/***********************************************/
/* Java Divs                                 */
/***********************************************/

		
		.accordian_link{ /*header of 2nd demo*/
clear: left;
cursor: hand;
cursor: pointer;
font-color: #000000;
margin: 0px 0 0px 30px;
}
.accordian{
	background-color:#000;
	width: 700px;
	padding: 0px 40px 20px 40px;
	clear: left;
	font-size: 12px;
	text-align: right;
	margin:0px;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #C33;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #C33;
}
