/* Subpage Styles */

#main_col {
	font-size: 95%;
	line-height: 165%;
	}

#main_col div.wrap {
	background: url(../images/subpage-logo.jpg) no-repeat;
	padding-top: 150px;
	}
	
#main_col h1, #main_col h2, #main_col h3, #main_col h4, #main_col h5, #main_col h6 {
	margin-bottom: 0.5em;
	margin-left: 20px;
	}
	
#main_col p, #main_col ul, #main_col ol, #main_col table, #main_col dl {
	margin-left: 20px;
	}
	
#main_col ol, #main_col ul {
	margin-left: 45px;
	}
	
#main_col ul {
	list-style-image: url(../images/bullet.gif);
	/*list-style-position: outside;*/
	}

/* Tables */

table {
	border-collapse: collapse;
	width: 97%;
	font-size: 90%;
	margin-bottom: 1.5em;
	}
	
caption {
	text-align: left;
	color: #BEF243;
	font-weight: bold;
	margin-left: 20px;
	font-size: 120%;
	margin-bottom: 0.5em;
	}
		
tr.odd {
	/*background: #222;*/
	}

th, td {
  vertical-align: top;
  text-align: left;
  padding: 0.5em;
  border: 0;
  }
  
th {
	word-break: none;
	background: #000;
	color: #fff;
	}
	
td {
	border-top: 1px solid #444;
	/*background: #222;*/
	}
  
tbody tr:hover {
  }
  
tbody tr:hover th, tbody tr.odd:hover th {
  }

	
/* Forms
-------------------------------------------------------*/

fieldset {
	border: 1px solid #444;
	padding: 20px;
	}
	
input, select, option {
	font-size: 101%;
	}
	
option {
	padding-right: 0.5em;
	}
	
fieldset table {
	margin-bottom: 0 !important;
	}
	
legend {
	font-weight: bold;
	}
	
/* Contact Form
-----------------------------------------*/

form#contact_form {
	width: 60%;
	float: right;
	margin-right: 20px;
	}
	
#contact_form label, #listing_form label {
	display: block;
	}
	
#contact_form fieldset div, #listing_form fieldset div {
	margin-bottom: 0.5em;
	}
	
#contact_form textarea {
	width: 90%;
	}
	
.tmb {
	margin: 5px;
	}
	
/* In-page Photos with captions */

div.framed_photo {
	background: #fff;
	padding: 2px;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	}
	
div.framed_photo span.caption, .caption_quote {
	font-size: 90%;
	font-style: italic;
	color: #333;
	display: block;
	text-align: center;
	line-height: 100%;
	padding-bottom: 0.5em;
	}
	
.caption_quote {
	width: 300px;
	text-align: left;
	margin-left: 10px;
	}

	
/* Applications Page */

div.application {
	clear: left;
	position: relative;
	min-height: 200px;
	margin-top: 1.0em;
	}
	
div.application ul {
	float: left;
	margin-right: 10px;
	}
	
div.application_pics {
	margin-left: 20px;
	margin-right: 100px;
	float: right;
	width: 400px;
	}
	
div.application_pics p {
	font-style: italic;
	color: #ccc;
	font-size: 90%;
	margin-left: 0 !important;
	}
	
div.application img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #BEF243;
	}
	
table.application_points {
	width: auto !important;
	float: left;
	margin-left: 10px;
	}
	
table.application_points td {
	border: 0;
	padding: 0 !important;
	}
	
table.application_points td img {
	border: 0;
	}
/* Installation Page */

table#process {
	font-size: 105%;
	}
	
table#process td {
	vertical-align: middle !important;
	}
	
table#process td img {
	width: 165px;
	}
