/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFFFFF;
}

body {
	background-position: 50% 140px;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #505050;
}

body.editor {
	background-color: #FFFFFF;
	min-height: 400px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table th {
	text-align: left;
}

table td {
	vertical-align: top;
}

.data_table th {
	background-color: #ECE6E0;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 12px;
	border-right: 2px solid #FFFFFF;
}

.data_table td {
	padding: 6px 12px;
	background-color: #F8F6F4;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}

.data_table td.dark {
	background-color: #F2EEEA;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-family: "TitilliumText22LBold", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #505050;
	margin-bottom: 10px;
}

.layout2 h1 {
	font-size: 28px;
	line-height: 30px;
	color: #FFFFFF;
	letter-spacing: .02em;
	margin-bottom: 16px;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #F3B41B;
}

a:hover {
	color: #DE8100;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

optgroup option {
	padding-left: 20px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

/* FONT CSS */

@font-face {
    font-family: 'TitilliumText22LThin';
    src: url('TitilliumText22L001-webfont.eot');
    src: url('TitilliumText22L001-webfont.eot?#iefix') format('embedded-opentype'),
         url('TitilliumText22L001-webfont.woff') format('woff'),
         url('TitilliumText22L001-webfont.ttf') format('truetype'),
         url('TitilliumText22L001-webfont.svg#TitilliumText22LThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('TitilliumText22L002-webfont.eot');
    src: url('TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('TitilliumText22L002-webfont.woff') format('woff'),
         url('TitilliumText22L002-webfont.ttf') format('truetype'),
         url('TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('TitilliumText22L003-webfont.eot');
    src: url('TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('TitilliumText22L003-webfont.woff') format('woff'),
         url('TitilliumText22L003-webfont.ttf') format('truetype'),
         url('TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('TitilliumText22L004-webfont.eot');
    src: url('TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('TitilliumText22L004-webfont.woff') format('woff'),
         url('TitilliumText22L004-webfont.ttf') format('truetype'),
         url('TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('TitilliumText22L005-webfont.eot');
    src: url('TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('TitilliumText22L005-webfont.woff') format('woff'),
         url('TitilliumText22L005-webfont.ttf') format('truetype'),
         url('TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LXBold';
    src: url('TitilliumText22L006-webfont.eot');
    src: url('TitilliumText22L006-webfont.eot?#iefix') format('embedded-opentype'),
         url('TitilliumText22L006-webfont.woff') format('woff'),
         url('TitilliumText22L006-webfont.ttf') format('truetype'),
         url('TitilliumText22L006-webfont.svg#TitilliumText22LXBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
 
.button {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 4px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 940px;
	margin: 0px auto;
	position: relative;
	padding-top: 393px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	background-image: url('../images/header_bg.png');
	background-repeat: no-repeat;
}

#logo {
	margin: 23px 0px 12px 0px;
	float: left;
}
/* JB Shrunk margin to fit chargebacks */
#slogan {
	clear: both;
	width: 940px;
	text-align: center;
	font-family: "TitilliumText22LMedium", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: .05em;
	text-shadow: #FFFFFF 1px 1px 1px;
	color: #414141;
	margin-bottom: 20px;
}

#header #section_title {
	font-family: "TitilliumText22LBold", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #E8EBED;
	font-size: 26px;
	letter-spacing: .05em;
	margin: 70px 0px 0px 0px;
}

/* JB Shrunk magrin-botoom for chargebacks */
#header.header_subnav #section_title {
	margin: 0px 0px 8px 342px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: .1em;
/*	background-image: url('../images/section_title_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 18px;*/
}

#mission_control {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 140px;
	font-family: "TitilliumText22LMedium", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

#mission_control a {
	color: #FFFFFF;
}

#content {
	width: 600px;
	float: left;
	margin-bottom: 30px;
}

.layout3 #content {
	width: 554px;
	padding: 0px 176px 0px 210px;
	float: none;
	margin-bottom: 10px;
	background-image: url('../images/contact_us_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 140px;
	min-height: 550px;
}

#right_content {
	width: 300px;
	float: right;
	margin-bottom: 30px;
}

.cta p {
	margin-bottom: 0px;
}

.cta_box, .cta_box2, .cta_box3, .cta_box4 {
	background-image: url('../images/cta_box_bg.png');
	background-repeat: no-repeat;
	padding: 18px 28px 0px 28px;
	width: 244px;
	height: 192px;
	color: #505050;
	font-size: 14px;
	line-height: 19px;
}

.cta_box2 {
	background-image: url('../images/cta_box_bg2.png');
	height: 170px;
}

.cta_box3 {
	background-image: url('../images/cta_box_bg3.png');
	height: 148px;
}

.cta_box4 {
	background-image: url('../images/cta_box_bg4.png');
	height: 126px;
}

.cta_box h3, .cta_box2 h3, .cta_box3 h3, .cta_box4 h3 {
	font-family: "TitilliumText22LBold", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #FFFFFF;
	text-shadow: #428D10 1px -1px 0px;
	margin-bottom: 23px;
}

.cta_nobox {
	padding: 0px 28px 0px 28px;
	width: 244px;
	color: #8F8F8F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-style: italic;
}

#footer {
	background-color: #F2EEE9;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	border-top: 1px solid #E4DDD4;
}

#footer_inner {
	width: 940px;
	margin: 0px auto;
	padding: 20px 0px 25px 0px;
	font-size: 13px;
	line-height: 21px;
	color: #6B6B6B;
}

#footer a {
	color: #6B6B6B;
}

#footer a:hover {
	color: #649C35;
}

.footer_column {
	width: 221px;
	float: left;
	margin: 0px 18px 10px 0px;
	display: inline;
}

.footer_title {
	font-size: 13px;
	font-weight: bold;
	color: #4A4A4A;
	padding-bottom: 6px;
	border-bottom: 1px solid #7CC242;
	margin-bottom: 7px;
}

.footer_title a {
	color: #4A4A4A;
}

#footer ul {
	padding: 0px;
	margin-bottom: 10px;
}

#footer ul li {
	list-style: none;
}

#footer blockquote {
	margin: 0px;
}

#footer_slogan {
	// border-top: 1px solid #7CC242;
	// margin-top: 10px;
	// padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #8F8F8F;
}

#copyright {
	clear: both;
	text-align: center;
	color: #A7A7A7;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 95px 32px 0px 0px;
	float: right;
	display: inline;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 25px;
	display: inline;
	font-family: "TitilliumText22LMedium", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 17px;
	position: relative;
}

#nav li a {
	color: #414141;
	padding-left: 12px;
}

#nav li a:hover {
	background-image: url('../images/nav_bg.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#nav li ul {
	display: none;
}

#nav li:hover ul {
	display: block;
	position: absolute;
	top: 20px;
	left: -14px;
	width: 188px;
	padding: 15px 0px 10px 0px;
	background-image: url('../images/dropdown_bg1.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#nav li#nav3:hover ul {
	width: 242px;
	background-image: url('../images/dropdown_bg2.png');
}

#nav li ul li {
	float: none;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 42px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-indent: -15px;
}

#nav li ul li.first {
	background-image: url('../images/dropdown_bg1_top.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#nav li#nav3 ul li.first {
	background-image: url('../images/dropdown_bg2_top.png');
}

#nav li ul li a {
	padding: 0px;
	color: #414141;
}

#nav li ul li a:hover {
	background-image: none;
	color: #F38A00;
}

#subnav {
	margin: 0px 0px 0px 342px;
}

.subnav {
	padding: 0px;
	float: left;
	width: 299px;
}
/* JB updated to add RP */
.subnav li {
	list-style: none;
	font-family: "TitilliumText22LRegular", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-bottom: 5px;
	height: 18px;
}

.subnav li a {
	color: #FFFFFF;
	background-image: url('../images/subnav_bg.png');
	background-repeat: no-repeat;
	padding-left: 17px;
}

.subnav li a.bg1 {
	background-position: 0px 5px;
}

.subnav li a.bg2 {
	background-position: 0px -25px;
}

.subnav li a.bg3 {
	background-position: 0px -55px;
}

.subnav li a.bg4 {
	background-position: 0px -85px;
}

.subnav li a:hover {
	background-position: 0px -115px;
}

/* Home Slideshow CSS */

#home_slideshow {
	width: 940px;
	height: 280px;
	padding: 0px;
	margin: 0px 0px 66px 0px;
	list-style: none;
	overflow: scroll;
}

#home_slideshow li {
	height: 280px;
	position: relative;
	width: 440px;
}

/*
#home_slideshow li {
	list-style: none;
	float: left;
	width: 125px;
	height: 280px;
	overflow: hidden;
	background-position: top right;
}

#home_slideshow li#slide1 {
	width: 440px;
}
*/

.home_box {
	width: 331px;
	padding: 0px 0px 0px 125px;
	float: left;
	position: relative;
	margin: 0px 0px 25px 33px;
	display: inline;
	color: #FFFFFF;
}

.home_box_first {
	clear: both;
	margin-left: -5px;
}

.home_box a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 107px;
	height: 104px;
	overflow: hidden;
	text-indent: -999px;
}

.home_box a:hover {
	background-position: 0px -104px;
}

.home_box h2 {
	border-bottom: 2px solid #7CC242;
	font-family: "TitilliumText22LMedium", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	padding-bottom: 4px;
}

/* FEEDBACK FORM CSS */

.feedback {
	width: 554px;
}

.feedback label {
	display: block;
	text-align: right;
	width: 240px;
	float: left;
	white-space: normal;
	padding-top: 10px;
	font-size: 14px;
}

.feedback div {
	padding: 0px 0px 12px 0px;
	float: right;
	width: 284px;
}

.feedback div label {
	display: inline;
	float: none;
	clear: none;
	margin: 0px;
	width: auto;
	text-align: left;
	font-weight: normal;
}

.feedback div table {
	white-space: nowrap;
}

.feedback input {
	width: 274px;
	padding: 5px 5px;
	height: 25px;
	border: 0px;
	background-image: url('../images/input_bg.gif');
}

.feedback select {
	width: 274px;
	padding: 2px 3px;
}

.feedback textarea {
	width: 274px;
	padding: 5px 5px;
	height: 125px;
	border: 0px;
	background-image: url('../images/textarea_bg.gif');
}

.feedback br {
	clear: both;
}

.feedback .button {
	width: auto;
}

.feedback .submitbutton {
	width: 110px;
	height: 34px;
	padding-top: 2px;
	border: 0px;
	background-image: url('../images/submit_button.gif');
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
	text-indent: -999px;
}

.feedback .submitbutton:hover {
	background-position: 0px -34px;
}

/* Interactive Diagram CSS */

#interactive_diagram h2 {
    font-family: "TitilliumText22LBold", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #F3B41B;
    margin-bottom: 20px;
}

#interactive_diagram ul.slideshow {
    float: right;
    display: block;
    width:363px;
    height:302px;
    margin: 0px 0px 30px 10px;
    padding: 0;
    position: relative;
    list-style-type: none;
    list-style-image: none;
}

#interactive_diagram ul.slideshow li {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    list-style-type: none;
    display: none;
}

#interactive_diagram ul.slideshow li:first-child {
    display: block;
}

#interactive_diagram ul {
    list-style-image: url('../images/green_bullet.gif');
}

#interactive_diagram li {
    font-size: 14px;
    margin-bottom: 10px;
}

#interactive_diagram ul.interactive li:hover {
    color: #79C03F;
    cursor: pointer;
