﻿body
{
}
.clearfix
{
	display: block;
}
#logo
{
	display: none;
}
#description
{
	color: #999999;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	padding: 20px 0 0 0;
}

.accordian  {
	width: 99%;
	font-family: verdana;
	border: 1px solid black;
}
.accordian div {
	background: #eee;
}

.ui-accordion .ui-accordion-header
{
	background-image:url(/img/smalldots-lightgray.jpg);	
	margin-top: 0px;
}
.accordian p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}

#ClientWrapper
{
	width:450px;
}
#ClientListing a 
{
	display:inline;
	margin-top: 0;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	color:  blue;
	background-color: #eee;	
	background: inherit;	
	background-image:none;
	border:none;
}
#ClientListing img
{
	padding-left:10px;
	padding-top:10px;
}
#ClientNav
{
	width:100%;
	
}
#ClientNav a 
{
	display:inline;
	margin-top: 0;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	color:  blue;
	background-color: #eee;	
	background: inherit;	
	background-image:none;
	border:none;
}

.ClientCopy  
{
	font-weight: bold;
	font-size: 11px;
	color:	#373D4A;
	margin: 0px;
	padding: 10px;
}


.ClientCopy   li
{
  list-style-type:square ;
  list-style-position: outside;
}

.multisite li
{
	list-style: none;
	margin:10px;
}
#contact_form
{
    background-color: #d6e5f4;
    padding: 10px;
}
#contact_form fieldset
{
	padding:15px;
	border:solid 1px black;
}
#contact_form input[type="text"]
{
    margin-bottom: 5px;
    padding: 4px;
    font-size:12px;
}
.contact_label
{
	font-size:12px;
	font-weight:bold;
	display:block;
	text-align:left;
	padding-right:4px;
}
.contactActive
{
        background-image: none;
        background-color: #ffffff;
        border: solid 1px #33677F;
}
.contactIdle
{
    border: solid 1px #85b1de;
    background-image: url( '/img/blue_bg.png' );
    background-repeat: repeat-x;
    background-position: top;
}

.error
{
	font-size:12px;
	color: Red;
	padding-left:10px;
	
}
.footer
{
	padding: 20px 0px 0;
}

.footer li
{
	border-right: 1px solid #373D4A;
	float: left;
	font-size: 9pt;
	line-height: 1em;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
	color:	#373D4A;
}

.footer li.last {
	border:medium none;
	margin:0;
	padding:0;
}
.footer #linkList
{
	float: left;
}
.footer #copyright
{
	float: right;
}

.footer a:hover {
	color:#FF7800;
	text-decoration:none;
}
.footer a {
	color:#373D4A;
	text-decoration:none;
}


ul, ol, dl, p
{
	margin-bottom: 1.2em;
}
ol, ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
