/* reset
-----------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


/* main containers
-----------------------------------------------------------*/
body {
	background: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	float: left;
	display: block;
	height: 640px;
	margin: 0 auto;
	text-align: left;
}

/* type
--------------------------------------------------------*/	
p { padding: 0 0 25px 0; line-height: 16px; color: #4D4D4D;}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 5px;
	letter-spacing: 2px;
}

h2 {
	padding-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	letter-spacing: 2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 1px;
}

a { color: #7D0049; text-decoration: none;}
a:hover { color: #ac5487;}
a img { border: none; }

.clearBoth { clear: both;}

.line { border-bottom: 1px solid #B7B7B7;}

strong.category { color: #333;}


/* lists
------------------------------------------*/
ul, ol { margin: 0 0 0 20px; padding: 0 0 25px 20px;}
ul li, ol li { margin: 0; padding: 5px 0; line-height: 18px; color: #2a2628;}


/* tables
------------------------------------------*/
table { font-size: 12px; line-height: 18px; }
td { margin: 0; padding: 12px 15px;}
th, td { text-align: left; vertical-align: top;}

th.right, td.right { text-align: right; }
th.center, td.center { text-align: center; }
th.middle, td.middle { vertical-align: middle; }
th.bottom, td.bottom { vertical-align: bottom; }


/* generic form elements
-----------------------------------*/
label { color: #2a2628; }
input, textarea, select {
	height: 13px;
	padding: 3px;
	background: #fff;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
select { padding: 2px; height: 19px; line-height: 14px;}
.error, .error span, .error label { color: #7D0049;}


/* header -----------------------------*/
#headerWrapper {
	float: left;
	padding: 0 0 0 58px;
}
#header {
	float: left;
	margin: 0;
	padding: 58px 0 0 0;
	height: 75px;
	width: 964px;
	text-align: left;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: 500;
	line-height: 11px;
	letter-spacing: 2px;
	color: #2a2628;
}

#header img { float: left; border: none;}

#header ul {
	float: right;
	padding: 17px 0 0 0;
	margin: 0;
	list-style: none;
}

#header ul li {
	float: left;
	display: block;
	padding: 0 8px;
}


/* main
--------------------------------------------------------*/	
#main {
	clear: both;
	float: left;
	display: block;
	padding: 30px 0 20px 58px;
	text-align: left;
	width: 964px;
}

#main div.overview p.line { padding: 0 0 25px 20px;}
#main div.overview ol { padding:0;}
#main div.overview ol li ul { padding:0;}
#main div.overview ol li ul li { list-style-type: disc;}


/* footer
-----------------------------------*/
#footer {
	clear: both;
	float: left;
	display: block;
	padding: 15px 0 0 0;
	height: 50px;
	width: 1024px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: 500;
	line-height: 11px;
	letter-spacing: 2px;
	color: #ccc;
}

#footer {
	color: #2a2628;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	float: left;
	display: block;
	padding: 0 8px;
	line-height: 11px;
}
