#marketing-page {
      margin: 0;
	  padding: 0;
	  font-family: Arial,Helvetica,sans-serif;
	  border: 0 none;
	  font-size: 100%;
	  outline: 0 none;
	  vertical-align: baseline;
	  background: repeat scroll 0 0 #e6e6e6;
	  line-height: 1;
}

#marketing-wrapper {
   	background: repeat scroll 0 0 #e6e6e6;
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 21px;
    width: 100%;
}

#page-marketing {
	margin: 0px auto;
    width: 920px;
}

#marketing-main{
	background: #FFFFFF;
    padding: 0 20px 20px;
}

#marketing-main .header{
	background: url("../images/marketing/header.jpg") no-repeat scroll left top #FFFFFF;
	height: 135px;
}

#marketing-content, .marketing-section{
	width: 880px;
}

.marketing-section h1,
.marketing-section h2,
.marketing-section h3,
.marketing-section h4,
.marketing-section h5,
.marketing-section h6{
	color: #214272;
    font-family: Georgia,Times,sans-serif;
    font-weight: normal;
    text-shadow: 1px 1px 0 #DDDDDD;
    margin: 0 0 20px;
    font-size: 20px;
}

.marketing-section h1{
	font-size: 30px;
	
}

.marketing-section .center-wrapper{
	width: 880px;
}

.marketing-section .center-wrapper .panel-col-first{
	border-right: 1px dashed #CCCCCC;
    float: left;
    padding: 0 20px 0 0;
    width: 430px;
}

.marketing-section .center-wrapper .panel-col-last{
	float: left;
    padding: 0 0 0 10px;
    width: 410px;
}

.marketing-section .center-wrapper .panel-col-last .panels_pane{
	margin: 0 0 20px;
    border-bottom: 8px solid #EEEEEE;
    display: block;
    margin: 0 0 20px;
}

.marketing-section .center-wrapper .pane-content,
.marketing-section .center-wrapper .pane-content p,
.marketing-section .views-field-title a,
.marketing-section .form-item label{
	color: rgb(119, 119, 119);
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 21px;
}

.marketing-section .center-wrapper .pane-content .padder{
	float: none;
}

.marketing-section ol, .marketing-section ul {
    list-style: disc outside none;
    margin: 0 0 14px;
    padding: 0 0 0 30px;
}

.marketing-section a:link, .marketing-section a:visited {
    color: rgb (0,90,132);
    line-height: 20px;
    padding: 0 0 0;
    text-align: left;
    text-decoration: underline;
}

.marketing-section a:hover{
	text-decoration: underline;
}

.marketing-section form .webform-component-textfield .form-item label,
.marketing-section form .webform-component-select .form-item label {
    color: rgb(119, 119, 119);
	font-family: Arial,sans-serif;
    display: block;
    float: left;
    font-size: 12px;
    padding: 10px 0;
    width: 150px;
}

.marketing-section form .webform-component-textfield .form-item input,
.marketing-section form .webform-component-select .form-item select {
    color: rgb(119, 119, 119);
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    width: 200px;
}

.marketing-section form .webform-component-textfield, 
.marketing-section form .webform-component-select{
	line-height: 35px;
    padding: 4px;
}

