/* MAIN BODY - BRANDING */
body {
	background-image: url(../images/bg_home_narrow.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#accessibility {
	display: none;
}
#wraper {
	width:780px;
	margin:0 auto 0 auto;
	text-align:left;
}
#branding h1 {
	display: none;
	width: 750px;
}
#branding {
	background-image: url(../images/petersonlawlogo.gif);
	background-repeat: no-repeat;
	height: 109px;
	width: 750px;
	background-position: 50% 0px;
}





/*------------------------------------
	Title: Cross-Browser Text Drop Shadows
	Author: Scott Jehl, www.scottjehl.com, scott@scottjehl.com
	Date: 7/19/06
	http://creativecommons.org/licenses/by-nc-sa/2.5/
--------------------------------------*/

/*Appearance of Drop Shadow Text*/
span.shadow {
	top: 1px;
	left: 1px;
	color: #000;
}
.highContrast {
	position: relative;
	color: #fff;
}
.highContrast span {
	position: relative;
}
span.shadow {
	position: absolute;
}	





/* HOMEPAGE HEADER ELEMENTS */
#homeHeader {
	height: 300px;
	width: 780px;
	padding-top: 25px;
}
#homeFlashGFX {
	float: left;
	height: 227px;
	width: 400px;
}
#homeWelcome {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #F2F1E3;
	height:200px;
	margin-left:430px;
	padding-top: 27px;
	width: 320px;
}
#homeWelcome span {
	color: #FFCC33;
	display: block;
}
#tagline h2 {
	color: #F1F0E3;
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0px;
	padding: 0px;
}





/* NAVIGATION ELEMENTS */

#navcontainer {
	clear: both;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#navlist {
	margin: 0;
	padding: 0;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	margin: 0 40px 6px 0px;
	text-decoration: none;
	color: #F1F0E2;
	text-transform: uppercase;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
border-bottom: 2px solid #D36A12;
background: transparent;
}




/* HOMEPAGE CONTENT AREA */
#homeRobert, #homeContent, h3, h4 {	
	margin:0;
	padding:0;
}
#homeRobert {
	clear: left;
	float: left;
	width: 260px;
	margin-top: 30px;
}
#homeContent {
	float: left;
	width: 490px;
	margin-top: 30px;
}
#homeContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
}
h4 {
	color: #522A1B;
	font-size: 1.2em;
	padding-bottom: 15px;
}
h3 {
	color: #522A1B;
	font-size: 1.2em;
}.profilePic {
	padding: 3px;
	border: 1px solid #DFCFB4;
}
#biline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 172px;
	padding-top: 10px;
}
img {
border: 0px none;
} 
#footer {
	font-size: 0.75em;
	color: #CCCC99;
	border-top: 1px solid #CCCC99;
	padding-top: 5px;
	padding-bottom: 30px;
	margin-top: 20px;
	float: left;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

*::-moz-selection { background:#FFFFCC; } /* FOR MOZILLA */
*::selection { background:#FFFFCC; } /* FOR IE & SAFARI */
