@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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6E6145;
	background-image: url(../nav_images/backgrounds/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
#container  {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../nav_images/backgrounds/header-top-nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DED6BE;
}

#header  {
	height: 276px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 9px;
}

#header  h2  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#DED6BE;
	padding-top: 14px;
	padding-right: 0;
	padding-left: 0;
	font-weight: bold;
	font-size: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header p {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 5px;
}
#header img {
	padding-right: 20px;
	margin-top: 2px;
}
#header .btn img {
	padding-right: 0px;
	margin-top: 0px;
}

#viewer {
	margin-top: 12px;
}

#mainContent  {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #DED6BE;
	
}

#nav-area {
	width: 940px;
	height: 75px;
}
#nav {
	height: 50px;
	float: right;
	width: 463px;
	padding-right: 18px;
	margin: 0px;
}
#nav  .home a {
	width: 63px;
}
#nav  .about a {
	width: 67px;
}
#nav  .port a {
	width: 61px;
}
#nav  .aff a {
	width: 75px;
}
#nav  .help a {
	width: 107px;
}
#nav  .contact a {
	width: 87px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	float: left;
	height: 27px;
	padding-top: 7pt;
}

#nav a:hover {
	color: #FEF3D7;
}
#nav-area #logo a {
	display: block;
	float: left;
	height: 80px;
	width: 220px;
	position: absolute;
	text-indent: -9000px;
}
#footer  {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 10px;
	text-align: center;
	color: #262016;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../nav_images/backgrounds/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.framer {
	border: 2px solid #FFFFFF;
	background-color: #CCCCCC;
}
