/* 
############################################ BODY
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: small;
}

a:link, a:visited {
	text-decoration: none;
	color: #004f2f;
	font-weight: bold;
	font-size: 90%;
}

a:hover, a:focus {
	text-decoration: underline;
}

address {
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
}

/* 
############################################ BODY
*/

#wrap {
	position: relative;
	width: 760px;
	margin: 0px;
	background-image: url('../../images/background_sidebar.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

/* 
############################################ LOGO
*/

#header {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0px;
	background-color: #004f2f;
}

#header img.logo {
	float: left;
	position: absolute;
	top: 15px;
	left: 5px;
}

#header img.imagestrip {
	float: right;
	position: absolute;
	top: 15px;
	right: 20px;
}

h2.logo {
	position: absolute;
	top: 20px;
	left: 10px;
	overflow: hidden;
	margin: 0px;
	width: 218px;
	height: 58px;
	line-height: 1.5;
	font-size: .6em;
	color: #fff;
	background-repeat: no-repeat;
}

h2 span.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url(../../images/logo.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

h1.title{
	position: absolute;
	top: 10px;
	left: 250px;
	overflow: hidden;
	margin: 0px;
	width: 340px;
	height: 75px;
	line-height: 1.5;
	font-size: 1em;
	color: #fff;
}

h1 span.background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../images/title.jpg);
	background-position: -8px 0px;
	background-repeat: no-repeat;
}


#header #form {
	float: right;
	position: relative;
	top: 55px;
	right: 20px;
	font-size: 100%;
}

#form form .submit {
	width: 5.5em;
	margin: 0px;
	color: #fff;
	font-style: italic;
	font-size: 100%;
	border: none;
	background-color: #004f2f;
}

#form input {
	margin: 0px;
	padding: 1px;
	width: 100px;
	font-size: 1em;
	border: none;
}



/* 
############################################ MAINCONTENT
*/

#main {
	position: relative;
	top: 0px;
	left: 180px;
	width: 579px;
	min-height: 540px;
}

#content {
	margin: 10px 0px 15px 10px;
	font-size: 1.1em;
	line-height: 1.2;
}

p {
	font-size: .9em;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

p.welcome:first-letter {
	font-size: 150%;
}


.pagetitle {
	margin: 10px 0px 5px 0px;
	font-size: 1.3em;
	font-weight: bold;
}

.pagesub {
	font-size: 70%;
}

#main ul {
	margin: 0px;
	list-style: none;
}

.breadcrumbs {
	margin: 0px;
	font-size: .7em;
	font-weight: normal;
	color: #652c90;
}

.breadcrumbs a {
	font-size: 1em;
	color:#004f2f;
	text-decoration: none;
	font-weight: normal;
}

dl {
	font-size: 100%;
	margin-bottom: 20px;
}

dt {
	font-size: 100%;
}

dd {
	margin: 0px;
	font-size: 90%;
}

#quicklinkstable {
	margin: 0px;
	margin-left: 11px;
	width: 100%;
}

#quicklinkstable p.tabletitle {
	font-size: .9em;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #004f2f;
}

#quicklinkstable p.boxtitle {
	font-size: 1em;
	text-align: center;
}

.box {
	position: relative;
	float: left;
	margin: 0px 0px 5px 5px;
	width: 49%;
	height: 165px;
	text-align: center;
	background-color: #fed082;
}

.box p {
	margin: 0px;
	margin-top: 5px;
	font-size: .95em;
	font-weight: bold;
}

.box img {
	position: absolute;
	top: 33px;
	left: 15px;
	float: left;
}

.box ul  {
	position: absolute;
	top: 30px;
	right: 10px;
	text-align: right;
	font-size: .85em;
}

.box ul li {
	margin-bottom: 10px;
}

.box a {
	font-weight: bold;
}

img.inline {
	border: 1px solid #000;
}

p.imgholder {
	position: relative;
	left: 0px;
	float: left;
	height: 190px;
	width: 175px;
	font-size: .8em;
	text-align: center;
	font-weight: bold;
}

p.imgholdersmall {
	position: relative;
	left: 0px;
	float: left;
	margin-bottom: 50px;
	margin-right: 20px;
	font-size: .8em;
	text-align: center;
	font-weight: bold;
}

p.imgholder img, p.imgholdersmall img{
	border: 1px solid #004f2f;
	margin-bottom: 5px;
}

ul.vision {
position: relative;
top: -10px;
font-size: 90%;
margin: 0px;
padding: 0px
}

ul.vision li {
	margin-left: 15px;
	list-style-type: disc;
}



/* 
############################################ FOOTER
*/

#footer {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px;
	font-size: .9em;
	text-align: left;
	background-color: #004f2f;
}

#footer p.footer {
	position: relative;
	left: 173px;
	margin: 0px;
}

#footer a {
	margin: 0px 10px;
	padding: 4px 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #fed082;
}

#footer a:focus {
	color: #fed082;
}


/* 
############################################ CLASS & ID
*/



br.clear {
	clear: both;
}




/*
################################### ER FORM
*/

.form {
	position: relative;
	height: 900px;
	padding: 15px 20px;
	color: #090909;
	border: 1px solid #652c90;
	background-color: #fed082;
}

.formPR {
	position: relative;
	width: 350px;
	height: 380px;
	padding: 15px 20px;
	color: #090909;
	border: 1px solid #652c90;
	background-color: #fed082;
}

.formPR form.PolicyReport {
	position: absolute;
	left: 20px;
	padding-right: 0px;
}

.formPR form.PolicyReportSLR {
	position: absolute;
	right: 50px;
}

.form p {
	text-align: justify;
}

.formPR p {
	text-align: justify;
}

form {
	font-size: 90%;
}

#content label {
	font-size: .9em;
}

#content sub {
	margin: 0px;
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
}

#content sub.good {
	margin: 0px;
	color: #00aa00;
	font-weight: bold;
	font-style: italic;
}

#content input {
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #ccc;
}

#content input.checkbox {
	margin: 0px;
	border: none;
}

#content input:focus,#content input:active,#content input:hover   {
	border: 1px solid #652c90;
}

#content select {
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #bbb;
}

#content input.hidden {
	display: none;
}

#content input.submit {
	font-size: 90%;
}

.form form.Register {
}


/* ########## */
.form form.Login {

}

#content .invalid, #content select.invalid {
	border: 1px solid #ff0000;
}

fieldset {
	padding: 10px;
}


#content ul.linklist{
	position: relative;
	left: -38px;
	font-size: 1em;
}

#content ul.linklist li{

}

#content ul.linklist li a {
	margin: 0px;
	font-size: .8em;
}

#content ul.helplist {
	position: relative;
	left: -38px;
	font-size: 1em;	
}

#content ul.helplist li {
	padding-left: 0px;
}

#content ul.helplist li a {
	margin: 0px;
	font-size: .8em;
}

a.fixed {
	width: 179px;
	color: #fff;
	padding: 5px 0px;
	background-color: #652c90; 
	position: fixed; 
	left: 0px; 
	top: 120px;
	font-size: .7em;
	text-align: center;
	z-index: 0;
}

textarea {
	padding: 5px;
	border: 1px solid #ccc;
	font-family: verdana, sans-serif;
	font-size: 90%;
}

.slrLocation {
	color: #652c90;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 3px;
}

ul.graphics_list {
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
}

.graphics_list li{
	margin: 0px;
	margin-top: 10px;
	margin-left: 17px;
	padding: 0px;
	list-style-type: none;
}


