/**
 * LICENSE: GNU General Public License

 * @copyright  GNU General Public License

 * @license    http://www.gnu.org/licenses/gpl.html
*/



body {

	background-color: #FFF;
	margin: 0;	
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #171d1f;
	background-image:url(images/background.gif);
	text-align:center;

}

a:link, a:visited, a:active {

	color: #1119f6;

	text-decoration: underline;

}

a:hover {

	color: #1119f6;

	text-decoration: none;

}

hr {

	margin: 5px 0px 5px 0px;

	color: #603;

	border: 0;

	border-top: 1px solid #603;

	height: 1px;

	width: 580px;

}

h1 {
	font-size: 8px;
	color: #666;
	margin:0 0 0 0;
	padding:0 0 0 0;

}
h2 {
	font-size: 24px;
	font-family:"arial rounded mt bold";
	color: #676767;

}
h3 {
	font-family:"arial rounded mt bold";
	font-size: 19px;
	color: #666;
	text-align:left;
	margin-top:0px;
	border-bottom-color: #00C;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
h4 {
	font-size: 43px;
	font-family:"arial rounded mt bold";
	color: #676767;
	text-align:left;
	margin-top:10px;
	margin-bottom:0px;
}
h5 {
	font-size: 10px;
	color: #666;
	text-align:center;
	font-family:"arial rounded mt bold";
}
h6 {
	font-size: 10px;
	color: #174a58;
	text-align:left;
	margin:0 0 0 0;
	font-family:"arial rounded mt bold";
}

form {

	margin: 0;

}

.header{
	margin-top:-10px;
	width: 100%;
	height:13px;
	margin:0 auto;
	
}

.left-column {

	width: 250px;

	padding-left: 5px;

	float: left;
	
	min-height:800px;
	
	background-color:#676767;

	font-size: 20px;

	font-weight: bold;

	color: #FFF;

	padding-top: 20px;
	
	margin-bottom:0px;
	
	margin-right:10px;
}

.wrapper {

	width:1000px;
	overflow:hidden;
	padding:0 0 0 0;
	margin: 0 auto;
	background-color:#FFF;
	border:#CCC thin solid;
	background-image:url(/templates/allcss/images/wrapper-bg.png);
}

.top{
	float:left;
	width:710px;
	margin-top:10px;
	margin-left:10px;
	text-align:left;
	font-size:29px;
	background-image:url(/templates/allcss/images/24hr-spark.png); background-position:right top; background-repeat:no-repeat;


}

.search_box {

	float: left;

	width: 700px;
	
	color:#FFF;
	
	background-image: url(/templates/allcss/images/24hr-search-bg.png); background-repeat:no-repeat;
	
	text-align:left;
	
	min-height:153px;
	
	padding-left:10px;

	
	
	

}

.search_text{
	margin-left:15px;
	margin-top:20px;
	color:#FFF;
	text-align:left;
	width:300px;
	font-size:16px;
	float:left;
	letter-spacing:1px;
}

.search_text_header{
	margin-left:15px;
	margin-top:3px;
	color:#FFF;
	text-align:left;
	font-size:18px;
	letter-spacing:2px;
	text-shadow: 2px 2px 2px #000;
}

.search_new{
	float:right;
	width:300px;
	text-align:center;
	margin-right:20px;
	margin-top:15px;
}
	

.search_string {

	width: 250px;

	height: 40px;

	font-size: 20px;
	
	margin-top:13px;
	
	border:none;

}

.search_submit {

	width: 255px;

	height: 30px;

	font-size: 20px;
	
	margin-top:5px;
	
	margin-bottom:10px;

}

/*** Navigation Bar ***/
.nav{
	float:left;
	margin-bottom:10px;
	text-align:left;
}


#nav {
	float: left;
	clear: left;
	color: #CCC;
	width:100%;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	list-style: none;
	border-bottom:#ffa200 thin solid;
	width:240px;

}
#nav ul li a {
	font: bold 18px/34px Trebuchet ms;
	padding-left: 16px;
	text-align: left;
	color: #CCC;
	text-decoration: none;
	
	}
#nav ul li a:hover {
	text-decoration: none;
	color: #fff;
	height:30px;
	padding-left:22px;
	text-shadow: 2px 2px 2px #000;
}
#nav ul li#active {
	text-decoration: none;

}
#nav ul li#active a {
	color: #fff;
}

.login{
	float:right;
}

.content {

	float:left;
	width:650px;
	padding-left: 10px;
	padding-right:10px;
	text-align:justify;



}

.footer {

	background-color: #FFF;

	clear: both;

	height: 20px;

	background-image: url(images/footer.jpg);

	background-repeat: repeat-x;

	font-size: 10px;

	color: #666;

	text-align: center;

	line-height: 18px;
	
	margin-top: 20px;

}

.powered_by {

	text-align: center;

	font-size: 10px;

	padding-top: 2px;
	
	margin:auto;

}