/*----------RESET-----------*/
/*+clearfix {*/
#content-container:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#content-container
{
	display: inline-block;
}
#content-container
{
/*\*/
	display: block;
/**/
	-height: 1px;
}
/*+}*/
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;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
:focus
{
	outline: 0;
}
H2
{
	padding: 10px 0;
	font: normal normal 30px "Times New Roman";
}
H3
{
	font: normal normal 23px "Times New Roman";
	margin-bottom: 15px;
	margin-top: 15px;
}
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
A:link
{
	color: #06C;
}
A:visited
{
	color: #444;
}
A:hover
{
	color: #048;
}
A:active
{
	color: #036;
}
HR.clear
{
	border: none;
	clear: both;
	padding: 10px 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
BODY, HTML
{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background: #000;
}
#container
{
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.home #container
{
	min-height: 553px;
}
/*-------------HEADER--------------*/
#header
{
}
#header H1
{
	text-indent: -9999px;
	margin: 10px 0 15px;
	background: url(images/swope-logo.png) no-repeat center center;
	width: 960px;
	height: 25px;
}
#header H1 A
{
	display: block;
	height: 25px;
}
UL#main-nav
{
	background: url(images/red-line.png) no-repeat center bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: right;
}
UL#main-nav LI
{
	display: inline;
	margin-left: 20px;
}
UL#main-nav LI A
{
	color: #CCC;
	text-decoration: none;
}
UL#main-nav LI A:hover
{
	color: #FFF;
	background: #666;
}
.home UL#main-nav
{
	margin-bottom: 0;
}
/*LEVEL ONE*/
UL.dropdown
{
	background: url(images/red-line.png) no-repeat center bottom;
	height: 35px;
	margin-bottom: 15px;
	position: relative;
	z-index: 5;
}
UL.dropdown LI
{
	float: right;
	zoom: 1;
}
UL.dropdown A:hover
{
	color: #CCC;
}
UL.dropdown A:active
{
	color: #AD1E35;
}
UL.dropdown LI A
{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #CCC;
}
UL.dropdown LI:last-child A
{
	border-right: none;
}
/*Doesn't work in IE*/
UL.dropdown LI.hover, UL.dropdown LI:hover
{
	background: #2B2B2B;
	color: #000;
	position: relative;
}
UL.dropdown LI.hover A
{
	color: #333;
}
UL.dropdown.LI A
{
	color: #CCC;
}
.dropdown LI.last
{
	border-bottom: none;
}
/*LEVEL TWO*/
UL.dropdown UL
{
	width: 220px;
	z-index: 100;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
UL.dropdown UL LI
{
	font-weight: normal;
	background: #000;
	color: #333;
	border-bottom: 2px dotted #333;
	float: none;
}
UL.dropdown UL LI A
{
	border-right: none;
	width: 100%;
	display: inline-block;
}
/*IE 6 & 7 Needs Inline Block*/
UL.dropdown A.arrow
{
	background: url(images/menu-arrow.png) no-repeat 10px 10px;
	padding-left: 20px;
}
/*ul.dropdown ul.last { left: -150px; }
LEVEL THREE*/
UL.dropdown UL UL
{
	left: 100%;
	top: 0;
}
UL.dropdown LI:hover UL
{
	visibility: visible;
}
/*ul.dropdown ul.last ul { left: -220px; }
HOME - RED LINE ANIMATION*/
.home #header
{
	height: 80px;
}
.home UL.dropdown
{
	background: none;
	height: 35px;
	margin-bottom: 0;
	display: none;
}
#redline
{
	background: url(images/red-line.png) no-repeat;
	height: 2px;
	width: 0;
	top: 78px;
	position: absolute;
	z-index: 2;
}
/*HOME - HEADLINE ZOOM*/
#zoom
{
	background: url(images/headline.png) no-repeat;
	height: 80px;
	width: 269px;
	position: absolute;
	top: 270px;
	display: none;
	left: 20px;
}
/*----------MAIN CONTENT-----------*/
/*[clearfix]*/#content-container
{
	background: #FFF;
	overflow: hidden;
	position: relative;
}
#content
{
	float: left;
	width: 700px;
	min-height: 400px;
	margin-left: 10px;
	padding: 20px 10px;
}
#content H1
{
	font: 30px/30px Times, serif;
	margin-bottom: 20px;
}
#content P
{
	margin-bottom: 10px;
}
UL.breadcrumb
{
	margin-bottom: 20px;
}
UL.breadcrumb LI
{
	display: inline;
}
UL.breadcrumb LI A
{
	text-decoration: none;
}
UL.breadcrumb LI A:after
{
	content: "\00a0 \BB";
	color: #FF0000;
}
#content IMG.right
{
	float: right;
	margin: 0 0 20px 20px;
}
#content IMG.left
{
	float: left;
	margin: 0 20px 20px 0;
}
.home #content-container
{
	background: #444 url(images/big-bg9.jpg) no-repeat;
	display: none;
	height: 553px;
}
.home #content-container H1
{
	text-indent: -9999px;
}
UL#lawyer-list
{
	overflow: hidden;
	position: absolute;
	display: none;
	bottom: 42px;
	left: 19px;
}
#content .entry OL LI
{
	list-style: decimal;
	margin: 10px 0px 10px 30px;
}
#content .entry UL LI
{
	list-style: disc;
	margin: 10px 0px 10px 30px;
}
UL#lawyer-list LI
{
	float: left;
	margin-right: 15px;
}
UL#lawyer-list LI.last
{
	margin-right: 0;
}
UL#lawyer-list LI A.thumb
{
	width: 75px;
	height: 98px;
	cursor: pointer;
	border: 2px solid #A4A4A4;
}
UL#lawyer-list LI SPAN
{
	width: 75px;
	height: 98px;
	overflow: hidden;
	display: block;
}
/*--Used to crop image--*/
UL#lawyer-list LI A
{
	text-decoration: none;
	color: #777;
	display: block;
}
/*Content Page*/
.wp-caption.alignleft
{
	float: left;
	margin-right: 10px;
	background-color: #F2F2F2;
	border: 1px solid #DCDCDC;
}
.wp-caption.alignright
{
	float: right;
	margin-right: 10px;
	background-color: #F2F2F2;
	border: 1px solid #DCDCDC;
}
.wp-caption.aligncenter
{
	background-color: #F2F2F2;
	margin: 0 auto;
	border: 1px solid #DCDCDC;
}
IMG.alignright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: #F2F2F2;
	border: 1px solid #DCDCDC;
	padding: 3px;
}
IMG.alignleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #F2F2F2;
	border: 1px solid #DCDCDC;
	padding: 3px;
}
.wp-caption A IMG
{
	padding: 5px;
}
.wp-caption-text
{
	padding: 5px;
	text-align: center;
}
/*Gallery*/
.ngg-galleryoverview
{
	margin-bottom: 10px;
}
/*Contact Page*/
#contact-card
{
	margin: 0 auto;
	text-align: center;
	outline: 1px solid #7EAECE;
	border: 2px solid #025EA1;
	padding: 10px;
	background-color: #FCFCFC;
}
/*Save Tampa History Page*/
.tampa
{
	position: relative;
	margin: 20px auto;
	width: 700px;
}
/*----------SIDE CONTENT-----------*/
#sidebar
{
	float: left;
	margin-left: 20px;
	width: 210px;
	min-height: 400px;
	padding: 90px 0 20px;
}
.side-nav
{
	width: 220px;
	padding-bottom: 20px;
}
.side-nav H3
{
	margin-top: 0;
	margin-bottom: 5px;
}
.side-nav LI
{
	background: url(images/list-arrow.png) no-repeat left 6px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.side-nav UL LI UL
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/*-------------FOOTER--------------*/
#footer
{
	clear: both;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
}
#footer-nav
{
	margin-bottom: 10px;
}
UL#footer-nav LI
{
	display: inline;
	border-right: 1px solid #CCCCCC;
	padding-right: 10px;
	margin-right: 4px;
}
UL#footer-nav LI.last
{
	border: none;
	margin-right: 0;
}
UL#footer-nav LI A
{
	color: #CCC;
	text-decoration: none;
}
UL#footer-nav LI A:hover
{
	color: #FFF;
}
/*-------------CLEARFIX--------------*/
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
HTML[xmlns] .clearfix
{
	display: block;
}
* HTML .clearfix
{
	height: 1%;
}
