a { 
    color: #51BB48;
    border: 1px none;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none; 
}

a:hover { 
    background: #2484C6;
    color: #FFFFFF;
    text-decoration: none;
    text-align:left; 
}

a.blank IMG {
    background: #FFFFFF;
    border: 0px solid; 
    color: #FFFFFF;
    text-decoration: none;
    padding: 1px 0px 1px 0px;
}


a.menu:link {
    background: #FFFFFF;
    color: #FFFFFF;
    padding: 1px 0px 1px 0px;
}

a.menu:hover IMG{
    background: #FFFFFF;
    color: #51BB48;
    padding: 1px 0px 1px 0px;
}

a.active IMG {
    color: #2484C6
}

a.active:hover IMG {
    color: #51BB48;
}

a IMG {
    background: #FFFFFF;
    border: 3px solid; 
    color: #FFFFFF;
    padding: 1px 0px 1px 0px;
}

p {
    margin: 0px 0px 0px 0px;
    padding: 8px 20px 8px 20px;
    text-align: justify;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2em;
}

.code {
    margin: 10px 0px 10px 20px;
    font-family: courier;
    text-align: left;
    font-size: 14px; }
h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 20px 20px;
    color: #2484C6;
    font-size: 1.5em;
}
  
h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    color: #51BB48;
    font-size: 1.2em;
}
h4 {
    margin: 0px 0px 0px 0px;
    padding: 5px 20px 5px 20px;
    color: #004A80;
}

h5 {
    margin: 0px 0px 0px 0px;
    padding: 5px 20px 5px 20px;
    color: #004A80;
}

img {
    border: 0px;
}

/* NEW LAYOUT */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
    font-size: 14px;
}

.thrColEls #container { 
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColEls #sidebar1 {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColEls #sidebar2 {
	float: right; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColEls #sidebar1 h3, .thrColEls #sidebar1 p, .thrColEls #sidebar2 p, .thrColEls #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColEls #mainContent {
  /*margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ */
} 

.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;
}

.header {
	float: left;
	width: 46em;
	background: #FFFFFF;
	padding: 20px 0 20px 0;
}

.content {
	float: left;
	width: 46em;
	background: #FFFFFF;
	padding: 0;
/*	height: 62em; */
}

.footer {
	float: left;
	width: 46em;
	color: #000000;
	background: #FFFFFF;
	text-align: center;
}

.buttonRows {
	float: left;
	text-align: left;
	width: 50em;
	padding: 20px 20px 20px 20px;
	visibility: hidden;
	display: none;
}

.button_row {
	float: left;
	text-align: center;
	width: 46em;
	background: #FFFFFF;
	padding: 1.5em 0 1.5em 0;
}

.logo_row {
	float: left;
	width: 46em;
	background: #FFFFFF;
	padding: 1.5em 0 1.5em 0;
}

div.services  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 20px 20px 10px 20px;
	text-align: justify;
	color: #000000;
    font-size: 14px;
}

div.services:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 20px 20px 10px 20px;
	text-align: justify;
	color: #000000;
    font-size: 14px;
    background: #F5F5F5;
}

div.services_client {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 0px 20px 0px 20px;
	margin-bottom: 20px;
	text-align: right;
	color: #000000;
    font-size: 14px;
}

.button_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 18px;	
    background: #FFFFFF;
    color: #2484C6;
    padding: 10px 10px 10px 10px;
}

div.client_button_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 12px;	
    background: #FFFFFF;
    color: #2484C6;
    padding: 8px 20px 8px 20px;	
}

.button_on_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 18px;	
    background: #FFFFFF;
    color: #51BB48;
    padding: 10px 10px 10px 10px;
}

span.button_text:hover, span.button_on_text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 18px;
    background: #F5F5F5;
    color: #51BB48;
    padding: 10px 10px 10px 10px;	
}

div.client_button_text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 12px;
    background: #F5F5F5;
    color: #51BB48;
    padding: 8px 20px 8px 20px;	
}

span.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;	
    color: #51BB48;
    padding: 1em 0 1em 0;
}

span.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;	
    color: #2484C6;
    background: #F5F5F5;
    padding: 1em 0 1em 0;
}

fieldset.contact_form {
	border: 0;
}

label.contact_form {
	float: left;
	margin: 0 0 0 0.5em;
	width: 15em;
}

input.contact_form {
	margin-bottom: 1em;
} 

textarea.contact_form {
	margin-bottom: 1em;
	width: 20em;
	height: 12.5em;
}

.contact_form_submit {
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 19.5em;
} 

li {
	margin-bottom: 0.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2em; 
}

p.services {
    margin: 0px 0px 0px 0px;
    padding: 8px 20px 8px 20px;
    text-align: justify;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
}
