@charset "UTF-8";
body  {
	margin: 0; /* 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;
	color: #333333;
	font-family: Helvetica, "Helvetica Neue", Arial;
	line-height: 115%;
}
#container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0093D0;
	text-align: left;
	padding: 0px;
} 
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 154px;
	margin-top: 0px;
	background: #0097D2 url(images/header_greenbar.gif) no-repeat bottom;
} 
#header img {
	padding-bottom: 16px;
	padding-top: 20px;
}
#headerSearch {
	width: 285px;
	float: right;
	padding-top: 30px;
	font-size: 0.8em;
}

#headerSearch a {
	text-decoration: none;
	color: #FFFFFF;
}
#headerSearch a:hover, #headerSearch a:active {
	color: #134163;
}

a img {
border: 0;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px;
	margin: 15px;
	display: inline;
}
#mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px 0 20px;
} 
#mainContent #service1 {
	width: 220px;
	background: #9ad22a url(images/home/active-bottom.gif) no-repeat bottom;
	margin-right: 15px;
	margin-top: 5px;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#mainContent #service2 {
	width: 220px;
	background: #00ADEE url(images/home/cloud-bottom.gif) no-repeat bottom;
	margin-right: 15px;
	margin-top: 5px;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 10px;
}
.hometext {
	float: left;
	width: 100%;
}
#mainContent #service3 {
	width: 220px;
	background: #FAC226 url(images/home/unified-bottom.gif) no-repeat bottom;
	margin-top: 5px;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#mainContent #hometext {
}
#mainContent #diagramtop img {
	margin: 0px;
	padding: 0px;
}
#mainContent #diagramtop {
	background: #a85cce;
	width: 690px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-right: 10px;
}
#mainContent #diagramtop h1 {
	color: #000;
	font-size: 90%;
	margin: 0px 0px 5px 15px;
	padding-top: 5px;
	text-align: center;
}
#mainContent #diagramtop p {
	font-size: 75%;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
#mainContent #service1 h1, #mainContent #service2 h1, #mainContent #service3 h1 {
	font-size: 90%;
	color: #000;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}
#mainContent #service1 ul, #mainContent #service2 ul, #mainContent #service3 ul {
	font-size: 80%;
	color: #000;
	margin: 0px;
	padding-left: 25px;
	padding-top: 15px;
}
#mainContent #service1 p, #mainContent #service2 p, #mainContent #service3 p {
	text-align: right;
	padding-right: 25px;
}
#mainContent #service1 a, #mainContent #service2 a, #mainContent #service3 a, #mainContent #diagramtop a {
	text-align: right;
	padding-right: 35px;
	font-size: 75%;
	color: #009;
	display: block;
	margin-top: 5px;
	text-decoration: underline;
}
#mainContent #service1 a:hover, #mainContent #service1 a:active, #mainContent #service2 a:hover, #mainContent #service2 a:active, #mainContent #service3 a:hover, #mainContent #service1 a:active, #mainContent #diagramtop a:hover, #mainContent #diagramtop a:active {
	color: #000;
	text-decoration: none;
}

#mainContent a {
	color: #0097D2;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active {
	color: #999999;
}
#mainContent ul a {
	text-decoration: underline;
}
#mainContent table a {
	font-size: 90%;
	text-decoration: underline;
}
#mainContent table {
	margin-left: 0px;
}
h3 {
	font-size: 0.9em;
	color: #134163;
	margin-bottom: -5px;
}
#mainContent ul {
	color: #134163;
	font-size: 12px;
	margin-bottom: 5px;
}
#mainContent ul li {
	padding-bottom: 3px;
}
#mainContent h5 {
	font-size: 0.9em;
	font-weight: bold;
	color: #134163;
}
#mainContent h6 {
	font-size: 0.9em;
	font-weight: bold;
	color: #0097D2;
}
#mainContent p {
	font-size: 0.8em;
	color: #000;
}
#mainContent p.blue {
	color: #134163;
}

h1 {
	font-size: 1.2em;
	color: #134163;
}
h2 {
	font-size: 1em;
	color: #134163;
}
#mainContent h1 {
	margin-top: 0px;
	padding-top: 10px;
}
input:focus, textarea:focus {
	color: #134163;
	background: #FFFFCC;
}
fieldset {
	color: #134163;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	border-style: none;
}
label {
	font-size: 0.8em;
	color: #134163;
	font-weight: bolder;
}
.go {
	font-size: 0.8em;
	color: #134163;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0093D0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	width: 59%;
	font: bolder 0.8em "Helvetica Neue", Helvetica, Arial;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 39%;
	list-style: none;
}
#footer li {
	float: right;
	font-size: 0.8em;
}
#footer li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#footer li a:hover, #footer li a:active {
	color: #134163;
}
#footer p .darkblue {
	color: #134163;
}
.blue_bold {
	color: #0097D2;
	font-weight: bold;
}
.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: 14px;
}
.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;
}
.grey_bold {
	color: #666666;
	font-weight: bold;
}
h4 {
	color: #0097D2;
	margin-bottom: -5px;
}	
	

