@charset "utf-8";

body {
	/*background-attachment: fixed;*/
	background-image: url(/images/bg_pattern.gif);
	width:770px;
	margin: 0 auto;
	text-align: center; /* for IE */
	height:100%;
}

table{
	margin-top:0px;	
}

img{
	display:block;
}	

td{
	vertical-align:top;	
}


#everything {
	width: 770px;
	margin: 0 auto -210px;   /* align for good browsers */
	text-align: left; /* counter the body center */
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	min-height: 100%;
	height: auto;
}

.link_footer {
	/*border: solid 1px #0e10f1;*/
	width: 438px;
	height: 220px;
	/*margin-top; -210px;*/
	position: relative;
	bottom: 0px;
}

.push {
	height:220px;
}
#main {
	background-color: white;
	border-bottom: 15px solid #2e4a36;
}

/* <table> doesn't inherit, so i explicitly set all tables under #main to this "default" font... -rjf */
#main, #main table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#content {
	width: 538px;
	/*background-image: url(/images/inner_bg.png);
	background-repeat: repeat-x;*/
	vertical-align: top;
	padding: 20px;
	position: relative;
}

/*20110817-bms-i added an h1 because there was not one defined*/
h1 {
	color: #660000; /*016595*/
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 18px;
	text-align: center;
}

h2, h3 {
	/*20110818-bms- it was color: #2c4834;*/
	color: #006600; /*016595*/
	font-weight: bold;
	letter-spacing: -1px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}
/*20110817-bms-added style for paragraphs*/
p {
	font-size: 14px;
}

ul {
	list-style-image: url(/images/blt_red.jpg);
}

li {
	padding-left: 5px;
	padding-bottom: 10px; /*20110817-bms-added more space*/
}

.bullet_table img{
	margin-top:6px;	
}

#sidebar {
	width: 232px;
	vertical-align: top;
}

table, tr, td {
	border: 0 0 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-collapse: collapse;
}

.testemonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #30110e;
	font-weight: normal;
}

.testemonial_name {
	font-size: 11px;
	font-weight: normal;
	color: #2C4834;
	line-height: 26px;
}

.bottom_line {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EDF0EE;
}

.contact_txt {
	color: #666666;
	line-height: 25px;
}

a.biglink:link {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}

a.biglink:visited {
	color: #990000;
}

a.biglink:hover {
	color: #CC0000;
}

a.biglink:active {
	color: #CC0000;
}

a:link {
	color: #006600;
}

a:visited {
	color: #006600;
}

a:hover {
	color: #006600;
}

a:active {
	color: #006600;
}

img {
	border: none;
}

form {
	margin: 0px;
}

.primaryColor {
	color: rgb(0, 102, 0);
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.introduction {
	font-style: italic;
	font-weight: bold;
	color: #3E7B3E;
	font-size: 20px;
	vertical-align: top;
}

/* consistent look-and-feel for forms on the site - currently shared by application.php and referral.php... -rjf */
.formBox {
	width: 100%;
	margin-top: 30px;
	padding: 2px;
	border: 1px solid #CCD7CC;
}

.formBox .heading {
	font-size: 17px;
	font-weight: bold;
	background-color: #CCD7CC;
	color: rgb(0, 102, 0);
}

.formBox .subHeading {
	text-decoration: underline;
}

.formBox td.labelCell {
	text-align: right;
}

.formBox td.inputCell {
	text-align: left;
}

.formBox tr.oddRow {
	background-color: #F2F4F2;
}

.subHeading {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}

.firstLetter {
	font-size: 22px;
}

.homepagetitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #57814B;
	margin-bottom: -10px;
	padding-top: 5px;
}

.formHeading {
	font-size: 14;
	font-weight: bold;
	text-decoration:underline;
	color:#4A8D3C;
}

.indent {
	text-indent: 12px;
}

.redlink a{
	color:#900;
	font-weight:bold;
	text-decoration:none;
}

.boxed_content{
	border:1px solid #DDDDDD;
	padding:10px;
	text-align:justify;
	margin-bottom:10px;
}

.boxed_content .title{
	font-weight:bold;
	color:#3E7B3E;
	
}
/*20110819-bms-these next 2 classes are for the sliding-up script in top.php*/
a.click_shade_toggle {
	margin: 0 0 0 5px;
	font-size: 15px;
	/*position: relative;
	cursor: pointer;
	color: #660000;*/

}

.boxed_content .hideable_text {
	display: none;
	width: 440px; 
}


