/* @group Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, hr,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;}
body {
	line-height: 1;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {background: none;border: 0;clear: both;display: block;float: none;font-size: 0;list-style: none;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.clearfix:after {clear: both;content: '.';display: block;visibility: hidden;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* @end Reset */

/* @group Typography Helper Styles */

body {
	behavior: url("../2010/css/css/csshover3.htc");
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

/* Headings */

strong,
em,b,
i,
abbr,
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 1.2em 0;
}

p {
	margin: 10px 0px;
}

/* Structure 
====================== */

.topbar h1 {
	position: relative;
	padding: 0px;	
	margin: 0px;
}
.topbar h1 span a {
	float:left;
	height: 300px;
	width: 300px;
	text-decoration:none;
	text-indent:-9999px;
}
.topbar {
	position: relative;
	
	padding-top: 70px;
}

#main-body {
	clear: both;
	width: 940px;
	background: url(../images/2010/midsec.png) repeat-y;
	margin-top: 108px;
}
#main-body .inside{
	margin: 0;
	padding: 0 10px;
	
}

	/* LEFT HAND CONTENT AREA */

#contentHome {
	float: left;
	width: 780px;
}
#content {
	padding: 20px 10px 0;
	margin: 0 200px 0 210px;
}
#contentaution {
	padding: 20px 10px 0;
	margin: 0 30px 0 210px;
}
#contentg {
	margin: 0 30px 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#content .inner{
	margin: 0;
	padding: 0 15px 0 20px;
	}
/* SIDE BAR */
	#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 20px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 50px;
	padding-right: 10px;
}


/* Footer 
==========================*/
.tc{
	float:left;
	padding-top:25px;
	padding-left: 90px;
}
#mainlevel {
	padding-top:10px;
	text-align:right;
	padding-right: 70px;
}

#mainlevel ul {
	display: block;
	list-style-type: none;
	color:#ffffff;
}

#mainlevel li {
	cursor: default;
	display: block;
	list-style-type: none;
}
#mainlevel li a{
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
} #mainlevel li a:visited{color:#ffffff;
	text-decoration: none;
}
#mainlevel li a:hover{color:#ffffff;
	text-decoration: underline;
}
