@charset "UTF-8";
body  {
	background: #ddd; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 0.9em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.mainstyle #container {
	width: 882px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/pagebg_mid.jpg);
} 
.mainstyle #header {
	background-image: url(../images/pagebg_top.jpg);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.mainstyle #headerleftmain {
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-left: 10px;
}
.mainstyle #headerleft {
	float: left;
	width: 300px;
	padding-top: 150px;
	padding-left: 10px;
}
.mainstyle #headerright {
	float: right;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mainstyle #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-left: 11px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.mainstyle #sidebar1main {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-left: 11px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.mainstyle #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/temp_2621328.jpg);
	background-repeat: no-repeat;
	background-position: 250px bottom;
	line-height: 1.5em;
} 
.mainstyle #mainContentport {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/temp_2621328.jpg);
	background-repeat: no-repeat;
	background-position: 250px bottom;
	line-height: 1.5em;
}
.mainstyle #mainContentserv {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/temp_2621328.jpg);
	background-repeat: no-repeat;
	background-position: 250px bottom;
	line-height: 1.5em;
}
.mainstyle #pagefoot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 250px;
	margin-right: 20px;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.5em;
}
.mainstyle #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../images/pagebg_bot.jpg);
	background-repeat: repeat-x;
} 
.mainstyle #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
	font-size: 0.75em;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.submenu {
	float: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-right: 12px;
	width: 500px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear
{
	clear:both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 1.2em;
}
.toptext {
	font-size: 0.7em;
	color: #666666;
}
.new {
	color: #1a64af;
	background-image: url(../images/new.gif);
	background-repeat: repeat;
	background-position: center center;
}
.link {
	color: #1a64af;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.portindextable {
	padding: 5px;
}
.portindextabletitles {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 8px;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
.portindextablelhrule {
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.portindextablebottrule {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.portindextablebottlhrule {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.portindextablebottlhrulegap {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.portindextablelhrulegap {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.portindextablebottrulegap {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.portindextablegap {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.portfoliosubmenu {
	font-size: 0.7em;
}
h2 {
	font-size: 15px;
}
#servicespanel {
	padding: 6px;
	width: 186px;
	font-size: 0.8em;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 25px;
}
#servicespanel ol, ul  {
	margin-left: -15px;
}
#servicespanel a {
}
#servicespanel2 {
	padding: 6px;
	color: #FFFFFF;
	font-size: 0.8em;
	background-image: url(../images/servpanelbg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#revivepanel {
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
	font-size: 0.9em;
	padding: 6px;
}
.greytext {
	color: #666666;
	font-weight: normal;
}
.rhcolumn {
	float: right;
	width: 275px;
	padding-bottom: 125px;
}
.lhcolumn {
	float: left;
	width: 250px;
}
.lhcolumn2 {
	float: left;
	width: 100%;
}
.formtable {
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
}
.formfields {
	width: 250px;
}
.formcells {
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-size: 0.9em;
}
.highslide-wrapper div {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10pt;
}
.highslide-wrapper div {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(../graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 1px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	color: #666666;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0 1px;
	text-align: left;
	font-size: 11px;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: -23px;
	left: 7px;
}
.highslide-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
}
.highslide-controls a {
	background-image: url(../graphics/controlbar-white-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}
.smallertext {
	font-size: 0.9em;
}
.horizrule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.smallertexth1 {
	font-size: 0.8em;
}

