@charset "UTF-8";
/* CSS Document */

html {
}
* html #container {
	
}

body {
	background-color: #666;
	text-align: center;
	margin: 10px;

}

#container {
	width: 800px;
	
	background-color: #FFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	
	
}

#top {
	width: 800px;
	height: 12px;
	background-image: url(../images/bg_top_corners.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	 

}

#bottom {
	width: 800px;
	height: 12px;
	background-image: url(../images/bg_bottom_corners.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
}

#header {
	width: 800px;
	height: 57px;
	background: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dashed #CCC;

}

#nav {
	width: 195px;
	height: 260px;
	background-color: #FFF;
	float: left;
	display: inline;
}
								#nav ul	{
								margin: 0;
								padding: 0px 10px 0px 0px;
								margin: 18px 0px 0px 50px;
								list-style: none;
								border-top: 1px solid #CCC;
								width: 120px;
								}
									#nav ul li {
										width: 130px;
										height: 12px;	
										font-family: helvetica;
										font-style: normal;
										font-size: 14px;
										color: #666;
										padding: 4px 0px 4px 0px;
										border-bottom: 1px solid #CCC;
										
										}
								
									
										#nav ul li a {
												color: #666;
												margin: 0px 0px 0px 0px;
												background-color: #FFF;
												text-decoration: none;
												padding: 0px 10px 0px 10px;
												display: block;	
											}
											
											#nav ul li a:visited {
												
											}
											#nav ul li a:hover {
												color: #FFF;
												background-color: #FF7F00;
																				
												
											
											}
											#nav ul li a:active {
												
											
											}


#top_right {
	width: 605px;
	height: 260px;
	background-color: #FFF;
	float: left;
	display: inline;
	text-align: right;

}
#top_right_text {
	width: 550px;
	height: 225px;
	background-color: #FFF;
	float: left;
	display: inline;
	text-align: left;
	padding: 25px 25px 10px 30px;

}

#main_content_left {
	width: 285px;
	min-height: 405px;
	float: left;
	display: inline;
	padding: 15px 15px 20px 25px;
	background-color: #FFF;
	border-top: 1px dashed #CCC;
}

#main_content_middle {
	width: 178px;
	min-height: 405px;
	float: left;
	display: inline;
	padding: 15px 25px 20px 25px;
	background-color: #FFF;
	border-top: 1px dashed #CCC;
	border-left: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
}

#main_content_right {
	width: 221px;
	min-height: 424px;
	float: left;
	display: inline;
	padding: 5px 12px 11px 12px;
	background-color: #FFF;
	border-top: 1px dashed #CCC;

}

#main_content {
	width: 740px;
	min-height: 200px;
	float: left;
	padding: 10px 40px 20px 20px;
	background-color: #FFF;
	border-top: 1px dashed #CCC;
	
}
							#main_content ul	{
							margin: 0;
							padding: 10px 50px 0px 25px;
							list-style: outside disc;
							line-height: 16px;
							display: block;
							}
							
							
							#main_content ul li {
			
								font-family: helvetica;
								font-style: normal;
								font-size: 12px;
								color: #666;
								padding: 0px 0px 2px 0px;
						
						}
				
					
							#main_content ul li a {
								text-decoration: none;
								font-weight: bold;
								color: #FF7F00;
								padding: 0px 0px 0px 0px;
															
								
							}
							#main_content ul li a:visited {
								text-decoration: none;
								
							}
							#main_content ul li a:hover {
								text-decoration: none;
								background-color: #FF7F00;
								color: #FFF;
																
								
							
							}
							#main_content ul li a:active {
								
							
							}

				
				
				
				
				
				

#footer {
	width: 800px;
	background-color: #FF7F00;
	float: left;
	
}
#footer_inside_left {
	width: 210px;
	height: 90px;
	float: left;
}
#footer_inside_mid {
	width: 210px;
	height: 90px;
	border-left: 1px dashed #FFF;
	border-right: 1px dashed #FFF;
	float: left;
}
#footer_inside_right {
	width: 378px;
	height: 90px;

}












p {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 13px;
	color: #666;
}
p.footer {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 9px;
	color: #FFF;
	padding: 15px;
}


h1 {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 20px;
	color: #FF7F00;

}

h2 {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #FF7F00;

}

strong.orange {
	font-weight: bold;
	color: #FF7F00;
}
strong.orangesmall {
	font-weight: normal;
	color: #FF7F00;
	font-size: 9px;
	line-height: 12px;
}


	a {
		color: #FF7F00;
		text-decoration: none;
		font-family: helvetica;
		font-style: normal;
		font-size: 12px;
		
	
	}
	a:visited {
		color: #FF7F00;
		text-decoration: none;
	
	}
	a:hover {
		color: #FFF;
		text-decoration: none;
		background-color: #FF7F00;
	
	}
	a:active {
	
	}

					a.two {
						color: #FF7F00;
						text-decoration: none;
						font-size: 16px;
					
					}
					a.two:visited {
						color: #FF7F00;
						text-decoration: none;
						font-size: 16px;
					
					}
					a.two:hover {
						color: #FFF;
						text-decoration: none;
						background-color: #FF7F00;
					
					}
					a.two:active {
					
					}

								a.mail {
									color: #666;
									text-decoration: none;
									font-size: 14px;
								
								}
								a.mail:visited {
									color: #666;
									text-decoration: none;
									font-size: 14px;
								
								}
								a.mail:hover {
									color: #666;
									text-decoration: none;
									border-bottom: 1px dotted #FF7F00;
									background-color: #FFFFFF;
								
								}
								a.mail:active {
								
								}


										a img {
											text-decoration: none;
											border: 1px dotted #FFF;
											background-color: #FFF;
										
										}
										a:visited img {
											text-decoration: none;
											border: 1px dotted #FFF;
										
										}
										a:hover img {
											text-decoration: none;
											border: 1px dotted #FF7F00;
											background-color: #FFF;
										
										}
										a:active img {
											text-decoration: none;
											border: 1px dotted #FFF;
											background-color: #FFF;
										
										}



	

