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

/* =========== BRAND COLORS ===========
   ### RED    #9C1B1B not approved
   ### ORANGE #FF7900 OK
   ### GRAY   #9C1B1B not approved
   ### BLUE   #5BC6E8 not approved
   ### YELLOW #FFBC3D not approved
   ### ORANGE #FF7900 OK
   ------------ WEB COLORS -----------
   ### TEXT   #5C5C5C  
   ==================================== */

/*----------------------------------------  
  ============ GLOBAL STYLES =============
  ---------------------------------------- */
body {
	color: #3C3C3C;
	font-family: Arial, "Trebuchet MS", sans-serif;
	line-height: normal;
	background-color: #EEEEEE;
	/* background-image: url(../images/common/body-bg.png);
	background-repeat: repeat-x;
	background-position: left top; */
}
h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; }
h2 {
	clear: both;
	color: #333;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 5px;
	padding: 10px 0;
}
h3 {
	color: #5bc6e8;
	font-size: .875em;
	font-weight: bold;
	margin: 0 5px;
	padding: 0;
}
h4 {
	color: #333;
	font-size: .75em;
	font-weight: bold;
	margin: 0 5px;
	padding: 0;
}
p {
	font-size: .75em;
	line-height: 1.375em;
	margin: 3px 10px 15px;
}
em		{ font-style: italic; }
strong 	{ font-weight: bold;  }

/* /* ************* LINKS ************** */
#contentarea a,
#contentarea a:link  {	
	color: #ff7900;	
	text-decoration:none; 
	border-bottom:dotted 1px #ff7900; 
}
#contentarea a:hover 	{ border-bottom: solid 1px; }
#contentarea a:visited 	{ color: #be6412; }
/* *a.external { padding-right: 12px; background: url("../i/common/arrow-external.png") right center no-repeat; }
a.pdf { padding-left: 20px; background: url("../i/common/pdf.png") left center no-repeat; } */

#contentarea ul, #contentarea ol {
	font-size: .75em; 
	margin: 15px 30px;
	vertical-align: top;
}
/* #contentarea ul ul, #contentarea ol ol { margin-top: 0; }
#contentarea ul { list-style-image: url("../i/common/bullet-square-blue.png"); }
#contentarea ul ul { list-style-image: url("../i/common/bullet-dash-blue.png"); font-size: 1em;  }
#contentarea ol { list-style-type: decimal; }
#contentarea ol ol { list-style-type: lower-alpha;  font-size: 1em; }
.left 		{ float: left;	}
.right 		{ float: right;	}
.no-float	{ float: none;	}
.clear 		{ clear: both;	}
.clear-r 	{ clear: right;	}
.clear-l 	{ clear: left;	}
.hide		{ display: none !important; }
.red 		{ color: red; }
*/

/* ************* HEADER AREA ************** */
#head {
	width: 950px;
	/* height: 165px;   Removed for IE7*/
	overflow: hidden;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	}
#head img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	/* ****Search Form**** */
form#cse-search-box {
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: 282px;
	background-color: #FFFFFF;
	}
form#cse-search-box fieldset {
	height: auto;
	width: 184px;
	border: 1px solid #ff7900;
	padding: 3px;
}
/************** CONTENT LAYOUT ************** */

#contentarea {
	width: 950px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	overflow: hidden;
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main {	float: left; min-height: 200px; }
#main .block {
	margin: 10px 0 0 18px;
	display: inline;
	float: left;
	overflow: hidden;
}
#main .block.one-wide	{ width: 910px; }
#main .block.one		{ width: 200px; }
#main .block.two-wide	{ width: 680px; }
#main h2 {
	font-size: 1em;
	color: #424242;
	padding: 12px 0;
	clear: left;
	background: no-repeat left top;
	width: 100%;
}
#main .block.one h2			{ background-image: url(../images/common/h2-200.png);}
#main .block.two-wide h2 	{ background-image: url(../images/common/h2-680.png);
}
#main img {
	float: left;
	margin-top: 5px;
	padding-left: 12px;
}

/* ************* FOOTER AREA ************** */
#foot {
	width: 950px;
	overflow: hidden;
	/* background: url("../i/common/content-background_1.png") left top no-repeat;
	color: #4F4F4F; */
	text-align: center;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #919191;
	border-bottom-color: #919191;
	border-left-color: #919191;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#foot li {
	display: inline;
	font-size: 0.7em;
}
#foot a  {
	color: #4F4F4F;
	text-decoration:underline;
}
#foot p {
	font-size: 0.7em;
}
#foot ul {
	margin: 0px;
	padding: 0px;
}
/* =====================================================
   --------------------- HOME PAGE ---------------------
   ===================================================== */
#home p 			{ margin: 0; }
/*#home h1#imageheader strong	{
	font-size: 28px;
	color: #E0EAF4;
} */
#home .one p 		{
	font-size: .75em;
	line-height: 1.50em;
	margin-bottom: 4px;
	margin-top: 4px;
}
#home .two-wide p	{ font-size: .875em; line-height: 1.5em;}
#home .two-wide img {
	border: 1px solid #FF7900;
	float: left;
	padding: 5px;
	margin-left: 5px;
}
#secondary {
	float: left;
	margin: 5px 0 15px;
	width: 950px;
}
#secondary .story-left, 
#secondary .story-mid, 
#secondary .story-right {
	background:  no-repeat left bottom;
	display: inline;
	float: left;
	height: 170px;
	margin: 0 10px;
}
#secondary .story-left {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
}
#secondary .story-left  { width: 207px; background-image: url("../images/common/Text_Boxes/story-left-content.png"); }
#secondary .story-mid   { width: 500px; background-image: url("../images/common/Text_Boxes/story-mid-content.png"); }
#secondary .story-right { width: 150px;	background-image: url("../images/common/Text_Boxes/story-right-content.png"); margin: 0; }
#secondary h2 {
	background: no-repeat top left;
	border: none;
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 8px;
	width: 100%;
}  
#secondary .story-left h2  { background-image: url("../images/common/Text_Boxes/story-left-head.png"); color: #eee; }
#secondary .story-mid h2   { background-image: url("../images/common/Text_Boxes/story-mid-head.png"); }
#secondary .story-right h2 { background-image: url("../images/common/Text_Boxes/story-right-head.png"); }
#secondary  h3 {
	color: #EEEEEE;
	font-size: 0.875em;
	font-weight: bold;
	margin: 0 5px;
}
#secondary p 			  {
	color: #EEEEEE;
	margin: 0 8px;
}
#secondary .story-left p  {
	color: #eee;
	margin-top: 4px;
}
#secondary .story-mid p   {
	margin-top: 0px;
	margin-left: 10px;
}
#secondary .story-right p {
	margin-top: 1px;
}
#secondary .story-left a  { color: #fff; }
#secondary .story-mid .sub-story {
	background: url("../i/common/sub-story-bg.png") right top no-repeat;
	display: inline;
	float: left;
	min-height: 100px;
	width: 45%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#secondary .story-mid .last { background: none; }
#secondary .teasers a {
	border-bottom: 1px dotted #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#secondary .story-mid a   {	color: #ff7900; border-color: #ccc; }
#secondary .story-right a {	color: #fff; border-color: #ccc; }
#secondary .linkarea {
	border: none;
	font-size: .8em;
	font-weight: bold;
	line-height:1.1em;
	margin: 10px 10px 0 0;
	text-align: right;
}
#secondary .linkarea a	{ border-color: #eee; color: #eee; margin-right: 10px; }
#secondary  a:visited 	{ color: #ccc; }


/* =====================================================
   --------------- TERMS & PRIVACY POLICY --------------
   ===================================================== */
#terms #main ol { margin: 15px 50px; }
#terms #main li { margin: 15px; }
#terms #main em {
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}
