/* *** ** Start of CSS ** *** */
* {
	margin: 0;
	padding: 0;
}
html {height:100%;}
blockquote, label, dl, fieldset {margin:.5em 0;}

/* Text Styling */
h1 {
	color: #232b62;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding: 0 0 22px;
}
h2, h3, h4, h5, h6 {
	color: #232b62;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	font-size: 20px;
	margin: 0;
	padding: 18px 0 10px 0;
	line-height: 22px;
}
h3 {
	font-size: 18px;
	margin: 0;
	padding: 5px 0 0 0;
}
h4, h5, h6 {
	font-size: 14px;
	margin: 0;
	padding: 5px 0 0 0;
}

p {
	line-height: 18px;
	padding: 0 0 10px;
}

strong {font-weight:bold;}
hr {border: none; border-top: 1px solid #000; width: 100%; height: 1px;}

a {
	color: #0c73a5;
	outline: none;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
}
a:active {outline: none;}
a:focus {-moz-outline-style: none;}

span.required {color:#FF0000;}
img {border:none; margin:0; padding:0;}
.clear {clear:both;}
.left {float:left;}
.right {float:right;}

/* Layout Styling */
.body {
	color: #696868;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #0a2632;
	background-image: url(../images/bg-Body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

#shadow {
	margin: 0 auto 0 auto;
	width: 994px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
}

#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 960px;
}
/* Header Styling */
#header {
	height: 439px;
	padding: 0;
	background-image: url(../images/bg-Header2.jpg);
	background-repeat: no-repeat;
	position:relative;
}
#sub #header {
	height: 377px;
	padding: 0;
	background-image: url(../images/bg-Header2.jpg);
	background-repeat: no-repeat;
}
#header .logo {
	margin: 0; 
	padding: 0; 
	text-indent:-99999px;
}
#header .logo a {
	display: block;
	height: 127px;
	width: 615px;
}

#header #image {
	height: 242px;
	width: 960px;
	background-image: url(../images/bg-Image-Header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#sub #header #image {
	height: 180px;
	width: 960px;
	background-image: url(../images/bg-Image-SubHeader.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav {
	height: 35px;
	width: 960px;
	background-image: url(../images/navBar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 18px 0 17px 0;
}
#outerContainer {
	width: 960px;
	background-image: url(../images/outer.jpg);
	background-repeat: repeat-y;
}
#contentContainer {
	width: 960px;
	background-image: url(../images/bg-content-Top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#innerContainer {
	width: 960px;
	background-image: url(../images/bg-content-Bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainContent {
	float: left;
	margin: 0;
	min-height: 300px;
	padding: 33px 38px 98px 33px;
	width: 624px;
}
html>body #mainContent {height:auto;}
#mainContent ul {
	color: #4c2915;
	margin: 0;
	padding: 0 0 11px 0;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	list-style-type: square;
	list-style-position: inside;
}

#mainContent ul li ul {
	padding: 0 0 11px 29px;
}

#sidebar {
	float: left;
	min-height: 565px;
	width: 265px;
	background-color: #034a46;
	background-image: url(../images/bg-SideBar.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#sidebar h3 {padding:10px;}

#practiceAreas {
	height: 257px;
	padding: 11px 0 0 13px;
	width: 252px;
}
#practiceAreas .aop-new {
	display: block;
	height: 51px;
	width: 239px;
	padding: 0 7px 0 0;
	background-image: url(../images/bg-PA.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #deb54f;
	text-transform: uppercase;
	line-height: 42px;
	text-align: center;
}
#practiceAreas ul {
	list-style:none;
	margin:0;
	padding: 0 0 0 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
#practiceAreas ul li {
	line-height: 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 4px;
}
#practiceAreas ul li.double {
	background-image: none;
	line-height: 14px;
	padding: 0 0 0 4px;
}
#practiceAreas ul li a {
	padding:0 10px;
	color:#d6ba6d;
	text-decoration:none;
	font-weight: normal;
}
#practiceAreas ul li a:hover {
	text-decoration:underline;
}
#contact {
	padding: 11px 0 0 13px;
	width: 252px;
}
#contact .qc-new{
	display: block;
	height: 51px;
	width: 239px;
	padding: 0 7px 0 0;
	background-image: url(../images/bg-QC.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #deb54f;
	text-transform: uppercase;
	line-height: 42px;
	text-align: center;
}

#contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #deb54f;
	text-align: center;
	padding: 8px 34px 9px 22px;
	line-height: 14px;
}

/* Generic Form Styling */
#mc-form {width: 191px; padding: 0 0 0 23px; margin: 0; text-align: center;}
#mc-form form {width:100%;}
#mc-form label {display:block; text-align:left; height:15px; padding:0 0 3px 0; margin:0; width:100%;}
#mc-form input {
	border: none;
	width: 191px;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 16px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #eee1c1;
}
#mc-form textarea {
	border: none;
	background-color: #eee1c1;
	width:191px;
	height:40px;
	margin-bottom:10px;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow:hidden;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 3px;
}
#mc-form input.submit-btn {
	width: 68px;
	height: 32px;
	float: left;
	border: none;
	cursor: pointer;
	margin: 3px 0 0 66px;
	padding: 0;
	background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* Footer Styling */
#footerContainer {
	clear:both;
	width: 954px;
	padding: 3px 3px 0 3px;
	margin: 0 auto;
	background-color: #010c12;
}
#footer {
	height:103px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/bg-Footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#footer p {	margin: 0; padding: 10px 0;}

/* Footer Navigation Styling */
#footerNav {text-align:center;}
#footerNav a {
	text-decoration:none;
	color:#deb54f;
	font-size: 12px;
	padding: 0 20px;
	border-right:1px solid #deb54f;
	text-transform:capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#footerNav a:hover {color:#deb54f; text-decoration:underline;}
#footerNav a.last-child {border: none;}


/*Disclaimer*/
.bottom-line{}
/*bottom-line-wrapper*/
.bottom-line-wrapper{padding:0 0 20px; margin:0 auto; width:850px; overflow:hidden; color:#000;}
.bottom-line-wrapper a img{	float:left; padding-right:15px; border:none;}
.bottom-line-wrapper p{
	margin:0;
	padding-top:5px;
	overflow:hidden;
	color:#deb54f;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bottom-line-wrapper p a, .bottom-line-wrapper p a:visited {
	font-weight:bold;
	font-size:10px;
	color:#deb54f;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-decoration:none;
}
.bottom-line-wrapper p a:hover {text-decoration:underline;}

/*MenuBar Styling*/
/*Controls how MenuBar sits in Nav div*/
ul.MenuBarHorizontal {
	cursor: default;
	display: table;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	*width: 905px; /*Only change width for IE browsers ONLY!*/
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*Not sure what this does*/
ul.MenuBarActive {
	z-index: 1000; 
}
/*Not sure what this does*/
ul.MenuBarHorizontal li /*Do not set a height for 'li' - WILL BREAK in IE6 if you do!*/{
	cursor: pointer; 
	float: left; 
	font-size: 100%; 
	list-style-type: none;
	margin: 0; 
	padding: 0;
	position: relative;
	text-align: left;
}

ul.MenuBarHorizontal ul {
	cursor: default; 
	font-size: 100%; 
	left: -1000em;
	list-style-type: none;
	margin: 0; 
	padding: 0;
	position: absolute; 
	width: 225px;
	z-index: 1020;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto; 
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	background: #000;
	width: 225px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute; 
	margin: -5% 0 0 95%; 
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto; 
	top: 0; 
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	padding: 10px 24px 10px;
	text-transform:capitalize;
	color: #deb54f;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 15px;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
ul.MenuBarHorizontal ul a {
	background-color: #010c12;
	color: #deb54f;
	cursor: pointer;
	display: block;
	height: auto;
	padding: 10px 12px 9px 26px;
	text-transform: capitalize;
	text-decoration: none;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background-color: #C90;
	color: #FFF;
	text-decoration: none;
}
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus {
	background-color: #F90;
	color: #9ec3a7;
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	color: #9ec3a7;
	text-decoration: none;
	background-image: url(../images/hover.jpg);
	background-repeat: repeat-x;
}
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible {
	background-color: #010c12;
	color: #9ec3a7;
	text-decoration: none;
}

ul.MenuBarHorizontal iframe {
	position: absolute; 
	z-index: 1010; 
	filter:alpha(opacity:0.1); 
}*/
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline; 
		f\loat: left; 
	}
}




/* Directions Page Styles (Google Maps Default)


/* Fix for IE6 - prevents text from disappearing when map loads - apply this class to the RTF for content area */
.DirectionsContent {
	display:block; 
	position:relative;}
	

/* [ Outer div ] -----------> */
#directionsForm {
	}

/* div that wraps form */
#directionsInput {
	padding:4px 0px;}

#fromAddress {
	width:350px; 
	border:1px solid #c0c0c0; 
	background:#eee; 
	padding:3px 4px; 
	font:11px Tahoma, Verdana, sans-serif; 
	color:#555;} /* address input field */

#directionsLocale {
	padding:4px 0px;}

	#directionsLocale select {
		border:1px solid #c0c0c0; 
		background:#eee; 
		padding:2px; 
		font:11px Tahoma, Verdana, sans-serif; 
		color:#555;} /* language dropmenu */

#locale{
	}

#directionsSubmit {
	padding:4px 0px;}
	
	#directionsSubmit input {
		padding:1px 2px; 
		font:bold 12px Tahoma, Verdana, sans-serif; 
		text-transform:uppercase; 
		color:#fff; 
		background:#364a61; 
		border:1px solid #000;} /* GET DIRECTIONS button */
	#directionsSubmit input:hover {
		background:#7b0225;}

#map {
	border:1px solid #c0c0c0; 
	color:#000;}

#addressNotFound {
	}

#directions {
	}

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:3px 0px; 
	margin:0px;}

.form-label {
	width:112px; /* Width of labels */
	padding:0px 2px 0px 0px; 
	display:inline-block; 
	vertical-align:top; 
	text-align:right;}
  
.form-pct {	
	border:1px solid #bbb; 
	background:#eee; 
	font:11px Tahoma, Verdana, sans-serif; 
	color:#555; 
	padding:5px 6px; 
	width:380px;}
	
select.form-pct {
	width:auto;}
	
.msg-pct {
	border:1px solid #bbb; 
	background:#eee; 
	font:11px Tahoma, Verdana, sans-serif; 
	color:#555; 
	padding:5px 6px; 
	width:495px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px; 
	overflow:auto;}

.main-submit {
	padding:1px 2px; 
	font:bold 12px Tahoma, Verdana, sans-serif; 
	text-transform:uppercase; 
	color:#fff; 
	background:#364a61; 
	border:1px solid #000; 
	text-align:center; 
	text-decoration:none;} /*applied to SUBMIT and CLEAR VALUES buttons on main contact form */
	
.main-submit:hover {
	background:#7b0225;}


.custom-form {
	margin-top:14px;}

	.custom-form fieldset {
		margin:0px; 
		padding:0px; 
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px; 
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px; 
		padding:0px; 
		list-style:none;}



/*  <![ Disclaimer Alert [ ----------------------------------------------------*/

#overlay_div {
	position:relative; 
	font:11px Verdana, Arial, Helvetica, sans-serif; 
	color:#666; 
	padding:0px; 
	z-index:100;}

#overlay_div p {
	line-height:normal;}
	
#iagree {
	position:absolute; 
	font:11px Verdana, Arial, Helvetica, sans-serif; 
	color:#666; 
	padding:15px 15px 15px 15px; 
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:400px; 
	margin:4px 0 0 0;}

#overlay_div h3 {
	font:18px Verdana, Arial, Helvetica, sans-serif; 
	border-bottom:1px solid #0a3150; 
	color:#031c40; 
	padding:0; 
	margin:0px 0px 4px 0px;}

#iagree .overlay_submit {
	padding:4px; 
	margin:0 6px 0 0; 
	font:12px Verdana, Arial, Helvetica, sans-serif; 
	color:#fff; 
	background:#555; 
	border:1px solid #333; 
	float:right; 
	text-decoration:none;}
	
	#iagree .overlay_submit:hover {
		text-decoration:none; 
		color:#fff; 
		background:#777; 
		border:1px solid #555;}
	
#iagree .checkbox {
	float:left; 
	height:22px; 
	display:block;}

#iagree input#Agreement {
	position:relative; 
	top:3px; 
	border:none;}
	
 #header .address {
	float: right;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 26px;
    top: 22px;
    width: 320px;
	}
	
.toll-free {
	margin:0px;
	padding:0px;
	float:right;
	}
.toll-free p {
	color: #fbffff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 19px;
    font-weight: bold;
    margin: 0px 0px 7px 0px;
    padding: 0;
	
	}
	
.toll-free span {
	color: #edc56e;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
	
	}
	
.free-initial {
	margin:0px;
	padding:0px;
	float:left;
	}
	
.free-initial ul {
	margin-left: 22px;
    margin-top: 7px;
    padding: 0;
	}
	
.free-initial ul li {
	margin:0px 0px 2px 0px;
	padding:0px;
	color:#fff;
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
	font-style:italic;
	font-weight:bold;
	}

	
/* *** ** End   of CSS ** *** */
