@charset "utf-8";
/* CSS Document */
	
	
.section-post {padding: 10px 4px;}

	.section-name {
		padding: 10px;
		font-family: verdana, sans-serif; font-size: 18px; font-weight: bold; color: #1C4F6F;
		text-transform: uppercase; letter-spacing:0.01em;
	}

	.section-list {
		padding: 0 0 0 20px;
		font-family: verdana, sans-serif; font-size: 14px; font-weight: bold; letter-spacing: 0.05em; line-height: 20px;
	}
	
		.section-list a:link, #section-list a:visited {color: #187DBD; font-weight: none; text-decoration: none;}
		.section-list a:hover {text-decoration: underline;}
		
	#section-intro {
		font-family: verdana, sans-serif; font-size: 14px; font-weight: bold;
		letter-spacing: 0.01em; line-height: 18px;
		padding: 0 0 30px 10px;
	}
	
		#section-intro li {list-style-type: square; font-size: 12px;}
		
	.section-help {
		font-family: verdana, sans-serif; font-size: 12px; color: #05273d;
		letter-spacing: 0.01em; line-height: 17px;
		padding: 10px 20px;
	}
	
	.section-header {
		font-family: century gothic, verdana, sans-serif; font-size: 2em; color: #F25B00;
		border-bottom: 2px solid #DDD; padding: 8px;
		text-transform: capitalize; letter-spacing: 0.03em;
	}
	
	.section-text {
		height: 100%; overflow: auto; padding: 10px; margin-bottom: 20px;
		background-color: #FFF; /*.whitebg is arbitrary, get rid*/		
		font-family: verdana; font-size: 12px; color: #1C4F6F;
		letter-spacing: 0.01em; line-height: 18px;
	}
	
		.section-text img {max-width: 100%;}
	
		.section-blue {color: #0085d5; font-size: 18px; font-weight: bold;}
		.whitebg {background-color: #FFF;}
	
	.section-header2 {
		background-color: #197DBB; padding: 6px;
		font-family: century gothic; font-size: 14px; font-weight: bold; color: #FFF; text-transform: capitalize; letter-spacing: 0.01em;
	}
	
	.section-text2 {
		background-color: #FFF; padding: 6px 6px 0 6px;
		font-family: verdana; font-size: 11px; color: #1C4F6F; letter-spacing: 0.01em;
	}
	
		.section-text ul, .section-text li {margin: 0 0 0 10px; padding: 0;}
		.section-text ul.space li{margin: 0 0 0 10px; padding: 6px 0;}
		.section-text2 ul, .section-text2 li {margin: 0; padding: 0 0 10px 0; list-style: none;}
	
		.section-text p {margin: 0; padding: 0 0 10px 0;}
		
		
	
/*
div.section-text table tr td {padding: 10px; width: 275px;}
div.section-text table tr td.slimleft {padding: 10px; width: 150px;}
div.section-text table tr td.slimright {padding: 10px; width: 400px;}

div.section-text table tr td img {padding-right: 20px;}
 */


/* PLANNING TO CONSOLIDATE THESE */
div.leftcol {float: left; padding: 10px; width: 265px;}
div.rightcol {float: right; padding: 10px; width: 265px;}
div.leftslimcol {float: left; padding: 10px; width: 150px;}
div.rightslimcol {float: right; padding: 10px; width: 380px;}
div.clearcol {clear: both; padding: 10px;}

/* NEW 2011 way */
div.triCol {width: 24%; padding: 3%;}
div.twoCol {width: 44%; padding: 3%;}
	

input, select, option, textarea {
	padding-left: 4px; background-color: #EDF5FC; border: 1px solid #80BCE3;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #11598A;
	letter-spacing: 0.1em;
}

	input.long {width: 240px;}

.planning-multiple {float: left; padding: 4px; width: 170px; text-align: center;}
