@charset "UTF-8";
html {
	background:url('images/bgcolor.jpg') repeat;
	}


body  {
	font: 12px Helvetica, Arial, sans-serif;
	background:url('images/shadow.jpg') center top repeat-y;
	overflow:visible;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
}




p{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	padding-left:15px;
	
	}

li{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	
	
	}
	
td{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	}
	
	
a, a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color:#336699;
	text-decoration: underline;
	}
a:hover {
	font-family: Helvetica, Arial, sans-serif;
	color:#999999;
	text-decoration:none;
	}
h1 {
	font-family: "Garamond", "Georgia", "Times New Roman", Times, serif;
	font-size:30px;
	color:#990000;
	padding-left:-10px;
	}
h2 {
	font-family: "Garamond", "Georgia", "Times New Roman", Times, serif;
	font-size:20px;
	line-height:20px;
	color:#003366;
	padding-left:10px;
	}

h3 {
	font-family: "Garamond", "Georgia", "Times New Roman", Times, serif;
	font-size:15px;
	line-height:20px;
	padding-left:20px;
	color:#444444;
	padding-left:10px;
	}
.rtimg {
	float:right;
	padding-left:25px;
	}


.ltimg{
	float:left;
	padding: 0 25px 0 15px;
	}


 .credit {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9px;
	color: #999;
	text-decoration:none;
	text-align:right;
	margin-right:0;
	padding-right:0px;
	border: hidden;

	}
	
.credit img {
	border:hidden;
	}
	


#container { 
	
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: url('./images/header_alt1.jpg');
	height:145px;
	width:780px; 

} 


#nav {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	width: 780px;
	background-color: #FBE59D;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}

#nav ul {
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto;
}

#nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav a:link, #nav a:visited {
	line-height: 20px;
	margin: 0 20px 4px 20px;
	text-decoration: none;
	color: #990000;
	padding-bottom: 5px;
}

#nav a.current:link, #nav a.current:visited {
	background:url(images/bgcolor.jpg) bottom repeat-x;
	border-bottom: 4px solid #EEEEEE;
	padding-bottom: 4px;
	color:#435e89;
}

#nav a.whitecurrent:link, #nav a.whitecurrent:visited {
	background:url(images/bgcolor.jpg) bottom repeat-x;
	border-bottom: 8px solid #FFF;
	padding-bottom: 4px;
	color:#435e89;
}

#nav a:hover {
	background:none;
	border-bottom: 4px solid #FFF;
	padding-bottom:5px;
	color: #FF9966;
}

#nav2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	width: 780px;
	background-color: #EEEEEE;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	border-bottom: 1px dotted #999999;
}

#nav2 ul {
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto;
}

#nav2 li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}



#nav2 a:link, #nav2 a:visited {
	line-height: 20px;
	margin: 0 20px 0px 20px;
	text-decoration:none;
}

.nav2 {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.special {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#FF9900;
}
	
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 h2 {
	text-indent:15px;
	}
#sidebar1 p {
	padding:0 15px 0 25px;
	
	}
	
#sidebar2 p {
	font-size:10px;
	
	}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EEEEEE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 10px; /* padding keeps the content of the div away from the edges */
}
#sidebarsMainContent { 
	margin-right: 270px; 
	padding: 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#sidebarsMainContent p { 
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	padding:0 15px 0 0;
	text-indent:15px;
	text-align:justify;
}
#sidebarMainContent { 
	margin: 0 0 0 200px ; 
	padding: 0px 30px 100px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


#nosidebarMainContent { 
	margin: 0 auto; 
	padding: 0px 80px 100px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#detailsMainContent { 
	margin: 0 auto; 
	padding: 0px 50px 100px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.cf_wrapper
	{
		position: relative;
		width: 400px;
		height: 290px;
	}
	
.cf_element
	{
		width: 400px;
		height: 290px;
		background-color: #fff;
		padding: 0px 17px 0px 18px;
		text-align:center;
		
	}
.home
	{
		margin-top:290px;
		}


.imageContainer img {
	display:none;
	
	
}




.left {
	float:left;
	width:50%;
	
	}
.left input {
	border:none;
	margin:0 auto;
}
.right {
	float:right;
	width:50%;
	}


.main {
	float:left;
	width:100%;
}





#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-decoration: none;
} 
#footer p {
	font: 11px Helvetica, Arial, sans-serif;
	color:#777777;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	
	color: #996666;
	
}
#footer a:hover {
	
	color: #999999;
	text-decoration: underline;
}
#bottom {
	width: 796px;
	height:8px;
	overflow:hidden;
	background:url(images/shadowbot.jpg);
	margin: 0 auto;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
textarea, input, select {
border: solid #555555 1px;
font: 12px Helvetica, Arial, sans-serif;
padding: 3px 3px 3px 3px;
margin: 5px 20px 5px 30px
} 


iframe {
	border: 1px #333333 solid;
	}
