/*	SITE TEMPLATE
-----------------------------------------------
1.	Universal
2.	Template Layout
3.	Branding / Logo elements
4.	Footer elements 
5.	Miscellaneous
----------------------------------------------- */

/*= 1. Universal
----------------------------------------------- */
html {
	padding:0;
	margin:0;
}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background: #FFF;
	color: #666;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
img 	{border: 0; }

.hidden {
	height: 0;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -968px;
	width: 0;
}

/*= 2. Template Layout
----------------------------------------------- */
#tools {
	position:absolute;
	top:106px;
	left:711px;
	width:239px;
	z-index:10000;
	font-size:60%;
	padding:4px 0 10px 0;
	margin:0;
	/*background: #FFF url('../images/site_objects/bg_tools.png') bottom left no-repeat;*/
	}
	
#sitewrapper {
	background: #FFF;
	font-size: 75%;
	margin: 0;
	min-height: 100%;
	position: relative;
	text-align: left;
	width: 968px;
	padding:0;
}

#header {
	display: inline;
	float: left;
	width: 920px;
	padding: 0 18px 0 30px;
	margin:0;
}
html>body #header {
	height:auto;
}
#contentwrapper {
	display: inline;
	float: left;
	margin: 0;
	padding: 10px 18px 0 30px; 
	width: 920px;
}
#contentwrapper #content {
	float: left;
	margin: 0 0 0 20px;
	width: 732px;
	font-size:90%;

}
#contentwrapper div.content {
	float: left;
	margin: 0 20px 0 0;
	width: 546px;

}
#contentwrapper #rightcontent, #contentwrapper div.rightcontent  {
	float: left;
	margin: 0;
	/*padding-top:125px;*/
	padding-top:90px;
	width: 166px;

}

#contentwrapper div.contentwide {
	display:inline;
	float: left;
	margin: 0;
	width: 732px;	

}
#contentwrapper div.contenttable {
	border-top:solid 6px #0099ff;

}
#footer {
	display:inline;
	float:left;
	border-top: solid 6px #01a4e9;
	color:#666;
	clear: both;
	font-size: 85%;
	height:auto;
	margin: 50px 18px 0 30px;
	padding: 8px 0 10px 0;
	width: 920px;
}

/*= 3. Branding / Logo elements
----------------------------------------------- */
#header #branding {
	clear: both;
 	float: left;
	margin: 0;
	padding:0;
	height:70px;
	width: 938px;

}

#header #branding #logo {
	float:left; 
	display:inline;
	background:#FFF;
	padding:0 0 30px 0;

}

#header #artitle {
	float:left; 	
	display:inline;
	width:340px;
	text-align:right;
	margin-top:33px;
}


#header #navigation {

	clear: both;
	float: left;
	width: 938px;
}

/*= 4. Footer elements
----------------------------------------------- */
#footer .copyright {
	float: left;
	padding: 0 0 0 0;
}


/*= 5. Miscellaneous
----------------------------------------------- */