@charset "ISO-8859-1";
* {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

div.domtab {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

ul.domtabs {
	float:left;
	width:585px;
	margin:0 0 0 10px;
	height:28px;
}

ul.domtabs li {
	float:left;
	padding:0px 1px 0px 0px;
}

*html ul.domtabs li a {
	float: left;
}

ul.domtabs a {
	padding:7px 35px 0 35px;
	height:21px;
	display:block;
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	background:#9b9a9d url(../images/grey-tab-bg.gif) repeat-x;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
}

ul.domtabs a:hover,
ul.domtabs li.active a,
ul.domtabs li.active a:hover{
	background:#000;
	color:#fff;
}

html>body ul.domtabs a:link,  html>body ul.domtabs a:visited,  html>body ul.domtabs a:active,  html>body ul.domtabs a:hover {
	height:21px;
	margin:0px;
}


/* other scheme! */

div#other {
	/*display:block;*/
	width:595px;
}

div#other.domtab div {
	display:block;
}

#other div {
	float:left;
}
/* Brought over from default style sheet & modified */

#homepg ol#breadcrumbs {
	display:block;
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width:500px;
}

ol#breadcrumbs li {
	display:block;
	float:left;
	font-size:9px;
	color:#fff;
	margin:0px 7px 0px 0px;
	padding:0px 12px 0px 0px;
	background-image: url(../images/breadcrumb-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

ol#breadcrumbs li.last {
	background-image:none;
}

ol#breadcrumbs li.lastshort {
	background-image:none;
	width:500px;
}

ol#breadcrumbs li a {
	font-size:9px;
	color:#fff;
	text-decoration:none;
}
ol#breadcrumbs li a:hover {
	color:#ff0000;
	text-decoration:none;
}

.tabbody {
	min-height:340px;
	width:595px;
	background: #808080 url(../images/tabs-box-bg.jpg) repeat-x;
	font-size:11px;
	line-height:1.5;
}

.tabbody ul.tabnav {
	list-style-type:none;
	margin:45px 0px 0px 0px;
	padding:0px;
	width:185px;
	float:left;
}
.tabbody ul.tabnav li a {
	display:block;
	width:135px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6c6c6c;
	background: url(../images/arrow-bullet-tabbox.png) no-repeat left center;
	padding: 7px 15px 7px 35px;
	color:#000;
	text-decoration:none;
	font-size:12px;
	line-height:1;
}

.tabbody ul.tabnav li a:hover{
	background-color:#fff;
}

.tabbody ul.tabnav li.first {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #383838;
}

.serviceinfo {
	display:block;
	float:right;
	margin:10px 10px 10px 0;
	padding:125px 20px 0px 20px;
	width:356px;
	min-height:190px;
	background-color:#fff;
	border: 1px solid #7a7a7a;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background: #fff url(../images/core-serv-home.jpg) no-repeat center top;
}

.serviceinfo h4 {
	color:#ff0000;
	font-size:17px;
	font-weight:bold;
	display:block;
	width:105px;
	height:170px;
	margin:0px 20px 0px 0px;
	padding: 0px 15px 0px 0px;
	float:left;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff0000;
}

.serviceinfo p {
	/*margin:0px 0px 10px 0px;
	padding:0px;
	display:block;
	float:left;
	width:190px;*/
	font-size:10px;
}


.serviceinfo a {
	font-size:11px;
	color:#ff0000;
}

.otherinfo {
	display:block;
	margin:10px;
	padding:20px;
	min-height:275px;
	border: 1px solid #7a7a7a;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background: #fff;
	width:533px;
}

.otherinfo h4 {
	font-size:17px;
	font-weight:bold;
	padding:0 0 2px 0;
	margin:0;
	color:#000;
}

.otherinfo p {
	padding-bottom:10px;
}

.otherinfo .powerlink {
	display:block;
	text-align:right;
	padding:0 12px 0 0;
	margin:0;
	background-image: url(../images/arrow-bullet-sm.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration:none;
}

.powerlink a {
	color:#ff0000;
	text-decoration:none;
}

.otherinfo .powerlink a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}


