/* @override http://www2.spirit-incentives.com/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	behavior: url("includes/inc.csshover.htc");
	color: #666;
	text-align: center;
	background: #d6e3f0 url(images/bg.gif) repeat-x;
	font: 13px/20px Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
}

p, ol, ul, li, td, tr {
}

h1 {
	font-size: 16px;
	color: #2e69a1;
	padding-bottom: 10px;
}

h1 a:link, h1 a:hover, h1 a:visited {
	color: #666;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #2e69a1;
}

a, a:link, a:active, a:visited {
	color:#f90;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
}

#logo {
	width: 760px;
	background-color: #80acd3;
	height: 95px;
}

#logo img {
	float: left;
}

#logo p {
	font-size: 20px;
	color: #2e69a1;
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
	display: block;
	margin-right: 10px;
}

#content {
	width: 500px;
	float: left;
	display: inline;
	padding: 20px 0 20px 20px;
}

#content p{
padding-bottom: 15px;

}

#sidebar {
	width: 208px;
	float: right;
	display: inline;
	padding: 20px 15px 20px 0;
}


#submenu, #practices, #offices, #attorneys, #feed {
}

#submenu ul, #practices ul, #offices ul, #attorneys ul {
	list-style-type: none;
}


#submenu li a, #submenu p, #feed a,
#practices li, #practices p,
#offices li, #offices p,
#attorneys li, #attorneys p {
	font: bold 13px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 3px;
	background: url(images/arrow.gif) no-repeat 0 5px;
	padding-left: 12px;
	margin: 0 0 0 7px;
}

* html #submenu li {
	padding-left: 0;
}

#submenu ul li ul li {
	display: none;
}

hr {
	display: block; 
	clear: both; 
	visibility: hidden;
}

#photo {
	height: 135px;
}

#photo img {
}

#bodyText	{
	font-size: 12px;
	color: #333;
}

#bodyText ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;
}

/* @group Footer */

#footer {
	clear: both;
	height: 120px;
	position: relative;
	padding-top: 20px;
	background: url(images/bg-footer.gif) repeat-x;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: left;
}

#footer p {
	color: #fff;
	font: 11px/12px Arial, Helvetica, Geneva, sans-serif;
}

#footer a {
	color: #fff;
	font-weight: bold;
}

#registered {
	width: 220px;
	margin-right: 10px;
	float: right;
}

#footerContent {
	margin-left: 20px;
}

/* @end */

#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;
}


/* THIS IS THE NEWS SCROLLER
---------------------------------------------------------*/

#rssscroller{
width: 450px;
height: 50px;
border: 1px dashed black;
padding: 5px;
background-color: lightyellow;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}

/* @group Menu */



/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color: #80acd3;
	float: right;
	margin: 0;
	position: relative;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	padding: 0;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	padding: 15px 14px 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background: url(images/bg-menu-divider.gif) no-repeat;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 20px 14px 10px;
}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #fff;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
	border-top: 1px solid #fff;
}

/* Hover of the Main Menu */
#menu ul li:hover {  
	position: relative;
	/*background: url(images/bg_menu_button.gif) no-repeat 0 50px;*/
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #fff;
	padding: 20px 14px 10px;
}

/* 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: 231px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
}

/* 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: 231px;
	background: #80acd3;
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 8px 0px 8px 10px;
	width: 220px;
	font-variant: normal;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: none;
}

#menu ul li ul li:hover { 
	background: #2e69a1; 
}

#menu ul li ul li a:hover {
	color: #fff;
	background: none;
	/*border-bottom: 1px solid #3f0;
	border-left: 1px solid #3f0;
	*/padding: 9px 0px 7px 11px;
}

#menu ul li ul li:hover > a {
	color: #fff;
	background: none;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 9px 0px 7px 10px;
}

#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: 211px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 231px;
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */
/* @end */

