/* CSS Document */

/* For the Surrounding Conent Margins */

body {
	margin: 0px;
	padding: 0px;
	background-color: #343539;
	color: #fff;
	font-size: 10pt;
	font: Helvetica, Arial, sans-serif;

}

#wrapper {
margin-left:auto;
margin-right:auto;
width:851px;
padding:0px;
}

/* Top Navigation */
/* Width and Height for the navigation */

#top {
	width:851px;
	height:51px;
}

/* List Styles for the Navigation */

#top ul {
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}

#top ul li {
	float:left;
	padding:0px;
	margin:0px;
}

/* Background Image, Width, Height For the Middle of the page */

#middle {
background-image:url(../img/background.jpg);
background-repeat:no-repeat;
background-color:black;
vertical-align:top;
height:326px;
padding:0px;
margin-top:0px;
}


h1, h2, h3, h4, h5, h6 {
	color:#f9dc30;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

p#middle  {
	margin-top:300px;
	padding-top:300px;
}

#mainText {
	padding: 200px 0 0 240px;
	width:520px;
	line-height:15pt;
	font-family:Arial, Helvetica, sans-serif;
	
}

h3 {
	font-size:13pt;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

h3.em {
	font-size:larger;
}

.rj {
 float:right;
 padding:0px;
 margin:0px;
 }


/* Font Declaration for the Accordion */

ul#accordion1 {
  font: 9pt/17pt "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

/* Background Color For the Bottom */
/* Don't quite know if the is necessary anymore */

#bottom {
background-color:white;	
}

/* Styles for the Footer */

#footer {
	color: #fff;
	font: 9pt "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background: #000;
	height: 60px;
	float: left;
	width: 851px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding:35px 0 0 0;
}



ul#footerNav li a {
	background-color: #000;
	color: #fff;
	font-size:9pt;
	text-decoration:none;
	-webkit-transition: color .3s ease-in, background-color .3s ease-in, text-decoration .3s ease-in;
	-moz-transition: color .3s ease-in, background-color .3s ease-in;
	-o-transition: color .3s ease-in, background-color .3s ease-in;
	transition: color .3s ease-in, background-color .3s ease-in;
	text-decoration:none;
}

ul#footerNav li a:hover {
	background: #f9dc30;
	color: #000;
	text-decoration:underline;
}

#footer ul li {
	display:inline;
	list-style: none;
	margin-right:5px;
}

#footer ul {
	font-size: 10pt;
	margin:0;
	padding:5px 0 0 0;
	}

