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

/* Begin CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset */


/************************** Start global changes **************************/

td {
	vertical-align: top;
}

p {
	margin-bottom: 1em;
}

ol, ul {
	margin-bottom: 1em;
}

ol {
	list-style: decimal;
	padding-left: 30px;
}


ul {
	list-style: disc;
	padding-left: 30px;
}
/************************** End global changes **************************/


/* Begin Background */

body{
	font-size: 62.5%; /* Resets 1em to 10px */
	background:#004586 url(/images/background.jpg) repeat-x;
	font-family: "Futura", Helvetica, Verdana, Arial, Sans-Serif;
	text-align: center;
	height:100%;
	}
	
/* End Background */





/* Begin Page Structure */
#fullpage{
	width: 100%;
	background-image: url(/images/page.png);
	background-repeat:repeat-y;
	background-position:center top;
}
	
#page{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:975px;
	height:100%;
	min-height:500px;
	}
	 
#header {
	background:url(/images/header.jpg) no-repeat;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	height:114px;
	width:975px;
	text-align: center;
	}
	
#navigation {
	background:url(/images/navigation.jpg) ;
	margin-left: auto;
	margin-right: auto;
	width:975px;
	font-size:1.2em;
	color:#ffffff;
	z-index:120;
	height: 18px;
	}

#menu {
	margin-left: 55px;
}
#frontpage{
	margin-top:0px;
	padding-top:0px;
	top:-68px;
	height:385;
	width:975px;
	position:relative;
	}
	
#frontcontent{
	top:-48px;
	width:975px;
	position:relative;
	}	
	
#content{
	padding-top: 50px;
	min-height:600px;
	width: 975px;
	background-color: white;
	font-size: 140%;
	color: black;
	}	
	
#rightcontent {
	float:right;
	text-align:left;
	width:190px;
	margin-right: 40px;
	font-size: 70%;
	}
	
#maincontent {
	border-right:1px solid #9ea3a6;
	padding-right:50px;
	width:613px;
	min-height:500px;
	text-align:left;
	margin-left: 41px;
	}
	
#footer {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top: 50px;
	padding-bottom:20px;
	width:975px;
	background:transparent;
	height:30px;
	text-align:center;
	color:#00487f;
	font-size:1.2em;
	line-height:1.6em;
	bottom:0px;
	position:relative;
	z-index:100;
	}
	
/* End Page Structure */





/* Begin Header */
	
#headerlogo {
	text-align:left;
    margin: 0px;
    top:0px;
	right:0px;
	background: transparent;
	height: 110px;
	width: 228px;
    }
	
#contactbox {
	float:right;
	text-align:right;
	color:#ffffff;
	font-size:1.3em;
	line-height:1.4em;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	}	
	
#navigation {
	margin-left: auto;
	margin-right: auto;
}
	
#navigation a{
	text-decoration:none;
	color:#ffffff;
	}
	
/* End Header */





/* Begin Content */

#frontcontent h1{
	color:#00487f;
	font-size:1.7em;
	line-height:2.3em;
}

#frontcontent h2{
	color:#e46b1f;
	font-size:1.3em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform:uppercase;
	line-height:2.3em;
}

#frontcontent p{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#515355;
	font-size:1.2em;
	line-height:1.3em;
}

#frontcontent a{
	color:#00487f;
}

#frontcontent a:hover{
	color:#e46b1f;
}

#frontcontent a:visited{
	color:#e46b1f;
}

#maincontent {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#515355;
	color: black;
	font-size:1.2em;
	line-height:1.3em;
}


#content h1{
	color:#00487f;
	font-size:1.7em;
	line-height:1.3em;
	margin-top: 20px;
}

#content h2{
	color:#e46b1f;
	font-size:1.3em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform:uppercase;
	line-height:2.3em;
}

#content a{
	color:#00487f;
}

#content a:hover{
	color:#e46b1f;
}

a.link{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#00487f;
}

#footer a{
	text-decoration:none;
	color:#00487f;
}

#footer a:hover{
	text-decoration:underline;
	color:#00487f;
}
.lawyerpicture {
	float: right;
	margin-left: 20px;
}
.formtable td {
	vertical-align: top;
}
