/* @group Reset */

/* RESET */

/**/

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

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

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,
h1,h2,h3,h4,h5,h6,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

/* Courtesy of Shaun Inman */

/* @end */

/**/

/* @group entire */

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #a3a3a3;
	margin: 0;
	padding: 0;
}

html {
	font-family: "Lucida Grande", Trebuchet, Lucida, Verdana, sans-serif;
	font-size: 0.9em;
	color: #e3e3e3;
}

/* @end */

/* @group layout */

#wrapper {
	height: 100%;
	width: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(css/images/background.png) repeat-y center;
}

#container {
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	text-align: left;
	position: relative;
	right: 8px;
}

#banner {
	height: 64px;
	margin: 0;
	padding: 0;
	background: url(css/images/rfourlogo.png) no-repeat right center;
}

#header {
	height: 173px;
	margin: 0;
	padding: 32px 400px 32px 40px;
	background: url(css/images/texture.png) no-repeat 0;
	position: relative;
	left: 1px;
}

#main {
	padding: 60px 400px 60px 40px;
}

#footerWrapper {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
}

#footer {
	background: url(css/images/r-fourlogo_footer.png) no-repeat 505px center;
	height: 30px;
}

/* @end */

/* @group typography - header */

#header h1 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 24px;
}

#header p {
	font-size: 80%;
	margin-bottom: 16px;
}

#header .unseen {
	text-align: right;
	margin-right: -380px;
}

#header p.unseen a:link {
	color: #2a2a2a;
}

#header p.unseen a:hover {
	color: #f00;
}

#header p.sub {
	font-size: 72%;
	color: #a9a9a9;
}

/* @end */

/* @group typography - main */

#main h3.acToggle {
	font-size: 80%;
	margin-top: 0;
	margin-bottom: 24px;
}

#main p {
	font-size: 80%;
	margin-bottom: 16px;
}

#main .unseen {
	text-align: right;
	margin-right: -380px;
}

#main p.unseen a:link {
	color: #2a2a2a;
}

#main p.unseen a:hover {
	color: #f00;
}

#main p.sub {
	font-size: 72%;
	color: #a9

a9a
9;
}

/* @end */

/* @group

 links */

a:link {
	color: #e3e3e3;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:visited {
	border-bottom-style: hidden;
}

a:hover {
	color: #f00;
}

a:active {
	border-bottom-style: solid;
}

/* @end */

/* @group login */

#loginBox {
	
}

#loginForm {
	
}

/* @group Accordion */

.acToggle {
	width: 260px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
}

.acToggle a {
	cursor: pointer;
}

.acCurrent {
	
}

.acCurrent a {
	
}

.acStretch {
	width: 280px;
	margin-top: 4px;
	margin-bottom: 1px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

#acAlignment {
	position: relative;
	border: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	width: 340px;
}

/* @end */

/* @end */

.fieldLabel {
	font-size: 70%;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.fieldInput {
	margin: 4px;
	height: 28px;
}
