/*
-----------------------------------------------
Style Sheet

Site: Template #8
Author:   CMTM - www.cmtminc.com
Version:  2006.8
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; font-weight:normal; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* reset margin and padding for all elements to 0 */
* { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(../images/bg.jpg) repeat-x #E4E4E2;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-bottom:10px;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#890000;
	}
	
a:hover, a:active {
	color:#0A1B59;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	padding:2px;
	border: 1px solid #ccc;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:left;
	}

.read_more {
	text-align:right;
	}

.raquo {
	font-size:1.2em;
	color:#890000;
	}

.hr {
	background: #ddd;
	border: 0;
	color: #ddd;
	height: 2px;
	margin: 10px 0;
	overflow:hidden;
	}
	
.hr_no_space {
	background: #ddd;
	border: 0;
	color: #ddd;
	height: 2px;
	margin:2px 0;
	overflow:hidden;
	}


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		


/* Layout
 * ------------------------------------------------------------------------- */

#container {
	background:url(../images/container_bg.jpg) repeat-y;
	width:730px;
	margin:0 auto;
	text-align:left;
	}

#banner {
	background:url(../images/banner.jpg) no-repeat;
	height:206px;
	}
	
#banner h1 {
		display:none;
		}

#banner h2 {
		display:none;
		}

#primary_content {
	width:455px;
	margin:10px 7px 0 20px;
	float:left;
	display:inline;
	}
	
#vertical_divider {
	background:url(../images/vertical_divider_bg.jpg) repeat-y;
	width:455px;
	}

#secondary_content {
	width:248px;
	float:left;
	display:inline;
	}

#container_bottom {
	background:url(../images/container_bottom.jpg) no-repeat;
	width:730px;
	height:10px;
	overflow:hidden;
	}

/* ---------- Blurb_1 ---------- */
#blurb_1 {
	}
	
#blurb_1_title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2.0em;
	color:#0A1B59;
	letter-spacing:-1px;
	margin-bottom:10px;
	}
	
	#blurb_1_title span {
		font-weight:bold;
		}

#blurb_1_body {
	line-height:1.6em;
	}


/* ---------- Blurb_2 ---------- */
#blurb_2 {
	width:210px;
	float:left;
	margin-right:32px;
	}

#blurb_2_title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#0A1B59;
	letter-spacing:-1px;
	margin-bottom:10px;
	}

#blurb_2_body {
	line-height:1.4em;
	}

	#blurb_2_title span {
		font-weight:bold;
		}
	
#blurb_2_body h3 {
	background:url(../images/news_icon.jpg) no-repeat;
	padding:5px 0 0 20px;
	color:#890000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	}


/* ---------- Blurb_3 ---------- */
#blurb_3 {
	width:210px;
	float:left;
	}

#blurb_3_title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#0A1B59;
	letter-spacing:-1px;
	margin-bottom:10px;
	}

	#blurb_3_title span {
		font-weight:bold;
		}
		
#blurb_3_body {
	line-height:1.4em;
	}

	#blurb_3_body ul {
			padding: 10px 0;
			}

		#blurb_3_body ul li { 
			_position:relative;	 /*to fix the IE bullet peekaboo pug */
			padding-left: 10px;
			padding-bottom:3px;
			list-style: none;
			background: transparent url(../images/bullet.gif) 0px 6px no-repeat;
			font-weight:bold;
			font-size:.92em;
			}
			
			#blurb_3_body ul li a {
				text-decoration:none;
				}
			
/* ---------- Blurb_3 ---------- */
#contact_box {
	background:url(../images/contact_bg.jpg) repeat-y;
	width:248px;
	}

#contact_top {
	background:url(../images/contact_top.jpg) no-repeat;
	width:163px;
	padding:60px 45px 5px 40px;
	color:#4C4C4C;
	font-size:.92em;
	}

#contact_bottom {
	background:url(../images/contact_bottom.jpg) no-repeat;
	height:9px;
	overflow:hidden;
	}

/* ----- Quick Contact Form -----*/

form {
	width:160px;
	margin-bottom:10px;
	}

label {
	float:left;
	width:50px;
	margin-left:5px;
	margin-top:-2px; /* to align label with the top of input area */
	}

input, textarea {
	width:160px;
	border:1px solid #4c4c4c;
	float:left;
	margin-bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 0;
	font-size:1.0em;
	color:#333333;
	}
	
textarea {
	overflow:auto;
	}

	form br {
		line-height:0.0;  /* defaults vertical spacing between fields */
		clear:left;
		}
	
#submit {
	width:50px;
	background-color:#fff;
	}

/* ----- Main Contact Form -----*/
#main_contact {
	margin: 10px auto;
	width:265px;
	}


#main_contact  label {
	float:left;
	width:70px;
	text-align:right;
	margin-right:10px;
	margin-top:2px; /* to align label with the top of input area */
	}
	
#main_contact input, #main_contact textarea {
	width:150px;
	border:1px solid #404040;
	float:left;
	margin-bottom:8px;
	}


#main_contact #submit {
	width:60px;
	border:1px solid #404040;
	margin-left:85px;
	height:20px;
	background-color:#fff;
	float:none;
	}


/* ---------- Blurb_5 ---------- */
#blurb_5 {
	background:url(../images/contact_bg.jpg) repeat-y;
	width:248px;
	margin:12px 0 10px 0px;
	}

#office_locations_title {
	background:url(../images/office_locations.jpg) no-repeat;
	width:248px;
	height:41px;
	}
	
	#office_locations_title h4 {
		display:none;
		}
	
#blurb_5_body {
	line-height:1.4em;
	width:165px;
	padding:10px 0 0 39px;
	font-size:.92em;
	}

#office_locations_bottom {
	background:url(../images/contact_bottom.jpg) no-repeat;
	height:9px;
	overflow:hidden;
	}


/* ------------------- subpage styles -------------------- */

/* ---------- body_content ---------- */
#body_content_title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2.0em;
	color:#0A1B59;
	letter-spacing:-1px;
	margin-bottom:10px;
	}

#body_content_body {
	line-height:1.6em;
	}
	
	#body_content_body ul {
		padding-left:10px;
		margin:5px 0;
		}

		#body_content_body ul li { 
			_position:relative;	 /*to fix the IE bullet peekaboo pug */
			padding-left: 10px;
			padding-bottom:3px;
			list-style: none;
			background: transparent url(../images/bullet.gif) 0px 6px no-repeat;
			font-weight:bold;
			}
			
					#body_content_body ul li ul li {
						margin-top:3px;
						padding-bottom:0;
						font-size:.92em;
						} 
							
							#body_content_body ul li ul li ul li {
							font-weight:normal;
							font-size:1.0em;
							margin-top:3px;
							padding-bottom:0;
							}
							
	#sitemap ul {
		padding-left:10px;
		margin:5px 0;
		}


		#sitemap ul li { 
			_position:relative;	 /*to fix the IE bullet peekaboo pug */
			padding-left: 10px;
			padding-bottom:3px;
			list-style: none;
			background: transparent url(../images/bullet.gif) 0px 6px no-repeat;
			font-weight:bold;
			}
			
					#sitemap ul li ul li {
						margin-top:3px;
						padding-bottom:0;
						font-size:.92em;
						} 
							
							#sitemap ul li ul li ul li {
							font-weight:normal;
							font-size:1.0em;
							margin-top:3px;
							padding-bottom:0;
							}							

/* ---------- blurb_6 (Practice Areas) ---------- */
#blurb_6 {
	background:url(../images/contact_bg.jpg) repeat-y;
	width:173px;
	padding:10px 36px 5px 39px;
	}
	
#practice_areas_title {
	background:url(../images/practice_areas_title.jpg) no-repeat;
	width:248px;
	height:41px;
	margin-top:10px;
	}		
	
#blurb_6_body {
	line-height:1.4em;
	}
	
	#blurb_6_body ul {
		/*padding-left:10px; */
		padding-left:0px;
		}

		#blurb_6_body ul li { 
			_position:relative;	 /*to fix the IE bullet peekaboo pug */
			padding-left: 10px;
			padding-bottom:3px;
			list-style: none;
			background: transparent url(../images/bullet.gif) 0px 6px no-repeat;
			font-weight:bold;
			font-size:1.1em;
			}
			
					#blurb_6_body ul li ul li {
						margin-top:3px;
						padding-bottom:0;
						font-size:.92em;
						} 
							
							#blurb_6_body ul li ul li ul li {
							font-weight:normal;
							font-size:1.0em;
							margin-top:3px;
							padding-bottom:0;
							} 
			
			#blurb_6_body ul li a {
				text-decoration:none;
				}

#practice_areas_bottom {
	background:url(../images/contact_bottom.jpg) no-repeat;
	height:9px;
	overflow:hidden;
	margin-bottom:10px;
	}

/* ---------- Footer ---------- */
#footer_bg {
	background:url(../images/footer_bg.jpg) repeat-y;
	width:730px;
	margin-top:10px;
	text-align:center;
	}

#footer_top {
	background:url(../images/footer_top.jpg) no-repeat;
	width:650px;
	padding:20px 40px 5px 40px;
	font-size:.92em;
	color:#444;
	}

#footer_bottom {
	background:url(../images/footer_bottom.jpg) no-repeat;
	width:730px;
	height:8px;
	overflow:hidden;
	}

#footer {
		margin: 0 0 5px 0;
		padding: 0;
		}

 	#footer li {
    	margin: 0;
    	padding: 0 7px 0 10px;
    	display: inline;
    	border-left: 1px solid #444;
    	background: none;
		color:#444;
   		}

		#footer li.first { 
			border: none;
			}

		#footer a:link, #footer a:visited{
			color:#444;
			text-decoration:none;
			}

		 #footer a:hover, #footer a:active {
			color:#888;
			text-decoration:none;
			}
	

/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("../images/nav.jpg") no-repeat; width:730px; height:33px; position:relative; }
#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:33px; display:block; }
#nav span { display:none; }

#nav_01 { width: 47px; left:62px; }
#nav_02 { width: 106px; left: 113px; }
#nav_03 { width: 159px; left: 223px; }
#nav_04 { width: 92px; left: 386px; }
#nav_05 { width: 109px; left: 482px; }
#nav_06 { width: 82px; left: 595px; }


#nav_01 a:hover { background: transparent url("../images/nav.jpg") -62px -33px no-repeat; }
#nav_02 a:hover { background: transparent url("../images/nav.jpg") -113px -33px no-repeat; }
#nav_03 a:hover { background: transparent url("../images/nav.jpg") -223px -33px no-repeat; }
#nav_04 a:hover { background: transparent url("../images/nav.jpg") -386px -33px no-repeat; }
#nav_05 a:hover { background: transparent url("../images/nav.jpg") -482px -33px no-repeat; }
#nav_06 a:hover { background: transparent url("../images/nav.jpg") -595px -33px no-repeat; }
