/* CSS Document */

html{
	font-size:70%;
}
body{
	margin: 0px;
	height: 101%;
}
#header{
	background-image: url(/help/assets/images/header_bck.jpg);
	padding-bottom: 30px;
	background-repeat: repeat-x;
}
#logo{
	width:780px;
	/*min-width:760px;
	max-width:980px;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	background-image: url(/help/assets/images/showcase_logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	display: block;
}
#logo h1{
	display: none;
}
#wrapper{
	width:780px;
	/*min-width:760px;
	max-width:980px;*/
	margin-right: auto;
	margin-left: auto;
	height: 101%;
	margin-bottom: 25px;
	margin-top: 0px;
}
#container{
	padding-right: 260px;
	padding-left: 20px;
	padding-top: 20px;
}
#sidebar{
	width: 250px;
	float: right;
	margin-top: 10px;
}

/*layout*/
.side_sector{
	margin: 5px;
	padding-bottom: 10px;
	border: 1px solid #efefef;
	background-color: #f7f8f3;
}
.side_sector h3{
	font-size: 1.2em;
	padding: 5px;
	color: #fff;
	background-color: #006699;
	margin: 0px;
}
/*.side_sector p{
}*/
#wrapper ul{
	display: block;
	margin-right: 5px;
	padding-left: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper ol{
	display: block;
	margin-right: 5px;
	padding-left: 20px;
	margin-left: 10px;
	
}
/*#container ul{
}*/
li{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;

}
ul li{
	background-image: url(/help/assets/images/arrow.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 6px;
	padding-left: 10px;
	
}
/* Typography*/
body{
	font-family: Verdana;
	color: #555;
	font-size: 1em;
	line-height: 1.6em;
	background-color: #fff;
}
h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 1.3em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	padding-left: 10px;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #666666;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 10px;
}
h3 a{
	text-decoration: none;
	
}
p{
	padding: 5px;
	margin: 5px;
}
/*aesthetics*/
a{
	color : #006dba;
}
a:hover{
	color : #a13f3f;
}
/*a:visited{
	color : #a13f3f;
}*/
form{
	padding: 10px;
	margin: 0px;
}
/*navigation*/
#nav{
	padding-left: 310px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#nav a {
	font-size: 1.2em;
	text-decoration: none;
	text-transform: capitalize;
	width: 500px;

}
#nav ul li{
	background-image: none;
	margin: 0px;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/*border: 1px solid #efefef;*/
}
/*blogger*/
.post h2{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*.post ul li{
	font-weight: bold;
}*/
#search_results h2{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #efefef;
	padding-left: 10px;
}
.title{
	font-weight: bold;
	font-size: 1.3em;

}
.download_img{
	background-color: #EEEEEE;
}
.bold_me{
	font-weight: bold;
}

