/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #c2bf9a;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
---------------------------------------------------------------------------------

/* end clearing */

/* CSS Document */


body{
	top: 0px;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	width: 902px;
	margin: 0px auto;
	background: #FFFFFF url(images/bg.png) repeat-x;
}

a:link, a:visited, a:hover {
	color: #790808;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	width: 900px;
	margin: 0px;
        clear: both;
}
#wrapper {
	border: 0.022em solid #999999;
	background: url(images/attorney-04.png);
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}
#content{
	float:left;
	width: 91%;
	padding: 0 5% 0 2%;
	height: 100%;
	position: relative;

        
       
}

#contentNav{
	width: 617px;
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
	top: -245px;
        margin-top: 150px;
}
#attorney-03_ {
	background: url(images/attorney_03.png);
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	background: url(images/attorney.png) no-repeat;
	height: 139px;
	width: 900px;
	text-indent: -9999px;
}
#wrapper #masthead #siteName .contact {
	color: #FF0000;
	padding-left: 55px;
	padding-bottom: 25px;
	margin-right: -60px;
	background-image: url(images/busi.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
        white-space: nowrap;
	background: url(images/attorney-02.png) repeat-y;
	height: 22px;
	width: 885px;
	padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #244185;
	
        
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 110%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 20px 10px;
	font-size: 92%;
	line-height: 140%;
}
.feature a{
        color: #1359a9;

}

.feature h3{
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 20px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 90%;
	color: #cccccc;
	padding: 10px;
	margin-top: -1px;
	background-color: #244185;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	border-right: 0.022em solid #999999
	border-bottom: 0.022em solid #999999
	border-left: 0.022em solid #999999
}
#siteInfo a{
    color: #ffffff;
}
#siteInfo hover{
    color: #ffffff;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 15px 0px 25px 10px;
	border-bottom: 0px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: -350px 0px 0px 0px;
	padding: 0px 0px 225px 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 20px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 0px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 30px 0px 30px 10px;
	font-size: 80%;
	border-top: 0px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


.phonenumber {
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	vertical-align: middle;
}
#attorney-03_ {
	position:relative;
	top:-190px;
	width:500px;
	height:91px;
	background: url(images/attorney_03.png) top;
	margin: 0px auto;
	left: 160px;
}
#attorney-03_bio {
	position:absolute;
	top:272px;
	width:900px;
	height:42px;
	background: url(images/attorney_bio_03.png) top;
	margin: 0px auto;
}
#contact-03_ {
	position:absolute;
	top:272px;
	width:950px;
	height:42px;
	background: url(images/contact_03.png) top;
	margin: 0px auto;
}
#email {
	width: 100%;
	margin-left: 4%;
	padding-top: 5px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FFFFFF;
	margin-right: 20px;
	line-height: 42px;
	position: relative;
        font-style: italic;
}
#wrapper #photo {
	background: url(images/familytorn.png) no-repeat;
	border: 5px solid #c2bf9a;
	height: 170px;
	width: 225px;
	margin-right: 30px;
	float: right; 
        top: -95px;             
}
#wrapper #photofred {
	background: url(images/fred.jpg) no-repeat;
	border: 5px solid #c2bf9a;
	height: 180px;
	width: 200px;
	margin-right: 40px;
	float: right; 
        top: -95px;             
}
#logo {
	font-size: 70%;
	padding: 0px;
	width: 334px;
	background: url(images/logo.png) no-repeat 100% 50%;
	height: 84px;
	float: left;
	margin: 0px;
	position: relative;
	left: 30px;
}
.contact {
	float: right;
	right: 0px;
	width: 300px;
	text-align: center;
	font-size: 0.9em;
	padding-top: 110px;
	position: relative;
}
#logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    height: 40px;
}
#logo a h1 {
	display: none;
}
 #column1 {
	float:left;
	width:210px;
	clear: left;
	margin-left: 50px;
	margin-bottom: 50px;
	list-style: circle;
}
#column2 {
	float:right;
	width:200px;
	margin-right: 50px;
	list-style: square;
}
#contactInfo {
	float: right;
	margin-top: 25px;
	clear: both;
	margin-right: 30px;
	background-image: url(images/contactTitle.png);
	background-repeat: no-repeat;
	width: 215px;
}
#officelocation {
	margin-top: 30px;
	line-height: normal;
	width: 100%;
}

/* End of 'Accessibility and cross-browser tools' */

