@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFF;
	background-image:url(../images/bg_pattern.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;	
}

#container {
	width:880px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	overflow:hidden
}

#header {
	width: 880px; 
	height: 99px;
	float:left;
	background-color:#FFFFFF;
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#menu {
	width: 860px; 
	float:left;
	background-color:#FFFFFF;
	padding:0px 10px 0px 10px;

}

#holder {
	padding: 0px 0px 0px 0px;
	width:880px;
}

#content {
	padding: 0px 10px 0px 10px;
	width:860px;
	float:right;
	background-color:#FFF;
	border-left:1px dotted #999999;
}


#footer {
	width: 860px; 
	height: 29px;
	float:right;
	background-color:#FFF;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 10px;
	background-image:url(../images/sub_bg.gif);
	background-repeat:repeat-x;
}


#final_footer, #final_footer a, #final_footer a:link, #final_footer a:visited, #final_footer a:active, #final_footer a:hover {
	width:900px;
	margin:10px auto 0px auto;
	padding:0px 0px 0px 0px;
	font-size:11px;
	color:#FFF;
	text-align:center;
	line-height:15px;
}

#final_footer a:hover{
	text-decoration: underline;
}

h1{
font-weight:500;
font-size:19px;
color:#FF0000;
line-height:21px;
}

h2{
font-weight:500;
font-size:15px;
line-height:15px;
color:#FF0000;
}

h3{
font-weight:bold;
font-size:12px;
color:#333;
}

a {
color:#999999;
text-decoration:none;
}

a:hover {
color:#FF0000;
text-decoration:none;
}

.large{
font-size:16px;
color:#000000;
line-height:19px;
}


.small {font-size: 10px}


hr {color: #FFF; background-color: #FFF; border: 1px dotted #CCC; border-style: none none dotted;}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin-left: 72px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font:  13px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 3px 0 0;
padding:0;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: #000;
background: #fef5c2 url(../images/color_tabs_left2.gif) no-repeat left bottom;
margin:0 3px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(../images/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #ffdcc6;
}

#invertedtabs a:hover span{
background-color: #ffdcc6;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #c7e6d7;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 10px;
line-height: 10px;
background: #c7e6d7;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

</style>

