@charset "iso-8859-1";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html {
	/* Forces scrollbars */
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #F4F4F4 url(images/bg.png) 0 0 repeat-x;
	color: #333;
	font-size: 13px;
}

#wrapper {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border: none;
	height: 100%;
}

#header {
	height: 74px;
}
#header_left {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}


#header_right {
	float: right;
	margin-right: 10px;
}


#menu {
	clear: both;
	height: 40px;
	background: transparent;
}
#menu ul {
	margin: 0px auto;
} 

#menu li {
	font-size: 13px;
	float: left; 
	list-style: none;
	text-align: center;
} 

#menu li a  {
	display: block;
	float: left;
	height:40px;
	text-decoration: none; 
	font-weight: bold;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	color: #FFFFFF;
} 
#menu li:hover,
#menu li.active {
	background: url(images/menu-r.jpg) 100% 0 no-repeat;
}

#menu li:hover a,
#menu li.active a {
	background: url(images/menu-l.jpg) 0 0 no-repeat;
	color: #277BC0;
}

#content {
	clear: both;
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid #23689C;
}
#content_top {
	background: url(images/content_top_bg.jpg) 0 0 repeat-y #277BC1;
	width: 868px;
}
#content_top_wide {
	background: url(images/content_top_wide_bg.jpg) 0 0 repeat-y;
}
#content_bottom {
	background: url(images/content_bottom_bg.jpg) 0 0 repeat-y;
	width: 868px;
}
div.content_top {
	float: left;
}
div.content_top h1 {
	background: #23689C url(images/content_top_h1.png) 0 0 repeat-y;
	/* color: #E9F0F5; */
	color: #ffffff;
	font-size: 135%;
	padding: 10px 15px;
	line-height: 100%;
}
div.content_top h2 {
	color: #ffffff;
	font-size: 18px;
	padding: 10px 15px;
	line-height: 100%;
	font-weight: bold;
}
div.content_top h3 {
	color: #ffffff;
	font-size: 15px;
	padding: 10px 15px;
	line-height: 100%;
	font-weight: bold;
}
div.content_top h4 {
	color: #ffffff;
	font-size: 13px;
	padding: 10px 15px;
	line-height: 130%;
	font-weight: normal;
}
div.content_top p {
	padding: 5px 15px;
	color: #ffffff;
}
div.content_top ul {
    
	padding-left: 1em;
}
div.content_top li {
	background: url(images/content_top_bullet.png) 0 3px no-repeat;
	color: #ffffff;
	list-style: none;
	padding-left: 25px;
	padding-top: 2px;
	margin-bottom: 0px;
}
div.content_top img {
	float:  right;
	margin: 10px 15px;
	margin-top: 0px;
	z-index: 10;
}
div.tips {
	float:  right;
	margin: 10px 15px;
	margin-top: 0px;
	z-index: 10;
}
div.content_top a {
	color: #9FDAED;
	text-decoration: none;
}
div.content_top a:hover {
	color: #9FDAED;
	text-decoration: underline;
}

#content_center {
	background: url(images/content_center_bg.jpg) 0 0 repeat-y #FFF;
	width: 100%;
	height: auto;
}
div.content_center {
	float: left;
	padding-bottom: 10px;
}
div.content_center h1 {
	color: #277BC0;
	font-size: 200%;
	padding: 20px 15px 10px 15px;
	line-height: 100%;
}
div.content_center h2 {
	color: #000;
	font-size: 130%;
	margin-left: 15px;
	margin-right: 15px;
	padding: 8px 0px 8px 0px;
	line-height: 100%;
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
}
div.content_center h2.bodyblue {
	color: #277BC0;
	font-size: 120%;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px 0px 5px 0px;
	line-height: 100%;
	background: none;
	border: none;
}
div.content_center h3 {
	color: #277BC0;
	font-size: 100%;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px 0px 5px 0px;
	line-height: 100%;
	border-top: 1px #fff;
	border-bottom: 1px solid #efefef;
}
div.content_center h4 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	padding: 10px 15px 10px 15px;
	line-height: 100%;
}
div.content_center a {
	color: #277BC0;
	text-decoration: none;
}
div.content_center a:hover {
	color: #277BC0;
	text-decoration: underline;
}
div.content_center p {
	padding: 10px 15px;
	color: #333333;
}
div.content_center p.formLabel {
	clear: both;
	float: left;
	padding: 5px 25px;
	color: #333333;
	width: 130px;
}
div.content_center p.formAmount {
	float: left;
	padding: 5px 0px;
	color: rgb(204, 0, 0);
}
div.content_center p.bookDetail {
	margin: 3px 0px;
	padding: 0px;
}
div.content_center input.formInput, select.formInput {
	float: left;
	margin: 5px 0px;
	color: #26a;
	background: #FFF;
	border: #26a solid 1px;
	
}

div.content_center ol {
	padding-left: 3em;
	margin-right: 15px;
}
div.content_center ul {
	padding-left: 1em;
	margin-right: 15px;
}
div.content_center li {
	background: url(images/content_center_bullet.png) 0 3px no-repeat;
	list-style: none;
	padding-left: 25px;
	padding-top: 2px;
	margin-bottom: 3px;
}
div.content_center table {
	margin: 10px 15px;
}
div.content_center td {
	padding: 5px 10px 5px 0px;
	text-align: right;
}

#serviceList p {
	padding-bottom: 20px;
	padding-top: 5px;
	color: #333333;
}
#serviceList h3 {
	color: #277BC0;
	font-size: 110%;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px 0px 5px 0px;
	line-height: 100%;
	background: none;
	border: none;
}
#serviceList h4 {
	padding-bottom: 0px;
}

div.bookDetail {
	float: left;
	margin-top: 15px;
}
div.buyButton {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

div.actionButtons {
	float: right;
	margin-right: 15px;
	margin-top: 25px;
}
div.actionButtons img {
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin: 3px;
}

div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

div.sidebar_centered {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
div.sidebar_centered a {
	color: #277BC0;
	text-decoration: none;
	font-weight: bold;
}
div.sidebar_centered a:hover {
	color: #277BC0;
	text-decoration: underline;
	font-weight: bold;
}

div.navbottom {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
}
div.navbottom a {
	color: #277BC0;
	text-decoration: none;
	font-weight: bold;
}
div.navbottom a:hover {
	color: #277BC0;
	text-decoration: underline;
	font-weight: bold;
}

div.subscription {
	background: #feb;
	border: #26a solid 2px;
	width: 180px;
	text-align: center;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
div.subscription h4 {
	color: #AA0114;
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.subscription input {
	margin-bottom: 10px;
	color: #26a;
	background: #fff;
	border: #26a solid 1px;
}

div.sidebar_menu {
	width: 100%
}
div.sidebar_menu h2 {
	background: #277BC0 url(images/sidebar_h2.png) 0 0 repeat-y;
	color: #E9F0F5;
	font-size: 135%;
	padding: 10px 15px;
	margin: 0px;
	line-height: 100%;
}
div.sidebar_menu ul {
	padding-left: 1em;
}
div.sidebar_menu li {
	background: url(images/sidebar_bullet.png) 0 3px no-repeat;
	color: #E9F0F5;
	list-style: none;
	padding-left: 25px;
	padding-top: 2px;
	margin-bottom: 3px;
}
div.sidebar_menu a {
	color: #277BC0;
	text-decoration: none;
	font-weight: bold;
}
div.sidebar_menu a:hover {
	color: #277BC0;
	text-decoration: underline;
	font-weight: bold;
}

div.sidebar_lawyers {
	background: #FBF8DE url(images/sidebar_lawyers_bg.jpg) 0 0 repeat-y;
	color: #333;
	width: 100%
}
div.sidebar_lawyers h2 {
	background: #F6EFC2 url(images/sidebar_lawyers_h2.png) 0 0 repeat-y;
	color: #D2A61D;
	font-size: 135%;
	padding: 10px 15px;
	margin: 0px;
	line-height: 100%;
	border: none;
}
div.sidebar_lawyers a {
	color: #D2A61D;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
div.sidebar_lawyers a:hover {
	color: #D2A61D;
	text-decoration: underline;
	font-weight: normal;
}

div.conAddress {
	background: url(images/con_address.png) left top no-repeat;
	margin: 10px 15px;
}
div.conEmail {
	background: url(images/con_email.png) left top no-repeat;
	margin: 10px 15px;
}
div.conAddress p {
	margin: 0px 15px 0px 30px;
	padding: 0px;
}
div.conEmail p {
	margin: 0px 15px 0px 30px;
	padding: 0px;
}

#footer {
	clear: both;
	height: 114px;
	background: url(images/bottom-bg.jpg) 0 0 repeat-x;
}
#footer .right {
	background: url(images/bottom-r.jpg) 100% 0 no-repeat;
}
#footer .left {
	background: url(images/bottom-l.jpg) 0 0 no-repeat;
	height: 114px;
	overflow: hidden;
}
#footer_center {
	text-align: center;
	
}
#footer p {
	margin-top: 0px;
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 12px;
}
#footer a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

span.alert,
span.info,
span.note {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 10px 15px;	

}
span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #CDDFF6 url(images/status-info.png) 10px 50% no-repeat;
}
span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #ffcccc url(images/status-alert.png) 10px 50% no-repeat;
}
a.readmore {
	margin-top: 5px;
	display: block;
	width:  116px;
	height: 36px;
	line-height: 26px;
	padding-left: 5px;
	font-weight: bold;
	background: url(images/readmore.png) 0 0 no-repeat;
	color: #fff;
}
a.readmore:hover {
	text-decoration: none;
}

img.bookcover {
	float: left;
	margin: 10px 50px;
}

blockquote {
	width: auto;
	padding: 10px 10px 10px 80px;
	margin: 15px 15px;
	background: #f9f9f9 url(images/blockquote.png) 0 0 no-repeat;
	color: #666;
	font-style: italic;
	font-size: 120%;
	line-height: 150%;
}

