@charset "UTF-8";
/* Coppa Law Group, created March 2010 */

/* Reset */

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0 none; 
	outline: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: url(img/bg_main.jpg) top center scroll repeat-x #bdb3a9;
	color: #333;
	text-align: center;
}
#wrapper {
	min-height: 300px;
	background: url(img/bg_wrapper.jpg) top center scroll no-repeat;
	margin: 0 auto;
}
#logo {
	width: 960px;
	height: 240px;
	margin: 0 auto;
}
#nav {
	width: 960px;
	height: 78px;
	margin: 0 auto;
	text-align: left;
}
#contentWrapper {
	width: 900px;
	margin: 0 auto;
	padding: 30px 50px 15px;
	background: #fff;
	text-align: left;
}
#content { 
	width: 550px;
	float: left;
	padding-right: 50px;
	background: url(img/bg_sidebar.png) top right repeat-y;
	min-height: 410px;
}
#sidebar {
	width: 250px;
	float: right;
	padding-left: 50px;
}
#footerWrapper {
	min-height: 140px;
	background: url(img/bg_footerWrapper.jpg) bottom center scroll no-repeat;
	margin: 0 auto;
}
#footer {
	width: 900px;
	margin: 0 auto 20px auto;
	padding: 40px 50px;
	background: url(img/bg_footer.png) top center no-repeat #fff;
	color: #7c8864;
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

/* Navigation */

#nav ul {
	padding: 0;
	list-style: none;
	margin-left: 50px;	
}
#nav li {
    float: left;
    margin: 0;
    padding: 0;
}
#nav li a {
	width: auto;
	height: 77px;
	line-height: 77px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	color: #465429;
	text-shadow: 0 1px #ddd;
	margin: 0;
	padding: 0 15px;
	overflow: hidden;
	background: url(img/navSep.png) top right scroll no-repeat;
}
#nav li a:hover {
	color: #ddd;
	text-shadow: 0 1px #666;
}
#nav #end a{
	background: none;
}

/* Sidebar */

#sidebar ul {
	padding-top: 20px;
}
#sidebar ul li {
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin-bottom: 15px;
	font-style: italic;
	color: #666;
	cursor: pointer;
}
#sidebar ul li a {
	color: #666;
	text-decoration: none;
}
#sidebar ul li:hover {
	background: #e0dad5;
}
.sidebarBnr {
	padding-top: 20px;
}

/* Text */

p {
	margin-bottom: 10px;
}
h1{
	color: #7c8864;
	font-size: 18px;
	margin: 25px 0 5px;
}
h2{
	color: #61452d;
	font-size: 14px;
	margin: 15px 0 5px;
	text-transform: uppercase;
	font-weight: bold;
}
.nocaps{
	color: #61452d;
	font-size: 14px;
	margin: 15px 0 5px;
	font-weight:100;
	text-transform:none;
}
h3{
	color: #61452d;
	font-size: 12px;
	margin: 25px 0 5px;
	font-weight: 700;
}
h6{	
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
}
.greenItalic {
	color: #7c8864;
	font-style: italic;
}

/* Links */

a:link {
	color: #7c8864;
	text-decoration: underline;
}
a:visited {
	color: #7c8864;
	text-decoration: none;
}
a:hover {
	color: #7c8864;
	text-decoration: none;
}
a:active {
	color: #7c8864;
	text-decoration: none;
}

/* Images */

img {
	border: none;
}
.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}
/* Lists */

.listSpace{
	padding-left: 15px;
}
.list1{
	background: url(img/bg_list1.png) top left no-repeat;
	padding-left: 20px;
	margin-left: 15px;
}
.list1end{
	background: url(img/bg_list1.png) top left no-repeat;
	padding-left: 20px;
	margin: 0 0  15px 15px;
}

/* Reset */
/* Reset */
/* Reset */
