/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	background-color: #000;
	color: #3E2E1B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #000;
	color:#fff;
	text-align:center;
}


h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}



#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 925px;
}

#myacct {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	background-color: #000;
	text-align: right;
}

#outerWrapper #header {
	background-image:url(images/header/header_v4.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding: 0px;
	border: solid 1px #666;
}



#outerWrapper #contentWrapper #content {
	padding: 10px 10px 10px 10px;
	width: 640px;
	line-height: 22px;
	background-color: #FFF;
}
#outerWrapper #footer {
  background-color: #000;
  padding: 10px 10px 10px 20px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
}


.floatleft {
	float:left;
	width: 650px;
	background-color:#fff;
	}
.floatright {
    float:right;
    width:250px;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 22px;
	background-color:#fff;

	}
	
.clearFloat {
	clear: both;
  display: block;
}


/* GLOBAL NAV LINKS */

/*
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
*/

#outerWrapper #topNavigation-home {
  background-color: #000;

  border-bottom: solid 1px #666;
  height: 30px;
  margin-top: 10px;
}

#outerWrapper #topNavigation-2 {
  background-color: #000;
  border-top: solid 2px #666;
  border-right: solid 1px #666;
  border-left: solid 1px #666;
  border-bottom: solid 1px #666;
  height: 40px;
}

a:link {
	color: #663333;
}

a:visited {
	color: #663333;
}

a:hover {
	color: #FFF;
}


#nav-menu-2 ul {
list-style: none;
padding: 0;
text-align: center;
list-style-type: none;
margin: 0;
}

#nav-menu-2 li {
list-style: none;
display: inline;
padding: 0 35px 0 35px;
}

#nav-menu-2 li a:link {
text-decoration: none;
font-weight: bold;
color: #fff;
}

#nav-menu-2 li a:visited {
text-decoration: none;
font-weight: bold;
color: #fff;
}

#nav-menu-2 li a:hover {
text-decoration: none;
font-weight: bold;
color: #999;
}




#nav-menu ul {
list-style: none;
padding: 0;
margin: 0px 0px 0px 0px; 
}


#nav-menu li
{
float: left;
list-style: none;
}

#nav-menu li a:link
{
	background-color: #481F2C;
	float: left;
	width: 145px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: -10px;
	font-weight: bold;
	vertical-align: middle;
}


#nav-menu li a:visited
{
	background-color: #481F2C;
	float: left;
	width: 145px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: -10px;
	font-weight: bold;
	vertical-align: middle;
}
