/* @override 
	http://www.paperstreet.com/test/shelbro/styles/style.css
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/bg.gif) repeat-x;
	behavior: url(includes/inc.csshover.htc);
	text-align: center;
	font: 12px/16px "Trebuchet MS", Tahoma, Verdana, Arial, Sans;
	color: #333;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	position: relative;
}

#content li {
	margin-left: 35px;
}

#content p, #content ul, #content ol {
	margin-bottom: 15px;
}

#content h1 {
	font-size: 30px;
	padding: 40px 40px 15px;
	color: #505050;
	font-weight: normal;
	line-height: 30px;
}

a, a:link, a:active, a:visited {
	color:#007DC3;
	text-decoration:none;
}

a:hover {
	color:#1f6e9a;
	text-decoration:underline;
}

#logo {
	height: 134px;
	background: url(images/header-bg.gif) no-repeat center bottom;
}

#homeButton {
	position: absolute;
	top: 0px;
	left: 850px;
}

#sidebar {
	width: 195px;
	float: left;
}

#photo {
}
#att-photo{
	padding-right: 200px;
}

#content {
	text-align: left;
	float: right;
	width: 764px;
	background: url(images/content-bg.gif) no-repeat;
	padding-top: 30px;
}



#bodyText	{
	font-size: 13px;
	color: #333;
	margin: 0px 40px 40px;
}


#footer {
	clear:both;
	background:  #efefef;
	height: 70px;
	position: relative;
	border-top: 7px solid #007dc3;
	font-size: 11px;
	color: #505050;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top:70px;
}

#footer a {
	color: #505050;
	font-size:  11px;
	padding: 0 0 0 10px;
}

#submenu, #practices, #offices, #attorneys, #feed {
	float: right;
	background-color: #efefef;
	margin: 0px;
	padding: 5px 0px 5px 4px;
	border: solid 1px #CCC;
	width: 200px;
}

#submenu ul, #submenu li, #submenu p, #feed a,
#practices ul, #practices li, #practices p,
#offices ul, #offices li, #offices p,
#attorneys ul, #attorneys li, #attorneys p {
	margin: 0px;
	padding: 5px 0px 5px 4px;
	list-style: square inside;
	font-size: 11px;
}

#news{

}

.formselect{
	width: 150px;
	font-size: 10px;
}

.formbutton{
   color:#fff;
   font-size:10px;
   font-weight:bold;
   background-color:#003366;
}

#search{
	padding: 10px;
}

#options{
	padding-top: 20px;
	font-size: 10px;
}

.formwidth{
	width:200px;
}


div.industriesbox {
	width:170px;
	height:170px;
	display:inline;
	float:left;
	border:1px solid #b7b7b7;
	margin-left:-1px;
	text-align:center;
	padding-top:15px;
}
div.industriesbox img {padding-bottom:15px;}

a.industries:link, a.industries:visited, a.industries{
	color:#606060;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	padding-bottom:14px;
	display:block;
}

a.industries:hover {
	color:#999;
	text-decoration:none;
}
/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */

#menu {
	height: 40px;
	background-image: url(images/menu-main-bg.gif);
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	list-style: none;
	margin: 0 0 0 10px;
	float: left;
	padding: 0;
	display: inline;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	float: left;
	background: url(images/button-bg.gif) no-repeat 0 -40px;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	width: 133px;
	margin-right: 1px;
	text-align: center;
	padding: 9px 0 15px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 9px 0 15px;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	background: #336699;  
	position: relative;
	color: #333;
	background: url(images/button-bg.gif) no-repeat 0 0;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {
	background: #336699;  
	position: relative;
	color: #333;
	background: url(images/button-bg.gif) no-repeat 0 0;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #333;
	padding: 9px 0 15px;
}

/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 271px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border-right: none;
	border-bottom: 1px solid #fff;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul { 
	background: none; 
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 271px;
	background: #fff url(images/drop-bg.gif) no-repeat 0 -38px;
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 10px 0px 11px 15px;
	width: 255px;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	color: #333;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	float: none;
	text-align: left;
}

#menu ul li ul li:hover { 
	background: #fff url(images/drop-bg.gif) no-repeat 0 0;
}

#menu ul li ul li a:hover {
	color: #333;
	background: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px 0px 11px 15px;
}

#menu ul li ul li:hover > a {
	color: #333;
	background: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px 0px 11px 15px;
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 271px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 271px; 
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */
img {
	border-style: none;
}

#home {
width:390px;
float:left;
}

/* Button */
#events {float:right;width:240px;padding:0px 0px 0px 50px; height:100%;}
#moresidebar {float:right;width:240px;padding:0px 0px 0px 50px; }
#moresidebar p { padding-left: 16px; }
#events ul {
	margin:0px;
	padding:0px;
	float:left;
	background-image: url(images/bg-events-ul.jpg);
	background-repeat: no-repeat;
	background-position: left 45px;
}
#events ul li {list-style:none;padding:0px;margin:0px;font-family:"Georgia";font-size:12px;}
#events ul li.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#events ul li.title2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#events ul li.details {
	color:#747373;
	padding:15px;
	font-size:11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#events ul li.date {
	padding:15px;
	font-size:11px;
	color:#747373;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
#events ul li.register a {
	padding:4px 5px 4px 5px;
	display:block;
	background:#96a0a7;
	text-decoration:none;
	font-family:Georgia;
	color:white;
	font-style: italic;
	font-size:16px;
}
#events ul li.register a:hover{background:#007dc3;}
#events h1 {
	font-size:17px;
	color:#747373;
	font-family:"Georgia";
	margin:0px;
	padding:13px;
	line-height: normal;
}

div#pressreleases a { padding-left:59px;}