* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	background-image: url(images/bg1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	padding: 40px 0 20px;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img {
	border: 0;
}

a:link {
	text-decoration: none;
	color: #186E54;
}

a:hover {
	text-decoration: underline;
}

#content a {
	text-decoration: none;
	color: #186E54;
}

#content a:hover {
	text-decoration: underline;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#logo {
	width: 133px;
	float: left;
	display: inline;
}

#telephone {
	width: 381px;
	float: left;
	display: inline;
	margin-left: 433px;
}

#navigation {
	width: 797px;
	height: 35px;
	float: left;
	margin-left: 150px;
	margin-top: -25px;
	display: inline;
	clear: both;
	background-image: url(images/navbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#navigation ul {
	margin-left: 5px;
	padding: 0px;
	list-style: none;
}

#navigation li {
	float: left;
	font-size: 120%;
	padding: 0px;
	margin: 7px 4px;
	font-weight: bold;
	background: url(images/menutab-right.jpg) no-repeat right top;
}

#navigation a {
	color: #444;
	display: block;
	background: url(images/menutab-left.jpg) no-repeat left top;
	padding: 5px 15px;
	text-decoration: none;
}

#navigation li.active, #navigation li:hover {
	color: #dadada;
	background-image: url(images/menutab-right-active.jpg);

}
#navigation li.active a, #navigation a:hover  {
	color: #dadada;
	background-image: url(images/menutab-left-active.jpg);
	text-decoration: none;
}


#content {
	background-color: #FFF;
	background-image: url(images/bg3.jpg);
	background-image: url(images/bg3.png);

	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 8px;
}

#footer {
	background: #FFF;
	color: #444;
	margin-top: 0px;
	padding-top: 18px;
	border-top: #dbdbdb solid 4px;
}

#footer p {
	margin-bottom: 12px;
	margin-top: 0;
}

#footer span {
	color: #444;
	margin-right: 16px;
}

#footer a {
	color: #444;
}

.col1 {
	width: 304px;
	float: left;
	display: inline;
	margin: 0 8px;
	background-image: url(images/bg2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 209px;
}
.software {
	background-image:  url(images/bg-software.jpg);
	color: #dadada;
	padding-right: 114px;
	width: 190px;
}
.sidebar {
	width: 240px;
	float: left;
	display: inline;
	text-align: center;
	padding-top: 20px;
}

.col2 {
	width: 720px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.col2left {
	width: 130px;
	float: left;
	display: inline;
	text-align: right;
}

.col2right {
	width: 590px;
	float: left;
	display: inline;
}

.col3 {
	width: 944px;
	margin: 0 8px;
}

.col3right {
	width: 666px;
	float: left;
	display: inline;
}

.col2right h1, .col2right h2, .col2right h3, .col3right h1, .col3right h2, .col3right h3  {
	margin: 8px 16px;
	color: #007a5f;
}


h1 {
	font-size: 220%;
	font-weight: normal;
}

h2 {
	font-size: 190%;
	font-weight: normal;
	padding-top: 20px;
}

h3, h4 {
	color: #186E54;
	font-size: 180%;
	font-weight: normal;
	margin: 8px 16px;
}
h3 {	font-weight: bold; }
h4 {
	font-size: 150%;
}
.software h3 a { color: #dadada !important;
}


p {
	margin: 8px 16px;
	line-height: 140%;
}

ol.fivestep {
	margin: 0 35px;
}

.intro {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	color: #186E54;
	font-size: 125%;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 18px;
	padding: 8px 0;
}

#content .intro a {
	text-decoration: underline;
}

.col2right a {
	text-decoration: underline;
}

.col2right a:hover {
	color: #444;
}

.col2right img {
	vertical-align: middle;
}

ul {
	margin-left: 30px;
	line-height: 140%;
}

#purl_poll_15 {
	margin: 0 16px;
}

#purl_poll_15 input {
	margin-left: 8px;
}

#purl_poll_question_15 {
	margin-bottom: 16px;
}

#purl_poll_vote_15 {
	margin-top: 16px;
	text-align: right;
}

.purl_poll_result_bar {
	display: block;
	height: 8px;
	background-color: #186E54;
	background-image: url(images/tint.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding-left: 2px;
	margin: 0 8px;
	/* border-left: 1px solid #186E54; */
}

.col2right .newsheader {
		border-top: 1px solid #DDD;
		padding-top: 10px;
		margin-top: 20px;
	}
	
/* Survey form */
form,fieldset{
	padding:0px;
	margin:0px;		
}
fieldset{
	border:0px;	
}
div.form-outer{
	padding:10px 10px 10px 20px;
	line-height:140%;	
}
.question-row{
	margin:0 0 30px 0;	
}
input.text{
	border:1px solid #186E54;
	width:500px;
	height:20px;
	display:block;
	background-color:#eff8f7;
	margin-top:5px;
}
input.text-small{
	width:150px;
	border:1px solid #186E54;
	height:20px;
	margin-left:5px;
	background-color:#eff8f7;
}
input.checkbox{
	margin:0 10px 0 0;
	float:left;
	height:15px;
	width:16px;
}
textarea{
	border:1px solid #186E54;
	width:500px;
	height:100px;
	display:block;
	margin-top:5px;
	background-color:#eff8f7;
}	
label{
	display:block;
	float:none;
	padding-bottom:2px;
	padding-left:1px;
	padding-right:0;
	padding-top:3px;
	width:auto;
}
span.question{
	display:block;	
}

.col3 span.question{
	font-weight: bold;	
	margin-bottom: 10px;
}

.error{
	background-color:#FFCCCC;
	border:1px solid #FF9999;
	color:#FF0000;
	padding:4px;
	margin-top:15px;
	margin-bottom:10px;
	width:492px;
}

ul.tabs {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	list-style: none;
	height: 63px;
	border-bottom: 1px solid #CCC;
	width: 100%;
	position: relative; 
}
ul.tabs li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	border-left: none;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #186E54;
	display: block;
	outline: none;
	position: relative;
}

ul.tabs li a:hover {
	color: #000000;
	text-decoration: none;
}

html ul.tabs li.active  { 
	background: #fff;
	border-bottom: 1px solid #fff; 
}

.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
}
.tab_content, tab_content * {
	zoom: 1;
}

#eventsleft, #eventsright {
	width: 460px;
	display: inline;
	float: left;
	margin: 10px 10px 30px 10px;
}
#events-1-col {
	margin: 24px;
	width: 760px;
}
#eventsright ul {
	list-style-type: none;
	margin-left: 0;
	margin-top: 100px;
	margin-right: 321px;
}

#eventsright p {
	margin-left: 20px;
	margin-right: 25px;
}

#eventsleft p {
	margin-left: 0;
}

#eventsleft ul {
	margin-left: 15px;
}

#eventsleft li {
	padding-bottom: 10px;
}
#eventsleft li  span{
	color: #186E54;
}


#eventsleft h2, #eventstop h2 {
	color: #008066;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
#eventstop {
	margin: 9px 42px 0 19px;
}
#eventsleft p.intro {
	border-bottom: 0;
	padding-bottom: 0;
	margin: 20px 0;
}

#eventsright strong, #eventsright span {
	color: #008066;
}

#eventsform li {
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}

#eventsform .psubmit {
	margin-left: 0;
}

#eventsform .psubmit input {
	font-size: 110%;
}

#location_form {
	background-image: url(images/map.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 515px;
	width: 460px;
	padding-top: 100px;
}
#location_form .tbl_header td {
	background: #cce6e0;
	color: #008066;
	font-size: 12px;
	border-right: 1px solid #fff;
	padding: 8px 8px 4px 6px;
}
#location_form .tbl_header td.right  {
	border-right: 1px solid #cce6e0;
}

#location_form .tbl_row td {
	border-style: solid;
	border-color: #ddd;
	border-width: 0px 0px 1px 1px;
	font-size: 12px;
	color: #444;
	padding: 1px 6px;
}
#location_form .tbl_row td.right {
	border-style: solid;
	border-color: #ddd;
	border-width: 0px 1px 1px 1px;
}
#location_form .tbl_row td.loc {
	color: #008066;
}
.ixbrl_button {
	background-image: url("/images/ixbrl_change_blank.jpg");
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bolder;
    height: 38px;
    padding: 20px 0 0 60px;
    width: 281px;
    text-decoration: none;
}
a .ixbrl_button, .ixbrl_button a {
	color: #FFFFFF !important;
	text-decoration: none;
	cursor: pointer;
}
.col2right a {
	text-decoration: none;
	/*#color: #FFFFFF;*/
}
.col2right ul {
	list-style: none;
	margin-left: 15px;
}
.col2right li {
	padding-left: 15px;
	background: url(images/bullet-green.jpg) no-repeat 0px 5px;
}
.vid-but-left {
	float: left;
	background-image: url("/images/vid-but-left.jpg");
	width: 57px;
	height: 58px;
}
.vid-but-center {
	background-image: url("/images/vid-but-center.jpg");
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 58px;
    line-height: 59px;
    padding: 0 5px;
}
.vid-but-right {
	float: left;
	background-image: url("/images/vid-but-right.jpg");
	width: 10px;
	height: 58px;
}
.thin-line {
	border-top: 1px solid #DDDDDD;
    margin-left: 16px;
    margin-top: 18px;
    width: 728px;
}


.step2 li a {
	color: #186E54;
}

.talk_about_ixbrl {
	float: left;
	width: 500px;
	padding: 9px 5px 5px;
	font-weight: bold;
	font-size: 115%;
}

.col1_icon {
	margin: 10px;
}

