/* @override 
	http://localhost:8888/style/pontikes.css
	http://www.webdesign.gs/dpsemploymentlaw/style/pontikes.css
	http://webdesign.gs/dpsemploymentlaw/style/pontikes.css
*/

html, body {
	margin: 0;
	background: #013e5d url(../images/bg.jpg) repeat-x;
	height: 120%;
}

#header {
	width: 950px;
	height: 256px;
	margin-left: -475px;
	position: absolute;
	left: 50%;
	background-color: white;
}

a#logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 250px;
	height: 216px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/logo.jpg) 0 0;
}

a#logo:hover {
	background-position: 0 -216px;
}

#flash {
	width: 590px;
	height: 216px;
	overflow: hidden;
	margin-left: 251px;
}

/* @group NAVIGATION */

/* @group Main */

#nav {
	width: 950px;
	height: 40px;
	position: absolute;
	top: 216px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	height: 40px;
	display: block;
	float: left;
}

#nav ul li a {
	display: block;
	float: left;
	height: 40px;
	background-image: url(../images/nav-sprites.jpg);
	text-indent: -9000px;
	overflow: hidden;
}

a#attorney {
	background-position: 0 0;
	width: 197px;
}

a#attorney:hover {
	background-position: 0 -40px;
}

a#practice {
	background-position: -238px 0;
	width: 150px;
}

a#practice:hover {
	background-position: -238px -40px;
}

a#firm {
	background-position: -420px 0;
	width: 135px;
}

a#firm:hover {
	background-position: -420px -40px;
}

a#qa {
	background-position: -579px 0;
	width: 221px;
}

a#qa:hover {
	background-position: -579px -40px;
}

a#contact {
	background-position:-920px 0;
	width: 148px;
}

a#contact:hover {
	background-position: -920px -40px;
}

a#resources {
	background-position: -805px 0;
	width: 108px;
}

a#resources:hover {
	background-position: -805px -40px;
}



/* @end */

/* @group Drop Downs */

#nav ul li.dropdownprac {
	width: 141px;
}

#nav ul li.dropdownprac ul {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 40px;
	height: auto;
	left: 199px;
	border: 1px solid #424041;
}

#nav ul li.dropdownprac ul li {
	display: list-item;
	float: none;
	clear: both;
	width: 230px;
	height: auto;
}

#nav ul li.dropdownprac ul li a
 {
	display: list-item;
	width: 200px;
	height: auto;
	background-image: none;
	background-color: #006c9d;
	text-indent: 0;
	color: white;
	text-decoration: none;
	font: 13px "Trebuchet MS", Verdana, Lucida, sans-serif;
	padding: 6px 20px 6px 10px;
	border-bottom: 1px dotted #138da3;
}

#nav ul li.dropdownprac ul li a:hover {
	background-color: #e6f0f2;
	color: #464646;
}

#nav ul li.dropdownprac ul li.dropdownin ul {
	visibility: hidden;
	background-color: #00405d;
	position: absolute;
	top: 0px;
	left: 210px;
}

#nav ul li.dropdownprac ul li.dropdownin ul li a {
	background-color: #00405d;
	border-bottom: 1px dotted #13a9c5;
}

#nav ul li.dropdownprac ul li.dropdownin ul li a:hover {
	background-color: #e6f0f2;
	color: #464646;
}

#nav ul li.dropdownprac:hover ul {
	visibility: visible;
}

#nav ul li.dropdownprac:hover ul li.dropdownin:hover ul {
	visibility: visible;
}

#nav ul li.dropdownatt {
	width: 197px;
}

#nav ul li.dropdownatt ul {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 40px;
	height: auto;
	left: 9px;
	border: 1px solid #00405d;
}

#nav ul li.dropdownatt ul li {
	display: list-item;
	float: none;
	clear: both;
	width: 230px;
	height: auto;
}

#nav ul li.dropdownatt ul li a
 {
	display: list-item;
	width: 200px;
	height: auto;
	background-image: none;
	background-color: #006c9d;
	text-indent: 0;
	color: white;
	text-decoration: none;
	font: 13px "Trebuchet MS", Verdana, Lucida, sans-serif;
	padding: 6px 20px 6px 10px;
	border-bottom: 1px dotted #00405d;
}

#nav ul li.dropdownatt ul li a:hover {
	background-color: #e6f0f2;
	color: #464646;
}

#nav ul li.dropdownatt:hover ul {
	visibility: visible;
}



/* @end */



/* @end */

#content-wrapper {
	width: 950px;
	position: absolute;
	top: 256px;
	margin-left: -475px;
	left: 50%;
	border-bottom-style: solid;
	border-bottom-color: #434343;
	height: auto;
}

#body {
	width: 931px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-left: 9px solid #434343;
	border-right: 10px solid #434343;
	background-image: url(../images/body-bg.jpg);
}

#footer {
	width: 931px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-left: 9px solid #434343;
	border-right: 10px solid #434343;
	background-image: url(../images/footer.jpg);
	padding-top: 15px;
}

#footer p {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	font: 10px "Trebuchet MS", Verdana, Lucida, sans-serif;
	color: #a3a3a3;
}

#footer a:link, #footer a:visited {
	color: #a3a3a3;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

#footer p b {
	text-transform: uppercase;
	color: #a3a3a3;
	font-size: 13px;
}

#main {
	width: 626px;
	height: auto;
	float: left;
}

#main h1 {
	color: #00405d;
	font: bold 21px "Trebuchet MS", Verdana, Lucida, sans-serif;
	padding-left: 15px;
}

#main h1.home {
	font-variant: small-caps;
}

#main h2, #main h4 {
	color: #00405d;
	font: italic bold 17px "Trebuchet MS", Verdana, Lucida, sans-serif;
	width: 75%;
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	padding-top: 5px;
	border-top-style: dotted;
	border-top-width: 1px;
}

#main p {
	padding-left: 25px;
	padding-right: 30px;
	font: 12px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #464646;
}

#main ul, #main ol {
	padding-right: 30px;
	font: italic 12px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #00405d;
	padding-left: 55px;
}

#main a:link, #main a:visited {
	color: #00405d;
}

#main a:hover {
	color: gray;
	text-decoration: underline;
}

#main img.attorney {
	float: left;
	margin-right: 15px;
	border-style: none;
}

#main img.super {
	float: right;
	margin-right: 50px;
	margin-left: 20px;
}

#right
 {
	width: 305px;
	float: right;
	height: auto;
}

.clear {
	clear: both;
}

#right #building {
	width: 290px;
	height: 165px;
	background-image: url(../images/building.jpg);
	margin-left: 15px;
	padding-top: 20px;
}

#right #building p {
	width: 155px;
	margin-left: 120px;
	font: 10px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding-left: 0;
	color: #464646;
	margin-top: 0;
}

#building p b {
	color: #13718d;
	font: normal bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#building p span {
	font-size: 10px;
}

#building p span b {
	font-size: 11px;
	display: inline;
	color: #464646;
	font-weight: bold;
}

h2.right {
	width: 305px;
	height: 50px;
	display: block;
	background-image: url(../images/right-h2.jpg);
	text-indent: 25px;
	font: bold 18px/50px "Trebuchet MS", Verdana, Lucida, sans-serif;
	color: white;
}

#right p {
	text-align: left;
	font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 30px;
	padding-right: 15px;
	color: #464646;
}

#main blockquote p {
	text-align: center;
	font: italic 18px/24px Georgia, "Times New Roman", Times, serif;
	border-top: 1px dotted #10728b;
	border-bottom: 1px dotted #10728b;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main img {
	margin-left: 45px;
	border: 2px solid #464646;
}

.hidden {
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

form {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 1px dotted #10728b;
	background-color: #f6f6f6;
}

form p b {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}

form input, form textarea {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #edf5f7;
	border: 1px solid silver;
}

form input {
	width: 250px;
}

form input.submit {
	font-size: 14px;
	padding: 6px 15px;
	background-color: #00405d;
	color: white;
	font-style: italic;
	margin-left: 352px;
	width: auto;
}

form input.inputnull {
	width: auto;
}

form input.submit:hover {
	background-color: #434343;
	cursor: pointer;
}

form a:link, form a:visited
 {
	font-weight: bold;
	color: #00405d;
	text-decoration: none;
}

form a:hover {
	text-decoration: underline;
	color: #464646;
}

#main form p textarea.disclaimer {
	border-style: none;
	background-color: #f6f6f6;
	padding: 0;
	color: gray;
}

/* RSS DISPLAY */

#rssbox {
	margin-left: 30px;
	line-height: 14px;
}

#cms_content{
	width:530px;
}