﻿/*RAP*/

body
{
    margin:0px;
    background-color:#d3d3d3;
    font-size:10pt;
	font-family:Arial,Helvetica,Sans-Serif;
}

a:active, a:link, a:visited
{
	color: #005480;
	text-decoration: none;
}

a:hover
{
	color: #005480;
	text-decoration: underline;
}

.contentPage
{
	background:#ffffff url('images/header_sub1.jpg') no-repeat 0 0;
	padding-top:170px;
	padding-left:10px;
	padding-right:10px;
}

.contentPageSpecialties
{
	background:#ffffff url('images/header_sub1.jpg') no-repeat 0 0;
	padding-top:140px;
	padding-left:10px;
	padding-right:10px;
}

.sidebar
{
	font-size:9pt;
}

.sidebar a
{
	font-weight:bold;
}

.smallText
{
	font-size:9pt;
}

.smallTextBold
{
	font-size:9pt;
	font-weight:bold;
}

.globalDiv
{
    width:763px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
}

.divOfficeLocations
{
	width:215px;
	height:100px;
	float:left;
	margin-bottom:10px;
}

.divOfficeLocations a
{
	font-weight:bold;
}

.inputName
{
	font-weight:bold;
	width:150px;
}

.inputField select
{
	width:256px;
}

.inputField input[type="text"]
{
	width:250px;
}

.inputField input[type="password"]
{
	width:250px;
}

.inputField input[type="radio"]
{
	margin-left:25px;
}

.listOffices
{
	width:100%;
}

.listOffices tr
{
	height:20px;
}

.listOffices tr:hover
{
	background-color:#f1f1f1;
}

.listOffices th
{
	font-weight:normal;
	font-size:8pt;
	width:30%;
	text-align:left;
}

.listOffices td
{
	font-weight:normal;
	font-size:8pt;
	width:14%;
}

.listStaff
{
	width:100%;
}

.listStaff tr
{
	height:20px;
}

.listStaff tr:hover
{
	background-color:#f1f1f1;
}

.listStaff td
{
	font-weight:normal;
	font-size:8pt;
	width:17%;
}

.listSpecialties
{
	width:100%;
}

.listSpecialties tr
{
	height:20px;
}

.listSpecialties tr:hover
{
	background-color:#f1f1f1;
}

.listSpecialties td
{
	font-weight:normal;
	font-size:8pt;
	width:50%;
}

.divSpecialtyHeader
{
	font-size:14pt;
	font-weight:bold;
	height:55px;
	margin-top:10px;
	background: #ffffff url('images/bg_servicesheaders.gif') repeat-x 0 0;
	clear:both;
}

.divSpecialtyHeader .headerText
{
	padding-top:25px;
}

.headshot
{
	border: solid 1px #000000;
	margin-right:10px;
}

.contactShowAgents
{
	float:left;
	width:47%;
	padding:10px;
}

.bill
{
	margin-left:auto;
	margin-right:auto;
}

.billFieldName
{
	font-weight:bold;
	width:150px;
}

.billFieldValue input
{
	
	width:150px;
}

.billButton
{
	text-align:center;
}

/*Cognition Additions*/

h2.note{
font-family: "Lucida Sans", sans-serif;
text-transform: uppercase;
font-size: 11pt;
font-weight: normal;
margin: 0 0 6px 0;
padding: 0;
}

ul.brochures{
margin: 4px;
padding: 0;
}

ul.brochures li{
margin: 7px 0;
padding: 0;
list-style-type: none;
}