@charset "iso-8859-1";

/*------------------------------------------------------------------

	General page layout classes & rules
	
--------------------------------------------------------------------*/


body {
	text-align: 		center;
	margin: 		0;
	padding:		0;
	background: 		#C7CCD2 url(imgs/template-bg.jpg) repeat-x;
	font:			normal 8pt arial,helvetica,sans-serif;
	color:			#6c6c6c;
	}

form {
	margin: 		0;
	padding: 		0;
	}
	
#container {
	width: 			959px;
	padding:		0 20px;
	margin: 		0 auto; 
	text-align: 		left;
	height:			auto;
	background:		#FFF url(imgs/template-cspacebg.jpg) no-repeat;
	}


.btn {  
  	color:			#404040;
  	font: 			bold 7pt verdana,arial,helvetica,sans-serif;
  	background:		#c9c9c9 url(imgs/inactive.gif) no-repeat;
  	border:			1px solid #AEACA8;
  	padding:		2px 4px 1px;
	}

.forminput {
	border: 		1px solid #BBB;
	padding:		2px;
	}

a {
	color:			#1575B2;
	}

img {
	border:			none;
	}

input, select, textarea {
	font: 			normal 8pt arial,helvetica,sans-serif;
	background-color: 	#EAEAEA;
	color:			#333;
	}

#masthead {
	width:			959px;
	height:			55px;
	margin:			0;
	padding-top:		75px;
	background:		transparent url(imgs/template-masthead-ping.gif) no-repeat;
	text-align:		right;
	
	}

#main-nav {
	width:			959px;
	height:			32px;
	margin:			0 0 10px 0;
	padding:		0;
	background:		transparent url(imgs/template-navbg.jpg) no-repeat;
	}

/* ----------------------------------------------------------------------------------------------- 
	Navigation classes
   -------------------------------------------------------------------------------------------- */

#nav-items {
	width:			610px; /*630*/
	height:			auto;
	text-align:		left;
	float:			left;
	padding-left:		10px;
	}

#search {
	width:			320px; /*310*/
	height:			auto;
	text-align:		right;
	float:			left;
	padding:		6px 15px 0 0; /*6 9 0 0*/
	}
	
#nav-items ul {
	font: 			bold 8pt arial,helvetical,sans-serif;
	margin: 		0;
	padding: 		0;
	list-style: 		none;
	float:			left;
	}

#nav-items ul li {
	float: 			left;
	margin: 		0;
	padding: 		0 3em 0 1.2em;
	margin-top: 		10px;	
	}

#nav-items ul a {
	display: 		block;
	}

#nav-items ul a:link {text-decoration:none; background:transparent; color:#6C6C6C;}
#nav-items ul a:visited {text-decoration:none; background:transparent; color:#6C6C6C;}
#nav-items ul a:hover {text-decoration:none; background:transparent; color:#1575B2;}
#nav-items ul a:active {text-decoration:none; background:transparent; color:#6C6C6C;}

/* ----------------------------------------------------------------------------------------------- */

#main-stage {
	width:			959px;
	height:			300px;
	padding:		0;
	margin-bottom:		10px;
	}

#page-stage {
	width:			959px;
	height:			200px;
	padding:		0;
	margin:			0;
	/*background-color:	#EEE;*/
	margin-bottom:		20px;
	}

#content {
	width:			640px;
	height:			auto;
	float:			left;
	padding:		0 30px;
	margin:			0;
	text-align:		left;
	}

.message {
	width:			598px;
	height:			auto;
	float:			left;
	padding:		20px;
	margin:			0 0 10px 0;
	text-align:		left;
	border:			1px solid #CCC;
	background-color:	#FFFFE1;
	}

.btt {
	text-align:left;
  	font: normal 7pt verdana, arial, helvetica, sans-serif;
	padding-bottom:20px;
	width:640px;
	height:auto;
	}

#content-support {
	width:			259px;
	height:			auto;
	float:			left;
	padding:		0;
	margin:			0;
	text-align:		left;
	}

#content .div {
	background: 		transparent url(imgs/bg-content-divider.jpg) repeat-x;
	width:			100%;
	height:			3px;
	margin:			12px 0;
	}

#content p, #content p.sm {
	padding-bottom:		15px;
	margin:			0;
	line-height:		18px;
	font:			normal 10pt arial,helvetica,sans-serif;
	}

#content p.sm {
	font-size:		10px;
	}

#content p span.supp {
	font-size:		11px;
	}

ul.hmpg {
	list-style-type: 	none;
	padding: 		0;
	margin: 		0;
	}
	

ul.hmpg li {
	background:		transparent url(imgs/bullet.gif) no-repeat 0 .5em;
	padding-left: 		.7em;
	padding-bottom:		15px;
	}

.support-box {
	width:			255px;
	height:			auto;
	padding:		1px;
	border:			1px solid #CDCDCD;
	}
	
.support-box a:link { text-decoration:none; background:transparent; color:#6C6C6C; }
.support-box a:visited { text-decoration:none; background:transparent; color:#6C6C6C; }
.support-box a:hover { text-decoration:none; background:transparent; color:#1575B2; }
.support-box a:active { text-decoration:none; background:transparent; color:#6C6C6C; }	

.support-box h3 {
	width:			247px;
	height:			21px;
	padding:		8px 0 0 8px;
	text-align:		left;
	color:			#FFF;
	font:			bold 8pt arial,helvetica,sans-serif;
	margin:			0;
	}

.support-box .items {
	width:			235px;
	height:			auto;
	padding:		20px 10px 10px 10px;
	text-align:		left;
	background-color:	#F7F6F6;
	font:			normal 8pt arial,helvetica,sans-serif;
	margin-top:		1px;
	}

.support-box .items p {
	padding:		0;
	margin:			0 0 10px 0;
	height:			22px;
	background: 		transparent url(imgs/item-divider.gif) repeat-x;
	}
	
#calloutset{
	width:			959px;
	height:			auto;
	margin:			0;
	padding:		0;
	}

.callouts, .callouts-alt {
	width:			273px;
	height:			260px;
	background:		#FFF url(imgs/template-hmpg-callout-bg.jpg) no-repeat;
	float:			left;
	margin-right:		10px;
	padding:		20px;
	}

.callouts-alt {
	margin-right:		0;
	}

.callouts p, .callouts-alt p {
	margin:			0;
	padding:		0 0 13px 0;
	}
	
.callouts h2, .callouts-alt h2 {
	margin:			0;
	padding:		0;
	font: 			bold 8pt arial,helvetica,sans-serif;
	text-align:		left;
	color:			#1575B2;	
	}	
	
#world-times {
	width:			959px;
	height:			63px;
	margin:			20px 0 0 0;
	padding:		0;
	background:		#FFF url(imgs/bg-content-divider.jpg) repeat-x;
	}

#world-times .time, #world-times .time-alt {
	width:			78px;
	height:			33px;
	border-right:		1px solid #CFCFCF;
	margin:			10px 0;
	padding:		7px 0 0 41px;
	color:			#AAA;
	background:		#FFF url(imgs/template-worldtimes-bg.jpg) no-repeat;
	float:			left;
	}

#world-times .time-alt {
	border:			none;
	}

#world-times strong {
	color:			#999;
	}
	
	
#footer {
	width:			939px;
	height:			22px;
	margin-bottom:		12px;
	padding:		10px 0 0 20px;
	font: 			normal 7.5pt arial,helvetica,sans-serif;
	background-color:	#EAEAEA;
	text-align:		left;
	color:			#A3A3A3;
	}

#footer a:link { text-decoration:none; background:transparent; color:#6e6e6e; }
#footer a:visited { text-decoration:none; background:transparent; color:#6e6e6e; }
#footer a:hover { text-decoration:underline; background:transparent; color:#6e6e6e; }
#footer a:active { text-decoration:none; background:transparent; color:#6e6e6e; }
	
	
/* ----------------------------------------------------------------------------------------------- 
	LVHA for various site-wide links
   -------------------------------------------------------------------------------------------- */

#search a:link,
#home-quicklinks a:link,
#ccol1 p a:link
{ text-decoration:none; background:transparent; color:#1575B2; }

#search a:visited,
#home-quicklinks a:visited,
#ccol1 p a:visited
{ text-decoration:none; background:transparent; color:#1575B2; }

#search a:hover,
#home-quicklinks a:hover,
#ccol1 p a:hover
{ text-decoration:underline; background:transparent; color:#1575B2; }

#search a:active,
#home-quicklinks a:active,
#ccol1 p a:active
{ text-decoration:none; background:transparent; color:#1575B2; }

/* ----------------------------------------------------------------------------------------------- 
	Clear floats without structural markup hack
   -------------------------------------------------------------------------------------------- */
	
.clearfix:after {
    	content: 		"."; 
    	display: 		block; 
    	height: 		0; 
    	clear: 			both; 
    	visibility: 		hidden;
	}

.clearfix {
	display: 		inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* ----------------------------------------------------------------------------------------------- 
	These are standard sIFR styles... do not modify
   -------------------------------------------------------------------------------------------- */

.sIFR-flash {
	visibility: 		visible !important;
	margin: 		0;
}

.sIFR-replaced {
	visibility: 		visible !important;
}

span.sIFR-alternate {
	position: 		absolute;
	left: 			0;
	top: 			0;
	width: 			0;
	height: 		0;
	display: 		block;
	overflow: 		hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter
   spacing in this case is used to make the browser text metrics match up with the sIFR text metrics 
   since the sIFR text in this example is so much narrower... your own settings may vary... any weird
   sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #content h1 {
	visibility: 		hidden;
	font-size: 		24px;
	padding:		0;
	margin:			0;
}

.sIFR-hasFlash .callouts h2, .sIFR-hasFlash .callouts-alt h2 {
	visibility: hidden;
	/*letter-spacing: 	-9px;*/
	font-size: 		18px;
	padding:		0;
	margin:			0;	
}


/* //////////////////////////////////////////////////
.sIFR-hasFlash h3 {
	visibility: 		hidden;
	letter-spacing: 	-6px;
	font-size: 		25px;
}

.sIFR-hasFlash h4 {
	visibility: 		hidden;
	letter-spacing: 	-5px;
	font-size: 		21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: 	-4px;
	visibility: 		hidden;
	font-size: 		24px;
}

////////////////////////////////////////////////// */
/* ----------------------------------------------------------------------------------------------- */