body {
	padding: 0px; 
	background: #2B6EA2;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 16px;	
	line-height: 200%;
	letter-spacing:0px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	color:#FFFFFF;
}
h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	margin-top: 12px;
	color: #222222;
}
h2 {
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #C4E7FE;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #C4E7FE;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: underline;
	margin: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.normal a {
	text-decoration: none;
	border-bottom: dotted 1px #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}
.normal a:hover {
	color: #C4E7FE;
	border-bottom: dotted 1px #C4E7FE;
	font-weight: bold;
}
.homelink a {
	text-decoration: none;
	border-bottom: dotted 0px #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
.homelink a:hover {
	text-decoration: none;
	border-bottom: dotted 0px #FFFFFF;
	color: #C4E7FE;
	font-weight: normal;
	font-style: italic;
}
.price {
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.installed {
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #CCCCCC;
}
.row_top {
	background-image: url('images/table_odd_top.jpg');
	height: 74px;
}
.row_odd {
	background: #5590BC;
	background-image: url('images/table_odd.gif');
	height: 200px;
}
.row_top li {
	margin-top: 5px;
}
.row_even li {
	margin-top: 5px;
}
.row_odd li {
	margin-top: 5px;
}
.row_odd_bottom li {
	margin-top: 5px;
}
.row_even_bottom li {
	margin-top: 5px;
}
.row_even {
	background: #75AAD4;
	background-image: url('images/table_even.gif');
	height: 200px;
}
.row_odd_bottom {
	background: #5590BC;
	background-image: url('images/table_odd_bottom.jpg');
	height: 200px;
}
.row_even_bottom {
	background: #75AAD4;
	background-image: url('images/table_even_bottom.jpg');
	height: 200px;
}
td {
  vertical-align:top;
}
ul, li {
  margin-left: 10px;
  padding-left: 10px;
  line-height: 125%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 0px;
}
ul {
  margin-top: 0px;
  margin-bottom: 0px;
}


.acc_row li {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 125%;
}

img {
  border:0;
}
.centered {
	width: 960px;
	margin: 0 auto;
}
.normal {
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-weight: normal;
	font-size: 14px;	
	line-height: 175%;
	letter-spacing: 0px;
	color:#FFFFFF;
}
.sidebox {
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-weight: normal;
	font-size: 12px;	
	line-height: 150%;
	letter-spacing: 0px;
	color:#444444;
}
.small {
	font-size: 12px;	
}
.tiny {
	font-size:10px;
}
.resources_links a {
	color: #CCCCCC;
	text-decoration: none;
}
.resources_links a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.form_field
{
	width: 388px;
	height: 37px;
	border: 0px solid #222222;
    background: transparent;
    background-image:url(images/form_field.png);
    background-repeat: no-repeat;
	margin: 0px;
	padding-left: 12px;
	padding-top: 16px;
	font-size: 16px;
	color: #333333;
	font-family: trebuchet ms, verdana, tahoma, arial;
}
.form_field_header {
	text-align:right;
	padding-top:11px;
}
.text_box
{
	width: 360px;
	height: 235px;
	border: 0px solid #222222;
	margin-top:14px;
	margin-bottom:14px;
	background: transparent;
	font-size: 16px;
	color: #333333;
	font-family: trebuchet ms, verdana, tahoma, arial;
	padding: 12px;
	overflow: auto;
}
.submit
{
	width: 200px;
	height: 52px;
	border: 0px solid #222222;
    background: transparent;
    background-image:url(images/form_button.png);
    background-repeat: no-repeat;
	margin: 0px;
	padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-family: trebuchet ms, verdana, tahoma, arial;
}