/* CSS Document */

.pic-header {
	width: 850px;
	height: 135px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	padding-top:8px;
	background-image: url(../Assets/images/pic-headerBg.jpg);
}

.homeText {
	width: 425px;
	float: left;
}

.homeNews {
	width: 425px;
	float: left;
}
.homeTextIndent {
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;	
}
.homeNewsIndent {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;	
}

.homeLinkButtons {
	width: 425px;
	float: left;
	height: 120px;
}
.clear {
	clear: both;
}
.techItem {
	width: 70px;
	height: 74px;
	min-height: 74px;
	padding: 3px;
	margin-right:7px;
	float:left;
	background-image: url(../Assets/images/homeTechBg.gif);
	background-repeat: no-repeat;
}
.techItemText {
	height: 37px;
	min-height: 37px;
	font-size: 10px;
	padding: 3px 5px 3px 3px;
	line-height: 10px;
}

.techItemText A:link{text-decoration: none;}
.techItemText A:hover{text-decoration: none;}
.techItemText A:visited{text-decoration: none;}
.techItemText A:active{text-decoration: none;}

.accredContent {
	padding-top: 43px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

.header-main{
	width:250px;
	float:left;
	text-align:center;
	color: #990033;
	font-size: 14px;
	font-weight: bold;
}

.header-middle{
	width:350px;
	float:left;
	text-align:center;
	color: #990033;
	font-size: 14px;
	font-weight: bold;
}
.homeheaderText{
	color: #990033;
	font-size: 15px;
	font-weight: bold;

}
.hometextBody{
	color: #990033;
	font-weight: bold;
}

.newsItem {
	border-bottom: 1px dotted #CCCCCC;
	padding: 0 0 4px 12px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: 1px 4px;
	width: 412px;
}

.newsItem a {
	background: right url(../images/more.gif) no-repeat;
	text-decoration: none;
	padding: 0 14px 0 0;
}

