/* Link Color Styles */
a:link, a:visited {
	color: #006cb8;
	text-decoration: none;
}
a:hover {
	color: #006cb8;
	text-decoration: underline;
}
a:active {
	color: #006cb8;
	text-decoration: underline;
}
/* Header Background Color */
#header_wrap {
	background: transparent;
} 
/* Header Colors */
h1 {
	color: #006cb8;
}

#sidebar h3 {
	color: #333333;
}
/* Page Navigation Colors */
#header .navigation li a {
	background: #006cb8;
	border: 1px solid #006cb8;
	color: #ffffff;
}
#header .navigation li a:hover, 
#header .navigation li.current_page_item a,
#header .navigation li.current_page_parent a {
	background: #ffffff;
	color: #006cb8;
	border-color: #ffffff;
	text-decoration: none;
}

/* Intro text, Support index */
.introBox{
	background:url(images/commentBox_bg.gif) repeat-y;
	margin:30px 0 0;
}
.introBox .top{
	background:url(images/commentBox_top.gif) no-repeat;
}
.introBox .bottom{
	background:url(images/commentBox_bottom.gif) no-repeat 0 100%;
	padding:0 10px 30px 5px;
	overflow:hidden;
	height:1%;
}
.introBox .column{

	margin:0 20px 0 20px;
	float:left;
	display:inline;
}
.introBox h3{
	font-size:20px;
	line-height: 24px;
	margin:10px 0 6px 60px;
}
.introBox h3 span{
	display:block;
	font-size:5px;
	overflow:hidden;
}

.introBox .info-block{
	margin:25px 0 0;
	width:100%;
	overflow:hidden;
}
.introBox .icon{
	width:60px;
	float:left;
}
.introBox .cover{
	width:140px;
	float:left;
	overflow:hidden;
}

.single hr{
	display: block;
	margin: 30px auto 30px auto;
	width: 90%;
	border: 0;
	background-color: #CCC;
	color: #CCC;
	height: 1px;

}

#searchGuide{
	margin: 3px 0 0 0px;
	font-size: 10px;
	color: #999;
}

.codeToggle{
	background: #FFFBCC url(images/cog.png) no-repeat 5px 5px;
	border: 1px solid #E6DB55;
	padding: 5px 0 5px 10px;
	margin-bottom: 20px;
	font-size: 12px;
}

.codeToggle em{
	padding: 0 0 0 20px;
	font-style:normal;
}