/*CSS Main Template - FCC*/

body { 
	margin: 0; 
	padding: 0; 
	background: #fff repeat-x; 
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em; 
	color: #333; 
}

/* LINKS AND HEADINGS STYLING */

a { color: #546F92; background: inherit; }
a:hover { color: #808080; background: inherit; }
h1  { font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif; margin: 0; color: #fff; background-color:transparent; }
h2  { font: bold 1.6em "Trebuchet MS", Helvetica, Sans-Serif; }
h3 { clear: both; font-size: 1.1em; color: #000; background: #fff; padding: 0 14px; margin: 0;}
.blue { color: #546F92; background: inherit; }
.image { float: left; border: 2px solid #e2e2e2; padding: 3px; margin: 0 15px 10px 0; }

/* Main Content */

#main { 
	width: 900px; 
	margin: 25px auto 0 auto; 
}

#intro_left {
	clear: left;
	float: left;
	width: 250px;
	background: #FFF url(images/leftintrobg.gif) repeat-x;
	color: #E5EAF2;
	margin: 0 0 0px 0;
}


/* Main Nav Menu */
	
	#menu_left { 
		float: left;  
		margin: 0 0 6px 0; 
		padding: 0px 0 0px 0; 
		border-top: 2px solid #e2e2e2;
		border-bottom: 2px solid #e2e2e2; 
	}
		#menu_left li { list-style: none; }
		#menu_left li a { 
			display: block; 
			color: #004242; 
			background: #47B167 url(images/arrow.gif) no-repeat center left; 
			width: 204px; 
			padding: 7px 23px 7px 23px; 
			margin: 0 0 1px 0;
			font-weight: bold; 
			text-decoration: none; 
		}	
		#menu_left li a:hover { background: #34814C url(images/arrow.gif) no-repeat center left; color: #fff;  }
		

/* Right Banner */
	
#banner_right {
	float: right;
	width: 340px;
	padding: 25px 280px 0 20px;
	background: #BCCEDA url(images/banner.jpg) no-repeat;
	color: #547592;
	margin: 0 0 6px 0;
	height: 174px;
	border: 2px solid #e2e2e2;
}
	
	
/* Left Content */
	
#left {
	float: left;
	width: 250px;
}
	.box {
		width: 218px;
		padding: 12px 15px;
		border:#ccc 1px solid;
		margin: 0 0 10px 0;
	}
			
	.promote {
		padding: 0px 5px 0px 5px;
		/*border: 1px solid #CFCB66;*/
		margin: 0 0 5px 0;
		background: #fff;
		font-size: 1.8em;
		color: #999;
		}
		
		.promote h5 { font size: 1.0em; color: #8FB9DB; background: #FFF; margin-top: 10px; line-height: 1.2em }
		.promote a { text-decoration: none; }

/* Right Content */

#right {
	float: right;
	width: 643px;
}
	.leftcol { 
		float: left; 
		padding: 12px 15px;
		width: 285px; 
		border:#ccc 0px solid;
		text-align: justify;
		margin: 0 0 10px 0;
	}
	.rightcol { 
		float: right; 
		padding: 12px 15px;
		width: 285px; 
		border:#ccc 1px solid;
		margin: 0 0 10px 0;
		}
	.rightfooter {
		clear: both;
		margin:46px 0 10px 0;	
		padding: 5px 15px;
		border: 1px solid #ccc;
		background: #fff;/*#eee;*/
		color: #444;
		}
		/**********For index.html only**********/
		
     	/********For all other pages*********/
	.fullrow {
		float: left;
		/*clear: both;*/
		padding: 12px 15px;
		border:#ccc 1px solid;
		margin: 0 0 10px 0;
		text-align: justify;
		}
	 .splitrowleft {
	    float: left;
		padding: 12px 15px;
		height: 210px;
		width: 285px;
		margin: 0px 0 10px 0;
		border: 1px solid #ccc;
		background: #fff;
		}
	 .splitrowright { 
		float: right; 
		padding: 12px 15px;
		height: 210px;
		width: 285px; 
		margin: 0px 0 10px 0;
		border: 1px solid #ccc;
		background: #fff;
		}
		
	 .endrow {
		float: left;
		padding: 12px 15px;
		width: 611px;
		margin: 0 0 10px 0;
		border:#ccc 1px solid;
		text-align: justify;
		}

/* FOOTER */

/*#footer { clear: both; padding: 0px; border-top: 1px solid #ccc; }*/

#footer { clear: both; border-top: 2px dotted #e5e5e5; margin: 1em 0 3em 0; color: #777; background: #FFF }
#footer .left  { float: left; text-align: left; background: #FFF; }
#footer a { text-decoration: none; background: #FFF }


/* End */