@charset "utf-8";
/* page styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; color: #333333; background-color: #aedde9;
	text-align: center;
	margin: 0; padding: 0;
}
a { text-decoration: underline; font-weight: bold; color: #444444; }
a:hover { text-decoration: none; color: #222222; }
h1, h2, h3, h4, h5 {
	padding: 0; margin: 0; line-height: 1em;
}
p {
	padding: 0 0 5px 0; margin: 0;
}
p.inline {
	padding: 0; display: inline;
}
.redtext {
	color: #C42B1D;
}
#clear {
	clear: both; padding: 0; margin: 0;
}
#wrapper-page {
	margin: auto; padding: 70px 0 10px 0;
	width: 710px; height: 100%;
	background: url('../images/briar-logo.gif') left 10px no-repeat;
}

.row1 { clear: both; padding: 5px; background-color: #EBEBEB; }
.row2 { clear: both; padding: 5px; background-color: #FFFFFF; }
.row1 .floatleft, .row2 .floatleft { float: left; width: 345px; }
.row1 .floatright, .row2 .floatright {  }

.row3 { clear: both; padding: 5px; margin: 2px 0; background-color: #FFFFFF; border-bottom: 1px solid #EBEBEB; }
.row3 a { text-decoration: none; }

div.errors { clear: both; padding: 5px; background-color: #C42B1D; color: #FFFFFF; margin-bottom: 10px; }

.ten { font-size: 10pt; }
.eleven { font-size: 11pt; }
.twelve { font-size: 12pt; }

label {
	float: left; text-align: right;
	padding: 5px; font-size: 12pt; display: block; margin-right: 10px;
	width: 130px; color: #2D2D2D; font-weight: bold;
}
input, textarea, select {
	color: #2D2D2D; padding: 5px; font-size: 10pt;
	background: #F7F7F7;
	border: 1px solid #2D2D2D;
}
input:focus, input:active, textarea:focus, textarea:active {
	color: #F7F7F7; padding: 5px; font-size: 10pt;
	background: #2D2D2D;
	border: 1px solid #2D2D2D;
}

textarea.pages, textarea.pages:focus, textarea.pages:active {
	width: 538px; height: 400px;
}
input.pages, input.pages:focus, input.pages:active {
	width: 538px;
}

input.pageshort, input.pageshort:focus, input.pageshort:active, 
select.pageshort, select.pageshort:focus, select.pageshort:active {
	width: 238px;
}
label.pageslabel {
	text-align: center;
}

ul {
	list-style: none;
}

/* bottom overlay */
#wrapper-overlay {
	background-color: #2d2d2d; 
	position: fixed; top: 0; left: 0;
	margin: 0; padding: 0; z-index: 50;
	border-color: #aedde9; border-style: solid; border-width: 0 0 5px 0;
	width: 100%; height: 32px; line-height: 32px;
	color: #F8F8F8;
}

/* bottom overlay */
#wrapper-sidebar {
	margin: 0; padding: 0; float: right;
	width: 220px; font-size: 9pt;
}

/* sidebar */
#wrapper-sidebar h1 {
	font-size: 13pt;
	line-height: 18pt;
	padding-left: 5px;
}
#wrapper-sidebar p {
	padding: 0 5px 10px 5px;
}

#sidebar-logo a {
	text-decoration: none; color: #FFFFFF; font-weight: bold;
}
#sidebar-logo a:hover {
	color: #777777;
}
#sidebar-logo {
	margin: 0; padding: 0 15px; line-height: 32px;
	width: 190px; text-align: right; height: 32px; color: #FFFFFF;
}
#sidebar-goldbox {
	margin: 0; padding: 5px 5px 0 5px;
	width: 210px; text-align: left;
	background: #FFF0AD url('../images/side-gold-head.gif') no-repeat left top;
}
#sidebar-goldbox a.sidegold {
	display: block; padding: 5px 5px 5px 25px; font-size: 10pt; color: #2D2D2D;
	text-decoration: none; font-weight: bold;
	background: #FFF0AD url('../images/icon-page-white.gif') no-repeat 5px 6px;
}
#sidebar-goldbox a.sidegold:hover {
	background: #fff6cf url('../images/icon-page-on.gif') no-repeat 5px 6px;
}

#sidebar-goldboxbot {
	margin: 0 0 10px 0; padding: 0;
	width: 220px; height: 9px;
	background: #FFF0AD url('../images/side-gold-foot.gif') no-repeat left bottom;
}

/* header and navigation */
#wrapper-header {
	float: left; text-align: left; width: 730px; margin: 0; padding: 0; 
}
#wrapper-header a.on {
	line-height: 32px; display: inline-block; padding: 0 10px;
	font-size: 12pt; font-weight: bold; text-decoration: none;
	background: #AEDDE9 url('../images/nav-on.gif') no-repeat left top; color: #565656;
}
#wrapper-header a.on:hover {
	color: #333333;
}
#wrapper-header a.off {
	line-height: 32px; display: inline-block; padding: 0 10px;
	font-size: 12pt; font-weight: bold; text-decoration: none;
	background: #AEDDE9 url('../images/nav-off.gif') no-repeat left 0; color: #727272;
}
#wrapper-header a.off:hover {
	background: #AEDDE9 url('../images/nav-off.gif') no-repeat left -32px; color: #333333;
}

/* sub navigation */
#wrapper-subheader {
	margin: 0; padding: 0; float: left; text-align: right;
	width: 730px; height: 50px; font-size: 11pt;
	background: #AEDDE9 url('../images/nav-bg.gif') no-repeat left top;
}
#wrapper-subheader a {
	color: #777777; text-decoration: none; line-height: 50px; font-weight: bold;
	padding: 0 20px 0 20px; background: url('../images/nav-div.gif') no-repeat right center;
}
#wrapper-subheader a.last {
	background: none;
}
#wrapper-subheader a:hover {
	color: #5d9bab;
}

/* main content box */
#wrapper-body {
	margin: 0; padding: 10px; float: left;
	width: 710px; text-align: left;
	background: #FFFFFF url('../images/left-bg.gif') no-repeat left bottom;
}
#wrapper-body h1 { font-size: 14pt; padding-bottom: 10px; margin-bottom: 10px; border-bottom: #EBEBEB 1px solid; }
#wrapper-body h4 { padding: 7px; margin: 10px 0 10px 0; font-size: 13pt; color: #FFFFFF; }
#wrapper-body h4 a { color: #FFFFFF; text-decoration: underline; }
#wrapper-body h4 a:hover { color: #FFFFFF; text-decoration: none; }
#wrapper-body h4.red { background-color: #C42B1D; }
#wrapper-body h4.orange { background-color: #FF9000; }
#wrapper-body h4.green { background-color: #1CAC00; }
#wrapper-body h4.blue { background-color: #0092D3; }
#wrapper-body h4.black { background-color: #2D2D2D; }

#wrapper-body p {
	padding: 5px; margin: 0;
}
#wrapper-body #bigpad {
	display: block; padding-bottom: 500px;
}
#wrapper-body .regiform {
	padding-left: 160px; margin-bottom: 15px;
}

/* page footer */
#wrapper-footer {
	margin: 0 230px 0 0; padding: 10px 0 0 0; clear: both;
	width: 730px; height: 30px; line-height: 30px; font-size: 9pt;
	background: #aedde9 url('../images/foot-bg.gif') no-repeat left bottom; color: #555555;
}