/* global */

  body{ 
		background:#6D934D url(../images/body-bg.png) repeat-x;
    	font:11px tahoma;
		color:#333;
		line-height:160%;
		margin:0;
		padding:0;
		text-align:center;
		
		
       }

    /* headings */
        h1{
		font-size:28px;
			font-weight:bold;
			padding-bottom:10px;
			border-bottom: 1px dotted;
            }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0 5px;
			line-height: 19px;
			}	
        h2{            
			font-size:28px;
			font-weight:bold;
			padding-bottom:10px;
			border-bottom: 1px dotted;
            }	
        h3{          
			font-size:20px;
            }
        h4{          
			font-size:120%;;
            }				
    /* // headings */

    /* image replacement */
        .graphic, #header h1, #intro h3{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, ul:after, .fixed:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
			
		.read-on{
			background:transparent url(../images/title-bg.png) repeat-x scroll 0 60%;
border:1px solid #666666;
display:block;
font-family:arial;
font-weight:bold;
margin-right:10px;
margin-top:5px;
padding:0 10px 0;
width:75px;
cursor:pointer;
}
   
   
		#content, ul, .fixed{
			display:block;
			}
		/*  \*/
		#content, ul, .fixed{
			min-height:1%;
			}
		* html #content, * html ul, * html .fixed{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#1a6075;
            }
        a:hover{
			color:#999;
            }			
		table, input, textarea, select, li{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#333;
			}				
		blockquote, ul, ol, form{
			margin:1em 0;
			}
			p{
				margin-top:10px;
				margin-bottom:10px;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}	
	
	/* // HTML Tags */	
	
/* // Global */

/* page setup */

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:952px;
		
		
		}
		
		#top-bar{
			height: 35px;
			margin: 0;
			padding: 0;
			background: #FFFFFF url(../images/topbarbg.png) repeat-x scroll 0 0;
			border-bottom:1px solid #486E6F
			font-size:14px;
		}
		
		.handle{
			background:transparent url(../images/phone-hand.png) no-repeat scroll 100% 0;
      height:28px;
    padding-right: 32px;
    position: relative;
    right: 0;
    font-size: 14px;
    color: #fff;
    line-height:28px;
    font-weight:lighter; float:right;
	margin-left:40px;
		}
		
		#top-bar p{
			line-height:15px;
      text-indent:10px;
      font-weight:bold;
      float: left;
		}
		
		#top-bar img{
			float: right;
			margin-right:5px;
		}
		
		
		#top-bar .right{
			float: right;
			overflow:hidden;
      width:300px;
      padding:3px;
		}
	 
	#header{	
		clear:both;
height:425px;
		background: #f2f2f2;
		}	
		
		.header-top{
			background: #222222;
			width: 100%;
		}
		
	#header .top-img{
		background: url(../images/shadow.png) no-repeat scroll left bottom;
	margin-left:12px;
  overflow:hidden;
  padding:5px 5px 15px;
	}	
	
	
	#home #header{
		}						
	#content{
background:#fff url(../images/col-l.png) repeat-y 75% 0;
		}	
		
		#content img{
			padding: 4px;
			background:#DDDDDD none repeat scroll 0 0;
      border:1px solid #CCCCCC;
    }
    
		#content h2{
			color: #7DAF32;
			font-size:22px;
		}
		
	.main{
		float:left;
		width:665px;
		margin-left:17px;
		
		}											
	.right-col{
		float:right;	
		width:225px;	
		background: #fff;
		padding-bottom:20px;
		padding-top:7px;

		}
	#footer{
		background:url(../images/footer-bg.png) repeat-x scroll 0 0;
		padding:4px;
		font-size:11px;
		color:#fff;
		line-height:4px;
		}	
	#footer .side{
		width:177px;
		}				

/* //page setup */



	
/* //navigation elements */

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
height:32px;
background:#222222;
}

#nav a{
display:block;
padding:0px 12px;
color:#888888;
text-decoration:none;
font-size:13px;
text-transform:uppercase;
font-weight:bold;
}

#nav a:hover{
/*background-color:#000000;*/
color:#fff;
}

#nav li{
float:left;
position:relative;
line-height:32px;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:2.9em;
}

#nav li ul a{
height:auto;
float:left;
width:190%;
background: #222222;
border-bottom:1px solid #2D2D2D;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 30px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/* header */

	#header h1{
		position:absolute;
		margin:0;
		padding:0;
		width:241px;
		height:84px;
		top:37px;
		left:50px;
		}
	#header h1 a{
		display:block;
		height:84px;
		}
	#meta{
		position:absolute;
		float:left;
		margin:0;
		width:388px;
		overflow:hidden;
		height:39px;
		line-height:36px;		
		top:0;
		right:0;
		text-align:center;
		font-size:12px;
		background:url(../images/bg_meta.gif) no-repeat 0 0;	
		}				
	#meta a{
		text-decoration:underline;
		}	
						
				

/* // header */

/* content */
	
	.right-col .link a{
		float:left;
		height:24px;
		line-height:24px;			
		background:#f8f8f8;
		font-weight:bold;
		border-bottom:2px solid #e8e8e8;
		padding:0 10px;
		}	
	.right-col .link a:hover{
		border-bottom:1px solid #f1f1f1;
		border-top:1px solid #fff;			
		}	
	.summary{
		font-size:15px;
		padding:1em 30px;
		background:#f8f8f8;
		line-height:160%;
		}
	.note{
		padding:1em 30px;
		background:#5b8a9a;
		line-height:160%;
		border:1px solid #ccc;	
		color:#fff;
		font-weight:bold;
		}	
			

	/* // intro & preview */							
	
		#intro{
			/*background:#c9c9c9 url(../images/bg_intro.gif) no-repeat 0 0;*/
			min-height:258px;
			overflow:hidden;
			padding-left:5px;
			}		
		* html #intro{		
			height:258px;
			}				
		#intro h3{ 		
			height:80px;
			}	
		#intro p{ 
			margin:.5em 0px;
			line-height:160%;
			}	
		#intro p.link{
			margin-top:2em;
			}
		#intro p.link a{ 
			display:block;
			float:none;
			height:50px;
			line-height:50px;
			background:#fff;					
			text-align:center;
			font-size:20px;
			font-weight:bold;
			letter-spacing:-0.05em;
			border-bottom:2px solid #aaa;
			}			
		#intro p.link a:hover{ 
			margin-top:2px;
			color:#333;
			border-bottom:1px solid #aaa;
			}		
			
			#newsletter{
				background: #222;
				width: 190px;
				border:1px solid #CCCCCC;
        		padding:4px 10px 20px;
				color:#fff;
				height:100px;
			}			
			
			
			#newsletter img{background:none;
			border:none;}

		
	/* // intro & preview */						

	/* blog excerpt list */	
	
		ul.blog,  
		ul.blog li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.blog{
			border-top:1px solid #e5e5e5;
			}	
		ul.blog li{
			border-bottom:1px solid #e5e5e5;
			background:#f8f8f8;
			padding:1em 30px;
			margin-bottom:1px;
			}	
		ul.blog li p{
			margin:.5em 0;
			}	
		ul.blog li h3{
			margin:.5em 0 .25em 0;
			}				
		ul.blog li p.info{
			font-size:10px;
			margin:0 0 1em 0;
			border-bottom:1px solid #e5e5e5;
			}				
		ul.blog li .link{
			margin-top:1em;
			height:24px;
			line-height:24px;			
			}	
		ul.blog li .link a{
			float:left;
			height:24px;
			line-height:24px;			
			background:#fff;
			font-weight:bold;
			border-bottom:2px solid #f1f1f1;
			padding:0 10px;
			}	
		ul.blog li .link a:hover{
			border-bottom:1px solid #f1f1f1;
			border-top:1px solid #f8f8f8;			
			}												
	
	/* // blog excerpt list */

	/* form */
																				
		form{
			margin:1.5em 0;
			padding-top:.5em;
			background:url(../images/bg_line.gif) no-repeat 0 0;
			}
		fieldset{
			margin:0;
			padding:0;
			border:none;
			}			
		legend{
			display:none;
			}			
		label{
			float:left;
			width:120px;
			margin-left:30px;
			}	
			
		textarea{
			height:120px;
			overflow:auto;
			}						
		form p{
			clear:both;		
			margin:0;
			padding:8px 0;
			background:#f8f8f8;
			margin-bottom:1px;
			}	
		form p.submit{
			background:none;
			text-align:right;
			}				
		
		button{
			border:none;
			padding:5px 15px;
			margin:0;
			background:#5b8a9a;	
			color:#fff;
			font-weight:bold;
			font-size:15px;
			cursor:pointer;
			text-transform:uppercase;
			}										
					
		
		.tb-focus {
    border: 1px solid #cccccc;
		
	}
    
	.tb-focus:focus {
    background-color: #222;
	border: 1px solid #cccccc;
	color:#fff;
	}
	
	
		
	.tb-focus1 {
    border: 1px solid #cccccc;
	height:28px;
	font-size:20px;
		
	}
    
	.tb-focus1:focus {
    background-color: #9dc15c;
	border: 1px solid #222;
	color:#fff;
	}
	
	/* // form */		

/* // content */

/* footer */

	#footer .main{
		float:left;
		display:inline;
		width:500px;
		margin-left:47px;
		}	
	#footer a{
		color:#fff;
		text-decoration:underline;
		}					
		

	ul#footerNav{
		float:right;
		margin:4px;
		padding:0;
		}
	#footerNav li{
		display:inline;
		padding:0;
		list-style:none;
		}	
	#footerNav li a{
		text-decoration:underline;
		margin-right:4px;
		}					

/* // footer */

/* more heading */
span.orange{color:#DD6000;font-size:11px;font-weight: bold;}
span.red{color: #E60000;font-weight: bold;font-size:11px;margin-bottom: 5px;}
span.blue{color: #003366;font-weight: bold;font-size:11px;margin-bottom: 5px;}
span.white{color: #fff;font-weight: bold;text-transform: uppercase;font-size:10px;margin-bottom: 5px;margin-top: 10px;}
span.blue-news{color: #003366;font-weight: bold;text-transform: uppercase;font-size:10px;margin-bottom: 5px;}
span.heading{color: #003366;font-family: "Lucide Sans Unicode","Lucida Grande",Arial,sans-serif;font-size:12px;font-weight: bold;text-transform: uppercase;}
span.orange2{color: #DF851B;font-weight: bold;font-size: 12px;font-style: italic;line-height: 20px;}
span.grey2{color: #666666;font-size: 14px;font-style: normal;line-height: 20px;font-family:arial;}
span.b {color: #0E67B5;}
span.g {color: #486e6f;}
.article_separator{border-bottom:1px dotted #CCCCCC;display:block;height:10px;margin:0 0 10px;}

/* contact */
#cont {margin-top: 10px; padding: 4px; overflow: hidden; }
#cont .wrapped {clear: left;}
#cont .ph {float: left;margin-right:5px;}

.clr{clear:both;}

.boxborder{border: thin solid rgb(204, 204, 204); padding: 5px;}


#hrsrates{float:left; margin-left:30px; font-weight:bold;}
#courselayout{float:left; margin-left:30px; font-weight:bold;}
#cherokeestaff{float:left; margin-left:30px; font-weight:bold; width:190px;}

#cherokee_lession{float:left; margin-left:30px; font-weight:bold; width:250px;}

#plantation_lession{float:left; margin-left:30px; font-weight:bold; width:350px;}
#plantation_lession2{float:left; margin-left:30px; font-weight:bold; width:250px;}


.labeltxt {
	 color:#333; font-size:18px; 
	 vertical-align:middle;
	 margin-right: 0px;
	 float:left;
	 width:130px;
	 }
	 
.strongtxt{
	font-weight:bold;
}	

