/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote, span
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.jpg) top repeat-x;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #161616;
		text-decoration: none;
}

#srchResult iframe { 
        width: 590px; 
        height: 1000px; 
} 
/*************************************************** Typography ***************************************************/

h1, h2
{
	color: #fff;
	padding-top: 16px;
	padding-bottom: 8px;
	font-weight: normal;
}

h1
{
	padding-top: 10px;
	font-size: 26px;	
	padding-bottom: 2px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 12px;
	font-weight: normal;
}

p
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 7px;
	line-height: 1.5;
}

ul
{
	margin-left: 25px;
}

ol
{
	margin-left: 25px;
}



/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 890px;
	margin: 0 auto;
}

#logo
{
	width: 270px;
	height: 88px;
	float: left;
	margin-top: 15px;
	margin-left: 0px;
	color:#00CCFF;
	font-size:40px;
}

#logo a
{
	color:#377696;
	font-size:40px;
	text-decoration:none;
}

#logo span{
	color:#fff;
}

#nav-wrapper
{
	width: 550px;
	height: 33px;
	float: right;
	margin-top: 8px;
	background-color: #377696;
	margin-right:10px;	
}

#search-wrapper
{
	margin-top: 5px;
	margin-right:10px;	
	float: right;
}

#search-wrapper input.textbox {
	width: 160px;
	height: 15px;
	border-color: #ccc; 
	padding: 2px 4px 2px 20px; 
	background: url(../images/icon_search.gif) 2px 2px no-repeat;
	background-color: #ffffff;	
	font-family: Arial, Helvetica, sans-serif;
}

#content-area
{
	width: 890px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.input_container 
{
	margin-top:15px;
}

/*************************************************** Main Content Styles ***************************************************/

#content-area ul
{
	padding: 5px 30px 20px 30px;
}

#content-area ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 22px;
	background: url(../images/list-arrow.gif) left no-repeat;
	list-style: none;
}

#content-area img.home-photo
{
	float: left;
	padding-right: 28px;
}

#content-area a.click-more
{
	background: url(../images/more-button.gif) no-repeat;
	height: 28px;
	width: 139px;
	padding: 7px 25px 7px 36px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 285px;
}

#content-area a:hover.click-more
{
	color: #204b61;
}

#content-area #content-top
{
	background: url(../images/content-top.gif) no-repeat;
	height: 9px;
	width: 890px;
	font-size: 1px;
}

#content-area #content-main
{
	background: #51859f url(../images/content-about-bg.jpg) bottom no-repeat;
	min-height: 261px;
  	height: auto !important;
  	height: 261px;
	width: 860px;
	color: #fff;
	padding: 0 0 0 30px;
	margin-bottom: 15px;
}

#content-area #content-main p
{
	width: 550px;
}

#footer_wrapper
{
	width:860px;
	float: left;
	padding:10px;
	background-color: #377696;
	border: 1px solid #E2E2E2;
	margin-top:15px;
	text-align:center;	
}

#footer_wrapper ul
{
	margin-left: 50px;
	display: inline;
	width: 850px;
	padding-right: 0;
}

#footer_wrapper ul li
{
	display: inline;
	float: left;
	margin-left: 20px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;	
	width:260px;
	padding-right: 15px;
	text-align:left;
}

#footer_wrapper ul li a:link, #footer_wrapper ul li a:visited
{
	display: inline;
	text-decoration: none;
	margin-right: 1px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;		
}

#footer_wrapper ul li a:hover
{
	color: #98bfe7;
}

.footerimage
{
	float:left; 
	margin-right:70px
}

.footerright
{
	float:right;
	text-align:left; 
}

.footerright a:link,.footerright a:visited
{
	display: inline;
	text-decoration: none;
	margin-right: 1px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;		
}

.footerright a:hover
{
	color: #98bfe7;
}

.awardtext {
	font-weight:bold;
}

.awardlogo {
	width:30%;
	text-align:center;
}

.tablecenter {
	text-align:center;
	width: 25%;
}

.tableright {
	text-align:right;
	width: 25%;
}

.tablerowgrey {
	background-color: #CCCCCC;
}

.white {
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}
/*************************************************** Navigation Styles ***************************************************/

#nav-right
{
	background: url(../images/nav-bg-right.gif) right no-repeat;
	float: right;
	height: 33px;
	width: 10px;
}

#navigation
{
	width: 530px;
	height: 33px;
	float: left;
	background: #377696 url(../images/nav-bg-left.gif) left no-repeat;
}

#navigation ul
{
	height: 33px;
	line-height: 33px;
	margin: 0;
	display: inline;
	float: left;
	width: 520px;
	margin-left: 20px;
	padding-right: 0;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
	margin-right: 1px;
	padding: 0 14px 0 8px;
	background: url(../images/nav-divide.gif) right 15px no-repeat;
}

#navigation ul li a#contact-link
{
	background: none;
	padding-right: 0;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}

#navigation ul li a:hover
{
	color: #98bfe7;
}

#home #navigation ul li a#current
{
	color: #98bfe7;
}

#curvyboxee {
	width:240px;
	float:left;
	padding:20px;
	padding-bottom:30px;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	margin-bottom:15px; 
	clear : both  ;
}

.box_info {
	width:860px;
	float:left;
	font-size:15px;
	font-weight:bold;
	padding:10px;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
}

.box_sponsor {
	width:860px;
	float:left;
	font-size:11px;
	padding:10px;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
}

.box_sponsor img {
	float:left;
}

.box_sub_providers, .box_half, .button_credit, .box_red_border, .button_small, .button_medium, .sub_nav_box, .sub_col, .box_blue_providers, .historyfooter, .box_sponsor, .box_info, .box_white, .box_green, .box_blue, .box_red, .box_wide, .box_errors, #footer_wrapper {-webkit-border-radius: 10px;-moz-border-radius: 10px;}

.fl {
	width:auto;
	float:left;
}

.slideshow {
	border: 0px;
	margin-top:6px;

}

.slideshow a:link {
	cursor:pointer;
}

.slideshow2 {
width: 800px;
height: 20px;
border: none;
padding: 3px;
}

.slideshow2 a {
text-decoration: none;
}

.slideshow2 a:hover{
text-decoration: underline;
}

.button_medium {
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	width:auto;
	background-color:#377696;
	color:#FFF;
	height:16px;
	padding:8px;
	cursor:pointer;
	border: 4px solid #FFFFFF;
	letter-spacing: -1px;
}

.button_medium a {
	background-color:#377696;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;	
}

.button_medium:hover {
	background-color:#377696;
	filter:alpha(opacity=75); /* IE's opacity*/
	opacity: 0.75;	
	color:#FFF;	
}

.button_credit {
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	width:140px;
	background-color:#C23C40;
	color:#FFF;
	height:45px;
	padding:8px;
	cursor:pointer;
	border: 4px solid #FFFFFF;
	letter-spacing: -1px;
	margin-left:220px;
}

.button_credit a {
	background-color:#C23C40;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;	
}

.button_credit:hover {
	background-color:#C23C40;
	filter:alpha(opacity=75); /* IE's opacity*/
	opacity: 0.75;	
	color:#FFF;	
}

.color_red {
	color:#C23C40;
}

.col1 {
	width:280px;
	float:left;
	margin-right:20px;
}

.col2 {
	width:280px;
	float:left;
	margin-right:0px;
}

.col1 a{
opacity:1;
filter:alpha(opacity=100);
}
			
.col1 a:hover{
opacity:0.8;
filter:alpha(opacity=80);
}

.col2 a{
opacity:1;
filter:alpha(opacity=100);
}
			
.col2 a:hover{
opacity:0.8;
filter:alpha(opacity=80);
}

.topbar {
	height:35px;
	width:550px;
	margin-top: 60px;
	display: inline;
}

.curvyRedraw {
	width:240px;
	float:left;
	padding:20px;
	padding-bottom:30px;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	margin-bottom:15px; 
	clear : both  ;
}

.box_blue_providers {
	width:180px;
	float:left;
	padding:20px;
	padding-bottom:10px;
	background-color: #377696;
	border: 0px;
	margin-bottom:10px; 
	clear : both  ;
}

.box_blue_providers a:link {
	color:#FFFFFF;
	text-decoration:none;	
}

.box_blue_providers a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.box_white {
	width:240px;
	float:left;
	padding:20px;
	padding-bottom:30px;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	margin-bottom:15px; 
	clear : both  ;
}

.box_red_border {
	width:450px;
	float:left;
	padding:10px;
	background-color: #FFF;
	border: 2px solid #C23C40;
	margin-bottom:15px; 
	margin-left:60px;
	clear : both  ;
}

.sub_nav_box {
	width:180px;
	float:left;
	padding:20px;
	padding-bottom:30px;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	margin-bottom:15px; 
	clear : both  ;
}


.sub_col {
	width:210px;
	float:left;
	margin-right:0px;
}


.box_green {
	width:270px;
	height:70px;
	float:left;
	padding:5px;
	padding-bottom:10px;
	background-color: #009900;
	margin-bottom:10px; 
	clear : both  ;
	cursor:pointer;
	background: url(../images/green_back.png);		
}

.parentbox a:hover {
	background-color: #009900;
	filter:alpha(opacity=75); /* IE's opacity*/
	opacity: 0.75;
}

.box_blue {
	width:270px;
	height:70px;
	float:left;
	padding:5px;
	padding-bottom:10px;
	background-color: #377696;
	margin-bottom:10px; 
	clear : both  ;
	cursor:pointer;
	background: url(../images/blue_back.png);	
}


.box_red {
	width:270px;
	height:70px;
	float:left;
	padding:5px;
	padding-bottom:10px;
	background-color: #C23C40;
	margin-bottom:10px; 
	clear : both  ;
	cursor:pointer;
	background: url(../images/red_back.png);
}

.box_title {
	width:100%;
	float:left;
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
}

.box_title a {
	text-decoration:none;
	color:#666666;
}

.box_title a#current
{
	border-bottom:1px dotted;
	text-decoration:none;
	color:#669933;
}

.box_title a:hover {
	border-bottom:1px dotted;
	text-decoration:none;
	color:#669933;
}

.box_title2 {
	float:left;
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
}

.box_subtitle_green {
	width:100%;

	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
	color:#669933;
}

.box_title_green {
	width:100%;
	float:left;
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
	color:#669933;
}

.box_subtitle_red {
	width:100%;
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
	color:#C23C40;
}

.box_title_red {
	width:100%;
	float:left;
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
	color:#C23C40;
}

.box_title_blue {
	width:100%;
	float:left;
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
	color:#377696;
}

.box_title_white {
	width:100%;
	float:left;
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
	color:#FFFFFF;
}

.box_title_white a,  .box_title_white a.hover{
	text-decoration:none;
	color:#FFFFFF;
}

.box_subtitle {
	width:100%;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
}

.box_sub_providers {
	width:180px;
	float:left;
	padding:20px;
	padding-bottom:10px;
	background-color: #C23C40;
	border: 0px;
	margin-bottom:15px; 
	clear : both  ;	
}

.logo_press {
	width:auto;
	clear:both;
	margin-bottom:10px;
}

.readingtipslogo {
	float:right; 
	padding-left:12px; 
	padding-top:6px;
}

.acrobat a {
	font-size:10px;
	font-weight:bold;
	margin-left:20px;
	letter-spacing: -1px;
	color:#669933;
	border-bottom:1px dotted;
	text-decoration:none;	
}

.language_link
{
	width: 117px;
	height: 26px;
	background: url(../images/language_bg.png) no-repeat;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:7px;
	padding-right:12px;
	margin-right:10px;	
}

.language_link a {
	text-align:center;
	color:#FFFFFF;
	display:inline;
	font-weight:bold;
	text-decoration:none;
}

.language_link a:hover
{
	color: #98bfe7;
	border-bottom:1px dotted;	
}

.language_link a#current
{
	color: #98bfe7;
	border-bottom:1px dotted;	
}

#simplegallery1{ //CSS for Simple Gallery Example 1
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: 2px solid darkred;
	margin-left:50px;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
	text-align: left;
	padding: 2px 5px;
}
	
.color_grey {
	text-align:left;
	color:#666666;
	display:inline;
}

.color_grey li
{
	padding: 6px;
}

.color_white {
	text-align:left;
	color:#FFFFFF;
	display:inline;
}

.indentlist ol.li {
	margin-left: 25px;
}


.greenlink a {
	color:#669933;
	display:inline;
	text-align:left;
	border-bottom:1px dotted;
	text-decoration:none;
	font-weight:bold;
}


.bluetext {
	color:#0066CC;
	display:inline;
	text-align:left;
	font-weight:bold;
}

.greentext {
	color:#669933;
	display:inline;
	text-align:left;
	font-weight:bold;
}

.redtext {
	color:red;
	display:inline;
	text-align:left;
}

.historyheader {
	width:282px; 
	float:left; 
	text-align:center;
}

.historyheader a:link,
.historyheader a:visited
{
	border-bottom:1px dotted;
	text-decoration:none;
	color:#669933;
}

.color_grey_sponsor {
	text-align:left;
	color:#666666;
	display:inline;
	font-size:12px;
	margin-left:10px;
}

.historyleft {
	text-align:left;
	color:#666666;
	font-weight: bold;
	width:60px;
	margin-left:10px;
	padding:8px;
	clear:right;
}

.historyright {
	text-align:left;
	color:#666666;
	width:540px;
	margin-left:6px;
	margin-bottom:10px; 
	float:right;
}

.historyfooter {
	width:580px;
	padding:5px;
	padding:10px;
	background-color: #666666;
	margin-bottom:10px; 
	color:#ffffff;
	font-weight: bold;
	clear : both;
}

.historyfooter span { 
	color:#98bfe7;
	font-weight: bold;
	font-size:13px;
}

.link_bottom {
	width:100%;
	float:right;
	text-align:right;
	padding-top:10px;
}

.button_small {
	background-color:#C23C40;
	background-position:center bottom;
	background-repeat:repeat-x;
	border: 1px solid #E2E2E2;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:4px;
	text-transform:uppercase;
	width:auto;
	margin-right:30px;
}

.button_small a {
	background-color:#C23C40;
}

.button_small:hover {
	background-color:#009900;
}

.legends {
	width:auto;
	float:left;
	font-size:10px;
	color:#999;
	padding-top:10px;
	text-align:right;
}

.legends a {
	color:#999;
}


.sub_featured_container {
	width:880px;
	float:left;
	margin-bottom: 7px;
}


.sub_featured_container a:link,
.sub_featured_container a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
}

.sub_featured_line1 {
	width:265px;
	height:20px;
	display:inline;
	float:left;
	font-size:18px;
	font-weight:bolder;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}

.sub_featured_line1_white {
	width:265px;
	height:25px;
	display:inline;
	float:left;
	font-size:22px;
	font-weight:bold;
	letter-spacing: -1px;
	text-align: center;
	color: #fff;
}

.sub_featured_line1_blue {
	width:265px;
	height:25px;
	display:inline;
	float:left;
	font-size:22px;
	font-weight:bold;
	letter-spacing: -1px;
	text-align: center;
	color:blue;
}

.sub_featured_line2 {
	width:265px;
	height:15px;
	display:inline;
	float:left;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	letter-spacing: -1px;
	margin-top: 0px;
	text-align: center;
}

.sub_featured_txt {
	width:270px;
	float:left;
	font-size:13px;
	color:#fff;
	padding-top:4px;
	line-height: 13px;
	text-align: center;
}

.home_tagline {
	width:880px;
	height:20px;
	display:inline;
	float:left;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box_wide {
	width:880px;
	float:left;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	margin-top:10px;	
	padding-top: 10px;
	padding-bottom: 10px;
}

.box_wide img {
	float: left;
}

.box_half {
	margin-bottom:8px;
	padding-bottom:8px;
	width:430px; 
	height:75px; 
	float:left;
	border: 1px solid #cecccc;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}

ul.faq {margin:0;padding:0;}
ul.faq li a {text-decoration:none;color:#666666;}

ul.faq li a#current
{
	border-bottom:1px dotted;
	color:#669933;
}

ul.faq li a:hover {
	color:#669933;
	border-bottom:1px dotted;
}

ul.faq li#threeline {
	list-style:none;
	line-height:16px;
	font-weight:bold;	
	margin:0;
	padding:0 0 0 10px;
	clear:both;
	height:58px;
	cursor:pointer;
}

ul.faq li#twoline {
	list-style:none;
	line-height:16px;
	font-weight:bold;	
	margin:0;
	padding:0 0 0 10px;
	clear:both;
	height:42px;
	cursor:pointer;
}

ul.faq li#oneline {
	list-style:none;
	line-height:16px;
	font-weight:bold;	
	padding:0 0 0 10px;
	clear:both;
	height:26px;
	cursor:pointer;
}


.sc1 p span {
  	font-weight:bold;
	border-bottom:1px dotted;
	text-decoration:none;
  	cursor: pointer;
	color:#669933;
}

.sc1 div {
 	padding: 0;
}

