@charset "UTF-8";
/* CSS Document */

body {
	background: url('/images/gradbg.png') #fff center top ;
	background-repeat:repeat-x;
	font-size:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	padding:0;
	color:#333;
	line-height:1.2em;
	}
	
a:link { color: #333; text-decoration: underline; vertical-align:text-top; }
a:visited { color: #333; text-decoration: underline;  }
a:hover { color: #e30929; text-decoration: underline; }
a:active { color: #333; text-decoration: underline; }		
	
div.clearfloats {clear:both;}

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.clearfix {
	display: inline-block;
	}
	
	/* backslash hack hides from IE mac \*/
	*html .clearfix {height:1%;}
	.clearfix {display:block;}
	
	/* end backslash hack */
	

		
/*  BLOCKS */	

	
div#header {
	width:960px;
	height:101px;
	background-image:url(/images/headerbg.png);
	background-repeat:no-repeat;
}

div#footer {
	min-height:95px;
	width:100%;
	background-image:url(/images/footerbg.png);
	background-repeat:repeat-x;
	margin-top:20px;
}

div#footertext {
	width:960px;
	font-size:12px;
	line-height:1.2em;
	text-align:right;
	padding-top:10px;
}

div#container960 {
	width:960px;
	background-color:#FFFFFF;
}

div#leftcol {
	width:310px;
	float:left;
	background-image:url(/images/leftbg.png);
	background-repeat:no-repeat;
	min-height:360px;
}

div#rightcol {
	width:650px;
	float:left;
}

div#homeleft {
	margin-left:20px;
	width:300px;
	float:left;
	text-align:left;
}

div#homeright {
	padding-left:20px;
	width:280px;
	float:left;
	background-image:url(/images/homerightbg.png);
	background-repeat:no-repeat;
	text-align:left;
}

div#innerdiv {
	text-align:left;
	margin:0 25px;
}
						

/* TEXT */
	
.bluetext {
	color:#1d4694;
	font-size:14px;
	line-height:1.4em;
	text-align:left;
	margin:0 25px;
}

.insidetext {
	font-size:14px;
	line-height:1.2em;
	text-align:left;
	margin:0 25px;
}


h2 {
	text-align:left;
	font-size:16px;
	color:#e30929;
	margin: 15px 0 10px 0 ;
	line-height:1.2em;
}

h3 {
	text-align:left;
	font-size:24px;
	color:#e30929;
	margin: 15px 0 10px 0 ;
	line-height:1.2em;
}

h3 a:link { color: #e30929; text-decoration: none; vertical-align:text-top; }
h3 a:visited { color: #e30929; text-decoration: none;  }
h3 a:hover { color: #333; text-decoration: underline; }
h3 a:active { color: #e30929; text-decoration: none; }	

h1 {
	text-align:left;
	font-size:28px;
	color:#1d4694;
	margin:15px 0;
	line-height:1.2em;
}

.tableborder {
	border: solid 1px #CCCCCC;
}

.bordertop {
	border-top: solid 1px #CCCCCC;
}
.borderleft {
	border-left: solid 1px #CCCCCC;
}

.callout  {
	border:solid 1px #ffd000;
	padding:10px;
	background-color:#fdf5ce;
}

.footnote { 
	font-size:12px;
}

.promos {
	border:2px dashed #1d4694;
	padding:10px;
	float:left;
	margin-left:20px;
	width:240px;
	text-align:center;
	font-size:20px;
	line-height:1.4em;
	font-weight:bold;
	height:140px;
}

/* EXPANDER*/
			
		.layer1 {
		margin: 0;
		padding: 0;
		width: 600px;
		}
		 
		.heading {
		margin: 1px;
		color: #1d4694;
		padding: 6px 10px;
		cursor: pointer;
		position: relative;
		background-color:#e3e6f2;
		border:solid 1px #1d4694;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		font-weight:bold;
		}
		.content {
		padding: 5px 10px;
		background-color:#fff;
		}
				
