/* 
	@filename: structure.css
	@purpose: Defines structure and base styles for Energy Legal's website
	@author: Maggie Fok (www.sprouts-studios.com)
	@creation date: April 9th, 2009
*/

/*Resets */
body { font-family:Arial,Verdana,sans-serif; color:#626262; font-size:100%; text-align:left; background: #fff; font-size: 62.5%}
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, fieldset, table, blockquote, th, td, input, button { margin:0; padding:0 }
h1, h2, h3, h4, h5, h6 {font-family: "Arial Narrow", Arial, Verdana, sans-serif; margin-bottom: 0.5em;}
table, img, fieldset, button { border:none }
table { border-collapse:collapse }
caption, th { text-align:left }
address, caption, cite, code, dfn, var { font-style:normal; font-weight:normal }
input, select, textarea { font-family:Arial,Verdana,sans-serif; font-size:1em }
a { text-decoration:none }
a:focus {border:0px dotted #fff;outline:0;}
hr, legend { display:none }

/* Structural styles  */
div#site{
	width: 100%;
	margin: 0 auto;
}

div#header{
	margin: 10px 20px 0 20px;
}

	div#menu{
	}

div#feature{
	clear: both;
	margin: 0 20px 20px;
	height: 194px;
	background: #d0dffe url(images/branding_bg.gif) top left repeat-x;
}

div#content{
	clear: both;
	margin: 0 30px;
	background: transparent url(images/content_bg.gif) right bottom no-repeat;
	font-size: 1.2em;
	min-height: 530px;
}

div#footer{
	width: 100%;
	padding: 4em 0 5px 0;
	background: transparent url(images/footer_bg.gif) left bottom repeat-x;
	font-size: 1em;
	color: #fff;
	text-align: right;
}

/* global styles */
.accessible{
	left:-8000px;
	position:absolute;
	width:4000px;
}

a:link,
a:visited,
a:hover{
	color: #69b139;
}
a:hover{
	text-decoration: underline;
}

#content p{
	width: 70%;
	margin-bottom: 1em;
}

ul{
	margin-left: 30px;
}
ul li{
	padding-left: 20px;
	padding-bottom: 0.5em;
	list-style: none;
	background: transparent url(images/bullet.gif) left 0.3em no-repeat;
}
