@charset "utf-8";
/* CSS Document */

h1, h2, div, span {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto; padding: 0;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	/*border-left: 6px  ridge #C1C5FF;
	border-right: 6px groove #C1C5FF;*/
	border-left: 2px solid #6B6D8D;
	border-right: 2px solid #6B6D8D;
}

#masthead
{
	height: 72px;
	width: 100%;
	/* border-bottom: ridge #C1C5FF; */
	border-bottom: 2px solid #6B6D8D;
}

#masthead h1
{
	height: 72px;
	width: 100%;
	text-indent: -9000px;
	background: URL(images/logo.jpg) top left no-repeat;
}

#subtitle {
	margin: 0 auto;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	background-color: white;
}

div.reason {
}

#content h2 {
	color: #000055;
}

#content p strong {
	font-style: italic;
}

#contact_info {
	margin-left: 40px;
}
#contact_info p {
	margin: 0;
	padding-top: 2px;
	font-weight: bold;
}

#contact_info strong {
	display: block; 
	float: left;
	width: 55px;
	font-size: 11px;
}

#footer {
	background: #DED9BD; /*#E4E0BA;*/ /*#A1C378;*/
	margin: 0 auto;
	text-align: center;
	/*border-top: ridge #C1C5FF;*/
	border-top: 2px solid #6B6D8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer .address {
	float: right;
	text-align: left;
	margin-right: 10px;
	margin-top: 6px;
	padding-bottom: 6px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer .siteref {
	margin-top: 9px;
	font-style: italic;
	padding-bottom: 7px;
	text-align: left;
	font-size: 9px;
	margin-right: 10px;
	margin-left: 10px;
}

#footer .privacy {
	margin-top: 6px;
	float: left;
	margin-left: 10px;
}

#page_policy .privacy {
	display: none; /* Don't show privacy link on privacy page! Duh! */
}

.privacy a {
	color: #000055;
	text-decoration: underline;
	font-weight: normal;
}

.agent strong { font-weight: normal; font-style: italic;}

#footer .agent {
	float: left;
	margin-top: 6px;
	margin-left: 82px;
	text-align: center;
}

#page_policy .agent {
	margin-left: 228px;
}

.siteref {
	display: none; /* Only turn display on for home page! */
	
}

.siteref a {
	font-weight: normal;
	color: #000033;
}

#page_home .siteref {
	display: block; /* Only display website ref on home page! */
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#menu {
	background: #800000; /*#D1C0A2;*/ /*#A1C378;*/
	height: 38px;
	border-bottom: 1px ridge #C1C5FF;
}

#menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	height: 38px;
	width: 800px;
	display: block;
	/*border-top: 2px solid white;
	border-bottom: 2px solid white;*/
}

#menu li {
	float: left;
	background: #C1C5FF;
}

#menu li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: oblique;
	color: #ffffff;
	background-color: #141F63; /*#800000;*/
		padding: 6px;
	border-right: 1px solid white;
	display: block;
	height: 26px;
	text-decoration: none;
	padding-left: 10px; padding-right: 10px;
}

#menu li a:hover {
	background-color: #800000; /*#141F63;*/
}

#menu_home a {
	width: 44px; /* line this one up with first img break */
}

#page_home #menu_home a, 
#page_paralegal #menu_paralegal a,
#page_form #menu_form a, 
#page_contact #menu_contact a {
	background-color: #DED9BD; /*#E4E0BA;*/ /*#EDEAD1;*/ /*#D1C0A2;*/ /*#A1C378;*/
	color: black;
}

#image_banner img {
	float: left;
	margin-top: 0; margin-bottom: 0;	
}

#image_banner {
	border-bottom: 1px ridge #C1C5FF;
	display: block;
	height: 85px;
}

#page_policy #content {
	margin-left: 15px;
	margin-right: 15px;
}

td.form_subheading {
	background-color: #800000;
	color: white;
}
/* From index page 

a{

    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    text-decoration:none;

}

*/

/* From policy page 

td {

    font-family:Arial, Helvetica, sans-serif; font-size:10px;

    }
.td_bold {

    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;

    }
.header
{

  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

.title
{

  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
}
*/