@charset "utf-8";
/* CSS Document */


/**
* (New CSS)
*******************************************************/

/**
* Container 1 (All Containers are within this container)
*******************************************************/

#container-1 {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font: 12px/22px Verdana, Geneva, Tahoma, sans-serif;

	
}
/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #093754;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
.entry-content a {
	color: #336699;
	}

/* Headers */
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #444;
	font-size: 16px;	
	margin-top:10px;
	margin-bottom:5px;
	}
	
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #444;
	font-size: 14px;
	margin-top:10px;
	margin-bottom:5px;
	}	
	
h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #444;
	font-size: 12px;	
	margin-top:10px;
	}	
	
h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #444;
	font-size: 12px;	
	margin-top:10px;
	}		

/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	background: url(img/site/css-images/bullet.gif) no-repeat 0 6px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	background: url(img/site/css-images/quotes.gif) no-repeat 0 0;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.pullquote p {
	margin: 0;
	padding:20px;
	background-color:#F6F6F6;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;

	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border: 1px solid #ddd;
	}
td {
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #093653;
	border: 1px solid #ddd;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #444;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}


/**
* Header
************************************************/

#header {
	background-color:#FFF;
	height: 105px;
	width: 1020px;
}

#header-left {
	background-color:#FFF;
	width:350px;
	height:105px;
	margin-left:0px;
	float:left;
}

#header-right {
	background-color: #FFF;
	width:670px;
	height:105px;
	border:0px;
	float:left;
}

#header-right-banner {
	background-color: #FFFFFF;
	width: 660px;
	height: 85px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/**
* Navigation
************************************************/

#nav {
	background-color:#FFF;
	height:50px;
	width:1020px;

	margin-top:10px;
	margin-bottom:10px;
}

#nav-left {
	width:720px;
	height:50px;

    float:left;
    background-color:#F6F6F6;
}

#nav-right {
	
	width:290px;
	height:25px;
	
	padding-top:12px;
	padding-bottom:13px;
	padding-right:10px;
	float:right;
	background-color: #F6F6F6;

}


/**
* Menu Bar
*********************************************************/

.menubar a, a:visited  {
	color: #093754;
	text-decoration: none;
	}

.menubar a:hover, a:active {
	text-decoration: underline;
	color: #093754;
}

.dropdown {

	width: 170px;
	height: 25px;
	float: left;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 5px;

}

.dropdown a, a:visited  {
	color: #093754;
	text-decoration: none;
	}

.dropdown a:hover, a:active {
	text-decoration: underline;
	color: #093754;
	}

/**
* Container 2 (Inside Container 1)
************************************************/

#container-2 {

	width: 1020px;

}

/**
* Left Sidebar
************************************************/

#left-sidebar {
	background-color: #F6F6F6;
	width: 180px;
	float:left;
	text-align: center;
}

.left-sidebar-content {
	width:160px;
	margin-left:9px;
	margin-right:9px;
	margin-top:10px;
	margin-bottom:0px;
	float:left;
	border: 1px solid #E1E1E1;
	background-color: #FFF;
}

.left-sidebar-content-last {
	width:160px;
	margin-left:9px;
	margin-right:9px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	background-color: #FFF;

	border: 1px solid #E1E1E1;

}
	

/**
* Container 3a (Inside Containers 1 & 2) 
Houses Left Sidebar Small Boxes, Large Boxes, Subsidiary Boxes, 
and Footer
Here for grey background
*****************************************************/

#container-3a {
	background-color: #F6F6F6;
	width: 1020px;
	float:left;
}

/**
* Container 3 (Inside Containers 1 & 2) 
Houses Small Boxes, Large Boxes, and Subsidiary Boxes
*****************************************************/

#container-3 {
	background-color: #F6F6F6;
	width: 840px;
	float:left;
	border: 0px solid #e1e1e1;
	margin-bottom:10px;
}

/**
* Large Box Container (On Right Side)
*********************************************************/

#large-box-container {
	float: left;
	width: 302px;
	margin-right:10px;
	margin-left:33px;
}

/**
* Boxes in Large Box Container
*********************************************************/

#small-box-shorter-right {

    float:left;
	width:300px;
	border: 1px solid #E1E1E1;
	margin-top:10px;

}

.large-box-1 {
	float: left;
	height: 250px;
	width: 300px;
	
	margin-top: 10px;

    background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
}

#large-box-spacer {
	float: left;
    background-color: #FFFFFF;
	
}

.large-box-2 {
	float: left;
	width: 300px;
	text-align: left;
	
	margin-top: 10px;
	margin-bottom: 10px;

    background-color: #FFFFFF;
	border: 1px solid #E1E1E1;}

.large-box-2-text {
	float: left;
	text-align: left;
	font-size: 12px;
	line-height:140%;
	
	margin-top: 10px;
	margin-bottom: 10px;
    margin-right: 15px;
	margin-left: 15px;

    background-color: #FFFFFF;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 150%;
}

.large-box-2-text h2 {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 140%;
	height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
    padding-top: 0px;
	padding-bottom:5px;	
	padding-top:10px;
}

/**
* Subsidiary Boxes Container
*********************************************************/

#subsidiary-boxes-container {

	width: 839px;

	float: left;
	background-color: #F6F6F6;

}

/**
* Subsidiary Wide Banner
*********************************************************/

.subsidiary-wide-banner {
	width:803px;
	height:	90px;
	margin-bottom:10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 25px;
	
}

/**
* Subsidiary Wide Text
*********************************************************/

.subsidiary-wide-box {
	width:805px;
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-right: 10px;
	margin-left: 25px;
	float:left;
}

.subsidiary-wide-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-indent: 20px;	

    width:805px;
	margin-bottom:10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 25px;
}


/**
* Footer (Everything at the bottom under the main content)
*********************************************************/



#footer {
	width: 1020px;
	float:left;
}

.footer-links {
	font-family: Verdana, Geneva, sans-serif;

	line-height: 145%;	
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #F6F6F6;
}

.mediumlink {
		  
	font-size: 10px;	  

}

.small-link {
	
	font-size: 9px;	
	
    }

.footer-links h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 145%;
	
	margin-top:0px;
	margin-bottom:5px;
	padding-bottom: 5px;
	padding-top: 0px;
	font-weight: bold;
}


.footer-text h2 {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 145%;	
	padding-bottom: 10px;
	padding-top: 10px;

}

.footer-caption h3 {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 145%;	
    padding-top: 0px;
	padding-bottom: 0px;
	padding-left:10px;
	padding-right:10px;

}

.footer-text {
	width: 920px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:50px;
	padding-right:50px;
	line-height:145%;

}


.footer-container {
	width:1020px;
	float:left;
	margin-bottom: 5px;
	padding-top:10px;
	background-color: #F6F6F6;
}
 

/**
* Footer Thirds - Divs 1/3 of Footer Width
*********************************************************/

.footer-thirds {
	width:340px;
	float:left;
	
}

.footer-thirds-text {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 145%;	
	padding-bottom: 10px;
	padding-top: 0px;

}

/**
* Internal Pages
*********************************************************
*********************************************************/



/**
* Internal Main Text ************************************
*********************************************************/

#internal-main-text-box {
	
	float: left;
	margin-left: 33px;
	margin-top:10px;
	margin-bottom:10px;

	padding:10px;	

	background-color: #FFFFFF;
	width:775px;

}


#internal-main-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-indent: 20px;	

	background-color: #FFFFFF;
}

	
	


/**
* Internal Boxes Top Right **************************
*********************************************************/



#container-top-right {
	
	width:302px;;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:33px;
	margin-right:10px;
	float:right;
	
}

#banner-top-right {
	
	height:63px;
	width:302px;
	margin-bottom:10px;
}

#box-top-right {
	width:300px;
	margin-bottom:10px;
	border: 1px solid #e1e1e1;
}


/**
* Internal Subsidiary
*********************************************************/


.subsidiary-wide-banner {
	width:803px;
	margin-bottom:10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 25px;
		
}


/**
* Table with White Background
************************************************/



.whitebackgroundtable {
	background-color: FFF;
	background: #fff;
	border: 1px solid #fff;
}

