@CHARSET "UTF-8";
/********************** General *********************************************************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 12px;
	color: #333;
	background: #FAFAFA;
}

.clr {
	clear: both;	
}

img {
	border: 0;
}

a:link { color: #002294; text-decoration: none;}
a:active { color: #002294; text-decoration: none; }
a:visited { color: #4B63B2; text-decoration: none; }
a:hover { color: #002294; text-decoration: underline; }

h1 { color:#3C3C3C; font-weight:bold; font-size:16px;}
h2 { color:#3C3C3C; font-weight:bold; font-size:15px;}
h3 { color:#3C3C3C; font-weight:bold; font-size:14px;}
h4 { color:#3C3C3C; font-weight:bold; font-size:13px;}

a.obfuscate { unicode-bidi:bidi-override; direction: rtl; }

/************************ Header ********************************************************************/
.headerContainer {
	width: 100%;
	height: 184px;
	background: url(../images/header_bg.jpg) repeat-x;
}

.headerWrapper {
	width: 1000px;
	height: 92px;
	margin: auto;
}


/**** Left side of header ****/
.headerDivLeft {
	width: 350px;
	height: 92px;
	float: left;
}
	.headerLogo {
		width: 350px;
		height: 92px;
		background: url(../images/logo.jpg) no-repeat;
		cursor: pointer;
	}


/**** Right side of header ****/
.headerDivRight {
	width: 650px;
	height: 92px;
	float: left;
}	
	.headerTopLinksDiv {
		width: 430px;
		margin-top: 7px;
		/*text-align: right;*/
		color: #8590AB;
		font-weight: normal;
		float: left;
	}
	.headerTopLinksDiv a:link {
		color: #8590AB;
		text-decoration: none;
		font-size: 12px;
	}
	.headerTopLinksDiv a:active {
		color: #8590AB;
		text-decoration: none;
		font-size: 12px;		
	}
	.headerTopLinksDiv a:visited {
		color: #8590AB;
		text-decoration: none;
		font-size: 12px;		
	}
	.headerTopLinksDiv a:hover {
		color: #8590AB;
		text-decoration: underline;
		font-size: 12px;
	}

.headerSearchDiv {
	/*margin-left: 20px;*/
	width: 220px;
	float: left;	
}	
	.headerSearchBox {
		margin-top: 4px;
		width: 155px;
		font-family: "Courier", "Times New Roman", serif;
		float: left;
	}
	.headerSearchSubmit {
		margin-top: 4px;
		float: left;
	}
	
.headerNavBtnsDiv {
	width: 610px;
	float: left;
	margin-top: 28px;
	margin-right: 20px; 
	border: 0px;
	text-align: right;
}	

/****************************** Body/Content ************************************************/
.bodyWrapper {
	width: 970px;
	margin: auto;
	top: -63px;
	left: 8px;	
	position: relative;
}

.bodyContentContainer {
	width: 767px;
	float: left;	
}

.bodyContentHeader {
	
}

.bodyContentSubHeader {
	background: url(/resources/cccisd/images/bodyHeaders/subHeadBg.jpg) repeat-x;
	height: 23px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 0 0 19px;
}
	.bodyContentSubHeader a:link {
		color: #FFF;
		text-decoration: none; 
	}
	.bodyContentSubHeader a:active {
		color: #FFF;
		text-decoration: none; 
	}
	.bodyContentSubHeader a:visited {
		color: #FFF;
		text-decoration: none; 
	}
	.bodyContentSubHeader a:hover {
		color: #FFF;
		text-decoration: underline; 
	}
	
.bodyContentDiv {
	background-color: #ECECEC;
	border: 1px solid #C3C3C3;
	clear: left;
}
.bodyContentDiv_fadeBg {
	background: url(/resources/cccisd/images/bodyHeaders/bodyBgFade.jpg) no-repeat;
	clear: left;
}

.bodyContentIntroTextDiv {
	width: 500px;
	height: 120px;
	padding-bottom: 10px;
	/*font-style: italic;*/
	margin: 20px 0 0 16px;	
	float: left;	
}
.bodyContentIntroImgDiv {
	width: 226px;
	height: 130px;	
	margin: 20px 0 0 3px;
	float: left;
}

.innerBodyContentDivWithBorder {
	margin: 0 16px 16px 16px;
	border: 1px solid #C3C3C3;
	background-color: #FFF;
	padding: 10px;
	clear: left;
}

.iconBoxDiv {
	width: 226px;
	padding: 3px 0 0 6px;
	font-size: 11px;
	color: #3C3C3C;
	float: left;
	border: 1px solid #ECECEC;
}
.iconBoxDiv:hover {
	border: 1px solid #CCC;
	background: #FFF;
	curosr: default;
}
	.iconBoxDiv table {
		padding: 0;
		margin: 0;
	}
	
	.iconBoxDiv a:link, a:active, a:visited {
		color: #002294;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;	
	}

	.iconBoxDiv a:hover {
		color: #002294;
		font-size: 12px;
		font-weight: normal;
		text-decoration: underline;	
	}
	

/* This section makes all body content links large blue links */
	.bodyTable a:link, a:active {
		color: #002294;
		text-decoration: none;	
	}
	
	.bodyTable a:visited {
		color: #4B63B2;
		text-decoration: none;	
	}
	.bodyTable a:hover {
		color: #002294;
		text-decoration: underline;	
	}

/****************************** Left Navigation *********************************************/
.leftNavContainer {
	width: 192px;
	margin-right: 11px;
	float: left;
}

.leftNav_mainItemDivOuter {
	width: 184px;
	border: 1px solid #3C3C3C;
	margin-bottom: 3px;
	background-color: #DCDCDC;
	cursor: pointer;
}
	.leftNav_mainItemDivOuter:hover{
		background-color: #AAA;
		color: #FFF;
	}
.leftNav_mainItemDivInner {
	width: 168px;
	border: 1px solid #FFF;
	padding: 5px 0 5px 14px;
}



.leftNav_subItemDivOuter {
	margin-left: 14px;
	width: 170px;
	border: 1px solid #3C3C3C;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	cursor: pointer;
}
	.leftNav_subItemDivOuter:hover {
		background-color: #CCC;
		color: inherit;
	}
.leftNav_subItemDivInner {
	width: 154px;
	padding: 5px 0 5px 14px;
	border: 1px solid #FFF;
}

.navSelected, .navSelected:hover {
	background: url(/resources/cccisd/images/navSelectedBg.gif) no-repeat;
}
.navSelectedSub, .navSelectedSub:hover {
	background: url(/resources/cccisd/images/navSelectedBgSub.gif) no-repeat;
}


/**************************** Search ************************************/
td.searchTabSelected{
	background: #ffffff url(/resources/common/images/search_tab_selected.gif) repeat-x top left;
	border: 1px solid #cccccc;
	border-bottom: 0;
	font: 10px "lucida grande", verdana, helvetica, sans-serif;
	text-align: center;
	color: #666666;
	padding: 7px;
}

td.searchTabUnselected{
	background-color: #efefef;
	border: 1px solid #cccccc;
	font: 10px "lucida grande", verdana, helvetica, sans-serif;
	text-align: center;
	color: #999999;
	padding: 7px;
}

td.searchTabDivider{
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	width: 4px;
}



/************************************ TABS Content Styles **************************************/
.moreDiv {
	border-bottom: 1px solid #C3C3C3;
	background: url(/resources/cccisd/images/sliderTopBg.jpg) repeat-x;
}
	.more {
		text-align: right;
		margin-right: 10px;
		cursor: pointer;
	}
	
	
	.details {
		border: 1px solid #C3C3C3;	
		border-top: 0px;
		background: url(/resources/cccisd/images/sliderBg.jpg) repeat-x;
		padding: 15px 20px 15px 25px;
	}
	.details_itemsText {
		color: #777;
		font-size: 10px;
		font-weight: normal;
	}
	.details_itemsHeader {
		color: #777;
		font-size: 11px;
		font-weight: bold;
	}

	
/*********************************** Contact Us Page *********************************************/
.bodyTable #map {
	width: 525px;
	height: 400px;
	border: 1px solid #FAFAFA;
}
	