@charset "utf-8";
/* CSS Document */
body {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 100%;
	color: #ffffff;
	background: #454545 url(../images/background_pattern.jpg) repeat left top;
	text-align: center;
	margin: 0;
	padding: 0;
}

div, body, font, select, a:link{
	font-family:Arial, sans-serif; 
	font-size: 12px;
	color:#fff;
}

img {
	border: 0;	
}

.canvas{
	background-color: #302D2D;
	margin: auto auto 15px auto;
}

#menu {
	width: 792px;
}

#menu ul{
	padding-left: 0;
	margin-left: 0;
	height: 47px;
}

#menu ul li{
	list-style: none;
	display: inline;
}

#menu ul li a:link, #menu ul li a:visited{
	float: left;
	width: 131px;
	height: 33px;
	padding-top: 14px;
	border-right: 1px solid #777;
	background-color: #302D2D;
	/*-----------------*/
	font-size: 1.188em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#menu ul li a.right{
	width: 131px;
	border-right: 0;
}

#menu ul li span{
	width: 132px;
	height: 33px;
	padding-top: 14px;
	text-decoration: none;
	float: left;
	background-color: #777777;
	/*-----------------*/
	font-size: 1.188em;
	font-weight: bold;
}

#menu ul li a:hover{
	width: 126px;
	height: 27px;
	border-right: 3px;
	border-style: solid;
	border-width: 2px;
	background-color: #05386C;

}

#header {
	width: 792px;
	height: 305px;	
	background: #302D2D url(../images/master_header.jpg) no-repeat center top;
}

#content {
	position: relative;
	width: 762px;
	padding: 10px 15px;
}


#content a:link, #content a:visited{
	color: #ff0;
	text-decoration: none;
}

#content a:hover{
	color: #fff;
	text-decoration: underline;
	
}

#footer {
	width: 762px;
	height: 36px;
	padding: 0 15px 0 15px;
	font-size: 1em;
	margin-bottom: 10px;
}

#footer_copyright{
	padding-top: 12px;
	text-align: left;
}

#footer_directions {
	float: right;
	padding-top: 8px;
	width: 150px;
	text-align: right;	
}

#footer a:visited{
	color: #fff;
}

#footer a:hover{
	color: #f7430c;
	text-decoration: none;
}
