/* BODY STYLES */


body { 

	background: #ebebeb url('/images/bodybg.gif'); 
	color: #666; 
	font-size: 62.5%; 
}

* {
	padding: 0;
	margin: 0;
}
#page { 

	padding: 2em 1.9em; 
	background: #fff; 
	border: 0.1em solid #b5b198;
}

/*---:[ MAIN EKEMENTS LAYOUT ]:---*/

#header {
	border-bottom: 0px double #ddd; 
	clear: both; width: 875px;
}

.top {
	border: none !important;
	text-align: center;
}

#footer { 

	color: #888; 
	border-top: 0px double #ddd; 
	text-align: right; clear: both; }

/* IFRAME */

#iframe

{
	width: 100%;
	height: 315px;
}

#frame

{
	padding-left: 135px;}


/*---:[ GLOBAL ELEMENTS ]:---*/

a {
	color: #B95C00;
}

a:hover {
	
	color: #666;
	text-decoration: none;
	text-align: center;
}

a img {

	border: none;
	text-align: center;
}

#flashheader {

	width:875px;
	margin:auto;
}

#topflash {

	background-image:url(images/topborder.gif);
	height:7px;
	clear:both;
}
#leftflash {

	background-image:url(images/leftborder.gif);
	width:7px;
	height:288px;
	float:left;
	padding:0px;
	margin-left:0px;
}
#contentflash {

	width:862px;
	height:288px;
	padding:0px;
	margin-left:0px;
	float:left;
}
#rightflash {

	background-image:url(images/rightborder.gif);
	width:6px;
	height:288px;
	float:left;
	padding:0px;
	margin-left:0px;
}
#bottomflash {

	background-image:url(images/bottomborder.gif);
	height:6px;
	font-size:0;
	line-height:0;
	clear:both;
}

/*---:[ BLOCKED SECTION HEADERS ]:---*/


#headers {
	
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	background-color: #efefef;
	text-align: left;
	font-size: large;
	font-weight: normal;
	color: #865cb2;
}



/*---:[ IMAGE CLASSES ]:---*/

img.alignleft, img.left { 
	
	float: left; 
}

img.alignright, img.right { 

	float: right; 
}

img.aligncenter, img.center { 

	display: block; 
	margin-right: auto; 
	margin-left: auto; 
	float: none; 
	clear: both; 
}

img.alignnone, img.block { 
	
	display: block; 
	clear: both; 
}

img.frame { 

	background: #eee; 
	border-style: solid; 
	border-color: #ddd;
}

img.stack { 

clear: none !important; 

}

img[align="left"] { 
	
	float: left; 
	clear: left; 
}

img[align="right"] { 

	float: right; 
	clear: right; 
}

img[align="middle"] { 

	display: block; 
	margin-right: auto; 
	margin-left: auto; 
	float: none; 
	clear: both;
}

/*---:[ HEADLINES ]:---*/

h1, h3, h6{
	font-size: large;
	font-weight: normal;
	text-align: left;
	color: #865CB2;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h2 {
	font-size: 1.5em;
	font-weight: strong;
	color: #ffffff;
	text-align: left;
}

h3 {
	font-size: large;
	font-weight: normal;
	color: #8656BA;
	text-align: center;
}

h4, h5 { font-weight: bold; color: #000; display:inline;}

h5 a {
	color: #B95C00;
}

h4 {
	font-size: x-large;
	color: #000;
	font-weight: normal;
}
	
/*---:[ NAVIGATION ]:---*/

#tabs { 

	list-style: none; 
	border: 1px solid #ddd; 
	border-width: 0 0 1px 1px; 
}

#tabs li { 

	margin-bottom: -0.1em; 
	background: #efefef; 
	border: 1px solid #ddd; 
	border-left: 0; float: left; 
}

#tabs .current_page_item { 
	
	padding-bottom: 0.1em; 
	background: #fff; 
	border-bottom: 0; 
}

#tabs a { 

	display: block; 
	line-height: 1em; 
	color: #111; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	text-decoration: none;
}

#tabs a:hover {

	color: #B95C00;
	text-decoration: none;
}

#tabs .current_page_item a { 

	cursor: text; 
}

#tabs .current_page_item a:hover { 

	color: #111; 
	text-decoration: none; 
}

/*---:[ PAGE INFO BOXES - ]:---*/

#indextab {
	
	background-color:#63291b;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#ffffff;
	font-size:1.4em;
	width:100%;
	padding:10px;
	margin-bottom: 1.4em;
	line-height: 1.4em;
}

#indextab_gray {
	
	background-color:#5c6053;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#ffffff;
	font-size:1.4em;
	width:100%;
	padding:10px;
	margin-bottom: 1.4em;
	line-height: 1.4em;
}


#indextab_green {
	
	background-color:#383D15;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#ffffff;
	font-size:1.4em;
	width:100%;
	padding:10px;
	margin-bottom: 1.4em;
	line-height: 1.4em;
}


/*---:[ footer styles ]:---*/

#footer a { 

	color: #888; 
}

#footer a:hover { 

	color: #111; 
}

/*---:[ SELF-CLEARING FLOATS ]:---*/
ul#tabs:after, #content_box:after, .format_text:after { 

	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/*---:[ ADDITIONAL TEXT STYLES ]:---*/

.style1 {
	
	font-size: medium; 
	text-align: right; 
	line-height:1.6;
	
}

.style2 {
	
	font-size: small; 
	text-align: right; 
	line-height:1.5; 
	font-style:italic;
}

.style3 {
	text-align: left;
	font-size: large;
	font-weight:normal;
	color:#000;
}

.style5 {
	text-align: justify;
	font-size: small;
	font-weight:normal;
	font-style: italic;
}

.style6 {
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 1.4em;
	font-weight:normal;
}


.style12 {
	text-align: left;
	font-size: large;
	font-weight: bold;
	color:#999;
}

.black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#ffffff;
	font-weight: bold;
	color: #000;
}
