@charset "utf-8";
/* CSS Document */
/********************************************
   HTML ELEMENTS
********************************************/ 


body {
	background-color: #0064bc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:1.3em;
}

td {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:1.3em;
}

h1, h3 {
	color:#fff;
	font-family: '35 Thin';
	margin-bottom:12px;
}

h1.yellow {color:#f3ec4c;}
h1.orange {color:#f29142; font-size:24px; height:24px; line-height:28px; margin-top:15px;}

h1 {
	font-size:24px;
	line-height:55px;
	height:24px;
}

h3 {
	font-size:25px;
	line-height:45px;
	height:25px;
	margin-bottom:8px;
}

 a {
	color:#f7f079;
	text-decoration:none;
	font-weight:bold;
	
	
}

ul{ margin-left:20px;}
ul li { list-style: disc inside; }

ol{ margin-left:20px;}
ol li { list-style:decimal inside; }

table {border-spacing:2; margin:10px 0px;}

i, em {font-style:italic;}

b, strong {font-weight:bold;}

/********************************************
   CUSTOM ELEMENTS
********************************************/ 

#c1container, #c2container, #c3container {
	margin-top:10px;
	margin-bottom:30px;
}

#c3container {margin-bottom:60px;}

#c1 {
	width:258px;
	float:left;
	display:block;
}

#c1container {
	width:241px;
	margin-left:6px;
	min-height:300px;
}

#c2-c3 {
	width:732px;
	float:left;
	position:relative;
	margin-bottom:20px;
}


#c2, #c2Interior, #c2White {
	width:474px;
	float:left;
	min-height:300px;
	background: transparent url(../images/shell/c2_bg.png) repeat-x left top;
}
.c2HeaderImage {float:right;}
#c2WhiteTopCap, #c2WhiteBotCap {height:3px; overflow:hidden; display:block;}
#c2WhiteBotCap { background:transparent url(../images/shell/c2_bot_cap.gif) no-repeat left top;}
#c2Interior {margin-top:406px;}
#c2White {
	background-color:#fff;
	background: #fff url(../images/shell/c2_top_cap.gif) no-repeat left top;
	color:#666666;
	margin-top:10px;
	
}

#c2container, #c2containerWhite {
	width:414px;
	margin-left:30px;
	min-height:300px;
}

#c2containerWhite {margin-left:15px;width:429px;}

#c3, #c3Interior {
	width:258px;
	float:left;
}

#c3Interior {margin-top:350px;}

#c3container {
	width:241px;
	margin-left:11px;
	min-height:300px;
}


/* alignment classes */
.float-left  { float: left;}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.gutter-right { padding:0px 10px 0px 0px; text-align:left;}
.padRight {padding-right:8px;}
.padLeft {padding-left:8px;}
.orange {color:#f29142;}
.orangeBold {color:#f29142; font-weight:bold; }



/* additional classes */
.clear { clear:both;} 
.hide  { display: none; }
.bold {font-weight:bold;}



#c2Interior.microsite {
	margin-top:0px; /* since we dont show header images in preview */
	padding-top:0px;
}

