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

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;
	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 */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #78797d;
	background-position: center top;
	background-image: url(images/back_frame_new2.jpg);
	background-repeat: no-repeat;
	border: 0;
}
.oneColElsCtr #container {
	width: 940px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
	background-position: center top;
	border: 0;
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: 000;
	border: 0;
}

h1 {
	color: #ED1c24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-right: 50px;
	padding-left: 50px;
	width: 250px;
	line-height: 1.5em;
	font-weight: normal;
}

p{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-right: 50px;
	padding-left: 50px;
	width: 250px;
	line-height: 1.6em;
}

/*********************
Nav menu adapted from Dyanmic Drive Original:
//* jQuery Drop Line Menu- By Dynamic Drive: http://www.dynamicdrive.com/
//* Last updated: June 27th, 09'
//* Menu avaiable at DD CSS Library: http://www.dynamicdrive.com/style/
*********************/
a:link{
	color: #FFF;
	text-decoration: none;
}
a:hover{
color: #C4151C;
	text-decoration: underline;
}
a:active{
color: #C4151C;
	text-decoration: none;
}

a:visited{
color: 999999;
	text-decoration: none;
}

.nav{
overflow: hidden;
}

.nav ul{
	float: left;
	width: 100%;
	height: 98px; /*default background of menu bar*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	background-position: center;
}

.nav ul li{
display: inline;
}

.nav ul li a{
	float: left;
	color: #FFF;
	font-size: 0.7em;
	text-decoration: none;
	padding-top: 0px;
}

.nav ul li h{
	float: left;
	color: #ED1c24;
	font-size: 0.7em;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 50px;
}

.nav ul li a:visited{
color: #ED1c24;
}


