@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	outline:none;
	border:none;
}
.clearall{
	clear:both;
	line-height:0px;
}
/*Page Shell*/
body{
	background-image:url(../images/bgstripes.jpg);
	background-attachment:scroll;
	background-repeat:repeat;
	background-position:center;
	margin:0 auto;
}
#wrapper{
	width:980px;
	margin:0 auto;
}
#header{
	width:960px;
	height:130px;
	background-image:url(../images/logo.png);
	background-position:left;
	background-repeat:no-repeat;
	margin:0 auto;
}
#backgroundshadow{
	background-image:url(../images/shadow.png);
	background-repeat:repeat-y;
	width:980px;
	margin:0 auto;
	z-index:1;
}
#backgroundshadowheader{
	background-image:url(../images/shadowheader.png);
	background-repeat:no-repeat;
	width:980px;
	height:14px;
	margin:0 auto;
}
#backgroundshadowfooter{
	background-image:url(../images/shadowfooter.png);
	background-repeat:no-repeat;
	width:980px;
	height:14px;
	margin:0 auto;
}
#contentwrapper{
	width:960px;
	height:auto;
	margin:15 auto;
	z-index:25;
	display:block;
}
#content{
	padding:8px;
	margin-left:11px;
	display:block;
}
#footer{
	width:960px;
	background-color:#FFFFFF;
	margin-top:15px;
	border:1px solid #cbc6b1;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
#footer table{
	margin-top:7px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#a29f91;
	font-size:10px;
	width:100%
}
#footer a{
	color:#a29f91;
	font-weight:bold;
}
#footer a:hover{
	color#:#595959;
}
.disclaimer{
	font-size:9px;
}
.searchtext{
	text-align:center;
}
.floatright{
	float:right;
	margin-right:10px;
}
.floatleft{
	float:left;
	margin-left:10px;
}
.middle{
	margin-left:80px;
	margin-right:auto;
	text-align:center;
}
#footer ul{
	display:inline-block;
	margin:0 auto;
	list-style-type:none;
	text-align:center;
}
#footer li{
	display:inline;
	padding:6px;
	font-size:12px;
	margin:0 auto;
}
#footer a{
	text-decoration:none;
}
#footer a:hover{
	color:#595959;
}
#bottomnav{
	margin:0 auto;
	text-align:center;
}
/*Nav*/
#nav{
	width:946px;
	height:44px;
	margin:0 auto;
}
#nav ul{
	list-style-type:none;
	display:inline-block;
	list-style-position:outside;
	list-style-image:none;
}
#home{
	float:left;
	width:113px;
	height:44px;
}
#home a{
	background:transparent url(../images/navbg.jpg) no-repeat scroll 0px 0px;
	position:absolute;
	width:113px;
	height:44px;
	text-indent:-9000px;
}
#home a:hover{
	background:transparent url(../images/navbg.jpg) no-repeat scroll 0px -44px;
}
#about{
	float:left;
	width:112px;
	height:44px;
}
#about a{
	background:transparent url(../images/navbg.jpg) no-repeat scroll -113px 0px;
	position:absolute;
	width:112px;
	height:44px;
	text-indent:-9000px;
}
#about a:hover{
	background:transparent url(../images/navbg.jpg) no-repeat scroll -113px -44px;
}
#services{
	float:left;
	width:133px;
	height:44px;
}
#services a{
	background:transparent url(../images/navbg.jpg) no-repeat scroll -225px 0px;
	position:absolute;
	width:133px;
	height:44px;
	text-indent:-9000px;
}
#services a:hover{
	background:transparent url(../images/navbg.jpg) no-repeat scroll -225px -44px;
}
#attorneys{
	float:left;
	width:152px;
	height:44px;
}
#attorneys a{
	background:transparent url(../images/navbg.jpg) no-repeat scroll -358px 0px;
	position:absolute;
	width:152px;
	height:44px;
	text-indent:-9000px;
}
#attorneys a:hover{
	background:transparent url(../images/navbg.jpg) no-repeat scroll -358px -44px;
}
#resources{
	float:left;
	width:148px;
	height:44px;
}
#resources a{
	background:transparent url(../images/navbg.jpg) no-repeat scroll -510px 0px;
	position:absolute;
	width:148px;
	height:44px;
	text-indent:-9000px;
}
#resources a:hover{
	background:transparent url(../images/navbg.jpg) no-repeat scroll -510px -44px;
}
#community{
	float:left;
	width:162px;
	height:44px;
}
#community a{
	background:transparent url(../images/navbg.jpg) no-repeat scroll -658px 0px;
	position:absolute;
	width:162px;
	height:44px;
	text-indent:-9000px;
}
#community a:hover{
	background:transparent url(../images/navbg.jpg) no-repeat scroll -658px -44px;
}
#contact{
	float:left;
	width:124px;
	height:44px;
}
#contact a{
	background:transparent url(../images/navbg.jpg) no-repeat scroll -820px 0px;
	position:absolute;
	width:124px;
	height:44px;
	text-indent:-9000px;
}
#contact a:hover{
	background:transparent url(../images/navbg.jpg) no-repeat scroll -820px -44px;
}
#searchbar{
	background-color:#FFFFFF;
	padding:5px;
	border:1px solid #cbc6b1;
	width:435px;
	float:right;
	margin-top:40px;
	color:#1f242a;
	font-size:12px;
}
#searchbar li{
	display:inline;
	list-style-type:none;
	padding: 2px;
}
#searchbar a{
	color:#293d52;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#searchbar a:hover{
	color:#4B7199;
}
.magnifyglass{
	z-index:100;
	position:absolute;
	margin-left:-3px;
	margin-bottom:2px;
}
.search{
	background-image:url(../images/inputbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #bdbcbd;
	padding:3px;
	padding-left:14px;
}
.submitbutton{
	background-image:url(../images/submitgradient.jpg);
	background-repeat:repeat-x;
	border:1px solid #bdbcbd;
	padding:2px;
	background-color:#e2eef8;
}	
.evensearch{
	margin-left:8px;
}
/*homepage*/
#textwrapper{
	width:504px;
	float:left;
	display:inline;
	color:#1f242a;
}
#textwrapper p{
	font-size:12px;
	color:#1f242a;
	margin-bottom:4px;
	line-height:110%;
}
#textwrapper h1{
	font-size:16px;;
	color:#293d52;
	margin-bottom:7px;
}
#homepagelinks{
	text-align:center;
	color:#727272;
	font-size:12px;
	margin-top:10px;
	padding-bottom:10px;
}
#homepagelinks a{
	color:#727272;
	font-size:12px;
	text-decoration:none;
}
#homepagelinks a:hover{
	color:#595959;
}
#contactus{
	width:265px;
	float:right;
	margin-right:-10px;
	display:inline;
	background-image:url(../images/contactusgradient.png);
	background-repeat:repeat-x;
	border-left:1px solid #a9ccde;
	border-right:1px solid #a9ccde;
}
#contactus p{
	font-size:12px;
	color:#1f242a;
	margin-bottom:4px;
	line-height:110%;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
}
#contactus td{
	font-size:12px;
	color:#1f242a;
}
#contactus h1{
	font-size:16px;
	color:#293d52;
	margin-bottom:7px;
	margin-top:29px;
	padding-left:5px;
}
#contactus input{
	background-image:url(../images/inputbg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:solid 1px #bdbcbd;
	padding:3px;
	font-size:12px;
}
#contactus textarea{
	background-color:#F0F0F0;
	border:solid 1px #bdbcbd;
	padding:3px;
	font-size:12px;
}
#contactus table{
	padding-left:5px;
}
h3{
	font-size:12px;
	color:#1d2329;
}
h2{
	font-size:13px;
}
h2 a{
	text-decoration:underline;
	color:#293d52;
}
/*slider*/
#slider {
    width: 635px;
    margin: 29px auto 0 auto;
    position: relative;
}

.scroll {
    height: auto;
    width: 475px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
	float:left;
	margin-left:10px;
	display:block;
}
.scrollContainer div.panel {
    height: auto;
    width: 475px;
	display:inline;
}
#shade {
    background: #EDEDEC;
    height: 50px;
}

ul.navigation {
    margin: 0;
	margin-left:20px;
    padding: 0;
	background-repeat:none;
	width:130px;
	float:left;
	display:block;
}

ul.navigation li {
}
.lawfirm{
	list-style-image:url(../images/ourlawfirm.jpg);
}
.news{
	list-style-image:url(../images/news.jpg);
}
.articles{
	list-style-image:url(../images/articles.jpg);
}
.cases{
	list-style-image:url(../images/cases.jpg);
}
ul.navigation a {
    color: #1f242a;
    text-decoration: none;
	font-size:14px;
	font-weight:bold;
}

ul.navigation a:hover {
	color:#293d52;
}

ul.navigation a.selected {
	color:#293d52;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

/*popups*/
.border{
	border:2px solid #d0cec5;
	padding-right:16px;
}
#popup{
	font-family:Arial, Helvetica, sans-serif;
	width:650px;
	margin:10px auto;
	background-color:#FFFFFF;
}
#popup p{
	font-size:12px;
	color:#1f242a;
	padding:8px;
	background-color:#FFFFFF;
	width:100%;
}
#popup a{
	color:#293d52;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:3px;
	height:25px;
}
#popup h1{
	background-color:#27394b;
	color:#FFFFFF;
	padding:8px;
	width:100%;
	font-size:19px;
}
#popup h2{
	font-size:13px;
	color:#1f242a;
	background-color:#d0cec5;
	width:640px;
	padding:3px;
	font-weight:normal;
}
.authorimage{
	float:right;
	padding-left:8px;
	padding-right:-18px;	
	padding-top:8px;
	padding-bottom:8px;
}
.imageborder{
	border:2px solid #27394b;
}

/*subpages*/
#printwrapper{
	background-color:#FFFFFF;
	width:100%;
	height:100%;
}
#printwrapper p{
	font-size:12px;
	color:#1f242a;
	margin-bottom:4px;
	padding-left:8px;
	line-height:110%;
}
#printwrapper h1{
	font-size:17px;
	color:#293d52;
	margin-bottom:7px;
}
#printwrapper h2{
	font-size:13px;
	color:#1f242a;
	margin-bottom:4px;
	margin-top:8px;
	padding-left:4px;
}
#subtextwrapper{
	width:635px;
	float:left;
	display:inline;
	color:#1f242a;
	padding:10px;
	background-color:#FFFFFF;
}
#subtextwrapper p{
	font-size:12px;
	color:#1f242a;
	margin-bottom:7px;
	padding-left:8px;
	line-height:110%;
}
#subtextwrapper h1{
	font-size:17px;
	color:#293d52;
	margin-bottom:7px;
}
#subtextwrapper h2{
	font-size:13px;
	color:#1f242a;
	margin-bottom:4px;
	margin-top:14px;
	padding-left:4px;
}
#subtextwrapper ul{
	margin-left:40px;
}
#subtextwrapper ul li{
	font-size:12px;
	color:#1f242a;
	line-height:110%;
	
}
#printwrapper ul{
	margin-left:40px;
}
#printwrapper ul li{
	font-size:12px;
	color:#1f242a;
	line-height:110%;
	
}
#subtextwrapper ul li a{
	color:#293d52;
	font-weight:bold;
}
#subtextwrapper ol{
	margin-left:40px;
}
#attorneywrapper{
	width:635px;
	float:left;
	display:inline;
	color:#1f242a;
	padding:10px;
	background-color:#FFFFFF;
}
#attorneywrapper p{
	font-size:12px;
	color:#1f242a;
	margin-bottom:7px;
	padding-left:8px;
	line-height:110%;
}
#attorneywrapper h1{
	font-size:17px;
	color:#293d52;
	margin-bottom:7px;
}
#attorneywrapper h2{
	font-size:13px;
	color:#1f242a;
	margin-bottom:4px;
	margin-top:14px;
	padding-left:4px;
}
#attorneywrapper .navigation{
	list-style-type:none;
	margin-left:-6px;
	line-height:110%;
}
#attorneywrapper td{
	width:275px;
}
#attorneywrapper table{
	margin-bottom:15px;
}
.education{
	font-size:12px;
	color:#1f242a;
	background-color:#d8f1fd;
	padding:5px;
	width:100%;
}
.education ul{
	list-style-type:none;
}
.education  ul ul{
	list-style-type:circle;
	font-style:italic;
	margin-left:40px;
}
.practice{
	font-size:12px;
	color:#1f242a;
	background-color:#D1D1D1;
	padding:5px;
	width:100%
}
.practice li{
	list-style-type:none;
}
.practice  ul ul{
	list-style-type:circle;
	font-style:italic;
	margin-left:40px;
}
.attorneypic{
	margin:10px;
	border:solid 2px #293d52;
}
.email a{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#293d52;
	margin-top:-10px;
}
#sidebar{
	width:265px;
	float:right;
	margin-right:-10px;
	display:inline;
	background-image:url(../images/contactusgradient.png);
	background-repeat:repeat-x;
	border-left:1px solid #a9ccde;
	border-right:1px solid #a9ccde;
}
#sidebar p{
	font-size:12px;
	color:#1f242a;
	margin-top:-6px;
	margin-bottom:7px;
	line-height:110%;
	text-align:center;
}
#sidebar a{
	color:#293d52;
	font-weight:bold;
}
#sidebar td{
	font-size:12px;
	color:#1f242a;
}
#sidebar h1{
	font-size:16px;
	color:#293d52;
	margin-bottom:7px;
	margin-top:29px;
	padding-left:5px;
}
#sidebar input{
	background-image:url(../images/inputbg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:solid 1px #bdbcbd;
	padding:3px;
	font-size:12px;
}
#sidebar textarea{
	background-color:#F0F0F0;
	border:solid 1px #bdbcbd;
	padding:3px;
	font-size:12px;
}
#sidebar table{
	padding-left:5px;
}
#sidebar IMG{
	display:block;
	text-align:center;
	margin:10px auto;
	border:2px solid #a9e0fa;
}
#sidebar p{
	font-size:12px;
	color:#1f242a;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
}
#pagetools{
	float:right;
}
#pagetools IMG{
	padding:5px;
}
.pageimage{
	display:block;
	text-align:center;
	margin:10px auto;
	border:2px solid #27394b;
}
.imagemargin{
	margin-top:25px;
}
#contactpage td{
	font-size:12px;
	color:#1f242a;
}
#contactpage h1{
	font-size:16px;
	color:#293d52;
	margin-bottom:7px;
	margin-top:29px;
	padding-left:5px;
}
#contactpage input{
	background-image:url(../images/inputbg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:solid 1px #bdbcbd;
	padding:3px;
	font-size:12px;
}
#contactpage textarea{
	background-color:#F0F0F0;
	border:solid 1px #bdbcbd;
	padding:3px;
	font-size:12px;
}
#contactpage table{
	padding-left:5px;
}
.pastwinners{
float:left; padding:6px; text-align:center; display:block; width:31%; height:300px;}
.winnercontainer{
	margin:0 auto; width:100%;}
.scholarshipborder{
	border:2px solid #27394b;}
/*tooltip*/
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
}

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

/*slideshow*/
#slideshow {
    position:relative;
    height:300px;
	width:944px
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.casesarticles p{
	margin-left:-3px;
}
.casesarticles h3{
	margin-left:5px;
}
.resources a{
	color:#293d52;
	font-weight:bold;
}
.homelink{
	color:#293d52;
	font-weight:bold;
	text-align:right;
}
.imagecenter{
	border: 1px solid #293d52;
	display:block;
	margin-left:auto;
	margin-right:auto;
}