/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

a:link, a:visited {
	color: #225e55;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003333;
	text-decoration: underline;
	font-weight: bold;
}
body {
	background-image: url(../images/system/tile.gif);
	text-align: center;
	padding: 10px 0;
	margin: 0px 0px 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 76%;
	color: #333333;
}
form {
  margin: 0;
  padding: 0;
}
h1 {
	padding: 5px 0px 5px 0px;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #333;
	text-align: left;
	width: 100%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
	padding: 5px 0px 5px 0px;
}
h3 {
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
img { border: 0 none;
}
input.button { cursor: pointer;
}
p { margin-top: 0; margin-bottom: 10px;
}


#frame {
	text-align: left;
	min-width: 760px;
	max-width: 960px;
	width: auto !important;
	width: 960;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#wrapper {
	background: #f7f7f7 url(../images/system/shadow_l.png) 0 0 repeat-y;
	margin-left: auto;
	margin-right: auto;
}
div#wrapper_r {
	background: url(../images/system/shadow_r.png) 100% 0 repeat-y;
}
div#header {
	background: url(../images/system/header_t.png) 0 0 repeat-x;
}
div#header_l {
	background: url(../images/system/header_t_l.png) 0 0 no-repeat;
	position: relative;
}
div#header_r {
	background: url(../images/system/header_t_r.png) 100% 0 no-repeat;
	height: 129px;
}
div#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 260px;
	height: 100px;
	background: url(../images/system/prw_logo.png) 0 0 no-repeat;
	margin-left: 30px;
	margin-top: 15px;
}
div#tagline {
	padding: 80px 35px 0px 370px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	color: #732103;
}
div#headerspacer {
	height: 10px;
}
	
#area {
	padding: 0;
}
#whitebox {
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}
#whitebox div {
	text-align: left;
}
#whitebox_t {
	background: #fff url(../images/system/content_t.png) 0 0 repeat-x;
}
#whitebox_tl {
	background: url(../images/system/content_t_l.png) 0 0 no-repeat;
}
#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/system/content_t_r.png) 100% 0 no-repeat;
}
#whitebox_m {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: auto;
	padding: 1px 8px;
}
#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
}
#leftcolumn div.module {
	padding: 0 10px;
}
div.module_menu {
	background: url(../images/system/box_br.png) 100% 100% no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
div.module_menu div {
	background: url(../images/system/box_bl.png) 0 100% no-repeat;
}
div.module_menu div div {
	background: url(../images/system/box_tr.png) 100% 0 no-repeat;
}
div.module_menu div div div {
	background: url(../images/system/box_tl.png) 0 0 no-repeat;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}
div.module_menu div div div div {
	background: none;
	padding: 0;
}
div.module_menu h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}
div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}
#maincolumn {
	margin-left: 20%;
	padding-left: 25px;
	width: 75%;
	margin-bottom: 15px;
}
#whitebox_b {
	margin-top: -5px;
	background: url(../images/system/content_b.png) 0 100% repeat-x;
	margin-bottom: 15px;
}
#whitebox_bl {
	background: url(../images/system/content_b_l.png) 0 100% no-repeat;
}
#whitebox_br {
	height: 13px;
	background: url(../images/system/content_b_r.png) 100% 100% no-repeat;
}
div#footerspacer {
	height: 10px;
}
div#footer {
	background: #f7f7f7 url(../images/system/footer_b.png) 0 100% repeat-x;
}
div#footer_l {
	background: url(../images/system/footer_b_l.png) 0 0 no-repeat;
}
div#footer_r {
	background: url(../images/system/footer_b_r.png) 100% 0 no-repeat;
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}
div#footer_r p {
	text-align: center;
	font-size: .90em;
	color: #666;
}
div#footer_r a:link, div#footer_r a:visited  {
	color: #225e55;
}

.clr {
	clear: both;
}
.quote {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	line-height: 1.5em;
}
