@charset "utf-8";
@import url("reset.css");
@import url("content.css");
@import url("forms.css");
@import url("events.css");
@import url("polls-forums-blogs.css");
@import url("tax.css");
@import url("jquery.lightbox-0.5.css");


/*	CSS Document 
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #6A7177;
	background: url(../../images/template/bg_blueswirl.jpg) top center no-repeat #71A3B1;
}

.header {
	height: 121px;
	width: 996px;
	margin: auto;
}
	.header .cibislogo {
		float: left;
		width: 150px;
		height: 110px;
	}
	.header .topmenu {
		float: right;
		padding: 0 4px 0 0;
		margin-top: 78px;
	}
		.header .topmenu li {
			float: left;
			list-style: none;
		}

.menubg {
	width: 950px;
	margin: auto;
	text-align: center;
	font-family: Calibri, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	height: 42px;
	padding-top: 28px;
}

.container {
	width: 996px;
	margin: auto;
	background: url(../../images/template/bg_container.png) repeat-y;
}
	.container-top {
		width: 996px;
		margin: auto;
		height: 18px;
		clear: both;
		background: url(../../images/template/bg_container_top.png) no-repeat;
	}
	.container-end {
		width: 996px;
		margin: auto;
		height: 18px;
		clear: both;
		background: url(../../images/template/bg_container_end.png) no-repeat;
	}

.content {
	float: left;
	width: 710px;
	margin-left: 24px;
	padding-bottom: 50px;
}

.panel {
	float: right;
	width: 214px;
	margin-right: 24px;
}

.footerbg {
	border-top: 4px solid #E8E8E8;
	background: #FFF;
	padding: 0 0 100px 0;
	margin: 30px 0 0 0;
	clear: both;
}

.footer {
	width: 996px;
	margin: auto;
	padding: 10px 0 0 0;
	color: #6A7177;
}
	.footer ul {
		float: left;
		padding: 0;
	}
		.footer ul li {
			list-style: none;
			float: left;
			margin-right: 20px;
		}
	.footer a {
		color: #6A7177;
	}
	.footer .copyright {
		float: right;
	}
	.footer .logos {
		clear: both;
		text-align: right;
		padding: 10px 0 0 0;
	}


/* 	Progress Page
*/

.container-progress {
	background-color: #FFF;
	padding: 10px;
}




/* 	Left and Right Panel Styles
*/
.panelitem {
	background: url(../../images/template/bg_panel.gif) top repeat-y;
	padding: 15px 15px 5px 15px;
}

.panel-end {
	background: url(../../images/template/bg_panel_end.gif) no-repeat;
	height: 12px;
	margin-bottom: 15px;
}

.panel h2, .panel .hd {
	border: none;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	padding: 0;
}

.panelitem form {
	margin: 0;
}

/*
	.panelitem .hd, .compmenu .hd {
		margin-bottom: 10px;
		height: 33px;
		line-height: 30px;
		padding-left: 32px;
		background-image: url(../../images/template/bg_hd.gif);
		background-repeat: no-repeat;
		background-color: #2A3342;
		color: #FFF;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 1.25em;
	}
	.panelitem .txt {
		padding: 0 6px;
		line-height: 1.5em;
		clear: both;
		margin-bottom: 10px;
	}
	.panelitem strong {
		font-weight: bold;
	}
*/

.searchform, .tips {
	padding: 0 6px;
}

.tips {
	font-size: 0.9em;
}

.panel-right .pic {
	float: right;
	width: 35px;
	margin: 0 0 10px 0;
}

.compmenu, .staffmenu {
	padding-bottom: 50px;
}

.menuitem {
	background-image: url(../../images/template/bg_leftmenu.gif);
	background-repeat: no-repeat;
	padding: 0 0 10px 15px;
}
	.menuitem a {
		color: #6A7177;
	}




/* 	Homepage Styles
*/

.homeflash {
	width: 996px;
	height: 308px;
	margin: auto;
	margin-top: 38px;
}

.homebuttons {
	width: 996px;
	margin: auto;
	margin-top: 21px;
	height: 84px;
}

.hometext {
	width: 996px;
	margin: auto;
	margin-top: 21px;
}

.welcome {
	float: left;
	width: 267px;
	height: 90px;
	background-image: url(../../images/home/welcome.gif);
	background-repeat: no-repeat;
}

.intro {
	float: left;
	width: 699px;
	padding-left: 30px;
	color: #FFF;
	font-family: Calibri;
	font-size: 1.3em;
	line-height: 2em;
}






