﻿img
{  border-style: none;
}

a
{ text-decoration: none;
	color:#666666;
}

#footer span {
	
	position: absolute; 
	top: -20px; 
	right: 100px; 
	font-size: 10px; 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#838e6b;
}

#footer span a{
	 
	font-size: 10px; 
	text-decoration: none;
	color:#838e6b;
}

#solutions {
	position: absolute; 
	left: 20px; 
	border-bottom: 2px solid #e5e5e5; 
	background-repeat:no-repeat; 
	width: 200px; 
	height: 35px; 
	margin-top: 40px;
}

#solutions span{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	padding-left: 35px;
}

#services {

	position: absolute;
	left: 20px;
	border-bottom: 2px solid #e5e5e5;
	background-image: url(../images/grey_bullet.png);
	background-repeat:no-repeat;
	width: 200px; 
	height: 25px; 
	padding-top: 0px;
}

#services span{

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#666666; 
	padding-left: 20px;
}

#contact {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#000000;
	position: absolute; 
	left: 20px; 
	background-image: url(../images/blue_bullet.png); 
	background-repeat:no-repeat; 
	width: 200px; 
	height: 25px; 
	padding-top: 0px;
	
}

#contact span{

font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#000000; padding-left: 20px;
	
}

#accordion {
	margin:20px 0px;
}

h4.toggler {
	cursor: pointer;
	border: 1px solid #ffffff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	background:url(../images/arrow_down.gif) 95% 1px no-repeat #ffffff;
	color: #999999;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h5 {
	margin:0px;
	padding:10px;
}

blockquote {
	padding:5px 20px;
}

.WC_Table{ /* The Table */
	font-family: arial;
	font-size: 12px;
	color: #616161;
}

.WC_Left{ /* Page text column */
	width: 125px;
	padding-left: 5px;
	height: 40px;
}
.WC_Middle{ /* Fields column */
	width: 180px;
}
.WC_Right{ /* Submit column */
	width: 150px;
}
.WC_TextField{ /* Field input tag */
	width: 180px;
	font-family: arial;
	font-size: 12px;
	color: #616161;
}
.WC_DropDown{ /* Drop down boxes */
	width: 150px;
	font-family: arial;
	font-size: 12px;
	color: #616161;
}
.WC_Submit{ /* Submit button */
	width: 145px;
	font-family: arial;
	font-size: 12px;
	color: #616161;
}
.WC_Required{ /* "* Required" style */
	padding-left: 5px;
	font-family: arial;
	font-size: 10px;
	color: #616161;
	margin-top: 0px;
	margin-bottom: 5px;
}
.WC_Legal { /* Disclaimer style */
	width: 350px;
	font-family: arial;
	font-size: 12px;
	color: #616161;
	margin: 0px;
}
.WC_Error { /* Highlight Error  */
	background-color: #FF7C80;
	border: 1px solid #000000;
	width: 150px;
	height: 18px;
	font-family: arial;
	font-size: 12px;
	color: #616161;
}
/* 'Underneath' option for submit */
.WC_SubmitRow{ 
	text-align: center;
}