/**
* CSS Document
* Business Website Styles
**/

html {
	font-size: 72.5%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	/*font: 1.1em/1.4 Verdana, Arial, Helvetica, sans-serif;*/
	font: 1.1em/1.4  arial, sans-serif;
}
/* business template layout */
.wrap {
	width: 76em;
	margin:0 auto 0;
	
}
#header {
	background-color: #fff;
	margin-top: 1em;
}
#sidebar{
	float: right;
	width: 25em;
}
#menu{
	display:none;
}
#footer{
}
/* cws-business and marketing*/
#business_logo{
	padding: 0.5em;

}

/* content structure */

#header h1{
	display: none;
}
#container {
	border: 1px solid #3399CC;
}
#content{
	padding: 2em;
}
#content ul {
}
#content ul li{
}

/*global classes*/

.clear {
	clear:both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}
#header h2 {
	color: #fff;
	margin:1em 0 0 -0.1em;
	background: #fff url(/dashboard/assets/titleback.jpg) no-repeat right bottom;
	float: left;
	padding: 0em 4em 0em 1em;
	position: relative;
	overflow: hidden;
	font: 1.3em/2 Geneva, Arial, Helvetica, sans-serif;
}
a{
	color: #006699;
}
a:hover{
	color: #FF9900;
}
p img{
	

}
/*html tags*/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h2{
	color: #555;
}
h3{
	display: block;
	font-size: 1.3em;
}
#on-this-page{
	margin: -3em 0px 0px 1em;
	padding: 0em;
	float: right;
	border: 1px solid #ace;
	width: 22em;
	position: relative;
	z-index: 1;
}
#on-this-page dt {
	font-weight: bold;
	color: #07519A;
	background: #ebf3fb;
	padding: 0.5em;
	margin:0;
	border-bottom: 1px solid #ace;
	font-size: 1.2em;
}
#on-this-page dd{
	margin: 0;
	padding: 1em;
}
#on-this-page dd ul{
	padding:1em;
	margin: 0;
}
#on-this-page dd ul li{
	font-size: 1.1em;
}
#on-this-page dd ul li a{

}
.tn img{
	border:none;
}
.tn {
	margin: 1em;
	border: 1px solid #efefef;
	padding: 1em;
	display: block;
	float: right;
}
.tn:hover{
	border: medium solid #EBF3FB;
}
