/* CCSi Website Stylesheet */

/* NOTE: UPDATE ALL IMAGE URLS IN THIS STYLESHEET TO ROOT RELATIVE BEFORE SENDING TO SERVER
(e.g. src="/images/PATHNAME/FILENAME" NOT src="../images/PATHNAME/FILENAME") */

/* Global Styles */
	BODY {
		background-color:#B1CEDC;
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		color:#fff;
	}
	/* H1 is used in MAIN CONTENT BODY for ARTICLE TITLES ONLY */
	H1 {
		font-size:22px;
		font-weight:normal;
		color:#4c4c4c;
		margin:0px;
		margin-bottom:5px;
	}
	/* H2 is used in MAIN CONTENT BODY ONLY */
	H2 {
		font-size:20px;
		font-weight:normal;
		color:#4c8d91;
		margin:0px;
		margin-top:20px;
	}
	/* H3 is used in RIGHT COLUMN BOXES ONLY */
	H3 {
		font-family:Calibri, Arial, Helvetica, sans-serif;
		color:#4c4c4c;
		font-size:20px;
		margin:0px;
	}
	H4 {
		font-family:Calibri, Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:normal;
		color:#4c8d91;
		margin:0px;
		margin-bottom:3px;
	}
	/* H5 is used MAIN CONTENT BODY for SECONDARY ARTICLE TITLES ONLY */
	H5 {
		font-size:17px;
		font-weight:normal;
		color:#4c4c4c;
		margin:0px;
		margin-bottom:5px;
	}
	/* H6 is used for HEADERs above CONTENT BODY */
	H6 {
		font-family:Calibri, Arial, Helvetica, sans-serif;
		font-weight:normal;
		color:#4c4c4c;
		font-size:17px;
		margin:0px;
	}
	/* H7 is used for CCSi CONTACT INFORMATION */
	H7 {
		font-size:18px;
		font-weight:normal;
		color:#4c4c4c;
		margin:0px;
		margin-bottom:5px;
	}
	P {
		font-size:1em;
		color:#666;
		margin-top:0px;
		line-height:130%;
	}
	
	A:LINK {color:#fff;text-decoration:underline;}
	A:VISITED {color:#fff;text-decoration:underline;}
	A:HOVER {color:#2c2e72;text-decoration:underline;}
	A:ACTIVE {color:#fff;text-decoration:underline;}
	
/* Page Styles */
	#container{
		width:100%;
		margin:0px;
		margin:auto;
		padding:0px;
	}
	#bodyTable {
		margin:auto;
	}
	#mainTable{
		margin:auto;
		background-image:URL('/images/internet/bg_body_shadow.jpg');
		background-repeat:repeat-y;
		background-position:right;
		background-color:#fff;
		padding:2px 5px 2px 2px;
	}
		#headerRow{}
			#logoCell{}
			#utilCell{}
			.utilLinks { 
				float:right;
				margin:0px 0px 5px 0px;
			}
			.utilLinks LI{
				float:left;
				margin:5px 10px 0px 10px;
			}
		#navRow{
			height:218px;
			background-repeat:no-repeat;
			background-position:center;
			}
			div.nav {
				 /*Any properties you'd want the box to have.*/
				 /*Would probably be position, dimension type stuff.*/
				 /*Though personally I would have a div outside this
				   to control the dimensions.*/
				 border: 2px solid #fff;
				 position: relative;
				 left:-2px;
				 top:0px;
				 width: 143px;
				 height: 180px;
			}
			div.navContents {
				 background-color:transparent;
				 height: 100%;
				 position: relative;
				 width: 100%;
				 z-index: 101;
			}
			div.navBG {
				 background-color: #333;
				 height: 180px;
				 filter:alpha(opacity=50); /* IE's opacity*/
				 left: 0px;
				 opacity: 0.50;
				 position: absolute;
				 top: 0px;
				 width: 143px;
				 z-index: 99;
				 margin:0px;
			}

	.titleBar {
		margin:0px;
		font-family:Calibri, Arial, Helvetica, sans-serif;
		font-size:25px;
		line-height:25px;
		font-weight:normal;
		text-align:Left;
		color:#fff;
		text-transform:capitalize;
		padding-left:20px;
		height:35px;
		line-height:150%;
	}
	
	.titleBar2 {
		margin:0px;
		font-family:Calibri, Arial, Helvetica, sans-serif;
		font-size:25px;
		line-height:25px;
		font-weight:normal;
		text-align:Left;
		color:#fff;
		text-transform:original;
		padding-left:20px;
		height:35px;
		line-height:150%;
	}
		.ltGreenBg{background-color:#95c7c8;}
		.greenBg{background-color:#257577;}
		.ltBlueBg{background-color:#9596b8;}
		.blueBg{background-color:#2c2e72;}
		.ltPurpleBg{background-color:#a78fac;}
		.purpleBg{background-color:#4f2059;}
		
	.titleTriangle {
		height:10px;
	}
	.mainCell {
		color:#333;
		margin:0px;
		padding:0px;
	}
		.mainCell A:LINK{color:#166835;text-decoration:underline;}
		.mainCell A:VISITED {color:#559999;text-decoration:underline;}
		.mainCell A:HOVER {color:#2c2e72;text-decoration:underline;}
		.mainCell A:ACTIVE {color:#166835;text-decoration:underline;}
		.mainCell H4 A:LINK {color:#4c8d91;text-decoration:none;}
		.mainCell H4 A:VISITED {color:#4c8d91;text-decoration:none;}
		.mainCell H4 A:HOVER {color:#4c8d91;text-decoration:underline;}
		.mainCell H4 A:ACTIVE {color:#4c8d91;text-decoration:none;}
		.mainCell TABLE {
			margin:0px;	
		}
		.mainContent{
			padding:0px 10px 0px 20px;
		}
	
	#footer{ 
		background-image:URL('/images/internet/bg_footer_shadow.jpg');
		background-repeat:no-repeat;
		margin:auto;
		height:45px;
		font-size:12px;
	}
		.lftFooter{
			padding-left:10px;
		}
		#rtFooter{
			padding-right:10px;
		}
		.footerLinks { 
			float:right;
			margin:-3px 0px 5px 0px;
		}
		.footerLinks LI{
			float:left;
			margin:5px 10px 0px 10px;
		}
		
	#updatedRow{ 
		background:none;
		margin:auto;
		margin-top:5px;
	}

	.rtColumn {
		color:#4c4c4c;
	}
		.rtColumn UL { 
			margin-top:5px;
		}
		.rtColumn UL LI { 
			margin:auto;
			margin-left:-20px;
			margin-bottom:8px;
		}
		.rtColumn UL LI A:LINK {color:#4c4c4c;text-decoration:none;}
		.rtColumn UL LI A:VISITED {color:#888;text-decoration:none;}
		.rtColumn UL LI A:HOVER {color:#2c2e72;text-decoration:underline;}
		.rtColumn UL LI A:ACTIVE {color:#4c4c4c;text-decoration:none;}
		
	.rtColumn DIV{
		text-align:left;
	}

		DIV.rtBlueBox{
			width:220px;
			background-color:#c5dfe0;
			padding:5px 10px 5px 10px;
		}
		DIV.rtGreenBox{
			width:220px;
			background-color:#cbebd5;
			padding:5px 10px 5px 10px;
		}
		DIV.rtWhiteBox{
			background-color:#fff;
		}
		.rtWhiteBoxLeft {
			background-image:URL('/images/internet/bg_rtBoxWhite_left.gif');
			background-position:center;
			background-repeat:no-repeat;
		}
		.rtWhiteBoxContent {padding:5px 10px 5px 10px;}
		
	.imageBoxBorder{}
	.imageBoxNoBorder{}
	.caption{font-size:.9em;color:#333; margin:0px;}
	.dateUpdated{font-size:.8em;color:#999; margin:0px;}
	.breadCrumb{}
	.noBullet {list-style:none;}
	
/* Home Page */
	.pullTab{}
	
	#tabOne{}
	#tabTwo{}
	#tabThree{}
	#tabFour{}
	#tabFive{}
	
	
	
/* HOME NAVIGATION STYLES - TO BE UPDATED */
		#navRowHOME{
			height:218px;
			background-repeat:no-repeat;
			background-position:center;
			}
			div.homenav {
				 /*Any properties you'd want the box to have.*/
				 /*Would probably be position, dimension type stuff.*/
				 /*Though personally I would have a div outside this
				   to control the dimensions.*/
				 border: 2px solid #fff;
				 position: relative;
				 left:-2px;
				 top:0px;
				 width: 143px;
				 height: 180px;
			}
			div.homenavContents {
				 background-color:transparent;
				 height: 100%;
				 position: relative;
				 width: 100%;
				 z-index: 101;
			}
			div.homenavBG {
				 background-color: #333;
				 height: 180px;
				 filter:alpha(opacity=50); /* IE's opacity*/
				 left: 0px;
				 opacity: 0.50;
				 position: absolute;
				 top: 0px;
				 width: 143px;
				 z-index: 99;
				 margin:0px;
			}
			.smaller {
				font-size:.9em;
			}
		 	.quote { font-size:1.2em;font-style:italic;color:#666;margin:0px;}
			.quoted {font-size:1em;font-style:bold;color:#333;margin:5px 0px 0px 0px;}
			DIV.quoteBox {border:1px solid #ddd; width:75%;margin:auto;margin-bottom:0px;margin-top:10px;padding:5px 10px;background-color:#f6f6f6;}
			DIV.quoteMore {font-size:.9em;width:75%;text-align:right;margin:auto;padding:0px 0px 0px 20px;}
