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

body {
	background: url(images/background.jpg) repeat-x #e5e3db;
	margin: 0;
	padding: 0;
	color: #2e302d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;

}

h1, h2, h3, h4, h5, h6 {line-height:normal;}

em {
	color:#bb5400;
}

a {color:#bb5400;}
a img {border:none;}

input, textarea {
	border: none;
		 font-size:12px;
		   background: #cc6600;
		   color: #e5e3db;
		   padding: 3px;
		   margin: 0 ;
		   overflow: auto;
}

#container {
	margin:auto;
	width: 900px;
}

#headerText {
	height: 104px;
	color: #e6e3dc;
}

	#headerText h1 {
		margin: 0;
		padding: 20px 0 0 0;
		font-size:36px;
		line-height:normal;

	}
	.address {
		float: left;
	}
	
	.numbers {

		margin: 0 0 0 250px;
		text-align: right;
		width:220px;
	}
	
	.numbers a:link, .numbers a:visited {
		color:#e6e3dc;
	}


/* ---- Menu ---- */

#menu {
	height: 60px;
}

#menu ul {
	margin:0;
	padding:0 0 0 15px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height: 47px;
}

#menu ul li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	height: 50px;
	text-align: center;
	padding: 20px 10px 0 0;
	width: auto;
}

#menu ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:normal;
	color:#e5e3db;
	text-align: center;
	text-decoration: none;
	height: 60px;
	padding: 3px;
}


#menu ul li a:hover {
	color:#333;
	}

#header {
	background:url(images/header.jpg) no-repeat;
	height: 225px;
}

	#header h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: normal;
		font-size:40px;
		color:#e5e3db;
		margin: 0;
		padding: 50px 0 0 30px;
	}

#content {
	background: url(images/contentbg.jpg) no-repeat top left;
	margin: 0;
	padding: 20px 20px 40px 20px;
}

		#content h2 {
		width:  380px;
		font-weight: normal;
		}
		
		#left {
			width: 450px;
			float:left;
			padding-bottom:20px;
		}
		
			ul.home li {
				font-size:14px;
				line-height: 24px;
			}
	   #right {
		   margin-left: 500px;
		   padding-right: 50px;
	   }
	   
	   .orangeBox {
		   font-size:12px;
		   font-weight: bold;
		   background: #cc6600;
		   color: #e5e3db;
		   padding: 15px;
		   width:85%;
		   margin:5px;
		   text-decoration:none;
	   }
	   
	   .orangeBox a, .orangeBox a:visited {
		   color: #e5e3db;
		   text-decoration: none;
	   }

		.link:hover {
			background: #333333;
		}

/* ---- Large List ---- */
#left .largelist ul {
	list-style:none;
	padding:0;
}

#left .largelist ul li {
	font-size: 11px;
	line-height: 14px;
 	float: left;
	width: 20%;
	padding: 0; /* left padding moves the text away from the bullet */
	display:inline;
}


.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;
}

/* ---- Footer ---- */

#footer {
	width:100%;
	background:#000;
	height: 60px;
	margin: 0;
	
}

#footerInfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#e5e3db;
	line-height: 14px;
	width:900px;
	margin: auto;
	padding-top: 9px;
}

#footerInfo .numbers a, #footerInfo .numbers a:visited {
	color:#e5e3db;
}
