/* v1.0 | 20080212 */

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: 12px;
	vertical-align: baseline;
	background: transparent;
	font-family: Helvetica, Tahoma, Arial;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* =============== Custom styles =============== */
body {
	background-color: #343f4a;
	line-height: 1.6;
}
#container {
	margin:0 auto;
	width:820px;
	position:relative;
	background: transparent url(img/repeat.png) repeat-y top center;
}
#header {
	background: transparent url(img/header.png) no-repeat top left;
	height:41px;
	padding-left:170px;
}
#content {
	width:625px;
	float:right;
	position:relative;
	right:20px;
}
#sidebar {
	width:150px;
	float:left;
	position:relative;
	left:11px;
	top:-31px;
}
#footer {
	height:20px;
	width:820px;
	background: transparent url(img/footer.png) no-repeat bottom center;
	position:absolute;
	bottom:-20px;
}
#logo {
	background: transparent url(img/logo.png) no-repeat top left;
	height:58px;
	width:130px;
	margin-left:10px;
}
#logo a {
	height:100%;
	width:100%;
	display:inline-block;
}
.clear {clear:both;}
/* =============== Login Block =============== */
#loginForm {
	padding:8px 20px;
	text-align:right;
}
/* =============== Navigation =============== */
ul#leftNav {
	width:149px;
	margin-top:30px;
	text-align:right;
}
#leftNav li {
	padding:5px 6px;
	border-bottom:1px solid #e0e0e0;
	list-style: none;
}
#leftNav a {
	color:#666;
}
#leftNav a:hover {
	color:#6799cc;
	text-decoration:none;
}
#leftNav .spacer {
	border:0;
	height:20px;
}
/* =============== Content =============== */
h1 { font-size:140%; }
h2 { font-size:120%; margin: 2em 0 0 0;}

p, blockquote { margin:0 0 1.5em 0; }
blockquote { padding:0 3em; color: #5b0000; }

#content ul, #content  ol { margin: 0 0 1.5em 3em }

#optout { color:#777; font-size:90%; margin-top:50px; }
a, a:active {
	color:#2B632B;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:visited {

}
a.next { 
	color:#FFF;
	font-weight:bold;
	font-size:120%; 
	text-align:right; 
	display:block; 
	padding:10px 5px;
	text-decoration:none;
	border:1px solid #343f4a;
	background-color:#343f4a;
}
a.next:hover {
	background-color:#6799CB;
	color:#000;
}
a.prev { 
	color:#999;
	font-weight:bold;
	font-size:120%; 
	text-align:left; 
	display:block; 
	padding:10px 5px;
	text-decoration:none;
	border:1px solid #999;
	background-color:#F5F5F5;
}
a.prev:hover {
	background-color:#E8E8E8;
	color:#343f4a;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
/* =============== 'My Business' styling =============== */
#businessdetail .detail {
	float:left;
	width:250px;
	height: 330px;
	padding:10px;
	background-color:#EEFFEE;
}
#businessdetail .example {
	float:right;
	width:290px;
	height: 330px;
	padding:10px;
	background-color:#EEFFEE;
}
.detail {
	width:160px;
	border:1px solid #DDD;
	background-color:#F5F5F5;
	margin:0 10px 10px 10px;
	float:right;
}
.detail dd {
	margin:5px;
	padding:3px;
	background-color:#EEE;
	font-size:80%;
}

