/*
**********************************
INTRASWEEP
Screen Styles

Current print styles

Version 1.0.0 - Initial Styles

10.29.08 - Code KIckoff
Updated by Chris 09/23/09
**********************************
*/

/*--------------------------------    
    Temporary Selectors
--------------------------------*/
.edit{
	color:#FFF;
	background-color: #FF00FF;
	border:1px dotted #FFF;
	padding:3px;
}
/*--------------------------------    
    General Selectors
--------------------------------*/
*{ 
	margin: 0; 
	padding: 0; 
	line-height: 1.5em;}

body{ 
	color:#757561;
	font: normal 65.5% Arial, sans-serif; 
	background-color:#f4f9fc;}
	
body a { 
	cursor:pointer;
	}

p { 
	margin-bottom: 1.2em;}

img { 
	display: block; 
	border:none;}

/*--------------------------------    
    Standards Global
--------------------------------*/
.floatLeft {
	float:left;}

.clearBoth {
	clear:both;}

/*--------------------------------    
    Structure
--------------------------------*/
#fullPage {
	width:907px;
	background-color: #fff;
	background-image: url(../images/bkground.gif);
	background-repeat: repeat-y;}

#leftColumn{
	width:265px;
	float:left;}

#rightColumn{
	width:625px;
	float:right;
	padding-left:2px;
	background-color: #FfF;
	margin-right:15px;
}


#logo {
	margin:0;}

#billboard {
	width:555px;
	height:110px;
	display: block;
	padding: 40px 50px 0 20px;
	background:transparent url(../images/circles2.gif) bottom left no-repeat;
	border-top: 10px solid #03506d;
	border-bottom: 10px solid #03506d;
	
}

#flashcontent{
border-top: 0px solid #03506d; 
border-bottom: 0px solid #03506d;
}


#content {
	width:585px;
	padding: 10px 20px 20px 20px;
	background-color: #FFF;
	overflow:auto;
}

#content_webform {
	width:535px;
	padding: 22px 70px 20px 20px;
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow: auto;
	}

#footer {
	width:582px;
	clear: both;
	background-color: #03506d;
	padding: 20px 0 70px 310px;}

/*--------------------------------    
    Navigation
--------------------------------*/
ul.nav {
	font-weight: bold;
	margin: 0 0 0 20px;}

ul.nav li {
	display: inline;
	list-style: none;}
	
ul.nav li a {
	text-decoration: none;
	color: #780032;}

ul.nav li a:hover, ul.nav li a.on {
	color: #00253f;
	border-bottom: 3px solid #00253f;}
	
.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
	color: #00253f;
	border-bottom: 3px solid #00253f;
}
	
.N1front {
	font-size: 1.6em;
	padding: 46px 0 0 0;
}

#navContainer{
height:80px;

}

#navContainer #links{
color:#77b858;
margin-top:20px;
margin-right:20px;
font-size:1.2em;
height:20px;
float:right;
font-weight:bold;
}

#navContainer #links a{
color:#77b858;
text-decoration:none
}

#navContainer #links a:hover{
color:#77b585;
text-decoration:underline
}

.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
}

.tabcontainer{
clear: left;
height:27px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}


.tabcontent {
	position: relative;
	z-index:900;
	display:none;}


.N1front {
	font-size: 1.6em;
	padding: 46px 0 0 0;
}


.N1inner {
	font-size: 1em;
	height: 20px;
	padding: 0 0 0 0;
	margin-left:20px;
	border-top: 3px solid #00253f; /*setting top border for active subemenus - modified by chris*/
}

.N1front li, .N1inner li {
	margin: 0 30px 0 0;}

.N2 {
	font-size: 1.2em;
	padding: 4px 0 0 0;
	height:20px;
	display: block;
	position:relative;
}

.N2 li {
	margin: 0 15px 0 0;	}

ul.N2 li a:hover, ul.N2 li a.on {
	color: #00253f;
	border: none;}


/*--------------------------------    
    Content
--------------------------------*/
#callout{
	color: #FFF;
	background-color:#03506d;
/*	padding:25px 20px;*/
	padding:0px;
	height:170px;
	overflow: visible;
	border-bottom: 2px solid #fff;
}

/*#callout2{
	color: #FFF;
	background-color:#03506d;
	padding:45px 20px;
	height:160px;
	overflow: visible;
	border-bottom: 2px solid #fff;
	font-size:1.2em;
	}	*/

#callout2 {
    color: #FFF;
	background-image: url(../images/vault_square.gif);
	background-repeat: no-repeat;
	height: 105px;
	padding: 115px 20px 30px 20px;
}

#callout2 span {
	font-size: 22px;
	font-weight: bold;
}

#callout2 p {
	font-size:1.4em;
	margin-bottom: 10px;
	padding-left: 10px;
}

#callout2 p.learnMore {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-left: 0;
	margin-bottom: 0;
}

#contact{
	color: #FFF;
	background-color:#5e9dd3;
	padding: 0px;
	height:125px;	
	overflow: hidden;
	border-bottom: 2px solid #fff;}

#contact p{
	font-size:1.1em;
	line-height: 1.2em;}

#newsbox{
	color: #FFF;
	background-color: #3473a4;
	padding:30px 0px;
	/*height:155px;	*/
	overflow: visible;
	border-bottom: 2px solid #fff;}	
	
#newsbox  p{
	color:#fff;
	font-size:1.1em;
	line-height: 1.2em;
	background-color: transparent;
	padding: 0px 15px 10px 20px;
	text-indent: -10px;
	margin: 0 0 0 10px;
	}
	
#menubox{
	color: #FFF;
	background-color: #6b8b39;
	padding:30px 0px;
	overflow: visible;
	border-bottom: 2px solid #fff;}	
	
#menubox  p{
	color:#fff;
	font-size:1.1em;
	line-height: 1.2em;
	background-color: transparent;
	padding: 0px 15px 10px 20px;
	text-indent: -10px;
	margin: 0 0 0 10px;
	}
	
	
#menubox2{
	color: #000000;
	padding:30px 0px;
	overflow: visible;
	border-bottom: 2px solid #fff;}	
	
#menubox2  p{
	color:#000000
	font-size:1.1em;
	line-height: 1.2em;
	background-color: transparent;
	padding: 0px 15px 10px 20px;
	text-indent: -10px;
	margin: 0 0 0 10px;
	}
	
#menubox2{
	color: #000000;
	padding:30px 0px;
	overflow: visible;
	border-bottom: 2px solid #fff;}	
	
#menubox2  p a{
	color:#000000;
	text-decoration:none;
	}
	
#menubox2  p a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
#marketingportal{
	color: #FFF;
	text-align:center;
	background-color:#cfd7dc;
	margin-top: 40px;
	padding: 10px 0;
	height:45px;	
	overflow: hidden;
}	


#leftColumn a, #billboard a, #footer a{
	text-decoration: none;
	color: #FFF;}

#leftColumn a:hover, #billboard a:hover, #footer a:hover{
	text-decoration:underline;}

p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.2em;}

#billboard p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #FFF;
	margin: 0 0 5px 0;
}

#callout p{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #FFF;
	margin: 0 0 5px 0;
	text-indent: -.4em;
	padding-left: .4em;
}

#billboard p.learn, #callout p.learn{
	font-size: 1.2em;
}

#callout p.learn{
	font-size: 1em;
	text-indent: -.4em;
	padding-left: .4em;
}


#breadcrumb{
color:#77b858;
height:17px;
font-size:1em;
margin:4px 15px 0 20px; 
}

#breadcrumb a{
color:#5fa7d2;
text-decoration:none;
}

#breadcrumb a:hover{
color:#5fa7d2;
text-decoration:underline;
}

#breadcrumb span.title{
color:#757561;
text-decoration:underline;
}


.credit {
	font-size: 1.1em;
	line-height: 1.4em;
	paddign-bottom: 10px;
	display:block;
	float:left;
}

#footer p{
	color:#FFF;
	font-size:1.0em;}

ul.content {
	font-size:1.2em;
	margin: 0 0 10px 0;}

ul.content li{
	margin:0 0 0 18px;}

ul.content_box {
	font-size:1.2em;
	margin: 0 0 10px 0;}

ul.content_box li{
	margin:10px 0 0 18px;}

div#content a{
	text-decoration: none;
	color: #333;
}

div#content a:hover{
	color: #000;
}
	
#rightColumn p.navBox{
	color: #333;
	font-size: 1.3em;
	width: 160px;
	padding: 15px;
	background-color: #bde9f2;
	margin: 0 0 20px 10px;
	border-left: 25px solid #FFF;
	float:right;
	display: inline;
	clear: none;
	border:1px solid #00253f;
	}

#rightColumn p.navBox a {
	color: #666;
}

#rightColumn p.navBox a:hover {
	color: #000;
}

.highlighted {
	background-color: #E2E6E8;
	width:525px;
	padding: 13px;
	border: 1px solid #678999;
	color: #333;
	margin-bottom: 15px;
}


div#content a.hL{
	color: #333;
	text-decoration:none;
}


div#content a.hL:hover{
	color: #00a9d4;
	text-decoration:underline;
}

div#content a.ulink{
	color: #333;
	text-decoration:underline;
}


div#content a.ulink:hover{
	color: #00a9d4;
	text-decoration:none;
}


div#content div.footnote{
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
border-top:1px solid #d0cecc;
margin-top:30px;
padding-top: 10px;
font-style:italic;
clear:both;
}


img.floated {
	float: left;
	padding:0 15px 10px 0;
	background-color: transparent;
}

img.floated_right {
	float: right;
	padding:0 0px 15px 15px;
	position:relative;
	display: inline-block;
	background-color: transparent;
}

.quote{
	text-indent: -.5em;
	padding-left:.5em;
	font-family: Georgia;
}

.pdf {
	background: url(../images/pdf.gif) transparent no-repeat 1px 3px;
	padding:4px 4px 4px 1.5em;
	margin:0 0 .3em;
	text-indent: 0;
}

#leftColumn p.sidebar {
	background-color: transparent;
	padding: 10px 15px 5px 20px;
	font-size: 1.1em;
	color: #00253f;
	text-indent: -10px;
	margin: 0 0 0 10px;
}

#leftColumn p.sidebar a {
	color: #00253f;
}

#leftColumn p.sidebar a:hover {
	color: #000;
}

#leftColumn div.sidebar2 {
	background-color: transparent;
	border-top:solid 1px #ffffff;
	padding: 20px 15px 10px 15px;
	font-size: 1.1em;
	color: #00253f;
	text-indent: -15px;
	margin: 10px 15px 10px 15px;
  	}
	
#leftColumn div.sidebar2 a {
	color: #00253f;
}

#leftColumn div.sidebar2 a:hover {
	color: #000;
}
	

sup {
vertical-align: text-top;
font-size: 70%;
font-weight:normal;
}



/*--------------------------------    
    Headers
--------------------------------*/

h1{
	color: #00a9d4;
	font: bold 1.4em Arial, sans-serif;
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #00253f;}

	
h1.bboard{
	color: #FFF;
	font: bold 4.0em Arial, sans-serif;
	line-height:1.0em;
	margin: 0 0 30px 0;
	padding:0;
	border:none;}
	
h1.bboard sup{
	color: #FFF;
	font-size:50%;
	}
	
h1.bboard2{
	color: #FFF;
	font: bold 3.1em Arial, sans-serif;
	line-height:1.0em;
	margin: 0 0 30px 0;
	padding:0;
	border:none;}

h2{
	color: #FFF;
	font: bold 1.3em Arial,sans-serif;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #8CA8B3;}

#contact h2{
	border-bottom: 1px solid #FFFFFF;}

h2.news{
	color:#ffffff;
	font: bold 1.3em Arial,sans-serif;
	margin: 0px 20px 5px 20px;
	border-bottom: 1px solid #00a9d4;}
	
	
h2.menubox_header{
	color:#ffffff;
	font: bold 1.3em Arial,sans-serif;
	margin: 0px 20px 5px 20px;
	border-bottom: 1px solid #77b858;}

h2.menubox2_header{
	color:#000000;
	font: bold 1.3em Arial,sans-serif;
	margin: 0px 20px 5px 20px;
	border-bottom: 1px solid #77b858;}	

h3{
	color: #164963;
	font: bold 1.3em Arial,sans-serif;
	margin-bottom: 5px;}

h4{
	color: #00a9d4;
	font: bold 1.2em Arial,sans-serif;
	margin-bottom: 5px;
	padding-left:20px;
	}	

/*--------------------------------    
    Tab Hider
--------------------------------*/



/*--------------------------------    
    FORMS
--------------------------------*/

fieldset {
	border: none;
	padding:15px;
}

fieldset ul {
	list-style-type: none;	
}

ul li label {
	clear:both;
	display:block;
	font-size: 1.2em;
}

.validation-advice {
	color:#CE130F;
	font-size: .9em;
	border:1px dotted #CE130F;
	margin: 5px 0 0;
	padding:2px;
	width:140px;
}

input, select{
	margin:0 10px 10px 0;
}

.formQ {
	margin-bottom: 5px;
	padding:0;
	}

table.webform{
width:100%;
height:10px;
}

table.webform tr td{
vertical-align:top;
text-align:left;
height:10px;
}


label{
vertical-align:middle;
font-weight:bold;
}


/*sort table style*/
#content table.sortable {
width:525px;
border-left:solid 1px #678999;
border-top:solid 1px #678999;
/*margin-bottom:20px;*/
}

#content table.sortable tr {
background-color:#E2E6E8;
}

#content table.sortable tr.alt {
background-color: #F7F7F7;
}

#content table.sortable td {
border-right:solid 1px #678999;
border-bottom:solid 1px #678999;
text-align:left;
font-size:1.2em;
padding: 5px 10px;
color:#333;
}

#content table.sortable td a {
text-decoration:none;
}

#content table.sortable td a:hover {
text-decoration:underline;
}

#content table.sortable th {
    background-color:#03506d;
	padding: 10px;
	border-right:solid 1px #678999;
	text-align:left;
    color:#ffffff;
	font-size:1.1em;
    font-weight: bold;
    cursor: default;
}

div.highlighted dl dt{
		width:20%; 
		text-align:left;
		font-size:12px; 
		font-weight:bold;  
		float:left; 
		padding:5px 5px 5px 20px;
}

div.highlighted dl dd{
		width:70%; 
		text-align:left;
		font-size:12px; 
		float:left; 
		padding:5px;
}

input.marketingportal_btn
    {
    height: 50px;
    width: 200px;
    border: none;
	cursor:pointer;
	}
	
input.marketingportal_btn:hover {background-position:bottom left; }



input.marketingportal_btn
    {
	background:transparent url(../images/marketing_portal_btn.jpg) no-repeat;
	}

div.buttonlinkbox{
margin:20px 0px;
height:75px;
}

/*--------------------------------    
    Buttons
--------------------------------*/

#content .button {
	float: left;
	margin: 0 5px 5px 0;
	background-image: url(../images/button_parts/but_top_left.gif);
}

#content .button .wrap1 {
	background-repeat: no-repeat;
	background-image: url(../images/button_parts/but_bottom_left.gif);
	background-position: bottom left;
}

#content .button .wrap2 {
	padding-bottom: 11px;
	background-repeat: no-repeat;
	background-image: url(../images/button_parts/but_bottom_right.gif);
	background-position: bottom right;
}

#content .button a:link, #content .button a:visited, #content .button a:hover, #content .button a:active {
	background-repeat: no-repeat;
	display: block;
	padding: 8px 20px 15px 15px;
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
	outline: none;
	background-image: url(../images/button_parts/but_top_right.gif);
	background-position: top right;
}

#content .button span {
	font-size: 13px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	display: block;
}

#content a.learnMore:link, #content a.learnMore:visited, #content a.learnMore:hover, #content a.learnMore:active {
	width: 100px;
	height: 28px;
	display: block;
	float: right;
	margin-top: 10px;
	background-image: url(../images/button_parts/learnMore.gif);
	color: #FFF;
	font-size: 11px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
}
