@charset "UTF-8";
/* CSS Document */

#outer {
width:955px;
margin-left:auto;
margin-right:auto;
}

#inner {
width:auto;
background-color:#ffffff;
}

#banner {
width:955px;
height:285px;
}

#nav {
width:auto;
height:28px;
background-image:url(../images/nav_bg.jpg);
background-repeat:repeat-x;
background-color:#887caf;
padding-left:280px;
}

#contentOuter {
width:auto;
height:1%;
}

#contentLeft {
width:390px;
float:left;
height:455px;
}

#contentLeftInner {
width:auto;
margin:0px 40px;
height:270px;
}

#content {
width:490px;
margin-left:395px;
padding:40px 55px 30px 15px;
/*height:1px;*/
}

#footer {
/*width:270px;*/
background-image:url(../images/footer_bg.jpg);
background-repeat:repeat-x;
background-color:#887caf;
height:23px;
}

.clearer {
clear:both;
}



/* styles */

#contentLeftInner p {
font-weight:bold;
line-height:1.65em;
color:#887caf;
margin-bottom:5px;
font-size:95%;
}

#contentLeftInner span p {
color:#2C2D2F;
}

#contentLeftInner span p img {
padding-top:-7px;
float:left;
}

#content p {
font-size:.95em;
margin-bottom:5px;
}
#content img {
margin-top:20px;
}
#content ul {
margin-left:0px;
padding-left:15px;
list-style-position:outside;
font-size:.95em;
}
#content ul li {
margin-left:0px;
}


#footer {
color:#fff;
font-size:95%;
padding: 15px 40px;
padding-bottom:0px;
text-align:center;
}

#footer span a{
margin-right:20px;
}

#footer span a, #footer span a:visited {
text-decoration:underline;
color:#fff;
}

#footer span a:hover {
text-decoration:none;
}


#form1 div {
padding-top:5px;
}

#form1 div label {
width:100px;
display:block;
font-weight:bold;
padding-bottom:5px;
font-size:90%;
}

#form1 div label.mand {
color:red;
}

.call-to-action{
	background: #f79829;
    padding: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	border-bottom: 10px solid #fff;
}

.call-to-action a{
	text-decoration: none;
	color: #fff;
}