* 
{
	font-family:verdana,trebuchet MS,arial,sans-serif;
	font-size:12px;
	color:#333300;
}
/*#wrapper {behavior: url(iepngfix.htc);}*/

html,body
{
	margin:0px;
	padding:0px;
	background-color:#fff;
	background:url(../images/body.jpg) top left repeat;
	height:100%;
	width:100%;
	
}
p,h1,h2,h3,h4,h5
{
	padding:4px;
	margin:2px;
}
h1
{
	color:#494949;	
	font-size:13px;
	padding:10px;
	/*text-transform:uppercase;*/
	border-bottom:1px #efefef dotted;
	margin-bottom:5px;
	padding-left:40px;
	background:url(../images/h1_left.jpg) center left no-repeat;
	width:100%;
}
h2
{
	color:#494949;
	font-size:12px;
	padding:2px 10px;
}
h3
{
	color:#ff6600;
	font-size:11px;
	padding-left:10px;
}
#wrapper
{
	margin:0px auto 0px auto;
	width:790px;
	background-color:#fff;
	overflow:hidden;
	
}
#header
{
	background-color:#fff;
	height:200px;	
	background:url(../images/header.jpg) top center no-repeat;
}
#wrapper_top
{
	background-color:#fff;
	height:22px;
	background:url(../images/outer_edge.jpg) bottom center no-repeat;
	
}
#outer_edge
{
	background-color:#fff;
	height:28px;
	background:url(../images/outer_edge.jpg) bottom center no-repeat;
}
#footer
{
	clear:both;
	background-color:#fff;
	height:40px;
	background:url(../images/footer.jpg) bottom center no-repeat;
	text-align:center;
	padding:10px 0px 0px 0px;
}
#footer p
{
	color:#aaa;
}
#outer
{
	width:806px;
	/*height:100%;*/
	margin:0px auto 0px auto;
	background:#fff url(../images/outer.jpg) top center repeat-y;
}
#main a img
{
	border:0px;
}

#main li
{
	/*color:#ff6600;
	font-weight:bold;
	font-size:11px;*/
	/*padding:2px 0px 2px 0px;*/
	/*font-size:1em;*/
	line-height:234%;
	padding:0px 4px;
}

#main p
{
	font-size:12px;
	line-height:160%;
	padding:5px 10px 5px 10px;
}
#nav 
{
	background:url(../images/navback.jpg) top center no-repeat;
	width:680px;
	height:30px;
	margin:0px auto 0px auto;
	
}
#nav ul
{
  height:30px;
  line-height:29px;
}
#nav ul li
{
	display:inline;
	list-style-type:none;
	padding:0px 20px 0px 20px;
	padding:0px 7px;
	vertical-align:middle;	
	line-height:210%;
}

/***tabs**/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	background: #efefef;
	background:#C9C299;
	background:#ECE5B6;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	/*border: 1px solid #fff;*/ /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;

}
ul.tabs li a:hover {
	/*background: #ccc;
	background: #e0e0e0;
	background:#92C7C7;
	background:#FAF8CC;*/

}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_container ul li
{
	
}
.tab_content {
	padding: 10px;
	/*font-size: 1.2em;*/
}