@charset "UTF-8";
/* CSS Document */

body{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 100;
	line-height: 1.5em
}

.clear{
	clear: both;
}

/* -------------------------------------- Fonts & Paragraphs -------------------------------------- */

a{
	text-decoration: none;
	font-weight: bold;
	color: #0b2c1d;
}

/* Traditional Link Style Override */

a.trad{
	color: #0000ff;
	text-decoration: underline;
}

a.trad:hover{
	color: 0000ff;
	text-decoration: underline;
}

a:hover{
	color: #1b5a3f;
}

/* Scrolling Text Area */
#content .body .scroll_text{
	width: 100%;
	height: 400px;
	overflow-y: scroll;
	font-family: georgia, arial, helvetica, sans-serif;
}

/* Larger Text and Spacing */
.big_text1{
	font-size: 1.1em;
	letter-spacing: .11em;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6{
	display: block;
	margin: 15px 0 5px 0;
}

h1{ font-size: 21px; color: #1b5a3f; }

h1.line2{ 
	height: 16px;
	background: transparent url(../images/h1-arrows.png) left 3px no-repeat;
	margin: 3px 0 0 15px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 16px;
 	font-style: italic;
	color: #0f3a26;
}

h2{ font-size: 1.2em; }

h3{ font-size: 1.1em; }

.indent1{ text-indent: 25px; }

.city{ border-bottom: 2px solid #666; }

.up{ text-transform: uppercase;}

span.headline{
	display: block;
	padding: 3px 15px;
	margin: 20px 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: .15em;
	color: #1b5a3f;
	border-bottom: 2px solid #d8d398;
	border-top: 2px solid #d8d398;
}

/* Page Titles */
.head1, .head2{letter-spacing:.3em;}

.head1{font-weight: 100;}

.head2{color: #f2f6c3;}

/* Registration / Trademark */
sup{
	font-size: 11px;
}

/* ------------------------------------- Lists ------------------------------------------------------- */
ol{
	padding: 0 0 0 50px;
	margin-bottom: 20px;
}

ol li{
	list-style: decimal;
	margin: 5px 0;
}

ul{
	list-style-position: outside;
	padding: 0;
	margin-left: 75px;
}
ul li{
	line-height: 1.6em;
	list-style-image: url(../images/li.png);
}

ul.noMargin{ 
	list-style-position: inside;
	margin: 0;
}

ul.center{
	display: block;
	width: 425px;
	margin: 15px auto;
}

/* -------------------------------- Horizontal Rule --------------------------------*/

hr{
	display: block;
	clear: both;
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #333;
}



/* ------------------------------------- Backgrounds & Borders --------------------------------------- */


.background_logo{
	background: transparent url(../images/background_logo.jpg) fixed repeat center 140px;
}




/* ------------------------------------- Table & Page Layouts ----------------------------------------------- */

/* Our Team Listing (listed on prospectus page) */

table.team{
	border-collapse: collapse;
	margin: 25px 0;
}

table.team td{
	vertical-align: top;
	padding-bottom: 15px;
}

table.team .location td{ padding: 0;}

table.team td{ /* Last Child, but IE Fix Doesn't Understand */
	width: 450px;
	font-style: italic;
	padding: 0 0 5px 10px;
}

table.team td:first-child{
	width: 350px;
	text-align: right;
	font-weight: bold;
	font-style: normal;
	padding: 0 10px 5px 0;
	border-right: 1px solid #334233;
}
table.team td:first-child i{ font-size: 1em;  font-weight: normal;}

table.team td h1{
	margin: 0;
	color: #334233;
}


table.video{
	clear: both;
	width: auto;
	margin: 0 auto;
}

table.video td{
	padding: 5px;
	text-align: center;
}

table.video a img, table.video img{
	border: 2px solid #0f3a26;
}

table.video a:hover img{border-color: #1b5a3f; }


/* ------------------------------------- Product-Line Page Styles ---------------------------------- */


table#product_line{border-collapse: collapse;}

#product_line td{
	padding: 0;
	width: 114px;
	min-height: 120px;
	vertical-align: top;
	text-align: center;	
	background-color: #98b79b;
}

/* Company Information Column */
#product_line .col2{ width: 250px; background-color: transparent;}

/* Heading/Company Name */
#product_line h2{
	display:block;
	float:none;
	width: 250px;
	padding: 1px 0 1px 0;
	font-size: 10pt;
	color: #od3322;
	text-transform: uppercase;
	text-align:center;
	border-bottom: 2px solid #98b79b;
}

#product_line .col2 p{ padding: 2px; letter-spacing: .01em;} /* Company Description */


/* Styles Company Logo / Collages */
#product_line img{	
	width: 100px;
	height: 100px; 
	margin: 2px auto 2px auto;
	border: 3px double #003432;
}

#product_line td a:hover img{ border-color: #fff;}


/* ------------------------------------ Images --------------------------------------------------- */

img{ display: block; }

img.center{
	margin: 25px auto;
}

img.right{
	float: right;
	margin: 15px 0 15px 15px;
}