/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a {
   	text-decoration: underline;
   	}

html {
	height: 100%;
	}

body {
	background: url(../images/bkgrd/body-bkgrd.jpg) top center no-repeat #FFFFFF;
	text-align: center;
	height: 100%;
   	}

div#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	}
	
div#header {
	width: 900px;
	height: 93px;
	background: url(../images/bkgrd/header-bkgrd.jpg) top center no-repeat;
	}

div#main {
	width: 900px;
	padding-top: 10px;
	}
	
div#sidebar {
	float: left;
	width: 201px;
	padding-left: 9px;
	}
	
div#content {
	float: left;
	width: 690px;
	background: url(../images/bkgrd/content-bkgrd.jpg) top center no-repeat #FFFFFF;
	color: #333333;
	line-height: 1.46em;
	padding-bottom: 20px;
	}

div#content2 {
	float: left;
	width: 690px;
	background: url(../images/bkgrd/content-bkgrd2.jpg) top center no-repeat #FFFFFF;
	color: #333333;
	line-height: 1.46em;
	padding-bottom: 20px;
	}

div#footer {
	width: 860px;
	height: 102px;
	background: url(../images/bkgrd/footer-bkgrd.gif) top center no-repeat;
	padding: 20px 20px 0 20px;
	}

/*******************************************************************************
	Header
*******************************************************************************/
div#logo {
	float: left;
	width: 200px;
	height: 33px;
	padding: 32px 0 0 20px;
	}

div#nav {
	float: right;
	width: 557px;
	margin-top: 42px;
	}
	
div#nav2 {
	float: right;
	width: 557px;
	margin-top: 42px;
	}
	
	
/*******************************************************************************
	Sidebar
*******************************************************************************/
/* E-LETTER SIGN-UP */
div#eletter {
	width: 201px;
	background: url(../images/bkgrd/sidebar-bkgrd.gif) top center repeat-y;
	margin-bottom: 11px;
	}

div#eletter div#eletter-top {
	width: 179px;
	height: 30px;
	background: url(../images/bkgrd/sidebar-top-bkgrd.gif) top center no-repeat;
	padding: 0 11px 0 11px;
	line-height: 30px;
	}

div#eletter div#eletter-top h2 {
	float: left;
	width: 179px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}

div#eletter div#eletter-content {
	width: 179px;
	background: url(../images/bkgrd/sidebar-content-bkgrd.gif) top center no-repeat;
	padding: 0 11px 0 11px;
	}

div#eletter div#eletter-content p {
	font-size: 12px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
div#eletter div#eletter-content a {
	color: #FE8B0D;
	}
	
div#eletter div#eletter-content a.arrow {
	font-size: 1.0em;
	padding: 2px 7px 4px 21px;
	background: url(../images/buttons/arrow.gif) center left no-repeat;
	line-height: 20px;
	text-decoration: none;
	}
	
div#eletter div#eletter-content a.arrow:hover {
	background: url(../images/buttons/arrow-ov.gif) center left no-repeat;
	color: #999999;
	}
	
div#eletter div#eletter-content form {
	margin-bottom: 10px;
	}
	
div#eletter div#eletter-content form input {
	width: 169px;
	border: 1px solid #C3C3C4;
	background-color: #E7EDEF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 4px;
	margin-bottom: 6px;
	}
	
div#eletter div#eletter-content form input.last {
	margin-bottom: 12px;
	}

div#eletter div#eletter-bottom {
	width: 201px;
	height: 7px;
	background: url(../images/bkgrd/sidebar-bottom-bkgrd.gif) top center no-repeat;
	font-size: 1px;
	}
	
/*******************************************************************************
	Banner
*******************************************************************************/
div#banner {
	width: 690px;
	height: 329px;
	}

/*******************************************************************************
	Content
*******************************************************************************/
#content,
#content * {
	font-family: Arial, sans-serif;
	}

#content h1 {
	color: #146AA1;
	font-size: 2.0em;
	font-weight: normal;
	padding-bottom: 0.3em;
	line-height: 1.1em;
	}

#content h2 {
	color: #146AA1;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 0.5em;
	}

#content h3 {
	color: #333333;
	font-size: 1.17em;
	font-weight: bold;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	}

#content h4 {
	color: #000000;
	font-size: 1.0em;
	font-weight: normal;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	}
	
#content h5 {
	color: #333333;
	font-size: 0.92em;
	font-weight: bold;
	}
	
#content h6 {
	color: #000000;
	font-size: 0.92em;
	font-weight: bold;
	}

#content p {
	font-size: 1.08em;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	}

#content p.center {
	text-align: center;
	}
	
#content p.indent {
	margin-left: 1.75em;
	}
	
#content p.footnote {
	font-size: 0.92em;
	padding-top: 1.0em;
	}
	
#content p.intro {
	font-size: 1.17em;
	}
	
#content a {
	color: #FE8B0D;
	}

#content ul {
	font-size: 1.08em;
	margin-left: 0.75em;
	padding-bottom: 0.5em;
	list-style-type: none;
	}
	
#content ul li {
	background: url(../images/bkgrd/bullet.gif) top left no-repeat;
	padding-left: 8px;
	}

#content ol {
	font-size: 1.08em;
	margin-left: 2.6em;
	padding-bottom: 0.5em;
	}
	
#content div.hr {
	width: 100%;
	height: 15px;
	font-size: 1px;
	border-bottom: 1px solid #DBE9F1;
	margin-bottom: 15px;
	}

	
#content span.back-link {
	color: #C41230;
	}
	
#content a.arrow {
	font-size: 1.0em;
	padding: 2px 10px 4px 21px;
	background: url(../images/buttons/arrow.gif) center left no-repeat;
	line-height: 20px;
	text-decoration: none;
	}
	
#content a.arrow:hover {
	background: url(../images/buttons/arrow-ov.gif) center left no-repeat;
	color: #999999;
	}


/*******************************************************************************
	Content DEV
*******************************************************************************/
#content2,
#content2 * {
	font-family: Arial, sans-serif;
	}

#content2 h1 {
	color: #146AA1;
	font-size: 2.0em;
	font-weight: normal;
	padding-bottom: 0.3em;
	line-height: 1.1em;
	}

#content2 h2 {
	color: #146AA1;
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 0.6em;
	padding-bottom: 0.3em;
	}

#content2 h3 {
	color: #333333;
	font-size: 1.17em;
	font-weight: bold;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	}

#content2 h4 {
	color: #000000;
	font-size: 1.0em;
	font-weight: normal;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	}
	
#content2 h5 {
	color: #333333;
	font-size: 0.92em;
	font-weight: bold;
	}
	
#content2 h6 {
	color: #000000;
	font-size: 0.92em;
	font-weight: bold;
	}

#content2 p {
	font-size: 1.08em;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	}

#content2 p.center {
	text-align: center;
	}
	
#content2 p.indent {
	margin-left: 1.75em;
	}
	
#content2 p.footnote {
	font-size: 0.92em;
	padding-top: 1.0em;
	}
	
#content2 p.intro {
	font-size: 1.17em;
	}

	
#content2 a {
	color: #FE8B0D;
	font-size: 1em;
	}


#content2 ul {
	font-size: 1.08em;
	margin-left: 0.75em;
	padding-bottom: 0.5em;
	list-style-type: none;
	}
	
#content2 ul li {
	background: url(../images/bkgrd/bullet.gif) top left no-repeat;
	padding-left: 8px;
	}

#content2 ol {
	font-size: 1.08em;
	margin-left: 2.6em;
	padding-bottom: 0.5em;
	}
	
#content2 div.hr {
	width: 100%;
	height: 15px;
	font-size: 1px;
	border-bottom: 1px solid #DBE9F1;
	margin-bottom: 15px;
	}
	
#content2 span.back-link {
	color: #C41230;
	}
	
#content2 a.arrow {
	font-size: 0.9em;
	padding: 2px 10px 4px 25px;
	background: url(../images/buttons/arrow.gif) center left no-repeat;
	line-height: 20px;
	text-decoration: none;
	}
	
#content2 a.arrow:hover {
	background: url(../images/buttons/arrow-ov.gif) center left no-repeat;
	color: #999999;
	}


/*******************************************************************************
	Footer
*******************************************************************************/
div#footer span.highlight {
	color: #32ACFE;
	}

div#footer div#footer-contact {
	float: left;
	width: 750px;
	}
	
div#footer div#footer-contact h1 {
	color: #32ACFE;
	font-size: 1.33em;
	font-weight: normal;
	padding-bottom: 0.3em;
	line-height: 1.0em;
	}
	
div#footer div#footer-contact p {
	color: #FFFFFF;
	font-size: 1.0em;
	}
	
div#footer div#footer-privacy {
	float: right;
	width: 110px;
	text-align: right;
	}
	
div#footer div#footer-privacy p {
	color: #FFFFFF;
	font-size: 1.0em;
	}
	
div#footer div#footer-privacy a {
	color: #FFFFFF;
	text-decoration: none;
	}

div#footer-copyright {
	width: 860px;
	padding-top: 12px;
	}
	
div#footer-copyright p {
	color: #999999;
	font-size: 0.83em;
	}
	
div#footer-copyright a {
	color: #999999;
	}
	
/*******************************************************************************
		Social Footer
*******************************************************************************/
div#footer div#social-footer {
	width: 750px;
	margin-bottom: 5px;
}

div#footer div#social-footer h1 {
	float: left;
	margin-right: 8px;
}

div#footer div#social-footer a {
	float: left;
	margin-right: 7px;
	width: 16px;
	height: 16px;
	display: block;
}

div#footer div#social-footer div.social-1,
div#footer div#social-footer div.social-2,
div#footer div#social-footer div.social-3 {
	float: left;
	width: 210px;
}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}
	
/*******************************************************************************
   Edits DEV
*******************************************************************************/

div#content2 hr {
	width: 690px;
	border: thin dotted;
	color: #CCCCCC;
	margin-top: 10px;
	}
	
#content2 h2 {
	color: #146AA1;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 0.9em;
	}

div#content2-subnav-box {
	/*width: 100%;
	height: 18px;
	display: block;*/
	width: 690px;
	text-align: center;
	padding: 2px 5px 2px 0;
	}

div#content2-subnav-box a{
	color: #343434;
	font-size: 1em;
	text-decoration: none;
	padding: 0 10px 0 10px;
	}

div#content2-subnav-box a:hover{
	color: #666666;
	font-size: 1em;
	text-decoration: none;
	}
	
div#content2-subnav-box-mobile {
	width: 690px;
	/*height: 18px;*/
	display: block;
	text-align: left;
	padding: 5px 0 5px 0;
	}

div#content2-subnav-box-mobile a{
	color: #343434;
	font-size: 1em;
	text-decoration: none;
	padding: 0 15px 0 15px;
	}

div#content2-subnav-box-mobile a:hover{
	color: #666666;
	font-size: 1em;
	text-decoration: none;
	}

div#content2-subnav-box2 {
	width: 690px;
	/*height: 18px;*/
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	}

div#content2-subnav-box2 a{
	color: #343434;
	font-size: 1em;
	text-decoration: none;
	padding: 0 10px 0 10px;
	}

div#content2-subnav-box2 a:hover{
	color: #666666;
	font-size: 1em;
	text-decoration: none;
	}

div.content2-subnav{
	color: #343434;
	font-size: 1em;
	}
		
div.content2-subnav a{
	color: #343434;
	font-size: 1em;
	}
	
	
	
div#featured2 {
	width: 670px;
	margin-top: 14px;
	display: block;
	/*background: url(../images/bkgrd/featured-bkgrd.gif) top center repeat-y;*/
	}
	
div#featured2 a img{
	border-style:none;
	border:none;
	}


	
div#featured2 div#featured-subcontent2 {
	width: 690px;
	margin: 0 auto;
    min-height:12px;
	/*background: url(../images/bkgrd/featured-content-header.gif) top center no-repeat;
	padding: 0 21px 0 20px;*/
	}

div#featured2 div#featured-subcontent2 h1 {
	padding-top: 0.5em;
	padding-bottom: 0;
	}
	
	
div#featured2 div#featured-subcontent2 div.featuredsub-left2,
div#featured2 div#featured-subcontent2 div.featuredsub-right2 {
	float: left;
	width: 290px;
	padding: 15px 10px 0 30px;
	}
	
div#featured2 div#featured-subcontent2 div.featuredsub-left2 {
	margin-right: 10px;
	}
	
div#featured2 div#featured-subcontent2 div.featured-more-left2,
div#featured2 div#featured-subcontent2 div.featured-more-right2 {
	float: left;
	width: 279px;
	padding-top: 5px;
	}

div#featured2 div#featured-subcontent2 div.featured-more-left2 {
	margin-right: 51px;
	}

div#featured2 div#featured-bottom2 {
	width: 650px;
	height: 7px;
	margin: 0 20px 0 20px;
	font-size: 1px;
	}

div#featured2-content {
	width: 630px;
	margin: 5px auto;
	margin: 0 10px 0 30px;
	display: block;
	}


