
body {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background:#A5B2BA;
}
#wrapper {
	width:750px;
	margin:auto;
	background:#fff;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#top ul {
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	/*height:38px;*/
}
#top li{
	float:left;
	position: relative;
	z-index:1;
	height: 28px;
}
#top li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 26px;
	display: none;
	border:1px solid #79818A;
	z-index:1500;
	background-image:none;
	background:#ACB3BC
}
#top li#home{
}
#top li a {
	color:#FFFFFF;
	text-decoration:none;
	font: bold 12px/28px Arial, Helvetica, sans-serif;
	background-color: #677787;
	padding-top: 5px;
	padding-right: 28px;
	padding-bottom: 5px;
	padding-left: 28px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#menu li#home a {
	padding:5px 28px 5px 28px;

}
#menu li#support a {
	background-image:none;
	padding:5px 28px 5px 28px;
}
#menu li#support{
}


/* Fix IE. Hide from IE Mac \*/
* html #top ul li { float: left; height: 1%; }
* html #top li a { height: 1%; }
/* End */
#top ul li li {
	width:200px;
	z-index:1600;
	background:#ACB3BC;
	background-image:none;
	float:none;
	height:20px!important;
	line-height:20px;
	border-bottom:1px solid #fff;
	padding:0;
	margin:0;
}
#menu li#support li a{
	padding:0 5px;
}
#top ul li a:hover { color: #B9BEC5; } /* Hover Styles */
		
#top li ul li a { background:#ACB3BC; display:inline; line-height:16px; text-decoration:none; color:#eee;padding:0 5px;  margin-bottom:0; border-left:none; } /* Sub Menu Styles */
#top li ul li a:hover { color:#fff}	
#top li:hover ul, #top li.over ul { display: block; }


#left {
	width:250px;
	float:left;
	padding:5px 0 0 0;
	color:#667988
}
#content {
	width:487px;
	float:left;
	padding:5px 3px 0 10px;
	color:#667988
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 250px; /* Width of Menu Items */
}
#left ul li {
	position: relative;
	z-index:0;
	}
#left li ul {
	position: absolute;
	left: 250px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border:1px solid #79818A;
	z-index:300;
	width:200px;
}
#left li ul ul {
	left:200px;
}
#left ul li li {
	z-index:400;
}
#left ul li a {
	display: block;
	text-decoration: none;
	color: #319ACA;
	margin-bottom:5px;
	border-left:18px solid #D8DBE0;
	font-weight:bold;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 19px;
	background-color: #EEEEEE;
	background-image: url(images/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#left ul li#request a {
	color: #E81818;
	background-color: #EEEEEE;
	background-image: url(images/orange_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/* Fix IE. Hide from IE Mac \*/
* html #left ul li { float: left; height: 1%; }
* html #left li a { height: 1%; }
/* End */

#left ul li a:hover { color: #B9BEC5; } /* Hover Styles */
		
#left li ul li a { background:#ACB3BC; color:#eee;padding: 2px 5px; height:16px; margin-bottom:0; border-left:none; border-bottom:1px solid #fff } /* Sub Menu Styles */
#left li ul li a:hover { color:#fff}	
#left li:hover ul, #left li.over ul { display: block; }
#left li:hover ul li ul, #left li.over ul li ul { display:none}
#left li:hover ul li:hover ul, #left li.over ul li.over ul { display:block}

#left h2 {
	height:23px;
	margin:0 0 5px 0;
	padding:0;
	background:#97A7B7 url(images/h2corner_left.gif) no-repeat 0 0;
	color:#fff;
	font-size:13px;
}
#left h2 span {
	display:block;
	background: url(images/h2corner_right.gif) no-repeat right top;
	padding:3px 0 0 33px
}
#content h1{
	margin:0 0 7px 0;
	padding:0 0 3px 0;
	color:#3199CC;
	font-size:18px;
	font-weight:normal;
	background: url(images/red_dots.gif) repeat-x left bottom;
}

.grey {
	color:#96A2B0;
}
.red {
	color:#E41817
}
.white {
	color:#fff
}

#content h2 {
	color:#667789;
	font-size:16px;
	margin:0;
	padding:0;
	overflow:hidden
}
#content h3 {
	color:#3199CC;
	font-size:14px;
	margin:0;
	padding:3px 0 0 0;
	letter-spacing:-0.03em;
	overflow:hidden
}
#content h4 {
	margin:0;
	padding:7px 0;
}
#content h4 a {
	padding: 0 0 0 19px;
	color:#677787;
	font-size:12px;
	font-weight:bold;
	background: url(images/double_arrow.gif) no-repeat 0 2px;
}
#content p {
	margin:0;
	padding:4px 0;
}
#intro {
	width:300px;
	float:left;
}
#contact {
	width:180px;
	float:left;
	background:#5C9BBC url(images/contact_form_top.gif) no-repeat 0 0px;
	margin-left:7px;
}
#contact form {
	margin:0;
	padding:7px 4px 19px 4px;
	text-align:center;
	background: url(images/contact_form_bt.gif) no-repeat left bottom;
}
#contact address {
	color:#FFFFFF;
	font-size:18px;
	font-style:normal;
	padding:0 0 14px 0;
	background: url(images/contact_form_details_top.gif) no-repeat left bottom;
}
#contact #details {
	background: url(images/contact_form_details_bg.gif) repeat-x 0 -2px;
	height:234px;
	padding:0;	
	color:#257399
}
#contact .more {
	text-align:center;
	background: url(images/red_dots.gif) repeat-x 0px 5px;
	margin:5px 9px;
}
#contact .more span {
	background:#95A0AB;
	padding:0 3px;
}
#contact #advice {
	color:#48A3D2;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}
#contact input.text {
	width:152px;
	height:17px;
	padding:2px;
	background: url(images/input.gif) no-repeat;
	border:none;
}
#contact label {
	display:block;
	text-align:left;
	color:#5B5B5B;
	padding-left:10px;
}
input.submit {
	background: url(images/submit.gif) no-repeat;
	height: 18px;
	width: 64px;
	border:none;
	margin:3px 0 0 90px;
}
.solutions {
	background: url(images/red_dots.gif) repeat-x 0 3px;
	padding:10px 0 0 0;
}
.solutions dl {
	padding:0;
	margin:0;
	width:161px;
	float:left;
}
.solutions dl dd, .solutions dl dt{
	margin:0;
	padding:0;
}
.solutions dl dt a {
	padding: 0 0 3px 19px;
	color:#677787;
	display:block;
	font-size:12px;
	background: url(images/double_arrow.gif) no-repeat 0 2px;
}
.solutions dl dt a:hover {
	text-decoration:none;
}
.solutions dl.large {
	width:240px;
}
.solutions dl.large dt {
	color:#677787;
	font-size:15px;
	font-weight:bold;
	padding-bottom:0px;
}
.solutions dl.large dd a {
	color:#3498CC;
	text-decoration:none;
}
.solutions dl.large dd a:hover {
text-decoration:underline
  
}
a.more {
	color:#3498CC;
}
dl#news {
	margin:4px 0 0 0;
	padding:0 0 5px 0;
	border:1px solid #E1EEF6;
}
dl#news dt {
	height:20px;
	background:#E1EEF6 url(images/grey_arrow.gif) no-repeat 10px 9px;
	color:#768491;
	font-weight:bold;
	padding:7px 0 0 23px;
}
dl#news dt.title {
	background:none;
	background-image:none;
	padding:3px 0 0 10px;
	height:auto;
}
dl#news dd {
	margin:0;
	padding:0 0 5px 10px;
}
div#chat {
	margin:10px 0 0 0;
}
div#chat a.chat {
	background: url(images/chat.gif) no-repeat;
	height: 60px;
	display:block;
	width:250px
}
#footer {
	clear:both;
	border-top:1px solid #ccc;
	padding:2px 0 0 0;
	height:70px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	background:#F7F7F7;
	height:23px;
	text-align:center;
}
#footer ul.top {
	padding:5px 0 0 0;
	height:18px;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	color:#536370;
	text-decoration:none;
	font-size:10px;
	border-right:1px solid #3398CC;
	padding:0 5px;
}
#footer ul li a.last {
	border:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#copyright {
	color:#627A86;
	padding:10px 0;
	text-align: center;
}
#ecp {
	width:245px;
	float:right;
	padding:10px 0;
	font-size:10px;
}
#ecp a {
	background: url(images/ecp.gif) no-repeat 0;
	padding-left: 23px;	
	color:#ACB3BD;
	text-decoration:none;
}
#ecp a:hover {
	text-decoration:underline;
	color:#627A86;
}
.clear { clear:both; height:1px; overflow:hidden}
.clear_dots {
	background: url(images/red_dots.gif) repeat-x 0 3px;
	height:25px;
}
.smtext {

	padding:0px 0 0 0;
	margin-top:15px;
}
.smtext h5 {

	padding:0px 0 0 0;
	margin-top:2px;
	margin-bottom:2px;
	font-weight: bold;
}
.smtext a {

	font-weight: bold;
}
h5 a {
font-size:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#95A0AB;
}
#news {
	margin-top: 7px;
	background: #D8DBDF;
}
#news h1 a {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#news h1 a:link {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#news h1 a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#news h1 {

	background-color: #D8DBDF;
	font-size: 10px;
}
a.estimate_request{
	color:#677787; 
	font-family:arial,helvetica,sans-serif; 
	font-weight:bold; 
	font-size:14px;
	text-decoration:none; 
	letter-spacing:0;
}
a.estimate_request:hover { 
	color:#677787; 
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	text-decoration:underline; 
}

a.profile:link, a.profile:visited { 
	color:#677787; 
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-decoration:underline; 
}

a.profile:hover { 
	color:#677787; 
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-decoration:none; 
}
.estimate_request{
	color:#677787; 
	font-family:arial,helvetica,sans-serif; 
	font-weight:bold; 
	font-size:14px;
	text-decoration:none;  
	letter-spacing:0;
}