body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-image: url(../images/gradientbg2.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
html, body, #wrapper, h1 {
	margin: 0;
	padding: 0;
}

h1{
	padding: 0;
	margin:5px 0;
}
h2 {
	font-size: 18px;
	padding: 0;
	margin:5px 0;
}
h3 {
	font-size: 16px;
	padding: 0;
	margin:5px 0;
}
form {
	margin:0;
	padding:0;
}
img {border: 0;}
a {
	color: #525d8c;
	font-weight:bold;
}
a:hover { text-decoration: none;}
.clear {
	clear: both;
	height: 2px;
}
#wrapper {
	margin: auto;
	margin-top:10px;
	text-align: left;
	width: 800px;
	position: relative;
	border: solid 1px #999999;
	background-color: #FFFFFF;
}

.logo {
	height: 48px;
}
.logout {
	height: 28px;
	width: 223px;
	position: absolute;
	top: 10px;
	right: 5px;
}
.block {display: block;}

.left {
	float: left;
	margin: -1px 5px 0px 0px;
}

#tabsL {
	float:left;
	width:100%;
	font-size:14px;
	line-height:normal;
	border-bottom:1px solid #54545C;
	background-color: #434779;
}
#tabsL ul {
	margin:0;
	list-style:none;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}
#tabsL li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsL a {
	float:left;
	background:url("../images/tableftL.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsL a span {
	float:left;
	display:block;
	background:url("../images/tabrightL.gif") no-repeat right top;
	color:#000000;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 2px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsL a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabsL a:hover span {
	color:#FFF;
	background-position:100% -42px;
}
#tabsL a:hover {
	background-position:0% -42px;
}
#tabsL a:hover span {
	background-position:100% -42px;
}





#main {
	padding-top: 0px;
	margin-top:0;
	width: 446px;
	position: relative;
}
#main_pages {
	padding-top: 0px;
	margin-top:0px;
	position: relative;
}
#main-image {
	height: 175px;
	position: relative;
}
#findasolicitor {
	position: absolute;
	left: 447px;
	top: 0px;
}
#loginarea {
	position: absolute;
	width: 175px;
	top: 0px;
	right: 0px;
	height: 175px;
	background-image: url(../images/loginarea.jpg);
	background-repeat: no-repeat;
}
#loginarea #loginform {
	padding-top: 22px;
}

#loginarea form input {
	font-size: 10px;
}
#loginarea_msg {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}


.inner {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightheader {
	position: absolute;
	left: 450px;
	width: 325px;
	height: 23px;
	text-align: left;
	text-indent:5px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
}
#leftheader {
	background-color: #434779;
	height: 23px;
	text-align: left;
	padding-left: 10px;
}
#mainheader {
	margin-top:5px;
	background-color: #434779;
	height: 23px;
	text-align: left;
	padding-left: 10px;
	position: relative;
	margin-bottom: 10px;
}

.headings {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
}
#right-content {
	float: right;
	width: 320px;
}
#left-content {
	float: left;
	width: 430px;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
}
#left-content2 {
	float: left;
	width: 790px;
}
#footer-left-content {
	float: left;
	width: 430px;
}
#footer-right-content {
	float: right;
	width: 320px;
}

#footer {
	clear: both;
	color: white;
	width: 800px;
	padding-top: 7px;
	padding-bottom: 7px;
	height:50px;
	background-color: #333333;
}
#footer-bar {
	text-align:center;
	line-height:50px;
	font-size: 10px;

}
#footer p {
	text-align:center;
	line-height:50px;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}

.members_menu {
	margin-right: auto;
	margin-left: auto;
	height: 22px;
}
.members_menu ul {
	font-weight:bold;
	width: auto;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: right;
}
.members_menu li {
	display:inline;
	list-style:none;
	white-space: nowrap;
}
.members_menu li a {
	display:inline-block;
	float:left;
	padding:4px 15px 4px 15px;
	color:#2a3b58;
	text-decoration:none;
	font-size: 12px;
	white-space: nowrap;
}
.members_menu li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#5b8c29;
}


.admin_menu {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #434779;
	height: 22px;
}
.admin_menu ul {
	float:left;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.admin_menu li {
	display:inline;
	list-style:none;
}
.admin_menu li a,.admin_menu li span {
	display:block;
	float:left;
	padding:4px 15px 4px 15px;
	color:#2a3b58;
	text-decoration:none;
	font-size: 12px;
}
.admin_menu li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#5b8c29;
}


/* --------- Contac Form ---------------- */
.contactform {
	width:418px;
	background-color:#fefefb;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.contactform fieldset {
	padding:20px 0 0 0 !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	margin:0 0 20px 0;
}
.contactform fieldset legend {
	margin:0 0 0 5px !important /*Non-IE*/;
	margin:0 0 20px 5px /*IE6*/;
	padding:0 2px 0 2px;
	color:#505050;
	font-weight:bold;
	font-size:110%;
}
.contactform label.left {
	float:left;
	width:100px;
	margin:0 0 0 10px;
	padding:2px;
	font-size:90%;
	font-weight:bold;
}
.contactform select.combo {
	width:175px;
	padding:2px;
	border:solid 1px #C8C8C8;
	font-family:verdana, arial, sans-serif;
	font-size:90%;
}
.contactform input.field {
	width:275px;
	padding:2px;
	border:solid 1px #C8C8C8;
	font-family:verdana, arial, sans-serif;
	font-size:90%;
}
.contactform textarea {
	width:275px;
	padding:2px;
	border:solid 1px #C8C8C8;
	font-family:verdana, arial, sans-serif;
	font-size:90%;
}
.contactform input.button {
	float:right;
	width:9.0em;
	margin-right:20px;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:#E6E6E6;
	border:solid 1px #969696;
	text-align:center;
	font-family:verdana, arial, sans-serif;
	color:#969696;
	font-size:110%;
}
.contactform input.button:hover {
	cursor: pointer;
	border:solid 1px #505050;
	background:#DCDCDC;
	color:#505050;
}

.displayitems {
	position:relative;
	background-color: #F9F9F9;
	border: 1px solid #383e72;
	padding:4px;
	width:88%;
	margin-left:20px;
	margin-bottom: 10px;
	font-size:12px
}
.displayitems a{
	color:#383e72;
}


.displayitems h2 {
	font-size:14px;
	margin:0;
}
.displayitems h3 {
	font-size:13px;
	margin:0;
}
.displayitems p {
}
.displayitems label {
	float:left;
	width:100px;
	padding:2px;
	font-weight:bold;
	clear:both;
}
.members_list{
	font-size:14px;
	font-weight:bold;
	width:200px;
	display:inline-block;
}
.notice {
	background-color: #FFF4D9;
	border: 1px solid #FFE2AB;
}
.active, .deactive{
	font-size:12px;
	font-weight:bold;
}
.success, .active {
	background-color: #CDE855;
	border: 1px solid #7D9317;
	color: #677913;
	padding:2px;
}
.error, .deactive {
	background-color: #FEB19A;
	border: 1px solid #A62409;
	color: #A62409;
	padding:2px;
}
#statusbar{
	width:120px;
	display:inline-block;
}
.success li, .error li { list-style:none; font-size:14px; font-weight:bold; }


.editbuttons {
	float:right;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.editbuttons a:hover { background-color: #CCCCCC; }
.editbuttons img {
	margin:0;
	padding:0;
}

.pagination {
	font-size:11px;
	text-align:center;
	padding-bottom:15px;
	margin-bottom: 15px;
	float: right;
	margin-right: 15px;
}
.pagination a, .pagination span {
	color:#000000;
	padding:0.2em 0.5em;
	margin-right:0.1em;
	border:1px solid #fff;
	background-color:#fff;
}
.pagination span.current {
	border:1px solid #838341;
	font-weight:bold;
	background-color:#B6B66C;
	color:#000;
}
.pagination a {
	color:#838341;
	border:1px solid #838341;
	text-decoration:none;
}
.pagination a:hover {
	color:#838341;
	font-weight:bold;
	border-color:#838341;
	background-color:#DEDEBC;
}
.pagination a.nextprev {
	font-weight:bold;
}
.pagination span.nextprev {
	color:#666;
}
.pagination span.nextprev {
	border:1px solid #ddd;
	color:#999;
}
