/* DELETE THIS STYLE ONCE STRUCTURE IS DEFINED*/
td	{
	vertical-align: top;
}

*{ 
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}

body {
	margin: 30px 0px 10px 0px; /* the rest of the space at the bottom comes from a style on wrapper tr*/
	padding: 0;
	background: #fff repeat left top;
        font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #3E3B36;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
        font-weight: bold;
        color:#14424F;
        margin-bottom:20px;
}

h2 {
	font-size: 1.4em;
        color:#94C94A;
        font-weight:bold;
        margin-bottom:10px;
}

h3 {
	font-size: 1.2em;
        font-weight:bold;
        color:#14424F;
        margin-top:7px;
        margin-bottom:7px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

p {
    margin-bottom: 25px;
    margin-top: 10px;
}

ul, ol {
    margin-left:20px;
}

a {
	text-decoration: none;
	color: #4D8D99;
}

a:hover {
}

a img { 
	border:none;
}

.wrapper	{
	width:960px;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

.wrapper tr {
	border-bottom:#FFFFFF 20px solid;
}




.contact td{
	padding-right: 20px;
	padding-bottom: 10px;
}

.credits {
    float:right;
}

.credits, .credits a{
color: #fff;
font-size: 0.9em;
}

.inline {

display: inline;
}

.header {
    background: url('../images/blue-header-background.png');
    height: 121px;
    width:960px;
}

.logo {
    margin-left:40px;
    margin-top:40px;
}

.fadein img {
    position:absolute;
}

.content {
    padding:30px;
}

.footer {
    background: #8CC63F;
    color: #fff;
    padding:5px;
}

.footer p, footer a {
    color: #fff;
}

.lpm-logo {
    float:right;
}

.quotes {
    height:150px;
    float:left;
}

.quotes p {
    position:absolute;
    font-size:1.2em;
    width: 460px;
}

.quoteContainer {
    padding:10px;
    margin-top:10px;
}

.quoteContainer img {
    margin-top:20px;
}

.slider {
   background: url('../images/slider-td-bg.png')  repeat-y;
   width:337px;
}

.blueLine {
    width: 100%;
    height:3px;
    background: #1E70B8; 
    margin-bottom:3px;
    margin-top:10px;
}

.greenLine {
    width: 100%;
    height:3px;
    background: #8CC63F; 
}

.button{
border:1px solid #6d9e2f; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #8BC63F; background-image: -webkit-gradient(linear, left top, left bottom, from(#8BC63F), to(#55833A));
 background-image: -webkit-linear-gradient(top, #8BC63F, #55833A);
 background-image: -moz-linear-gradient(top, #8BC63F, #55833A);
 background-image: -ms-linear-gradient(top, #8BC63F, #55833A);
 background-image: -o-linear-gradient(top, #8BC63F, #55833A);
 background-image: linear-gradient(to bottom, #8BC63F, #55833A);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8BC63F, endColorstr=#55833A);
}

.button:hover{
 border:1px solid #557b24;
 background-color: #70a230; background-image: -webkit-gradient(linear, left top, left bottom, from(#70a230), to(#3e602a));
 background-image: -webkit-linear-gradient(top, #70a230, #3e602a);
 background-image: -moz-linear-gradient(top, #70a230, #3e602a);
 background-image: -ms-linear-gradient(top, #70a230, #3e602a);
 background-image: -o-linear-gradient(top, #70a230, #3e602a);
 background-image: linear-gradient(to bottom, #70a230, #3e602a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#70a230, endColorstr=#3e602a);
}