/*-----------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,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*-------------General-------------*/
a {text-decoration:none;}

a:link 	  {color: #ff6600}
a:visited {color: #ff6600}
a:hover   {color: #990000; text-decoration:underline;}
a:active  {color: #FF9C00}

p {
	margin-top:9px;
}

h1 {
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: .2em;
	letter-spacing: .1em;
}

h2 {
	font:100 20px/22px Helvetica, Arial, Verdana;
	margin:0px;
	color:#666;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: .2em;
	letter-spacing: .1em;
	color: #34353e;
}

h4 {
	font:100 14px/16px Helvetica, Arial, Verdana;
	margin:0px;
}

h5 {

}

.break {
	clear:both;
	margin:6px 0;
	border-top:3px solid #ccc;
}

.clear {clear:both;}
.alignleft {float:left;}
.alignright{float:right;}


/*-----------Block Level Elements--------------*/

Body {
	color: black;
	background:#ff9900;
	text-align: left;
	font: 100 11px/16px Verdana, Arial, sans-serif;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background-image:url(http://www.cschons.com/wp-content/themes/cschonsWork/images/bg.gif);
	background-position:top center;
	background-attachment:scroll;
}

#page {
	width: 900px;
	margin:0 auto;
	background-image:url(http://www.cschons.com/wp-content/themes/cschonsWork/images/pageBG.png);
	background-repeat:repeat-y;
}


#headerLogo {
	width:900px;
	height:40px;
	background-image:url(http://www.cschons.com/wp-content/themes/cschonsWork/images/headLogo.jpg);
	background-repeat:no-repeat;

}

#headerNav {
	width:900px;
	height:64px;
	background-image:url(http://www.cschons.com/wp-content/themes/cschonsWork/images/headerNavBG.gif);
	background-repeat:no-repeat;
}

#headerNav a img {
	float:left;
	padding-left:32px;
	clear:left;
}


#sidebar {
	float:left;
	width: 160px;
	hieght: 600px;
	margin:10px 0 0 30px;
	background-image:url(http://www.cschons.com/wp-content/themes/cschonsWork/images/sidebar-bg.gif);
}

#content {
	float: right;
	width: 600px;
	margin-right:70px;
	margin-top:10px;
}



/***********LOWER GRAPHICS and FOOTER *************/
#lower {
	width:100%;
	background-image:url(http://www.cschons.com/wp-content/themes/cschonsWork/images/footWrapBG.png);
	background-repeat:repeat-x;

}

#lower-img {
	width:900px;
	height:186px;
	margin:0 auto;
	background-image: url(http://www.cschons.com/wp-content/themes/cschonsWork/images/footerBG.png);
	background-repeat:no-repeat;
}	

#footer {
	width:870px;
	margin:0 auto;
	padding-top:6px;
	padding-bottom:150px;
	border-top:2px solid #fff;
	text-align:right;
	color:#fff;
	font-size:.9em;
	text-transform:uppercase;
	
}



/*--------------Sidebar------------*/


#sidebar ul {
	margin:2px 0 10px 0;
}

#sidebar h2 {
font:100 14px/16px Helvetica, Arial, Verdana;
	padding:6px 10px;
}

#sidebar a {
	display:block;
	padding:0px 10px;
}

#sidebar a:hover {
	color:#000;
	background:#fff;
	padding:0px 10px;
}

#sidebar a:visited {

}



/*-------------Other------------------*/

hr {
	display: none;
}