@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: verdana;
	font-size: x-small;
	background-color: #FFF;
	margin-top: 50;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1.65em;
}
.CIC #container {
	width: 930px;
	text-align: left;
	background-image: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#HLogo {
	float: left;
	width: 145px;
	height: 85px;
}
#HNav {
	width: 510px;
	margin-left: 145px;
	height: 75px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#HSearch {
	margin-left: 655px;
	height: 75px;
	width: 75px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#HMusic {
	height: 75px;
	width: 25px;
	background-image: url(../CIC_Images/Music_icon.gif);
	background-position: 64px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.CIC   #container h1{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
}
.CIC #container h2{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}
.CIC #container p {
	color: #FFF;
	padding-right:90px
}
.CIC #container ul {
	color: #FFF;
	text-decoration: none;
	/*list-style-position: inside;*/
	font-size:13px;
	list-style-type: disc;
	margin:0px;
	padding:0px 0px 0px 15px;
}
.CIC #container ul li{
	/*padding: 2px;*/
	padding-top:4px;
}
.CIC #header h6 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: xx-small;
	font-weight: normal;
	color: #333;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 70;
	position: relative;
	vertical-align:bottom;
}
.CIC #header {
	background-color: #FFF;
	height: 150px;
	/*padding-top: 20;*/
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	position:relative;
} 
.CIC #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: medium;
	font-weight: normal;
	color: #333;
	padding-top: 70;
	bottom: 100%;
}
.CIC #center {
	/*background-color: #007dc2;*/
	border:#2073A5 solid 1px;
	background:url(../CIC_Images/main_bg.jpg) repeat-y;
	height: 500px;
	margin-bottom: 25px;
	margin-left: 5px;
}
.CIC #center1 {
	/*background-color: #007dc2;*/
	border:#2073A5 solid 1px;
	background-color:light Blue;
	height: 471px;
	margin-bottom: 25px;
	margin-left: 5px;
}
.CIC #containerTextMiddle {
	display:none;
}
.CIC #containerTextLLinks {
	width: 426px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	font-size:13px;
}
.CIC #containerTextLLinks #subContainer
{
	color:#FFF;
	padding-top:12px;
	font-size:13px;
	width:390px;
	text-align:justify;
}
.CIC #containerTextLLinks p
{
	margin:0px; padding:0px; font-size:13px; color:#FFFFFF; padding:5px 0px 5px 0px
}
.CIC #containerTextL {
	width: 426px;
	padding-top: 120px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	font-size:13px;
}
.CIC #containerTextL #subContainer
{
	color:#FFF;
	padding-top:13px;
	font-size:13px;
	width:390px;
	text-align:justify;
}
.CIC #containerPicL { /* DONE */
	width: 426px;
	height: 471px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}
.CIC #containerTextRUpper { /* DONE */
	margin-left: 470px;
	padding-right: 20px;
	/*width: 503px;*/
	height: 471px;
	padding-top: 65px;
	font-weight:normal;
	font-size:15px
} 
.CIC #containerTextRUpper #subText
{
	color:#FFF;
	padding-top:13px;
	font-size:13px;
	height:471px;
	width:390px;
	font-style:italic;
	text-align:justify;
}

.CIC #containerTextRLinks { /* DONE */
	margin-left: 470px;
	padding-right: 20px;
	/*width: 503px;*/
	height: 471px;
	padding-top: 25px;
	font-weight:normal;
	font-size:15px
}
.CIC #containerTextRLinks #subContainer
{
	color:#FFF;
	padding-top:13px;
	font-size:13px;
	width:430px;
	text-align:justify;
}
.CIC #containerTextRLinks #subNews
{
	color:#FFF;
	padding-top:13px;
	padding-bottom:5px;
	font-size:13px;
	width:430px;
	text-align:justify;
}
.CIC #containerTextRLinks p
{
	margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#FFFFFF; padding:15px 0px 5px 0px
}
.CIC #containerTextR { /* DONE */
	margin-left: 460px;
	/*padding-right: 20px;*/
	/*width: 503px;*/
	height: 471px;
	padding-top: 115px;
	font-weight:normal;
	font-size:15px
} 
.CIC #containerTextR #subContain
{
	color:#FFF;
	float: right; 
	width: 215px;
	padding-top:15px;
	font-size:13px;
}
.CIC #containerTextR #subText
{
	color:#FFF;
	padding-top:13px;
	font-size:13px;
	height:471px;
	width:390px;
	font-style:italic;
	text-align:justify;
}
.CIC #containerTextR #subTextContactUs
{
	color:#FFF;
	padding-top:13px;
	font-size:14px;
	height:471px;
	width:390px;
	text-align:justify;
}
.CIC #containerTextR #subContainer
{
	color:#FFF;
	padding-top:13px;
	font-size:13px;
	width:390px;
	text-align:justify;
}
.CIC #containerPicR {
	width: 440px;
	margin-left: 0px;
	height: 471px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
}
.CIC #containerPicR #subText
{
	color:#FFF;
	padding-top:13px;
	font-size:12px;
	width:390px;
	font-style:italic;
	text-align:justify;
}
#Container_NextLinkR {
	position: relative;
	left: 470px;
	bottom: 175px;
	width:350px
}
#Container_NextLinkL {
	padding-left: 40px;
	float: left;
}
.CIC #footer {
	height: 140px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #06C;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #06C;
	padding: 5;
	margin-left: 5px;
	width:922px
}
.CIC #footer td
{
	width:138px;
	vertical-align:bottom;
} 
#Address {
	text-align: center;
	font-size:20px;
}
.CIC #footer h5 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #007dc2;
	text-align: left;
	padding-top: 0px;
	padding-right: 5;
	padding-bottom: 5px;
	padding-left: 5;
	font-weight: bold;
}
.CIC #footer h6 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #666;
	text-align: left;
	padding-right: 5;
	padding-left: 5px;
	font-weight: normal;
	line-height: 1em;
	width:65px;
}
.CIC #Address p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #666;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5;
	padding-top: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.AboutCICLink {
	color: #FFF;
	text-decoration: none;
	font-size:13px;
}
.AboutCICLinkNext {
	color: #FC6;
	text-decoration: none;
	font-size:13px;
	font-weight:normal
}
.AboutCICLinkWhite {
	color: White;
	text-decoration: none;
	font-size:13px;
	font-weight:bold
}
.CICBrandLink {
	color: #007DC2;
	text-decoration: none;
	font-size:13px;
	font-weight:bold
}
.CICBrandLinkText {
	color: #666666;
	text-decoration: none;
	font-size:10px;
	font-weight:normal
}
.CICLink:a:visited {
	text-decoration: none;
	color: #FFF;
}
.CICLink:a:hover {
	text-decoration: none;
	color: #FFF;
}
.CICLink:a:active {
	text-decoration: none;
	color:White
}
.CIC #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: medium;
	font-weight: normal;
	color: #FFF;
}
.CIC_Product_Search
{
	border: 1PX SOLID #0066CC;
	font-family: TAHOMA, VERDANA;
	font-size: 11PX;
	color: #4F585F;
	width: 100PX;
}
.CIC_Menu_Link
{
	font-family: TAHOMA, VERDANA;
	font-size: 11PX;
	color: gray;
	background:White;
}
.CIC-Left
{
	font-weight:normal;
	text-align:right;
	vertical-align:top
}
.CIC-Left-Input
{
	border: 1PX SOLID #0066CC;
	font-family: TAHOMA, VERDANA;
	font-size: 11PX;
	color: #4F585F;
	width: 150PX;
}
.CIC-Text-Large
{
	font-size:17px;
	color:white;
}
/*-------------------*/
.banner_body{ background:url(../CIC_Images/main_bg.jpg) repeat-y; border:#2073A5 solid 1px; margin:0px 10px 0px 10px;}

.banner_body p{ margin:0px; padding-top:10px; font-family:Arial, Helvetica, sans-serif; font-size:28px; color:#FFFFFF} 
.banner_body font{ margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF}

.banner_inner_home{ margin:0px 10px 0px 10px; background:url(../CIC_Images/inner_bg.jpg) repeat-y; padding:10px}
.banner_inner_home font{ margin:0px; padding:0px; font-family:verdana; font-size:15px; color:#FFFFFF; line-height:30px; font-weight:normal }

.inner_banner_body{ border:#2073A5 solid 1px;}
#inner_banner_body2{ background:url(../CIC_Images/main_bg2.jpg) repeat-y; border:#2073A5 solid 1px;}

.inner_banner_body h1{margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#FFFFFF;}
.inner_banner_body p{margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; padding:5px 0px 5px 0px}

.inner_banner_body ul{ float:left; margin:0px; padding:0px; color:#FFFFFF; padding:10px 0px 10px 15px; }
.inner_banner_body li{font-family:Arial, Helvetica, sans-serif; font-size:13px; list-style:disc }

.yellow_link{margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFFF00; text-decoration:none;}

.white_line{ background:url(../CIC_Images/white-line.jpg) center repeat-y; width:25px;}
.banner_featured { margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF}