/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2007

Specific CSS for the Home Page
*/
#header .logo {
	width: 268px;
	height: 60px;
	text-indent: -999em;
	background: url(../images/concept-integrated-systems-logo.gif) no-repeat left bottom;
	margin: 36px 0px 0px 40px;
	position: absolute;
}

/* Content */
#content {
	width:317px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}
#content ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-top: 20px;
}
#content li {
	margin-top: 7px;
	background: url(../images/logo_red_small.png) no-repeat;
	height: 40px;
	vertical-align: middle;
	display: block;
	padding: 7px 0px 0px 37px;
}
#content li a img {
	padding-right: 5px;
	
}
#content a:link, #content a:visited {
	color: #64686b;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;

}
#content a:hover, #content a:active {
	color: #64686b;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#news {
	display: block;
	width: 460px;
	margin-left: 317px;
	padding: 20px 3px 20px 0px;
}
#news #newsheading {
	background: #ffffff url(../images/news_heading_bg_new.gif) no-repeat center top;
	color: #a94b12;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding: 5px 0px 0px 20px;
	text-transform: uppercase;
}
#news #newscontent {
	background: #ffffff url(../images/news_bg_new.gif) no-repeat center bottom;
	margin-top:-5px;
	padding: 5px 0px 10px 0px;
}
#news #newscontent p {
	color: #a94b12;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px 0px 20px;
	font-style: italic;		
}
#news #newscontent a:link, #news #newscontent a:visited { 
	color: #005389;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
#news #newscontent a:hover, #news #newscontent a:active { 
	color: #005389;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}

/* Highlights */
#highlights {
	background-color: #fff;
	width: 780px;
	margin-top: 5px;
	clear:both;
}
#highlights #box1 {
	background: #eaeaea url(../images/highlight_bg.gif) no-repeat center bottom;
	float: left;
	height: 180px;
	width: 258px;
}
#highlights #box2 {
	background: #eaeaea url(../images/highlight_bg.gif) no-repeat center bottom;
	float: left;
	height: 180px;
	width: 258px;
}
#highlights #box3 {
	background: #eaeaea url(../images/highlight_bg.gif) no-repeat center bottom;
	float: left;
	height: 180px;
	width: 258px;
}
#highlights h1 {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#highlights #box1 h1 {
	background: url(../images/highlight_box1.gif) no-repeat left center;
	height: 17px;
	padding: 3px 0px 0px 40px;
}
#highlights #box2 h1 {
	background: url(../images/highlight_box2.gif) no-repeat left center;
	height: 17px;
	padding: 3px 0px 0px 10px;
	vertical-align: middle;
}
#highlights #box3 h1 {
	background: url(../images/highlight_box3.gif) no-repeat left center;
	height: 17px;
	padding: 3px 0px 0px 20px;
	vertical-align: middle;
}
#highlights #box1 p {
	color: #005389;
	padding: 10px 5px 0px 40px;
	font-size: 12px;
}
#highlights #box2 p {
	color: #005389;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
}
#highlights #box3 p {
	color: #005389;
	padding: 10px 5px 0px 20px;
	font-size: 12px;
}
#highlights a:link, #highlights a:visited {
	color: #a94b12;
	text-decoration: none;
}
#highlights a:hover, #highlights a:active {
	color: #a94b12;
	text-decoration: underline;
}

/* Footer */
#footer {
	background: #fff url(../images/footer_bg.gif) no-repeat center bottom;
	clear:both;
	text-align: left;
	height: 30px;
	padding: 8px 0px 0px 40px;
}
#footer .copy {
	text-align: left;
	font-size: 9px;
	font-weight: normal;
}
#footer .legal {
	float: right;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	margin-right: 40px;
}
