/* @override 
	http://www.heysugarchicago.com/newsite2/skin/frontend/default/heysugarhome/css/layout.css
	http://www.heysugarchicago.com/skin/frontend/default/heysugarhome/css/layout.css
*/
/* @group Browser 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,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%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Layout */

body {
	background: #47292b url(../images/page_background.png) repeat-y center bottom;
	color: white;
	font: 100%/120% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
p {
	font-size: 80%;
	line-height: 125%;
	margin: 10px 0;
}
h1 {
	font-size: 118%;
	line-height: 125%;
}

#page-wrapper {
	width: 880px;
	margin: 0 auto;
}

#nav {
	width: 40px;
}

#content {
	width: 840px;
	float: right;
}
#header {
	width: 840px;
	height: 220px;
	float: right;
	background: transparent url(../images/home_header_background.jpg) repeat left top;
}
#footer {
	width: 840px;
	height: 60px;
	background: #b1005d;
	margin-left: 40px;
	text-align: center;
	font-size: 70%;
	color: #e98deb;
}
#footer ul li{
	list-style-type: none;
	display: inline;
	padding: 4px 8px;
}
#footer ul li a{
	color: #e98deb;
}
div.logo {
	margin: 15px auto;
	width: 350px;
	text-align: center;
}
div.logo img {
	width: 276px;
	height: 187px;
}
.clear {
	clear: both;
}

/* @end */

/* @group Home Layout */

.home #content {
	background: #b1005d url(../images/home_award_winning.gif) no-repeat 0px 387px;
	padding: 0px;
}
.home #content h1 { 
	margin: 30px 0 10px 30px;
}
#content div.std p {margin: 20px 30px; }
#content div.std .slide p {margin: 0px;}
.home #content p, .home #content h1{
	width: 395px;
}
.home #content h1{
	text-transform: uppercase;
}
.home #content p.newsletterlink {
	font-family: "Courier New", Courier, mono;font-weight: bold;
}
.home #content p.newsletterlink span.clickhere a {
	color: #df7a1c;
}
.slideshow { height: 434px; width: 840px; margin: auto }
.slideshow img { padding: 0px; border: 0px solid #ccc;  }

/*

@end */

/* @group Navigation */

#nav-wrapper ul {
	float: right;
	width: 40px;
	padding: 0;
	margin: -130px 0;
}

#nav-wrapper li {
	height: 125px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 40px;
}
#nav-wrapper li a{
	display: block;
	width: 40px;
	height: 125px;
	color: transparent;
	cursor: pointer;
}
#nav-wrapper li span {
	display: none;
}

#nav-wrapper a {
	display: block;
}

#nav-wrapper li:hover {
	cursor: pointer;
}

/* @end */
