@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #E5DFB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #373D39;
	background-image: url(../img/white_grad.jpg);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
	color: #EC8A1F;
}
a:visited {
	text-decoration: none;
	color: #EC8A1F;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#menu_item a:link {
	color: #FFF;
	font-weight: normal;
}
#menu_item a:hover {
	color: #E5DFB7;
	font-weight: normal;
}
#menu_item a:visited {
	color: #FFF;
	font-weight: normal;
}
#menu_item a:visited:hover {
	text-decoration: none;
	color: #E5DFB7;
}
li {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../img/bullet.png);
	margin-bottom: 15px;
	line-height: normal;
}
#container  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0;
}
#mainContent  {
	z-index: 1;
	text-align: left;
	width: 910px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header_box {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:205px;
	z-index:1;
}
#logo_box {
	position:absolute;
	left:0px;
	top:35px;
	width:442px;
	height:134px;
	z-index:1;
}
#photo_box {
	position:absolute;
	left:507px;
	top:0px;
	width:389px;
	z-index:2;
}
#menu_box {
	position:relative;
	left:0px;
	top:23px;
	width:206px;
	height:352px;
	z-index:3;
	float: left;
}
#mainmenu {
	position:relative;
	left:0px;
	top:0px;
	z-index:1;
	margin-top: 3px;
	margin-left: 6px;
}
#menu_item {
	position:relative;
	left:5px;
	top:0px;
	width:165px;
	height:22px;
	z-index:2;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484E4A;
	padding-left: 7px;
	font-weight: bold;
	color: #E64D1B;
}
#launch_box {
	position:relative;
	left:15px;
	top:96px;
	width:185px;
	height:63px;
	z-index:3;
}
#headline_text {
	font-weight: bold;
	font-size: 26px;
	color: #FFF;
	margin-top: 8px;
}
#body_text {
	position:relative;
	left:0px;
	top:22px;
	width:583px;
	z-index:1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #484E4A;
	line-height: 24px;
	padding-left: 24px;
	margin-left: 206px;
}
#body_text p {
	padding-bottom: 5px;
}
#images_box {
	padding-top: 10px;
	height: 133px;
}
#image_item {
	width: 183px;
	font-size: 18px;
	line-height: 36px;
	margin-right: 11px;
	float: left;
}
#footer_box {
	position:relative;
	left:0px;
	top:80px;
	width:100%;
	height:65px;
	z-index:1;
	background-color: #E5DFB7;
	clear: both;
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFF;
	color: #373D39;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
}
.emphasis {
	font-size: larger;
	font-weight: bold;
	color: #FFF;
}
#contactinfo {
	margin-left: 15px;
	padding-top: 10px;
}
