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%;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}

/* ---------------------------------------------------------
STRUCTURE
------------------------------------------------------------ */
body {
	background: #FFF;
	text-align:center;
	color:#000;
	font-size:12px;
	font-family:Avenir, R Avenir Roman, Arial, Helvetica, sans-serif;

}

#wrapper {
	width: 814px;
	margin:0 auto;
	padding: 0;
	text-align:left;
}

#index {
	width: 814px;
	height:358px;
	position:relative;
	margin:75px auto 65px auto;
	padding: 0;
	background-image: url(../images/grid.gif);
	
}

#statement {
	width: 747px;
	height:358px;
	position:relative;
	margin:75px auto 65px auto;
	padding: 0;
	background: #333 url(../images/statement_background.gif) no-repeat top left;
	
}

#detail {
	width: 814px;
	height:358px;
	position:relative;
	margin:75px auto 65px auto;
	padding: 0;
}

.menuButton{
	cursor:pointer;
}

#menuWrapper {
	position:relative;
	text-align:left;
}

#menu {
	margin:0;
	padding:0;
	width:310px;
	display:block;
	position:absolute;
	top:-49px;
	left:300px;
	display:none;
	background-color:#FFF;
}


.menuList ul {
	list-style-type: none;
	font-weight:bold;
	margin:0 0 6px;
	padding:0;
}
.menuList li, .menuList li a {
	font-weight:bold;
	margin:5px 0;	
}
.menuList li a {
	color:#333;
}

.menuList ul li a {
	font-weight:normal;
	color:#AAA;
	padding:0 0 0 10px;
}
.menuList ul li a:hover {
	font-weight:normal;
	color:#333;
	padding:0 0 0 10px;
}
/*active underlay*/
#menuActive {
	margin:0;
	padding:0;
	width:310px;
	display:block;
	position:absolute;
	top:-49px;
	left:300px;

}
#menuActive .menuList li, #menuActive .menuList li a {
	font-weight:bold;
	margin:5px 0;	
	visibility:hidden;
}
#menuActive .menuList ul li a {
	font-weight:normal;
	color:#AAA;
	padding:0 0 0 10px;
	visibility:hidden;
}

.floater{
	margin:0 0 0 30px;
	line-height:20px;
	font-size:12px;
	float:left;
	display:inline;
}

.grey {
	color:#989797;
}

#rollTarget{
	position:relative;
	top:120px;
	left:272px;
	width:202px;
	height:118px;
}

#pagination{
	position:absolute;
	top:20px;
	left:694px;
	width:200px;
	height:200px;
}
.paginationSection {
	margin:0;
	padding:20px 0 0 0;
	text-align:center;
	color: #000;
}

.paginationDetail {
	margin:0px 0 0 0px;
	padding:0 0 7px 7px;

}

.description {
	margin:0;
	padding:7px 0 0 7px;
	line-height:150%;

}


/* --------------------------------------------------------------  
TYPOGRAPHY
------------------------------------------------------------ */

h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size:	1.2em; } 
h4, h5 { font-size: 1.1em; } 

p, ul, ol {
	margin: 0;
	padding:0;
	font-size:1.0em;
}

a {
	outline:none;
	text-decoration: none;
}

a:hover {
	color:#000;
}

/* --------------------------------------------------------------  
FORMS
------------------------------------------------------------ */

#contactForm{ 
	margin:0;
	padding:60px 0 0 136px;
	display:block;

}
#contactForm div { 
	clear:both;
	position:relative;
	margin:0 0 2px; 
}
label { 
	cursor:pointer;
	display:block; 
}
input[type="text"] {
	margin:0;
	padding:5px;
	border:1px solid #FFF;
}
input[type="text"]:focus { 
	border-color:#D8D7D7; 
}
textarea { 
	margin:0;
	padding:5px;
	border:1px solid #FFF;
}
textarea:focus { 
	border-color:#D8D7D7; 
}

/* submit button */
input[type="submit"] { 
	cursor:pointer;
	border:1px solid #FFF;
	padding:5px;
	background:#FFF; 
	border-color:#D8D7D7;

}
input[type="submit"]:hover,
input[type="submit"]:focus { border-color:#AAA; }

#contact{ 
	margin:0;
	padding:2px 5px;
	width:190px; 
	height:52px;
	position:absolute;
	z-index:100;
	top:120px;
	left:544px;
	display:block;
	background:#FFF;
	border:1px solid #FFF;

}


/* --------------------------------------------------------------  
VALIDATOR
------------------------------------------------------------ */

div.validatorError { 
	font-weight:bold;
	color: #9e1111;
	display:inline-block;
	margin:5px 0; 
	padding: 0 0 0 35px; 
	background: url(../icon/16x16/error.png) no-repeat 10px center;
}
