body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  background: #666;
  color: #333;
  text-align: center;
}

a {
    color: #ccc;
    text-decoration: none;
}
a:hover {
    color: #666;
}
h2 {
    margin: 0;
    font-size: 150%;
}
h1 {
    margin: 0 0 10px 0;
    background: #666;
    color: #ccc;
    padding: 5px;
    font-size: 180%;
}
p {
    margin: 0;
    padding: 5px 0 5px 0;
    font-size: 105%;
}
.notop {
    padding: 1px 0 5px 0;
}

#wrap {
   background: #fff;
   margin: 0 auto;
   width: 900px;
   text-align: left;
}
#topnav {
	background: #003366;
	text-align: right;
	/*border-bottom: 1px solid #ccc;*/
}
#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	font: bold 130% Verdana;
}
#topnav li {
	display: inline;
	padding: 15px;	
}
#topnav a, .menuboxcontent a {
	color: #fff;
}
#topnav a:hover, .menuboxcontent a:hover {
    color: #999;
}

#header {
    height: 200px;
	background: #000033;
	padding: 10px;
    border-bottom: 10px solid #336699;
}
#header .hleft {
	float: left;
}
#header .hright {
	float: right;
}


.menu ul {
    list-style-type:none;
    padding:0;
    margin:0;
}
.menu li {
    float:left;
    position:relative;
    z-index:100;
}
.menu table {
    position:absolute;
    border-collapse:collapse;
    z-index:80;
    left:-1px;
    top:25px;
}
.menu a, .menu :visited {
    display: block;
    /*width: 149px;*/
    padding: 7px 0;
    color: #fff;
    font-weight: bold;
    font-size: 90%;
    background: #003366;
    text-decoration: none;
    text-align: center;
}
.menu :hover {
    color: #ccc;
    background: #850037;
}
.menu ul ul {
    visibility:hidden;
    position:absolute;
    /*width:149px;*/
    height:0;
}
.menu ul li:hover ul, .menu ul a:hover ul {
    visibility: visible;
}

/* borders only */
.menu ul li ul li, .menu li {
    border-bottom: 1px solid #666;
}
.menu ul li ul li {
    border-right: 1px solid #666;   
}
.menu a, .menu :visited {
    border-left: 1px solid #666;
}

/* specific pages */
.insurance a, .insurance :visited, .insurance ul ul {
    width: 149px;
}
.hr a, .hr :visited, .hr ul ul{
    width: 127.5px;
}
.no {
    cursor: default;
}

/* between menu and content */
#space {
    margin: 5px
}



#right {
    width: 680px;
    float: right;
}
#left {
    width: 220px;
    float: left;
}
.content {
    padding: 0 20px 10px 20px;
    clear: right;
}
.content ul, .content ol {
    margin: 5px 0 5px 20px;
}
.content h2 {
    color: #003366;
    /*background: #ddd;*/
    border-bottom: 1px dotted #ccc;
    padding: 3px;
    margin: 0 0 10px 0;
}
.content h3 {
    margin: 5px 0 5px 0;
    font-size: 110%;
}
.content a {
    color: #660000;
}
.content a:hover {
    color: #000066;
}
.active {
    color: #999;
}


/*#title {
    width: 90%;
    text-align: right;
    margin: 0 5px 5px 15px;
}*/

.leftbox {
    margin: 0 0 15px 15px;
}


.titlebox { 
    background: #ccc;
}
.titleboxtop { 
    background: url(img/title_ne.gif) no-repeat top right; 
}
.titleboxtop div { 
    height: 16px; 
    background: url(img/title_nw.gif) no-repeat top left; 
}
.titleboxbottom { 
    background: url(img/title_se.gif) no-repeat bottom right; 
}
.titleboxbottom div { 
    height: 16px; 
    background: url(img/title_sw.gif) no-repeat bottom left; 
}
.titleboxcontent {
    padding: 0px 10px 0px 10px;
}
.titleboxcontent h2 {
    color: #003366;
}

.menubox { 
    background: url(img/tile_red.gif) repeat;
}
.menuboxtop { 
    background: url(img/menu_ne.gif) no-repeat top right; 
}
.menuboxtop div { 
    height: 16px; 
    background: url(img/menu_nw.gif) no-repeat top left; 
}
.menuboxbottom { 
    background: url(img/menu_se.gif) no-repeat bottom right; 
}
.menuboxbottom div { 
    height: 16px; 
    background: url(img/menu_sw.gif) no-repeat bottom left; 
}
.menuboxcontent {
    padding: 0px;
}
/*.menuboxcontent ul {
    list-style-type: none;
    font: bold 150% Verdana;
    padding: 0 0 0 35px;
    margin: 0;
}
.menuboxcontent li {
    padding: 0 0 2px 0;
}*/

.smaller, .smaller2 {
    font-weight: bold;
    text-align: center;
}
.smaller a {
    color: #003366;
}
.smaller2 a {
    color: #fff;
} 
.smaller2 a:hover {
    color: #ccc;
}

.contact {
    font:100% arial;
}
.contact a {
    color: #660000;
}
.contact a:hover {
    color: #993333;
}
.contact h2 {
    margin-bottom: 7px;
    font-family: Verdana, sans-serif;
}



#footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    padding: 10px 0 10px 0;
    clear: both;
    text-align: center;
    color: #999;
	background: #003366;
}
#footer a {
    color: #666;
}
#footer a:hover {
    color: #ccc;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.cf {
    clear: left;
    padding-top: -20;
}

.fleft {
    float: left;
    margin: 0 10px 0 0;
}
.fright {
    float: right;
    margin: 0 0 10px 10px;
}

.companies table {
    width: 90%;
    margin-left: 20px;
}
.companies table td {
    padding: 1px;
    width: 50%;
    height: 50px;
}
.companies td img {
    float: left;
    margin: 0 3px 5px 0;
    width: 50px;
}

#intro {
    margin: 10px auto;
}
#intro td {
    width: 50%;
    padding: 5px 20px 10px 20px;
    vertical-align: top;
}
#intro h2 {
    color: #fff;
    font-size: 150%;
}
#intro p {
    line-height: 105%;
}
#intro .menuboxcontent {
    width: 405px;
    text-align: center;
}

#intro .titleboxcontent a, .services a {
    color: #003366;
}
#intro .titleboxcontent a:hover, .services a:hover {
    color: #990000;
}

.services h3 {
    cursor: pointer;
    color: #003366;
}
.services h3:hover {
    color: #990000;
}
.services ul {
    padding: 2px 0 5px 40px;
    margin: 0;
}
.cap {
    padding: 0;
    margin: 10px 0 0 20px;
    font-weight: bold;
}

/* form */
#contactForm {
  margin-top: 10px;
}
#contactForm table {
  width: 100%;
}
#contactForm th {
  padding: 5px;
  background: #ccc;
}
#contactForm td {
  padding: 3px;
}
#contactForm th .req {
  font-weight: normal;
  color: #660000;
}
#contactForm label {
    font-weight: bold;
}
#contactForm input, #contactForm textarea {
  font-size: 110%;
  border: 1px solid #666;
  background: #eee;
  padding: 3px;
  margin-right: 50px;
}
.frmMed {
  width: 200px;
}
.frmShort {
  width: 100px;
}
.frmLong {
  width: 275px;
}
.frmArea {
    width: 275px;
}
.error {
  color: #660000;
  font-weight: bold;
}
.servicelinks li {
    font-weight: bold;
}
.servicelinks {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}
#map {
    text-align: left;
    margin: 10px 0 10px 0;
}
#map img {
    border: 1px solid #666;
}
.map {
    margin-right: 65px;
}
.bld {
    font-weight: bold;
}

/*staff pages*/
#gallery {
    width: 100%;
    margin-top: 10px;
}
#gallery td {
    vertical-align: middle;
    text-align: left;
    padding: 5px;
    border-bottom: 1px dotted #ccc;
}
#gallery th {
    background: #ccc;
    padding: 5px;
    font-size: 120%
}
#gallery img {
    border: 2px solid #000;
    width: 80px;
    height: 100px;
}
#gallery a {
    font-weight: bold;
}
#gallery strong {
    font-size: 120%;
}

.mini {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 90%;
}
.clients table {
    width: 80%;
}
.clients td {
    padding: 2px;
}
.clients .rt {
    text-align: right;
    width: 40%;
    font-weight: bold;
}
.clients th {
    background: #336699;
    padding: 5px;
    color: #fff;
}
.clients .summary {
    background: #ccc;
}
.plandocs p {
    margin: 0 0 5px 0;
    padding: 0;
}
.plandocs h2 {
    margin: 5px 0 5px 0;
    padding: 0;
}
.noborder {
    border: 0;
}
.icons {
    margin: 0 0 10px 45px;
}
.news2 {
	font-weight: normal;
	font-size: 10px;
	color: #666;
}

/*services*/
#s_cbg li {
    list-style-type: none;
    font-size: 120%;
    font-weight: bold;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #ccc;
    width: 200px;
}
#s_cbg img {
    border: 0;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.fb table {
	margin: 0 auto;
	width: 400px;
}
.fb a {
	color: #000066;
	font-weight: bold;
}
.fb img {
	border: 0;
}
.fb td {
	vertical-align: middle;
}
.rt {
	text-align: right;
}
.top {
	text-align: right;
	margin: 0 30px 10px 0;
}
#packages h2 {
	background: #ccc;
}
#videos tr {
/*	background: #ccc;*/
}
#videos td {
	padding: 5px 2px 0 0;
	vertical-align: top;
	width: 206px;
	height: 155px;
/*	border: 1px solid #999;*/
}
#videos p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.clearall {
	clear: right;
}
form.moonray_forms td.moonray_fieldname {
	font-size: 1.1em;
	text-align: left;
	padding-left: 20px;
}
form.moonray_forms {
	margin-bottom: 20px;
	margin-top: 20px;
}
#clientlogin {
	cursor: pointer;
}
#beform {
	display: none;
}

#beform #LoginBox
{
    width: 200px;
    background-color: #730A28;
/*    border: solid 1px black;*/
    padding: 5px;
	margin-left: 20px;
	color: #fff;
}

#beform #LoginButton
{
    border: solid 1px black;
    background-color: white;
    color: #000;
	margin-top: 5px;
}
