/* CSS Document */

body{
	padding: 0;
	margin: 0;
	min-width:760px;
	font-family: "Lucida Sans Regular", "Lucida Grande", "Trebuchet MS",  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4F5651;
	color: #FFFFFF;

	}



#container{
	width:760px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;


	}
/* header */
#header{
	height:90px;
	margin-bottom: 15px;
	background-image: url(../_toolbox/header.png);
}
#container #header h1 {
	height:90px;
	width:195px;
	text-indent:-9999px;
	position: absolute;
	top: 7px;
	background-image: url(../_toolbox/logo.png);
	margin-left: 30px;
	background-repeat: no-repeat;
}
#container #header h1 a{
	height:75px;
	display:block;
	background:url(../_toolbox/logo.gif);
}

#container #header img {

}

/* Main Content css */
#main_content{
	margin-left: 30px;
	width: 475px;
	float: left;
}
#container #content #main_content .thumb {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#container #content #main_content a {
	font-size: 10px;
	font-style: italic;
	color: #D59112;
	text-decoration: none;
}

#container #content #main_content p {
	margin-bottom: 10px;
}
#container #content #main_content .articlefoot {
	color: #F29E06;
	margin-top: 5px;
	margin-bottom: 20px;
}


#container #content #main_content .articlefoot a, #container #content #main_content .articlefoot a:visited {
	color: #F29E06;
	text-decoration: none;
	font-size: 12px;
	font-style:normal;
}
#container #content #main_content .articlefoot a, #container #content #main_content .articlefoot a:visited {
	color: #F29E06;
	font-size: 12px;
	font-style:normal;
}
#main_content h2 {
	font-size: 18px;
	color: #F29E06;
	margin-bottom: 5px;
}
#main_content h3 {
	color: #F24206;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F24206;
	font-size: 14px;
	margin-bottom: 10px;
}

/* navigation */
#container #navigation {
	position: absolute;
	width: 500px;
	overflow: visible;
	height: 20px;
	margin-left: 260px;
	top: 0px;
	padding-top: 55px;

}

#container #navigation li {
	float:left;
	margin-right: 25px;
	font-size: 14px;
	
}

#container #navigation li a, #container #navigation li a:visited {
	display:block;
	color: #FFFFFF;
	text-decoration: none;
}
#container #navigation li a:hover {
	display:block;
	color: #0A5594;
	text-decoration: none;
}

/*footer */
#footer {
	width:760px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;

}
#footercontainer {
	background-color: #555C56;
	background-image: url(../_toolbox/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 125px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #494F4B;
}
#footer .footcolumn {
	float: left;
	width: 160px;
	margin-left: 30px;
	font-size: 10px;
}

#footer .footcolumn h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #494F4B;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#footer .footcolumn a, .footcolumn a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footcolumn a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#footer .footcolumn p {
	margin-top: 5px;
}

/*sidebar */
#sidebar {
	float: right;
	width: 230px;
	background-image: url(../_toolbox/sidebarbgnd.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#container #content #sidebar h2 {
	color: #FF7400;
	padding-left: 10px;
}


#sidebar img {
	padding: 10px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #FF7400;

}

/* form*/
.addcomment {
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 10px;
	display:none;}
.addcomment2 {
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 10px;
	display:block;}

.addcomment label, .addcomment2 label {
text-align:right;
width: 125px; 
display: block; 
float: left; 
clear: left; 
		padding-top: 5px;
margin-right: 3px; 
cursor: pointer;
font-weight:bold;
color: #999999;
}

.addcomment input[type="submit"], .addcomment2 input[type="submit"]  {
margin-left:75px; 
	font: 12px Arial, Tahoma, Verdana;
	color: #CCCCCC;
	background-color: #4F5651;
}
.addcomment input[type="text"], .addcomment2 input[type="text"] {
	width: 300px;
		padding: 5px;
	border: 1px solid #999999;
	font: 12px Arial, Tahoma, Verdana;
	color: #CCCCCC;
	background-color: #4F5651;
}
.addcomment textarea, .addcomment2 textarea {
	width: 300px;
	height:100px;
	padding: 5px;
	border: 1px solid #999999;
	font: 12px Arial, Tahoma, Verdana;
	color: #CCCCCC;
	background-color: #4F5651;
}
#main_content .addcomment h3, #main_content .addcomment2 h3 {
	color: #999999;
	font-size: 16px;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
/*comment*/
#main_content .comment{
	color: #999999;
	text-decoration:none;
	}
#container #content  #main_content .comment a:link, .comment a:visited{
	color: #999999;
	text-decoration:none;	font-size: 12px;
	font-style:normal;}

#container #content  #main_content .comment a:hover{
	color: #666666;
		font-size: 12px;
	font-style:normal;}

#main_content .comment h3 {
color: #999999;
	font-size: 16px;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
	
.comment h4{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	padding-bottom: 3px;	

}

.comment h4 em {
	border-right:1px dotted #666666;
	margin-right:9px;
	padding-right:10px;
	font-style: normal;

}

/* utility classes*/
.clear{
clear:both;
}
.contactcolor {
	color: #FF7400;
}
.linkscolor {
	color: #FFA400;
}
.blogcolor {
	color: #FF4000;
}
.newscolor {
	color: #00A0C6;
}
#container #content #main_content .commentsubmitted {
	height: 40px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFAA00;
	border-bottom-color: #FFAA00;
	background-color: #333333;
	text-align: center;
	margin-bottom: 20px;
}

