/* CSS Document */
/*----------------------- Main content ----------------------------*/
body {
	background-color: #FFF;

}
#wrapper {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

#content {
	background-color: #E5E5E5;
	width: 750px;
	position: relative;
	top: 100px;
	margin: 0 auto;
}




/* ----------------------------Header*----------------------------*/
#header {
	width: 750px;
	position: relative;
	top: 0px;
	margin: 0 auto;
}
#header .logo {
	left: 0px;
	width: 100%;
	background-image: url(../images/Logo.png);
	height: 90px;
	top: 0px;
	position: absolute;
	background-repeat: no-repeat;
}
#menu  {
	color: white;
	width: 750px;
	background-image: url(../images/menuBackground.png);
	height: 1.6em;
	position: relative;
	top: 100px;
	margin: 0 auto;
}

#menu ul {
	left: -25px;
	position: relative;
}

#menu li {
	float: left;
	list-style-type: none;
	left: 0px;
	position: relative;
}
#menu li a:link ,#menu li a:visited {
	color: white;
	text-decoration: none;
	font-size: 0.75em;
	line-height: 1.15em;
	background-image: url(../images/menuBackground.png);
	background-repeat: repeat-x;
	padding: .5em .7em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
#menu li a:hover {
	color: #000;
	text-decoration: none;
	font-size: 0.75em;
	line-height: 1.15em;
	background-image: url(../images/menuHover.png);
	background-repeat: repeat-x;
	padding: .5em .7em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li a.active, #menu li a.current, #menu li a.current:hover, #menu li a.current:active {
	color: #000;
	text-decoration: none;
	background-image: url(../images/menuActive.png);
	cursor: default;
	line-height: 1.15em;
}



/*--------------------------------------- Home page ---------------------------*/
#leftCol {
	width: 375px;
	height: 245px;
	float: left;
}
#leftCol .title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0C5C8F;
	text-align: center;
	top: 10px;
	position: relative;
	font-weight: bold;
}
#leftCol #news {
	padding-left: 10px;
	top: 45px;
	position: relative;
	width: 350px;
}
#leftCol #news #title {
	font-size: 0.9em;
	font-style: bold;
	color: #FFF;
	background-image: url(../images/menubackground.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	height: 1.15em;
	text-align: center;
}
#leftCol #news #box {
	padding-top: 10px;
	border: 1px solid #0C5C8F;
}
#leftCol #news #box .event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #0C5C8F;
	padding-left: 10px;
	padding-bottom: 10px;
	font-style: italic;
}




#leftCol #logos {
	width: 375px;
	margin: 0 auto;
	padding-left: 5px;
	position: absolute;
	bottom: 30px;
}
#leftCol #logos img {
	padding-left: 5px;
}



#slideshow {
	padding: 5px;
}

#rightCol {
	margin-left: 380px;
	height: auto;

}
#rightCol .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 25px;
	text-align: justify;
}
#rightCol img {
	padding-left: 60px;

}





/* ----------------------------- Footer -----------------------------*/
#background  {
	background-image: url(../images/menuBackground.png);
	width: 750px;
	margin: 0 auto;
	height: 26px;
	padding: 0;
	clear: both;
}



#background .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	color: #FFF;
	line-height: 1em;
	padding-top: 3px;
	padding-left: 20px;
	text-align: center;
}




/*----------------------------------About Us ---------------------------*/
#content .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: normal;
	text-decoration: none;
	color: #0C5C8F;
	text-align: justify;
	top: 0px;
	padding: 20px 15px;
}
#content .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0C5C8F;
	text-align: center;
	font-style: italic;
	padding-left: 15px;
}
#content .aboutPic{
	float: left;
	padding-right: 10px;
}
table#acknowledgements td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 250px;
	color: #0C5C8F;
	padding-left: 15px;
	padding-top: 4px;
	padding-right: 5px;
	text-align: center;
	padding-bottom: 10px;
}

/* --------------------------Attorney Search------------------- */

form#attorneySearch {
	margin: 0 auto;
	border: 1.25px solid #0C5C8F;
	width: 500px;
	text-align: left;
}
form#attorneySearch input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0C5C8F;
	text-decoration: none;
}
form#attorneySearch select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0C5C8F;
	text-decoration: none;
}
form#attorneySearch a:link, form#attorneySearch a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0C5C8F;
	text-decoration: underline;
}
form#attorneySearch a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #AE3957;
	text-decoration: underline;
	background-color: #FFF;
}
table#attorneySearch td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0C5C8F;
	text-decoration: none;
	height: 2.5em;
}
.titlebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #0C5C8F;
	text-decoration: none;
	padding: 0px  5px;
	margin: -8px 0 0 150px;
	position: absolute;
	background-color: #E5E5E5;
}
.searchTitle  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 15px;
}
#name_result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #0C5C8F;
}
#name_result ul {
	background-color: #FFF;
	list-style-type: none;
	border: 1px solid #0C5C8F;
	clear: both;
	padding: 0;
	margin: 0;
	position: relative;
	top: -4px;
	width: 300px;
}
#name_result ul a:link, #name_result ul a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #0C5C8F;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

#name_result li:selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #0C5C8F;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
#name_result ul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #AE3957;
	background-color: #E5E5E5;
	display: block;
}

table#office_results {
	border: 1px solid #0C5C8F;
	width: auto;
	position: relative;
	padding: 10px;
	margin: 0 auto;
	clear: both;
	border-collapse: collapse;
	background-color: white;
}
table#office_results .title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #0C5C8F;
	border: 1px solid #0C5C8F;
	font-weight: bold;
	background-color: #B4DDF3;
}
table#office_results th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0C5C8F;
	border: 1px solid #0C5C8F;
	font-weight: normal;
	background-color: #D3EBF8;
}
table#office_results td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #0C5C8F;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #0C5C8F;
}
table#office_results a:link, table#office_results a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #06F;
	display: block;
}
table#office_results a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #AE3957;
	display: block;
}
table#office_results tbody tr:hover {
	text-decoration: none;
	color: #AE3957;
	background-color: #E5E5E5;
}
table#office_results tbody .odd {
    background-color: #F0F6FA;
}
table#office_results tbody .even {
    background-color: white;
}

/*-----------------------------------------Attorney----------------------------- */
#attorneyLeftCol {
	width: 300px;
	float: left;
}

#attorneyLeftCol .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 100px;
	padding-top: 20px;
}
#attorneyLeftCol .pic {
        padding-left: 100px;
        padding-top: 10px;
}
#attorneyLeftCol .office_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 100px;
	padding-top: 2px;
	padding-bottom: 10px;
	line-height: 1.25em;
}

#attorneyLeftCol .logo {
	padding-left: 100px;
	padding-top: 10px;
	margin: auto 0;
}

#attorneyLeftCol .image {
	padding-top: 10px;
	
}
#attorneyRightCol {
	margin-left: 275px;

}
#attorneyRightCol .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #0C5C8F;
	padding-left: 35px;
	padding-top: 20px;
        font-weight: bold;
}

#attorneyRightCol .listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #0C5C8F;
	text-decoration: none;
        padding-left: 35px;
        line-height: 1.25em;
}
#attorney a:link, #attorney a:visited {
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #0C5C8F;

}
#attorney a:hover {
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
	color: #AE3957;
}
/*------------------------------------------Contact Attorney----------------------------*/
form#contactAttorney {
	margin: 0 auto;
	border: 1.25px solid #0C5C8F;
	width: 550px;
	text-align: left;
}
table#contactAttorney td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0C5C8F;
	text-decoration: none;
}



/*-----------------------------------------Office Results-------------------------*/
#officeLeftCol {
    width: 300px;
	float: left;
}
#officeRightCol .office_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 20px;
}
#officeLeftCol .pic {
	padding-left: 30px;
	padding-top: 20px;
}
#officeRightCol .office_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.25em;
}

#officeRightCol {
	margin-left: 300px;

}

#officeRightCol .listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 30px;
	line-height: 1.35em;
	padding-right: 30px;
}


/*---------------------------------------Practice Areas -------------------------*/
#practiceLeftCol {
    	width: 550px;
	float: left;
}

#practiceLeftCol .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 100px;
	padding-top: 20px;
	font-weight: bold;
}
#practiceLeftCol .practice_listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 100px;
	padding-top: 2px;
	padding-bottom: 10px;
	line-height: 1.25em;
}
#practiceLeftCol ul {
	list-style-type: none;
	clear: both;
	margin: 0;
	padding: 0;
}

#practiceLeftCol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0C5C8F;
	text-decoration: none;
	line-height: 1.25em;
	list-style-type: none;
	padding-left: 10px;
}

/*----------------------------------------Newsletter---------------------------*/
table#newsletter {
	width: 500px;
	align: center;
}

table#newsletter td {
	width: 40%;
	text-align: center;
	padding-left: 70px;
	
}
table#newsletter img {
	width: 150px;
	height: 185px;
}

#latest {
	position: relative;
	top: 53px;
	left: 68px;
	width: 50px;
	height: 50px;
	background-image: url(../newsletter/images/Latest.gif);
	background-repeat: no-repeat;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’../newsletter/images/Latest.png’ ,sizingMethod=’crop’);
}
/*-----------------------------------------News & Events---------------------------*/
#newsLeftCol {
	width: 650px;
	float: left;
}


/*-----------------------------------------News & Events--------------------------*/
table#news {
	width: 750px;
}
table#news #date  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 30px;
}
table#news #title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0C5C8F;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: top;
	padding-left: 30px;
}
#narrative {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 200px;
	padding-right: 15px;
	vertical-align: top;
}



/*---------------------------------------Attorney Email Script--------------------*/
.counter {
	color: #AE3957;
	cursor: default;
	font-size: 2em;
	font-weight: bold;
}
/*------------------------------------------Misc------------------------------- */
hr {
	color: #0C5C8F;
	padding-right: 15px;
}


#paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
#emailConf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #AE3957;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
#errorMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FB2F4E;
	text-decoration: none;
}

/*---------------------------------------Attorney Snippet----------------------------*/
#snippetLeftCol {
    width: 100px;
	float: left;
}
#snippetRightCol .snippetOffice_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
}
#snippetLeftCol .pic {
	padding-left: 10px;
	padding-top: 10px;
	width: 100px;
	height: 100px;
}
#snippetRightCol .snippetOffice_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.50em;
}

#snippetRightCol {
	margin-left: 110px;

}

#snippetRightCol .snippetListing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #0C5C8F;
	text-decoration: none;
	padding-left: 10px;
	line-height: 1.35em;
	padding-right: 10px;
}