/* CSS Reset courtesy of Jeff Starr */
/* ML added line-height */

*	{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1em;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* --------------------------------
			GENERAL STYLES
   -------------------------------- */

body	{
	background: url('images/bg_slice.jpg') repeat;
}


p, h2, h3, h4, li, td	{
	color: #000000;
	font-family: tahoma;
	font-size: 14px;
}


h2	{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

h3	{
	font-size: 16px;
	margin-bottom: 7px;
	font-style: italic;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

li	{
	margin-bottom: 7px;
}

ol, ul {
	margin-top: 7px;
	margin-left: 25px;
}

.clear	{
	clear: both;
	height: 0px;
	width: 0px;
	padding: 0px;
}

img.floatLeft	{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px; /*5px*/
}

img.ownLineRight {
	float: right;
	padding-top: 5px;
}

div.hr	{
	width: 100%;
	background: #999999;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	height: 3px;
	margin: 15px auto 15px auto;
}

div.hr_trans	{
	width: 100%;
	background: none;
	border: 0;
	height: 5px;
	margin: 15px auto 15px auto;
}

/* cleaning up after IE */

img	{
	border: 0;
}

a img	{
	border: 0;
}

p.quoteattrib {
	font-style: italic;
	font-variant: small-caps;
}

/* --------------------------------
		  PAGE STRUCTURE DIVS
   -------------------------------- */

div#mainwrapper	{
	position: relative;
	width: 100%;
	padding: 10px;
	background: url('images/bg_gradient.jpg') repeat-x;
	min-height: 600px;
}

div#bodywrapper	{
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 0px dotted #FFFFFF;

}


/* --------------------------------
				HEADER
   -------------------------------- */

div#header	{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

div#header img	{
	
}

div#headerimg	{
	float: left;
	clear: left;
	width: 448px;
	height: 71px;
}

div#search	{
	float: right;
	clear: right;
	margin-top: 20px;
	padding-right: 10px;
}

div#search form	{
	margin-top: 10px;
}

div#search input	{
	margin-left: 5px;
}

div#search input.image {
	position: relative;
	top: 4px;
}

.vert	{
	border-left:1px dotted #FFFFFF;
	margin-left: 7px;
	margin-right: 7px;
}

div#search p	{
	margin-top: 10px;  /* old = 0px */
	color: #FFFFFF;
}

div#search a, div#search a:visited	{
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 14px;
	text-decoration: none;
}

div#search a:hover, div#search a:visited:hover	{
	text-decoration: underline;
}


/* --------------------------------
			   MENU BAR
   -------------------------------- */

div#menubar	{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 37px;
	background: url('images/menubar.png') no-repeat;
	margin-top: 10px;
}

div#menubar img	{
	clear: none;
}


div#menubar a, div#menubar a:visited, div#menubar p	{
	display: block;
	height: 24px;
	text-align: center;
	font-size: 13px;
	font-family: Tahoma;
	color: #FFFFFF;
	padding-top: 0px;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 2px;
	padding-top: 7px;
	border-right: 1px solid #999;
}
				 
div#menubar a.first, div#menubar p.first	{
	border-left: 1px solid #999;
}


div#menubar p	{
	color: #FFFFFF;
	background-color: #006699;
}

div#menubar a:hover, div#menubar a:visited:hover	{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

div#menubar table	{
	border-spacing: 0;
	border-collapse: collapse;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------
			   BANNER
   -------------------------------- */

div#banner	{
	padding-top: 15px;
	padding-bottom: 15px;
}

div#banner img	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* --------------------------------
			  NEWS BAR
   -------------------------------- */

div#newsbar	{
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	height: 23px;
	border: 1px solid #70A2BB;
	border-bottom: 0;
	background: url('images/newsbar_slice.jpg') repeat-x;
	padding: 5px;
}

div#newsbar p	{
	margin-top: 3px;
	text-align: left;
	color: #FFFFFF;
}

div#newsbar table	{
	margin-top: 0px;
}

div#newsbar table p, div#newsbar table td {
	vertical-align: middle;
	margin-top: 0px;
}

div#newsbar table td {
	padding-right: 10px;
}

div#newsbar a, div#newsbar a:visited, div#newsbar a:hover, div#newsbar a:visited:hover {
	color: #0099FF;
	font-style: italic;
	text-decoration: none;
} 

div#newsbar a:hover, div#newsbar a:visited:hover {
	text-decoration: underline;
}

/* --------------------------------
			  	BODY
   -------------------------------- */

div#body	{
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 300px;
	background: url('images/body_slice.png') repeat-y;
	padding-top: 10px;
}

div#body p, div#body li	{
	color: #000000;
	font-size: 13px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 7px;
	line-height: 1.2em;
}

div#bodybottom	{
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/body_bottom.png') no-repeat;
	height: 13px;
}

table.body	{
}

table.body td {
	vertical-align: top;
	padding-left: 7px;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 10px;
}

table.body td img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* toprow and 1000 / -1000 stuff below for equal height divs */
/* Thanks to Elle and alex at stackoverflow.com */

div#toprow,
.toprow	{
	overflow: hidden;
	margin-bottom: 10px;
}

div#content1,
.content1 {
	float: left;
	width: 272px;
	border-right: 1px dotted #333;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}

div#content2,
.content2 {
	float: left;
	width: 272px;
	border-right: 1px dotted #333;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}

div#content3,
.content3 {
	float: left;
	width: 272px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}

div#content4 {
	clear: both;
	float: left;
	width: 866px;
	border-top: 1px dotted #333;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 10px;
}

div#content4solo {
	clear: both;
	float: left;
	width: 866px;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 10px;
}

/* --------------------------------
		  BODY TITLE BAR
   -------------------------------- */
   
div#body p.titlebar, div#body p.titlebar_long {
	border-top: 4px solid #006699;
	border-bottom: 4px solid #006699;
	width: 100%;
	text-align: center;
	background: #999999;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}   

div#body p.titlebar_long	{
	text-align: left;
}  

/* --------------------------------
		   CONTACT TABLE
   -------------------------------- */

table.contact {
	margin: 10px 0px 10px 25px;
	border: 1px solid #333;
	width: 700px;
}

table.contact td {
	padding: 10px;
	font-size: 13px;
}

table.contact td.left	{
	text-align: right;
	width: 150px;
}

table.contact input, table.contact textarea	{
	border: 1px solid black;
}

table.contact input.submit {
	padding: 7px;
	font-size: larger;
	cursor: pointer;
}

div#submit	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
}

div#recaptcha { 
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}

table.contact a	{
	color: #000000;
	text-decoration: none;
}

a#reset	{
	color: #000000;
	text-decoration: none;
	padding: 5px;
	font-size: larger;
	background: #CCCCCC;
	border: 1px solid #000000;
	
}

label.error {
    font: normal 11px arial;
    padding: 3px;
    margin-left: 7px;
    background-color: #ffc;
    border: 1px solid #c00;
}

/* --------------------------------
			  FOOTER
   -------------------------------- */

div#footer	{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

div#footer p	{
	font-size: 11px;
	margin-bottom: 7px;
	margin-top: 0px;
	color: #FFFFFF;
}

div#footer a, div#footer a:visited	{
	color: #0099FF;
	text-decoration: none;
	font-size: 11px;
}

div#footer a:hover, div#footer a:visited:hover	{
	text-decoration: underline;
}

div#footer img {
	margin-top: 7px;
}