/* copelandfranco.com | 10/06/09 | screen.css */


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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Resets */

h2 {
	font-size:1.8em;
	margin: 10px 0 0 23px;
	font-weight:normal;

	}


body {
	background:#FFFFFF;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; 
	color: #333; 
	margin: 0; 
	padding: 0;
}


a {
	color:#002d62;
	}	
	
a:hover {
	color:#666666;
	}	


img, div, a, input { behavior: url(../scripts/iepngfix.htc); }



#wrap {
width:960px;
margin: 0 auto;
}
	

* + html hr {
margin: 20px 0 0 5px;
	}

hr {
margin: 20px 0 0 22px;
width:930px;
color:#EEEEEE;
background:#eeeeee;
border:none;
	}


p {
color:#666666;
font-size:1.4em;
line-height:1.7em;
margin: 5px 0 0 25px;
	}


h1 a{
background:url(../images/logo.jpg) no-repeat;
text-indent:-9999em;
display:block;
height:70px;
width:457px;
margin: 20px 0 0 25px;
	}
	
	
.print {
	display:none;
	}	
	
/*---------------------------------------------------------NAV----*/	
	


.nav {
	list-style:none;
	margin: 30px 0 0 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:lighter;
	color:#002d62;
	border-bottom: 2px solid #EEEEEE;
	padding: 0 0 12px 0; 
	width:925px;
	}	
	
.nav li {
	display:inline;
	}		
	
.home {
	display:block;
	overflow:hidden;
	width:68px;
	height:31px;
	text-indent:-9999em;
	float:left;
	margin: 0 0 0 0px;
	background-image: url(../images/nav-home.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

.home:hover {
	background-image: url(../images/nav-home.gif);
	background-repeat: no-repeat;
	background-position: 0 -31px;
	}		

.about {
	display:block;
	overflow:hidden;
	height:31px;
	width:75px;
	text-indent:-9999em;
	float:left;
	margin: 0 0 0 80px;
	background-image: url(../images/nav-about.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
.about:hover {
	background-image: url(../images/nav-about.gif);
	background-repeat: no-repeat;
	background-position: 0 -31px;
	}	
	
	
.attorney {
	display:block;
	overflow:hidden;
	height:31px;
	width:95px;
	text-indent:-9999em;
	float:left;
	margin: 0 0 0 75px;
	background-image: url(../images/nav-attorneys.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
.attorney:hover {
	background-image: url(../images/nav-attorneys.gif);
	background-repeat: no-repeat;
	background-position: 0 -31px;
	}		
	 

.practice {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	height:31px;
	width:140px;
	float:left;
	margin: 0 0 0 75px;
	background-image: url(../images/nav-practice.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
.practice:hover {
	background-image: url(../images/nav-practice.gif);
	background-repeat: no-repeat;
	background-position: 0 -31px;
	}	
	
	
.news {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	height:31px;
	width:65px;
	float:left;
	margin: 0 80px 0 80px;
	background-image: url(../images/nav-news.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
.news:hover {
	background-image: url(../images/nav-news.gif);
	background-repeat: no-repeat;
	background-position: 0 -31px;
	}	
	
*html .news {
	margin: 0 67px 0 80px;
	}	
	
	
.contact {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	height:31px;
	width:90px;
	background-image: url(../images/nav-contact.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
.contact:hover {
	background-image: url(../images/nav-contact.gif);
	background-repeat: no-repeat;
	background-position: 0 -31px;
	}				
	
	
	

/*---------------------------------------------------------Main Content----*/

#content {

	}


#content a {
	color:#002d62;
	}	
	
#content a:hover {
	color:#666666;
	}	
	
#content .disclaimer-p {
	font-size: 1.6em;
	float: left;
	margin-top: 20px;
	width: 500px;
}

#content .disclaimer-h2 {
	color: #002d62;
}


.briefcase {
	margin: 20px 0 20px 0;
	float:right;
	}
	
* + html .briefcase {
	margin: 20px 0 0 0;
	float:right;
	}	
	
.main-text {

	width:225px;
	float:left;
	margin: 20px 0 0 34px;
	}	
	
.profile {
	margin: 0 0 0 25px;
	}	

#profile {
	float:left;
	width: 260px;
	height:auto;
	}
	
#sidebar {
	float:left;
	width:230px;
	height:auto;
	border-right: 2px solid #EEEEEE;
	padding: 0 20px 0 0;
	}

#sidebar h4 {
	color:#999999;
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:normal;
	font-family:"Myriad Pro", arial, helvetica, geneva, sans-serif;
	margin: 25px 0 0 35px;
	}	
	
#sidebar ul {
	margin: 5px 0 0 35px;
	list-style:none;
	}	
	
#sidebar li {
	padding: 7px 0 0 0 ;
	font-size:1.2em;
	}	
	
#main-content {
	width: 650px;
	height:auto;
	float:left;
	margin: 10px 0 0 25px;
	}	
	
#main-content p {
	font-size:1.3em;
	margin: 10px 0 0 23px;
	}	
	
#main-content h2 {
	font-size:2em;
	margin: 10px 0 0 23px;
	font-weight:normal;
	font-family:"Myriad Pro", arial, helvetica, geneva, sans-serif;
	}	
	
#main-content h3 {
	font-size:2.5em;
	margin: 10px 0 0 23px;
	font-weight:normal;
	font-family:"Myriad Pro", arial, helvetica, geneva, sans-serif;
	}
	
	
#content h3 {
	font-size:2.5em;
	margin: 10px 0 0 23px;
	font-weight:normal;
	font-family:"Myriad Pro", arial, helvetica, geneva, sans-serif;
	}
		
	
#main-content h4 {
	font-size:2.5em;
	color: #002D62;
	margin: 10px 0 0 23px;
	font-weight:normal;
	font-family:"Myriad Pro", arial, helvetica, geneva, sans-serif;
	}

#main-content li {
	list-style-type: none;
	margin-left: 23px;
	line-height: 22px;
	font-size: 13px;
	}
	
#main-content a {
	font-size:13px;
	}	

#main-content a:hover {
	font-size:13px;
	}

#main-content img {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	}


#profile h3 {
	font-family: "times New Roman", serif;
	font-variant: small-caps;
	font-weight:normal;
	line-height:1em;
	font-size:3.6em;
	margin: 25px 0 0 25px;
	color:#002d62;
	}

#profile p {
	margin: 35px 0 0 28px;
	line-height:1.3em;
	color:#666666;
	}


#profile img {
	}	
	
	
	
#attorney-info {
	width: 545px;
	height:auto;
	float:left;
	margin: 0 0 0 120px;
	}	

#attorney-info h4 {
	color:#4c6c91;
	text-transform:uppercase;
	font-size:1.6em;
	font-weight:normal;
	font-family:"Myriad Pro", arial, helvetica, geneva, sans-serif;
	margin: 25px 0 0 0;
	}
	
#attorney-info ul {
	color:#666666;
	margin: 5px 0 0 22px;
	font-size:1.3em;
	}	
	
#attorney-info li {
	padding: 0 0 3px 0;
	}	
	
#attorney-info p {
	color:#666666;
	margin: 5px 0 0 0;
	font-size:1.3em;
	}		


/*---------------------------------------------------------magnets----*/

.magnet-image {
	margin: 12px 0 0 15px;
	border: solid 1px #cbcbcb;
	padding: 5px;
	float:left;
	}
	
.magnet-link {
	width:140px;
	float:left;
	text-align:center;
	color:#002d62;
	font-size:1.4em;
	margin: 10px 0 0 0;
	}
	
.magnet-alternative {
	width:140px;
	float:left;
	text-align:center;
	color:#002d62;
	font-size:1.4em;
	}	
	
	
#magnets a {
	color:#002d62;
	}	
	
#magnets a:hover {
	color:#666666;
	}	
	
	
#magnet {
	background:url(../images/magnet-bg.jpg) no-repeat;
	height:120px;
	width:257px;
	float:left;
	margin: 60px 0 0 17px;
	}	
	
.magnet_last {
	background:url(../images/magnet-bg.jpg) no-repeat;
	height:120px;
	width:257px;
	float:left;
	margin: 60px 0 0 82px;
	}
	
*html .magnet_last {
	margin: 60px 0 0 75px; 
	}	
	
.history {
	background:url(../images/history.jpg) no-repeat;
	height:35px;
	width:100px;
	text-indent:-9999em;
	float:left;
	margin: 30px 0 0 13px;
	}	
		
.contact-magnet {
	background:url(../images/magnert-contact.jpg) no-repeat;
	float:left;
	width: 110px;
	height:34px;
	text-indent:-9999em;
	margin: 30px 0 0 13px;
	}	
	
.alternative {
	background:url(../images/fee-options.jpg) no-repeat;
	text-indent:-9999em;
	float:left;
	width: 136px;
	height:57px;
	margin: 20px 0 0 0;
	}	

/*---------------------------------------------------------footer----*/
	
#footer {
	margin: 40px 0 0 20px ;
	height: 125px;
	width:930px;
	float:left;
	padding: 10px 0 0 0;
	border-top: 2px solid #EEEEEE;
	}	
	
	
#footer p {
	width: 550px;
	float:right;
	text-align:right;
	color:#666666;
	margin: 6px 0 0 0;
	font-size:1.2em;
	}
	
.footer-logo {
	float:left;
	margin: 0 0 0 0;
	}	

#footer a {
	color:#666666;
	}

#footer a:hover {
	color:#333333;
	}
	
#main-content .blue-text {
	color: #002D62;
}

#content .blue-text {
	color: #002D62;
}

