/*body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	background-color: #EEEEEE;
	background-image: url(pagebg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #0060CF;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #005F7D;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #FF6600;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #3F9AC9;
}
#top {
	width: 960px;
	height: 81px;
	display: block;
	background-color: #FFFFFF;
	background-image: url(img/csi_logo.gif);
	background-position: 30px 30px;
	background-repeat: no-repeat;
	position: relative;
}
#top ul {
	display: block;
	position: relative;
	width: 310px;
	top: 10px;
	left:650px;
	overflow: hidden;
}
#top li {
	display: block;
	float: left;
	padding: 10px;
	background-image: url(img/top_divider.gif);
	background-position: 0px 12px;
	background-repeat: no-repeat;
	margin-left: -1px;
}
#top li a{
	color: #3399CC;
	text-decoration: none;
	font-weight: normal;
}
#top li a:hover{
	font-weight: normal;
	text-decoration: underline;
}
#header {
	display: block;
	width: 960px;
	height: 270px;
	background-color: #FFFFFF;
	margin-bottom: 12px;
}
*/
div.main ul,div.main li {
	margin: 0;
    padding: 0;
	list-style: none;
}
p {
	margin: 9px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-indent: 12px;
	color: #666666;
}
h1 {
	margin-top: 2px;
	margin-bottom: 6px;
	color:#ff6633;
	font-weight: bold;
	font-size: 18px; 
}
h2 {
	margin-top: 2px;
	margin-bottom: 4px;
	color:#ff6633;
	font-weight: bold;
	font-size: 16px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color:#333333;
	font-weight: bold;
	font-size: 14px;
}

/* ---------------------- Start Navigation ---------------------- */

#fade0 {
	display: block;
	width: 960px;
	height: 30px;
	position: absolute;
	margin-top: -20px;
	text-align: center;
	word-spacing: 3px;
} /* site menu promp */

/* ---------------------- Start Top Pop up Layer ---------------------- */
#searchContainer {
	display: block;
	width: 200px;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	top: 32px;
	left: 664px;
    
}/*margin-left:36px;*/
.dropTop {
	display: block;
	width: 200px;
	height:7px;
	font-size: 6px;
	position: absolute;
	background-image: url(droptop_arrow.gif);
	background-position: 168px;
	background-repeat: no-repeat;
}
.dropBox {
	display: block;
	width: 200px;
	border: 1px solid #9FCFFF;
	position: relative;
	top: 6px;
	background-color: #FFFFFF;
	z-index: -1;
}
.closeBox 
{
	position: relative;
	top: 5px;
	right: 5px;
	float: right;
	clear: right;
}
.dropTitle 
{
	text-align:left;
	display: block;
	background-image: url(droptop_bg.gif);
	background-repeat: repeat-x;
	margin: 1px;
	padding: 2px 4px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
#searchBody {
	display: block;
	height: 20px;
	background-color: #E6F2FE;
	margin: 1px;
	padding: 2px 4px;
	color: #336699;
}
#searchForm {
	display: block;
	margin: 0px;
	padding: 0px;
}
#searchInput {
	display: block;
	width: 111px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(search_icon.gif);
	background-position: 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 2px;
	float: left;
}
.siteButton {
	background: transparent url(button_right.gif) no-repeat scroll right top; 
	display: block;
	float: left;
	padding-left: 2px;
	padding-right: 5px;
	text-decoration: none;
}
.siteButton span{
	background: transparent url(button_left.gif) no-repeat; 
	display: block;
	padding: 1px 1px 3px 25px;
	color: #333333;
	font-weight: bold;
	font-style:italic;
	line-height: 16px;
	text-decoration: none;
}
.siteButton:link, a.siteButton:visited { 
	text-decoration: none;
}
.siteButton:hover { 
	background-position: right -20px; 
	text-decoration: none;
} 
.siteButton:hover span { 
      background-position: left -20px;
    } 
.siteButton:active { 
	background-position: right -40px;
	text-decoration: none; 
} 
.siteButton:active span { 
	background-position: left -40px; 
	padding: 2px 0px 2px 26px;
}
#signinContainer {
	display: block;
	visibility: hidden;
	width:200px;
	position: absolute;
	z-index: 200;
	top: 32px;
	left: 749px;
}/*margin-left:110px;*/
#signinBody {
	display: block;
	background-color: #E6F2FE;
	margin: 1px;
	padding: 2px;
	color: #336699;
	text-align: right;
}
#signinForm {
	display: block;
	margin: 0px;
	padding: 0px;
}
#userName {
	width: 98px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(user.gif);
	background-position: 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 2px;
}
#passWord {
	width: 98px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(keys.gif);
	background-position: 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 2px;
}
#register {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
/* ---------------------- End Top Pop up Layer ---------------------- */

/* ---------------------- Start Content ---------------------- */
.contentContainer {
	display: block;
	width: 960px;
	height: auto;
	overflow: hidden;
}

/* ---------------------- Start Features ---------------------- */
.sm {
	list-style: none;
	width: 580px;
	height: 300px;
	display: block;
	overflow: hidden;
}
.sm li {
	float: left;
	display: inline;
	overflow: hidden;
}
.sm li p{
	line-height: 17px;
}
/* ---------------------- End Features ---------------------- */

.news {
	width: 270px;
	margin: 10px 0px;
}
dl {
	clear:both;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
dl dt{
	display: block;
	width:70px;
	float:left;
}
dl dt img{
	display: block;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-top: 5px;

}
dl dd{
	display: block;
	width: 200px;
	margin: 0px;
	padding: 0px;
	float:right;
	text-align:left;
}
dl dd a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

dl dd a:link {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #0060CF;
}
dl dd a:visited {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #005F7D;
}
dl dd a:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #FF6600;
}
dl dd a:active {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #3F9AC9;
}
/* ---------------------- End Content ---------------------- */
.footerContainer {
	display: block;
	width: 960px;
	height: 60px;
	clear: both;
	text-align: center;
}
.footer {
	display: block;
	width: 900px;
	margin: auto;
	border-top: 1px solid #F6FAFD;
	text-align: right;
	padding-top: 15px;
	color: #FFFFFF;
}
.footerLogo {
	display: block;
	width: 36px;
	height: 3 0px;
	margin-left: 6px;
	float: right;
	clear: right;
}
.bottomContainer {
	display: block;
	width: 960px;
	height: 90px;
	text-align: center;
	clear: both;
}
.bottom {
	display: block;
	padding-top: 25px;
	color: #FFFFFF;
}
.bottom a:link, .bottom a:visited{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.bottom a:hover, .bottom a:active {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
