@charset "UTF-8";

body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}



h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, form, fieldset, label, textarea, input {

	margin: 0;

	padding: 0;

	}





a:link { color: #517FBF; text-decoration: none; }



a:visited { color: #8195A0; text-decoration: none; }



a:hover, a:active, a:focus { color: #943838; text-decoration: underline; }





#container {

	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	margin: 0 auto;

	text-align: left;

	position: relative;

} 

#header {

	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 



#logo {

	padding-top: 10px;

	padding-bottom: 10px;

}



#mainNav {

	float: right;

	top: 0px;

	right: 0px;

	position: absolute;

}



ul#mainNav, ul#secondaryNav {

	list-style: none;


}


#mainNav li { font-size: 1.1em; padding-left: 15px; display: inline; text-transform: uppercase; }



#mainNav a { line-height: 85px; }



#mainNav a:link, #mainNav a:visited, #footer a:link, #footer a:visited { color: #417776; text-decoration: none; }



#mainNav a:hover, #mainNav a:active, #mainNav a:focus, #footer a:hover, #footer a:active, #footer a:focus  { color: #943838; text-decoration: underline; }



#banner {

	height: 260px;

	width: 800px;

}
#bannerAlt {
	height: 100px;
	width: 800px;

}



ul#subNav, ul#secondaryNav {

	list-style: none;	
	
}


#subNav li { font-size: 1.1em; padding-left: 15px; display: inline; text-transform: uppercase; }

#bannerPic { position: absolute; left: 0px; top: 81px; }



.png{

	behavior: url(../methvenlaw_new/Development_MethvenLaw/www.legalppc.com/Development/MethvenLaw/css/iepngfix.html);

	}



a img {

	border-style: none;

}

#sidebar1 {

	float: right; /* since this element is floated, a width must be given */

	width: 220px;

	margin: 0;

}



#sidebar1 h3 { margin-bottom: 20px; }



#sidebar1 p {

	font-size: 1.1em;

}



#sidebar1 form { padding-top: 20px; padding-left: 10px; }



#sidebar1 textarea { margin-bottom: 10px; width: 210px; }

#sidebar1 input { width: 203px; margin-bottom: 10px; padding: 0.308em; }

#sidebar1 input#submit { width: 6em; }



#sidebar1 label { display: block; padding-bottom: 3px; }



#news p {

	padding-right: 20px;

	padding-left: 20px;

	padding-bottom: 0px;

	padding-top: 10px;

}

#mainContent { margin: 0 220px 0 0; } 



#mainContent h1 { font-size: 1.6em; color: #417776; padding-top: 20px; padding-bottom: 10px; padding-right: 20px; font-weight: normal; }



#mainContent h2, #sidebar1 h3 { padding-bottom: 5px; padding-right: 20px; font: bold 1em Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: 2px; color: #417776; }



#mainContent p {

	font-size: 1.3em;

	line-height: 1.7;

	padding-bottom: 10px;

	padding-right: 20px;

}

#mainContent     ul { line-height: 1.5em; padding: 10px 20px 10px 30px; font-size: 1.3em; }



#mainContent li {

	padding-bottom: 8px;

}

#footer {

	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#FFFFFF;

	border-top: 1px dotted #999999;

} 

#footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	text-align: center;

	font-size: 1.1em;

	line-height: 1.3em;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

#pullquote {

	float: left;

	width: 220px;

	border-right: 1px dotted #999999;

	margin: 10px 20px 10px 0px;

	background: #F2F1FF;

	padding: 10px;

}



#pullquote p {

	line-height: 1.2em;

}

#pullquote   h3 {

	padding-bottom: 8px;

	font-size: 1.4em;

}



#pullquote h4 {

	font-size: 1.4em;

}



#bio { float: right; padding: 20px; }



.vcard {

	width: 30%;

	float: left;

	font-size: 1.1em;

	line-height: 1.3em;

	padding-right: 3%;

}





#mainContent ol {

padding-left: 20px;



}



#mainContent ol ol {

	list-style-type: upper-roman;	

}

#mainContent ol ol ol{

	

	list-style-type: lower-alpha;	

}



#mainContent ol ol ol ol {

	list-style-type: decimal;

	

}

#mainContent ol ol ol ol ol{

	list-style-type: lower-roman;	

}

