/* @override 
	http://cby.louddevelopment.com/css/site_struct.css
	http://localhost/xch_cby/css/site_struct.css
*/

/****************************************************
TYPOGRAPHY
****************************************************/
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 18px;
}
table {
	margin: 0;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
ul {
	margin-left: 30px;
	list-style: square;	
}
ol {
	margin-left: 33px;
	list-style: decimal;
}

/****************************************************
BASIC STRUCTURE AND BACKGROUNDS
****************************************************/
body {
	background: #FFF url(../img/site/bg.jpg) top center repeat-x;
}
#body-container {
	width: 1004px;
	margin-top: 20px;
}
#content-left {
	width: 289px;
	float: left;
	
}
#nav { padding: 0; margin: auto; list-style-image:none; list-style-position: outside; list-style-type: none;margin-top: 10px; background: url(../img/site/nav-div.jpg) bottom no-repeat;}

#nav ul { list-style-image:none; list-style-position: outside; list-style-type: none;}

#nav li	{margin: 0pt; padding: 0pt;width: auto; display: block;}
#nav li a 			{cursor: pointer; display: block;margin: 0pt; padding: 0pt;text-decoration: none;color: #005499; font-size: 16px;line-height: 45px;letter-spacing: 1px;background: url(../img/site/nav-div.jpg) top no-repeat;padding-left: 30px;font-family: Times;}
#nav a.active,
#nav a:hover {
	text-decoration: none;
	color: #000;
}
#nav li ul a {
	background: none;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
}

#index-left-text {
	width: 260px;
	float: right;
	margin-top: 50px;
}

#content-right {
	width: 715px;
	float: left;
}

#content-right a {
	color: #0173b9;
	text-decoration: underline;
}

#index-small-media {
	width: 413px;
	height: 223px;
	overflow: hidden;
	float: left;
}
#index-right-text {
	width: 282px;
	height: 203px;
	float: right;
	padding: 10px;
	overflow: hidden;
	background: #025ea9;
	color: #FFF;
}
#index-right-text a {
	color: #FFF;
	text-decoration: underline;
}
#page-content {
	background: #FFF;
	min-height:800px;
  	height:auto !important;
  	height:800px;
  	padding-bottom: 40px;
}
#page-body-left {
	width: 385px;
	padding: 40px;
	float: left;
}
#page-body-right {
	width: 209px;
	padding-top: 40px;
	padding-right: 40px;
	float: right;
}

#contact-content {
	background: #FFF;
	min-height:800px;
  	height:auto !important;
  	height:800px;
  	padding: 40px;
}
#directory-content {
	background: #FFF;
	min-height:800px;
  	height:auto !important;
  	height:800px;
  	padding: 20px;
}

/****************************************************
Xtranet Login STYLES
****************************************************/
#xtranet_login_form {
	background: #0173b9;
	width: 270px;
	padding: 20px;
	margin: auto;
}
#xtranet_login_form .login_form_usr,
#xtranet_login_form .login_form_pwd {
	width: 245px;
	text-align: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
#xtranet_login_form label {
	color: white;
}
#xtranet_login_form .login_form_usr input,
#xtranet_login_form .login_form_pwd input {
	width: 150px;
}
#xtranet_login_form .submit {
	width: 210px;
	margin: auto;
	text-align: right;
}
#xtranet_login_form .submit input {
	width: 60px;
	margin-top: 4px;
}
#xtranet_login_error {
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}
/****************************************************
EVENTS STYLES
****************************************************/
.event-sect {
	width: 590px;
	background: #e7f1f9;
	padding: 20px;
}
.event-sect.odd {
	background: #FFF;
}
.event-pic {
	float: left;
	width: 142px;
	height: 129px;
	overflow: hidden;
}
.event-title {
	color: #00437a;
	font-size: 24px;
	margin-bottom: 8px;
}
.event-datetime {
	color: #2d8ac5;
	font-size: 18px;
	margin-bottom: 4px;
}
.event-body {
	float: right;
	width: 440px;
}
/****************************************************
Attorney Directory Styles
****************************************************/
#atty-directory {
	font-size: 14px;
	line-height: 30px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
#atty-directory a {
	text-decoration: none;
}
#atty-directory a:hover {
	text-decoration: underline;
}
#atty-directory tr {
	height: 30px;
}
#atty-directory tr.atty-header,
#atty-directory thead {
	background: #0173b9;
	background-color:#0173b9;
	color: #FFF;
}
#atty-directory .odd {
	background: #e7f1f9;
}
#atty-directory thead a {
	color: #FFF;
	text-decoration: none;
}
.pagination {
	padding: 10px;
}
.pagination .current,
.pagination a {
	padding: 3px;
}
#staff-info {
	text-align: right;
	margin-bottom: 20px;
}
#staff-info img {
	width: 140px;
	height: 140px;
	overflow: hidden;
}
#staff-info h1 {
	margin-top: 10px;
	font-size: 18px;
}
#staff-info h2 {
	font-size: 16px;
	font-weight: normal;
}
#search-form label {
	display: block;
	margin-top: 20px;
	font-weight: bold;
}
#search-form select,
#search-form input {
	border: solid 1px #0173b9;
	width: 300px;
	font-size: 16px;
	padding: 4px;
	background: #e7f1f9;
}
#search-form .submit input {
	border: none;
	width: 110px;
	margin-top: 30px;
	padding: 8px;
	font-size: 16px;
	background: #0173b9;
	color: #FFF;
	cursor: pointer;
}
#search-form .submit input:hover {
	background: #b9cedf;
	color: #0173b9;	
}