@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

b, a, strong{
	color: #FAAF40;
	text-decoration:none;
}

#container {
	min-height:100%;
	width:1024px;
	margin:auto;
	background-color:#fff;
	position:relative;
}

#header {
	background-color: #1A1A1A;
	height:49px;
	padding-left:10px;
	padding-right:10px;
}
#logo {
	float:right;
	background-color: #1A1A1A;
	height:49px;
}
#nav {
	float:left;
	background-color: #1A1A1A;
	height:49px;
}
#body {
	padding:20px;
}

#footer {
	 margin-top: 10px;
     position: absolute;
     bottom: 0px;
     left: +150px;
     width: 50%;
     height: 18px;
	 font-size:10px;
	 	background-color:#fff;
}

/* begin css tabs */

ul#tabnav { /* general settings */
position:relative;
top:+13px;
text-align: left; /* set to left, right or center */
font: bold 11px  Arial, Helvetica, sans-serif; /* set font as desired */
list-style-type: none;
padding: 3px 10px 8px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-top: 2px solid #FFFFFF; /* set border COLOR as desired; usually matches border color specified in #tabnav */

background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 8px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 8px 30px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
background-color: #8d8d8d; /* set unselected tab background color as desired */
color: #FFF; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color:#000;
}

/* end css tabs */


