/* CSS Document */

.SiteTabHeader {
	background-image: url(../images/arrow_off.gif);
	background-color:#155A94;
	background-repeat: no-repeat;
	background-position: center left ;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #001C36;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	cursor:pointer;
}

.SiteTabHeader:hover {
	background-image: url(../images/arrow_on.gif);
	background-color:#155A94;
	background-repeat: no-repeat;
	background-position:  center left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #001C36;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
}

.ShowContent{
	background-position: center left ;
	background-color:#D7E7EE;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #001C36;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
}

.MainSpacedBullets li {
	margin-bottom: 6px;
}

.LatestProject{
	background-image: url(../images/port_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: center right ;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	cursor:pointer;
}

.LatestProject:hover{
	background-image: url(../images/port_arrow_on.gif);
	background-repeat: no-repeat;
	background-position: center right ;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	cursor:pointer;
}

.ServiceTab {
	background-image: url(../images/services/service_arrow_off.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#4284B7;
	font-size: 12px;
	cursor:pointer;
	text-decoration: none;	
}

.ServiceTab:hover {
	background-image: url(../images/services/service_arrow_on.jpg);
	background-repeat: no-repeat;
	background-position: center left ;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	cursor:pointer;
	text-decoration:none;
}
