@charset "utf-8";
/*---------- Main Page css ----------*/
html { font-size: 100%; }
body {
	/* Green BG Theme */
/*	font: 62.5% Arial, Helvetica, Tahoma, Sans-serif;
	background: #1F2D1B url(/images/main_bg2.jpg) repeat-x;
	color: #1F2D1B;
*/
	/* Black Wood Theme */
	font: 1em/1.3 "Helvetica Neue", "Century Gothic", Helvetica, Arial, sans-serif;
	background: url(/images/main_bg0.jpg) repeat fixed;
	color: #000; /*#333;*/

	/* Clouds Theme */
/*	font: 1em/1.3 "Helvetica Neue", "Century Gothic", Helvetica, Arial, sans-serif;
	background: #49A5BE url(/images/main_bg3.jpg) repeat fixed top center;
	color: #000;
*/

	margin: 0;
	padding: 0;
	text-align:center;	
}

#wrapper {
	width: 880px;
	margin: -210px auto 0 auto;
	text-align: left;        
}
#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4 {
	font-weight: normal;
	color: #716853; /*  #918977;*/
	margin: 10px 0 5px 0;
}
#wrapper h1 { font-size: 2.25em; } /*36px; }*/
#wrapper h2 { font-size: 1.75em; } /*28px; }*/
#wrapper h3 { font-size: 1.5em; } /*24px; }*/
#wrapper h4 { font-size: 1.063em; } /*17px; }*/

#wrapper h1 a, #wrapper h2 a { 
	/*color: #716853;*/
	color: #2F477A;
	/*color: #0202BF;
	text-decoration:none;*/
}
#wrapper h1 a:visited, #wrapper h2 a:visited { color: #716853; /*color: #2F477A;*/ }
#wrapper h1 a:hover, #wrapper h1 a:active, #wrapper h1 a:focus, 
#wrapper h2 a:hover, #wrapper h2 a:active, #wrapper h2 a:focus {
	color: #151515;
	text-decoration: none;
}
/*#wrapper h1 a:hover, #wrapper h1 a:active, #wrapper h1 a:focus { text-decoration: underline; }*/

#wrapper ul { list-style-type:none; }
#wrapper ul ul { list-style-type: circle; }

#header {
	margin:0;
	padding:0;
	background: url(/images/header.png) no-repeat;	
	height: 372px;	
}

#nav
{
    word-spacing: 0.5em;
    font-family: "Myriad Pro Light", "Myriad Pro", Tahoma, Arial, sans-serif;
    letter-spacing: 0.15em;
    position: relative;
    top: 18.1em;
    text-align: center
}
#nav a {
	font-weight: bold;
	font-size: 1.25em; /*20px;*/
	color: #FFF; 
	text-decoration: none;       
}
#nav a:visited { color: #C3C3C3; }
#nav a:hover, #nav a:active, #nav a:focus {
	color: #FFD956;
	border-top: 2px solid #FFD956;
}

#content {
	background: url(/images/content_bg.png) repeat-y;
	padding: 4px 40px 8px 40px;
	list-style-type: none;
}
#content p { margin: 0 0 5px 0; }

#sidebar { 
	background-color: #E9E9EB; 
	font: 0.8em/1.2 "Century Gothic", Arial, sans-serif;
	text-align: left;
	word-spacing: 0.1em;	
	margin: 0 20px 10px 10px;
	padding: 0px 10px 0px 10px;
	float: right;
	width: 200px;
	border-left: 1px solid #918977;
/*	border-bottom: 1px solid #918977;*/
}

#footer { }
#footerTop {
	background: url(/images/footer_top.png) no-repeat;	
	height: 152px;
}
#footerContent {
	background: url(/images/footer_bg.png) repeat-y;	
	padding: 4px 40px 8px 40px;
	font: 0.8em/0.8 "Century Gothic", Arial, sans-serif;
	color: #F5BE87;
	margin: auto;
	text-align: center;
	letter-spacing: 0.2em;
}
#footerContent a {
	color: #69F;
	text-decoration: underline; 
	font-size: 0.9em;       
}
#footerContent a:visited { color: #669999; }
#footerContent a:hover, #footerContent a:active, #footerContent a:focus {
	color: #FFF;
	text-decoration: none;
}
#footerBottom {
	background: url(/images/footer_bottom.png) no-repeat;	
	height: 30px;
	padding : 0;
	margin: 0;        
}

a {        
	color: #0202BF;
	text-decoration: underline;       
}
a:visited { color: #2F477A; }
a:hover, a:active, a:focus {
	color: #151515;
	text-decoration: none;
}

a img {
	border-width: 0;
}

.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearL { clear: left; }
.clearR { clear: right; }
/*---------- end Main Page css ----------*/


/*---------- AdSense css ----------*/
.adFltR {
	float: right;
	padding-left: 8px; 
	margin-left: 8px;
	border-left: 1px solid #918977; 
}
.adFltL {
	float: left;
	padding-right: 8px; 
	margin-right: 8px;
	border-right: 1px solid #918977; 
}	
/*---------- end AdSense css ----------*/


/*---------- Drop Shadow css ----------*/
.dropshadow{
	float:left;
	clear:left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;	
	padding: 0px;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size: 0.875em; /*14px;*/
	margin: 3px;
}
#sidebar .innerbox p{		
	font-size: 1em;
}
.innerbox a img{ max-width: 18.75em; }
/*----------end  Drop Shadow css ----------*/
