/**********************************

RESET STYLES FOR ALL BROWSERS

***********************************/
	
body, p, blockquote {
	margin: 0;
	padding: 0;
	}

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 0px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }

BODY {
	/*background-color: #848484;*/
	background:#A9D69B url(../images/bcw.gif) repeat-y center;
	padding:0 0 20px 0;
	height: 100%;

}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, span, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
}

H1, H2 {
	color: #1f2f4e;
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: normal;
}

H2 {
	font-size: 15px;
}

p {
	padding-bottom: 15px;
	line-height: 17px;
	font-size: 13px;
}

HR {
	border: none 0;
	border-top: 1px dotted gray;
	height: 1px;
}


#canvas {
	width: 770px;
	margin: 0 auto 20px auto;	
	/*position:relative;z-index:3;
	/*background-color: #4d4d4f;*/
}




#head {
	height: 334px;
	background: url('../images/head.jpg') transparent top left no-repeat;
}
* html #head{height:333px;}
#main {
	width: 770px;
	overflow: auto;
}



#top {
	height: 37px;
	overflow: hidden;
	background: url('../images/bg_top.gif') #CCE2F4 top left no-repeat;
}
* html #main{margin:-1px 0 0 0;}

#foot {
	background: url('../images/bg_foot.gif') #CCE2F4 bottom left no-repeat;
	padding: 15px 25px 10px 25px;
	font-size: 11px;
}

#content {
	width: 720px;
	margin:0 auto;
	padding: 5px 25px;
	background: url('../images/bg_content.gif') #CCE2F4 top left repeat-y;
}

#content a {
	color: #1f2f4e;
}

/* HOME PAGE SIDEBAR */


#sidebar {
	float: right;
	position:relative;
	margin: -56px 5px 25px 25px;
	padding: 20px;
	width: 210px;
	height: 136px;
	background: url('../images/bg_sidebar.gif') white top left no-repeat;	
	overflow: hidden;
	z-index: 1;
}

#sidebar a {
	font-size: 24px;
	line-height: 32px;
	color:#fff;
	font-weight: normal;
}

#sidebar h2 {
	font-size: 13px;
	padding-bottom: 15px;
}

#sidebar p {
	font-size: 12px;
}


/* NAVIGATION */

#menu {
	height: 30px;
	width: 770px;
	padding: 0;
	padding-top: 305px;
	margin-left: 7px;
	clear: both;
	overflow: hidden;
}

#menu ul {
	width: auto;
	bottom: 0;
	left: 0;
	list-style: none;
	font-size: 16px;
	padding: 0;
}
#menu li {
	float: left;
}


#menu ul a {
	float: left;
	display: block;
	padding: 5px 0px 8px 0px;
	margin: 0 16px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	font-size: 14px;
}
* html #menu ul a{margin:0 9px;}
#menu ul li a:hover {
	background: url('../images/bg_menu_select.gif') bottom left repeat-x;
	color: white;
}

#menu ul li a.selected {
	background: url('../images/bg_menu_select.gif') bottom left repeat-x;
	color: white;
}

/* DROP DOWN MENUS */

.dropmenudiv {
	position:absolute;
	top: 0;
	margin-top:-1px !important;
	font:normal 13px Arial;
	line-height:24px;
	z-index:100;
	width: 230px;
	visibility: hidden;
}

.dropmenudiv a {
	width: auto;
	white-space:nowrap;
	display: block;
	padding: 2px 0px;
	text-indent: 10px;
	text-decoration: none;
	background-color: #fff;
	color: #689745;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	font-weight: bold;
}

.dropmenudiv a.submenu_top {
	background: url('../images/bg_submenu_top.gif') white top left no-repeat;
	padding-top: 10px;
}

.dropmenudiv a.submenu_bottom {
	background: url('../images/bg_submenu_bottom.gif') transparent bottom left no-repeat;
	padding-bottom: 10px;
}

.dropmenudiv a.selected {
	font-weight: bold;
}

/* LISTS */

#content ol, #content ul {
	padding-left: 30px;
	line-height: 22px;
	font-size: 13px;
	padding-bottom: 15px;
}

/* CONTACT PAGE */

.contact_map {
	float: right;
}

.contact_info {
	float: left;
}
.clear {
	clear: both;
}

/* CONTENT TREATMENT */

.faq_questions {
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dotted gray;
	margin-bottom: 20px;
}

.faq_question {
	margin-bottom: 8px;
}

.team_member, .faq_answer {
	border-bottom: 1px dotted gray;
	margin-bottom: 20px;
}

.team_member img {
	padding-bottom: 15px;
	padding-top: 5px;
}


.long_menu {
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 0;
	line-height: 14px;
	color: #689745;
}

.top_image {
	text-align: center;
	width: 100%;
	border-top: 1px solid #1f2f4e;
	margin: 15px 0;
}

.iso_issue {
	padding-left: 30px;
}

#video {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
}

/*
.iso_issue {
	width: 660px;
	height: 80px;
	margin-left: 30px;
	background: url('../images/bg_isoarrows.gif') transparent top left no-repeat;
}

.iso_issue>.problem, .iso_issue>.solution {
	display: table;
	position: static;
}

.iso_issue .problem, .iso_issue .solution {
	float: left;
	width: 270px;
	height: 80px;
	position: relative;
}

.iso_issue .solution {
	float: right;
	padding-right: 40px;
}

.iso_issue .problem {
	padding-left: 20px;
}

.problem div, .solution div {
	position: absolute;
	top: 50%;
}

.problem>div, .solution>div {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

.problem div div, .solution div div {
	position: relative;
	color: white;
	font-size: 16px;
	top: -50%;
}
*/

/* Adde by Robert 01.29.2009 */

table.form{margin-bottom:10px;width:50%;white-space:nowrap;}
table.form th{font-weight:bold;text-align:left;padding:0 8px 8px 0;vertical-align:top;}
table.form td{padding:0 8px 8px 0;vertical-align:top;}
table.form input{border:1px solid #1F2F4E;padding:2px 4px;}
table.form input.checkbox, table.form span.checkbox input{border:0;}
table.form input.button{background:#1F2F4E;color:#fff;font-weight:bold;}
table.form h1{margin:10px 0 0 0;}
table.pr-subscribe thead th, table.pr-subscribe thead td{font-weight:bold;font-size:13px;padding:0 8px 8px 8px;border-bottom:1px solid #1F2F4E;text-align:left;}
table.pr-subscribe thead td{text-align:left;}
table.pr-subscribe tbody th{font-weight:bold;padding:4px 8px;vertical-align:top; text-align:left;}
table.pr-subscribe tbody td{padding:4px 8px;vertical-align:top;text-align:center;}
p.error{color:#FF0000;font-weight:bold;margin:0 0 10px 0;}

div.subscribe{padding:8px 0 0 0 !important;border-bottom:1px solid #fff;}
div.subscribe p{color:#fff !important;}
div.subscribe a{color:#C6EAFB !important;text-decoration:underline !important;}
