/* CSS Document */

/**************Html Tag Styles********************/
#wrapper {
	
	
}

#header{
	width:100%;
	height:50px;
	text-align:center;
	background-color:#ffffff;	
	border: 1px solid #000000;
	padding:2px 0px 2px 0px;
	margin-bottom:5px;
}


#nav{
	float:left;
	width: 20%;
	height:500px;
	text-align:left;
	background-color:#ffffff;	
	margin-bottom:5px;
	border: 1px solid #cccccc;
	padding:3px 3px 3px 5px;
}

#main{
	float:left;
	width: 63%;
	height:820px;
	padding:3px 3px 3px 3px;
	text-align:left;
	border: 1px solid #000000;
	background-color:#ffffff;
	margin-left:4px;
	margin-bottom:5px;
}

#right_side{
	float:right;
	width: 14.5%;
	height:820px;
	text-align:left;
	background-color:#cccccc;
	margin-bottom:5px;	
}

#footer{
	
	width:100%;
	height:50px;
	font:  bold 12px Arial, Helvetica, sans-serif;
	clear:both;
	background-color:#99cccc;	
	
}


a:link, a:visited, a:hover{	
	color:#006699;
	text-decoration:underline;
	}
	
a:hover{
	text-decoration:none;
	}
	

	
h1 {
	font-family:Arial, sans-serif;
	font-size:150%;
	color:#000000;
	padding-bottom:2px;
	padding-top:2px;
	padding-right:2px;
	padding-left:2px;
	}



h2 {
	font-family:Arial, sans-serif;
	font-size:100%;
	color:#000000;
	width:65%;
	background-color: #cca404;
	padding-bottom:2px;
		padding-top:2px;
		padding-right:2px;
		padding-left:2px;
	}
h3 {
	font-family:Arial, sans-serif;
	font-size:90%;
	color:#000000;
	width:60%;
	
	padding-bottom:2px;
		padding-top:2px;
		padding-right:2px;
		padding-left:100px;
	}
	
	
p {
	padding: 0px 0px 0px 0px;
	font-family:Arial, sans-serif;
	font-size:90%;
	color:#000000;
	text-indent:0px;
	}
	
	
.text {
	padding: 0px 0px 0px 0px;
	font-family:Arial, sans-serif;
	font-size:90%;
	color:#000000;
	
	}
	
	
	
	
	
.strong {
			
			font-weight:800;
			
			}	
	.strongorange {
			
			font-weight:800;
			
			}			
			
			
	
	ul{
	list-style-type:square;
	font-family:Arial, sans-serif;
	font-size:90%;
	color:#000000;
	}
	
	ul ul{
	list-style-type:square;
	font-family:Arial, sans-serif;
	font-size:90%;
	color:#000000;
	}
	ol{
	
	font-family:Arial, sans-serif;
	font-size:90%;
	color:#000000;
	}
	
/*****navbar styles******/
	#leftnavbar ul a:link, #navbar ul a:visited {display: block;}
	#leftnavbar ul {list-style: none; margin:0; padding: 0;}
	/*IE hack */
	#leftnavbar li, {border-bottom: 1px solid #EEE;}
	/*fix browsers not needing hack*/
	html>body #leftnavbar li {border-bottom: none;}


#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #000000;
	font-size: 80%;
	
}
.top_adwords{
	float:left;
	padding-right:0px;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
	
	font-size:85%;
	color:#000000;
	width:270px;
	height:260px;
	border: 0px solid #cccccc;
	}




.sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #000000;
	font-size: 85%;
	}
.sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

.sectionLinks a {
	display: block;
	border-top: 1px solid ##666666;
	padding: 1px 0px 1px 10px;
	background-color:#ffffff;
	/*background-color:#eef4fa;*/
}

.sectionLinks a:hover{
	background-color: #dddddd;
}	
	
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid ##666666;
	padding: 2px 0px 2px 10px;
	background-color:#ffffff;
	/*background-color:#eef4fa;*/
}

#sectionLinks a:hover{
	background-color: #dddddd;
}











