/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}

body{
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#2C2C2C;
	text-align: center;
	background-color:#EAEAEA;
	}
	
#outerWrapper{
	width: 780px;
	margin: auto;
	margin-top: 20px;
	height: 100%;
	}
	
#shadowTop{
	background:url(Images/shadow_top.png) no-repeat;
	height: 10px;
	position: relative;
	}
	
#brandingTop{
	margin: auto;
	width: 760px;
	height: 10px;
	background: url(Images/gm_top.png) no-repeat;
	}	
	
#shadow{
	background: url(Images/shadow.png) repeat-y;
	height: 100%;
	}

#brandingBottom{
	margin: auto;
	width: 760px;
	/*margin-bottom: -3px;*/
	height: 60px;
	background: url(Images/gm_bottom.png) no-repeat;
	}	

#wrapper{
	width: 760px;
	margin: auto;
	text-align: left;
	}
	
#gutter{
	width: 40px;
	display: block;
	}
	
#nav{
	font-size: 1.3em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
	width: 760px;
	background: #E7F1F3 url(Images/sidebar_bg_nav.jpg) repeat-x bottom ;
	}
	
body#area #nav{
	border-bottom: #CCCCCC 1px solid;
	background: url(Images/sidebar_bg.jpg) repeat-x bottom;
	}
	
#nav ul{
	float: left;
	list-style: none;
	color: #FFFFFF;
	}
	
#nav a{
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	background: #EBF3F6 url(Images/sidebar_bg.jpg) repeat-x bottom;
	color: #333333;
	text-transform: uppercase;
	}
	
#nav a:link, #nav a:visted {
	background: url(Images/sidebar_bg.jpg) repeat-x bottom;
	}

#nav a:hover{
	background: url(Images/sidebar_bg_hover.jpg) repeat-x;
	background-color: #D8ECF7;
	}

body#home #nav a#homeLink,
body#partners #nav a#partnersLink,
body#practices #nav a#practicesLink,
body#contact #nav a#contactLink,
body#bills-band #nav a#bandLink{
	background: #FFFFFF none;
	color: #666666;
	border: #CCCCCC 1px solid;
	border-bottom: none;
	}

/* IE Fixes */

/* remove annoying gaps */
#nav li {
	display: inline;
	float: left;
	}

/* force hover on entire width of link */
* html #nav a {
	height: 1px;
	}	
	
a:link{
	color: #006699;
	}
	
/*a:link, a:visited{
	text-decoration: none;
	}
	
a:hover, a:active{
	text-decoration: underline;
	}*/
	
	
img{
	border: none;
	}
	
#mainContent{
	font-size: 1.5em;
	padding: 0px;
	margin: 0px 30px 0px 30px;
	color: #666666;
	font-weight: normal;
	}
	
#mainContent h1{
	color: #505B65;
	font-size: 1.8em;
	font-weight: normal;
	}
	
#mainContent h2{
	color: #666666;
	font-size: 1.3em;
	font-weight: normal;
	}
	
#mainContent h3{
	font-weight: normal;
	font-size: 1.1em;
	padding-top: 10px;
	}
	
#mainContent h4{
	font-size: 1.3em;
	}
	
#mainContent ol{
	padding: 0 20px;
	margin: 10px 30px;
	}
	
#mainContent ul{
	margin: 20px 30px;
	list-style-type: disc;
	}
	
#mainContent li{
	padding: 3px 0px 3px 5px;
	}
	
#mainContent p, cite{
	font-size: 1em;
	line-height: 1.4em;
	padding: 5px 0 10px 0;
	}
	
#list{
	margin: -20px 0 -10px 0;
	}
	
#list ul{
	padding: 0 15px;
	}
	
/*#list li{
	list-style: none;
	list-style-image: url(Images/bullet.png);
	padding-left: 3px;
	padding-top: 3px;
	}*/
	
#footer{
	width: 780px;
	margin: auto; 
	font: 1.3em/1.6em Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	clear: both;
	margin: 20px 0;
	padding-bottom: 20px;
	}
	
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active{
	text-decoration: none;
	color: #02598F;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	}
	
#footer a:hover{
	text-decoration: underline;
	}

#footerShadow{
	width: 780px;
	height: 50px;
	background: url(Images/shadow_footer.png) no-repeat;
	margin-bottom: 10px;
	clear: both;
	}	
	
#main{
	margin-right: 310px;
	}
	
#sidebar{
	width: 280px;
	padding-bottom: 15px;
	float: right;	
	font-size: .9em;
	}
	
/*#sidebar a{
	text-decoration: none;
	}*/
	
#practiceAreas{
	line-height: 2em;
	font-size: 1.1em;
	}
	
dl{
	padding: 10px 30px;
	}
	
dt{
	font-weight: bold;
	
	}
	
dt a{
	text-decoration: none;
	background: url(Images/download.png) no-repeat left center;
	line-height: 1.6em;
	padding: 5px 0 5px 24px;
	}
	
dd{
	padding-bottom: 10px;
	}
	
body#practices #mainContent li{
	list-style: none;
	}
	
/*body#practices #mainContent a{
	text-decoration: none;
	}*/
	
#footnotes{
	margin-top: 20px;
	border-top: #999999 1px solid;
	font-size: .9em;
	padding: 10px 20px;
	}
	
#footnotes ol{
	list-style-position: outside;
	} 
	
#footnotes li{
	margin-bottom: 10px;
	}
	
blockquote{
	padding: 10px 30px;
	}
	
#sitemap{
	padding-left: 40px;
	}