/* The Meyer 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;
}
html, body {
	height:100%;
}
body {
	line-height: 1;
}
a {
	text-decoration: none;
}
ol, ul {
	list-style: none;
	margin: 0 0 10px 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------- BEGINNING BUSINESS ----------- */

body {
	background-attachment: fixed;
	background-color: #28648b;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	overflow: hidden;
	scrollbar-arrow-color: #c0c0cc;
	scrollbar-3dlight-color: #07233a;
	scrollbar-darkshadow-color: #07233a;
	scrollbar-face-color: #123A58;
	scrollbar-highlight-color: #98B5D1;
	scrollbar-shadow-color: #123A58;
	scrollbar-track-color: #123A58;
	}
#container_for_all {
	height: 100%;
	width: 1100px;
	margin: 0 auto;
	position: relative;
	top: -45px;
}

/* -------------------------------------- NAVIGATION ----------- */

#nav_sidebar {
	width: 190px;
	padding: 0;
	float: left;
	position: relative;
	margin: 0;
	left: -50px;
}
#for_nav_items {
	background-image: url(images/nav_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
}
#nav {
	width:150px;
	margin:0 auto;
	padding:0;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	width: 150px;
	height:40px;
	display:inline-block;
	list-style:none;
	margin: 0;
	padding: 0;
}
#nav-practiceareas {background:url(images/nav/practiceareas.png) bottom no-repeat;}
#nav-phone {background:url(images/nav/phone.png) bottom no-repeat;}
#nav-familylaw {background-image: url(images/nav/familylaw.png);}
#nav-familylaw a:hover {background:url(images/nav/familylaw.png) -150px 0px no-repeat;}
#nav-criminallaw {background-image: url(images/nav/criminallaw.png);}
#nav-criminallaw a:hover {background:url(images/nav/criminallaw.png) -150px 0px no-repeat;}
#nav-aboutus {background-image: url(images/nav/aboutus.png);}
#nav-aboutus a:hover {background:url(images/nav/aboutus.png) -150px 0px no-repeat;}
#nav-resources {background-image: url(images/nav/resources.png);}
#nav-resources a:hover {background:url(images/nav/resources.png) -150px 0px no-repeat;}
#nav-contact {background-image: url(images/nav/contact.png);}
#nav-contact a:hover {background:url(images/nav/contact.png) -150px 0px no-repeat;}

/* -------------------------------------- SUB-NAV ----------- */
	
.sub_nav {
	width: 190px;
	margin: 0 auto;
	text-align: left;
	float: left;
	left: -50px;
	position: relative;
}
.sub_nav a {
	text-decoration:none;
	color:#FFFFFF;
}
.sub_nav a:hover {
	text-decoration: underline;

}
.sub_nav ul li {
	list-style-type: none;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-indent: 30px;
	text-align: left;
}
.sub_nav #sub_nav_top {
	height: 34px;
	width: 190px;
	background-image: url(images/sub_nav_bg_top.png);
	margin: 0;
	padding: 0;
}
.sub_nav #sub_nav_bottom {
	background-image: url(images/sub_nav_bg.png);
	background-position: center bottom;
	margin: 0px;
	padding: 0 0 20px 0;
	width: 190px;
	text-align: center;
}
.sub_nav .title {
	position:relative;
	top:-10px;
	margin: 0 0 -10px 0;
}

/* -------------------------------------- LAYOUT ----------- */

#transbar_top {
	background-image: url(images/transbar_top.png);
	background-repeat: repeat-x;
	height: 45px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 5;
	left: 0px;
}
#transbar_bottom {
	background-image: url(images/transbar_bottom.png);
	background-repeat: repeat-x;
	height: 32px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
	left: 0px;
}
#sidebar {
	background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 410px;
	text-align: center;
	background-position: center;
	overflow: hidden;
	position: relative;
	float: left;
	z-index: 4;
	margin: 0;
	padding: 0;
}
#sidebar #sidebar_img {
	margin-top: -45px;
}
#logo {
	position: relative;
	height: 45px;
	width: 326px;
	float: left;
	margin: 0 0 0 41px;
}
#sidebar #portrait {
	bottom: -1px;
	width: 410px;
	height: 306px;
	position: absolute;
	left: 0px;
}
#content {
	width: 403px;
	padding: 5px 15px 5px 65px;
	margin: 0;
	background-image: url(images/content_transp_bg.png);
	left: -60px;
	overflow: auto;
	position: relative;
	text-align: left;
	max-height: 450px;
}
#content_topbg {
	width: 388px;
	margin: 70px 0 0 0;
	position: relative;
	background-image: url(images/content_corner_top.png);
	left: -60px;
	background-position: top right;
	height: 19px;
	padding: 0 20px 0 75px;
}
#content_bottombg {
	width: 388px;
	margin: 0;
	background-image: url(images/content_corner_bottom.png);
	left: -60px;
	background-position: bottom right;
	height: 19px;
	padding: 0 20px 0 75px;
	position: relative;
	clear: both;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #FFFFFF;
	text-align: left;
}
#content #famlaw p {
	line-height: 2.5em;
}
#bottom_items p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #256088;
	text-align: left;
}
#bottom_items a {
	color: #256088;
	text-decoration: underline;
}
#bottom_items a:hover {
	color: #7C95B4;
}
p.bold {
	font-weight:bold;
	font-size: .8em;
}
p.attorney a {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
}
p a {
	text-decoration:none;
	color:#FFFFFF;
}
p a:hover {
	text-decoration: underline;
}
#content li {
	margin: 0 0 10px 25px;
	list-style-type: circle;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
#content #resources li {
	line-height: 1em;
}
#phone_number {
	position: relative;
	width: 252px;
	float: right;
	margin: 0 40px 0 0;
}
#top_items {
	width: 1100px;
	z-index: 20;
	clear: both;
	position: relative;
	margin: 0 auto;
}
#bottom_items {
	z-index: 20;
	position: absolute;
	height: 15px;
	bottom: 10px;
	right: 10px;
}
.clear {
	clear: both;
}
#toolbox {
	float:right;
	text-align: center;
}
#toolbox span {
	color:#6699cc;
	font-size: .75em;
	font-family: Helvetica, Arial, sans-serif;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #FFFFFF;
	line-height: 1em;
	margin: 8px 0 5px 0;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #cccc99;
	line-height: 1.8em;
}
#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #FFFFFF;
	line-height: 1.8em;
}
#content .case span {
	color:#6699CC;
	font-weight: bold;
}
#content a {
	font-weight: bold;
	color: #CCCC99;
}
#content a:hover {
	text-decoration:underline;
}
.resources li {
	list-style-image:url(images/pdf.png);
}

/* ----------------------------------------------- CONTACT BOX -------------- */

#content .popuplist li {
	margin: 0 0 5px 0;
	list-style-type: none;
}
.labels {
	font-family: Arial, Helvetica, sans-serif;
	padding:0.2em;
	margin:0;
	margin-top:0.5em;
	float: left;
	font-size: 0.7em;
	margin-right: 5px;
	color: #CCCCCC;
	}
input.contactbox{
	height: 18px;
	font-size: .75em;
	float: left;
	width: 120px;
	background-color: #08243b;
	background-image: url(images/input_bg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-indent: 3px;
	border-left: solid #333f44 1px;
	border-top: solid #333f44 1px;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
	}
textarea{
	background: #FFFFFF;
	width: 380px;
	height: 60px;
	overflow: auto;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-image: url(images/input_bg.png);
	background-repeat: repeat-x;
	background-color: #08243b;
	text-indent: 3px;
	color: #FFFFFF;
	border-left: solid #333f44 1px;
	border-top: solid #333f44 1px;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
	}
.addybox {
	width: 50%;
	float: left;
}

