/* CSS Document */
/* DIGITAL CONVERSION ---------------------------*/




	
/* CLEAR FIX ---------------------------*/	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

.clearthis {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
	color: #f00;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.StyleSheetHiddenPlaceHolder  {
	display : none;
}


/* TEXT SETTINGS ---------------------------*/	

html{
	overflow:-moz-scrollbars-vertical;
}

body, div, p, table, th, tr, td, ul, ol, li, h1, h2, h3{
font-family: Tahoma, Arial, Sans-Serif, Geneva, Verdana;		
font-size:94%;	
}

BODY {
	margin:0px 0 10px 0;
	padding:0px 0 2em 0;
	background-color: white;
	}
		
a {
	color:#666666; 
	/*padding:0 0 2em 0;
	margin:0 0 .7em 0;*/
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}

h1 {
	font-size:150%;
	color:#666666;
	padding:0 0 0em 0;
	margin:0 0 0em 0;
	/*display: none;*/
	}
	
h2 {
	font-size:128%;
	color:#BDCD00;
	padding:0 0 0 0;
	margin:0 0 15px 0;
	}

h3 {
	font-size:117%;
	color:#BDCD00;
	margin:0px 0 0.5em;
	}
	
h4 {
	font-size:140%;
	color:#dc6e0e;	
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
	
h5 {
	font-size:105%;
	color:#666666;
	padding:0 0 .6em 0;
	margin:0 0 .3em 0;
	}	
	
h6 {
	font-size:105%;
	color:#666666;
	padding:0 0 .6em 0;
	margin:0 0 .3em 0;
	}
	
p  {
/*	font-size:92%;*/
	font-size:88%;	
	color:#666666;
	line-height:1.2em;
	padding:0 0 .8em 0;
	margin:0 0 .5em 0;
	font-weight: normal;
	}
	
p span{
	color:#BD2F92;
	font-weight:bold;
	}
	
	
div.hr {display: none}
/*/*/a{}
div.hr {
	display: block;
	height: 25px;
	background-image: url(images/hr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 1em 0 2em 15px;
	width: 70%;
}
hr {display:none}
/* */	



/* IMAGES ---------------------------*/		
img { 
	border: none; 
	}

img.left { 
	float:left; margin:5px .7em 0 0;
	width:auto;
	padding:0 
	}	
	
.wide img.left { 
	margin:0px .7em 0 0;	
	}

img.right { 
	float:right; margin:5px 5px .5em .7em; 
	width:auto;
	}
	
img.middle { vertical-align:middle; width:auto;}


/* MAIN NAV ---------------------------*/	
#nav{
	float:left;
	width:150px;
	border:0px solid red;
	padding: 0 0 0 15px;
	text-align: left;
	vertical-align: bottom;
	background: url(images/navborder.gif) repeat-y left top;
	}
	
	#nav ul {
	margin:0 0 0 0;	
	padding:0;
	font-size:170%;
	/*background-color: #D9D8C1;*/
	}
	
	#nav ul li {
	list-style-type:none;
	margin:0 0 0 0;

	padding:12.px 0 0 0;
	padding: 9px 0 0 0;
	}
	
	#nav ul li a, #nav ul li a:visited{
	text-decoration:none;
	color:#666;
	}
	
	#nav ul li a:hover{
	text-decoration:none;
	color:#999999;
	padding-right: 10px;
	background: #FFFFFF;
	}
	
	/* this state ---------------------------*/	
		#nav  ul.lhs li.this {
		display: block;
		margin:0;
		}
	
		#nav ul.lhs li.this a, #nav ul.lhs li.this a:visited{
		color:#c6d41e;
		padding-right: 10px;
		}
	
		#nav ul.lhs li.this a:hover{
		text-decoration:none;
		}
	
		#nav ul.lhs li a img{
		float:right;
		margin:.4em .1em 0 0;
		border: none;
		/*margin:-12px 0 0 0;*/
		}
	
		#nav ul.lhs li.this a, #nav  ul.lhs li.this a:visited {
		color:#c6d41e;
		font-weight: normal;
		margin-right: 10px;
		}

	/* bottom ---------------------------*/	
		#nav  ul.lhs li.this {
		display: block;
		margin:0;
		}
	
		#nav ul.lhs li.this a, #nav ul.lhs li.this a:visited{
		color:#c6d41e;
		padding-right: 10px;
		}
	
		#nav ul.lhs li.this a:hover{
		text-decoration:none;
		}
	
		#nav ul.lhs li a img{
		float:right;
		margin:.4em .1em 0 0;
		border: none;
		/*margin:-12px 0 0 0;*/
		}
	
		#nav ul.lhs li.this a, #nav  ul.lhs li.this a:visited {
		color:#c6d41e;
		font-weight: normal;
		margin-right: 10px;
		}




/* STRUCTURE ---------------------------*/		
#wrap{
	width:650px;
	padding: 65px 65px 0;
	margin:0px auto;
	text-align:left;
	font-size:90%;
	background: #FFFFFF url(images/bg_header.gif) no-repeat top;	
	}	

#headerlogo {
	padding: 0 0 20px 0;
	width:485px;
	height: 136px;
	text-align:top;
	float: left;
	}
	#headerlogo h1 a, #headerlogo h1 a:visited{
	display:block;
	background:url(images/logo.gif) no-repeat;
	width:278px;
	height:136px;
	text-indent:-3000em}

	#headerlogo a {color:#333;}
	#headerlogo a:hover {color:#333; text-decoration:none;}


	
#content{
	width:650px;
	margin: 0 auto 20px;
	padding: 10px 65px 90px;
	background: url(images/bg_footer.gif) no-repeat bottom;
	}
		
/*	#content img{
	margin:0 0 15px 0;
	padding:0;
	}*/
		
/*	#content p{
	margin:0 0 15px 0;
	padding:0;
	width:520px;
	}
	
/*	#content a {color:#red;}
	content a:hover {color:#red; text-decoration:none;}	*/
	
	#content ul{
	margin:0 0 10px 0;
	padding:0;
	}
	
	#content li {	
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
	}	

#footer{
	width:780px;
	padding: 0 0 0 0;
	text-align: center;
	margin: 0 auto 20px auto;
	color: #999;
	height: 200px;
	background: url(images/bg_footer.gif) no-repeat top;
	}
			
	#footer a {color:#999;}
	#footer a:hover {color:#999; text-decoration:none;}		
