/* Basic Styling
=======================*/
.toprowleft {
	position: absolute;
	top: 0px;
	left: 30px;
}
.toprowright {
	position: absolute;
	width: 202;
	top: 0px;
	left: 771px;
}
.leftcolumn {
	position: absolute;
	width: 202;
	top: 242px;
	left:30px;
}
.middlecolumn {
	position: absolute;
	width: 432px;
	top: 242px;
	left: 276px;
}
.rightcolumn {
	position: absolute;
	width: 202px;
	top: 242px;
	left: 772px;
}
#framecontent {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: navy;
	color: white;
}
#maincontent {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 130px; /*Set bottom value to HeightOfFrameDiv*/
	overflow: auto;
	background: #fff;
}
.bottomrow {
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	width: 202px;
	left: 30px;
}
* html body { /*IE6 hack*/
	padding: 0 0 130px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.6em;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #990000;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: normal;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #990000;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: normal;
	font-style: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-style: normal;
	padding-top: 5px;
	color: #f04300;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	font-style: normal;
	margin-top: 10px;
	margin-left: 5px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	color: #f04300;
	letter-spacing: 0.1em;
	font-style: normal;
	padding-top: 5px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.1em;
}
/*Links
=======================*/

a:link, a:visited {
	text-decoration: none;
	color: #F04300;
	font-weight: normal;
} 
a:hover {
	text-decoration: none;
	color: #006600;
	font-weight: normal;
}

/* Layout
=======================*/

#flashcontent {
	height: 242px;
	width: 742px;
}
#flashcontent2 {
	height: 81px;
	width: 202px;
}
.side_panel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: 1.4em;
	padding-left: 15px;
	margin-top: -10px;
}
.side_panelleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: 1.4em;
	padding-left: 25px;
	margin-top: -10px;
}
/* footer
=======================*/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	line-height: 2em;
	text-indent: 10px;
	text-align: center;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}
div.printonly {
	display:none;
}

.invisible {
	visibility:hidden;
}
/*Stuff added by John Burston
=======================*/

.testimonial {
	font-style: italic;
	padding-left: 10px;
}


.pad20rhs{
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
	}

.pad20lhs {
	padding-left:20px;
	padding-bottom: 10px;
	float: right;
}

.pad10lhs {

	padding-left:10px;
}

/*Stuff added by John Burston: for main lists in pages
=======================*/

.list_highlight {
	font-weight: normal;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
}

.pad10_all_borders {
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 10px;
	padding-top: 5px;
	float: left;
}

.boxlist_spacer {
	height: 25px;
}

.boxlist_grey_bg {
	background-color: #f7f3f3;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.boxlist_white_bg {

	background-color: #FFFFFF;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
}

/*Stuff added by John Burston - home page stuff
=======================*/

.home_quick_links {
	height: 150px;
	width: 130px;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #990000;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 0px;
}

.heading1_link:link, .heading1_link:hover, .heading1_link:active, .heading1_link:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #990000;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 0px;
}


.shade {
	background-color: #EEF7EC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3C285;
}
.form {
	font-size: 1.0em;
}
.important {
	border: 1px solid #FF0000;
	padding: 5px;
}
.smallform {
	font-size: 95%;
}
