#cms_content { 
	width: 480px;
}

body {
	margin: 0px 0px;
	background: #F2EAD2 url(../images/body-bg.jpg) repeat-x;
	font-family: Verdana, Arial;
	font-size: 14px;
	height: 100%;
	position: relative;
}

a {
	color: #6F2617;
}

a:hover {
	color: #424242;
	text-decoration: none;
}


/* WRAPPER */
#wrapper {
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	position: relative;
	
}
/* @END WRAPPER */


/* BANNER */
#banner {
	background: transparent url(../images/gallagher-law-logo.jpg) no-repeat;
	width: 1000px;
	height: 289px;
	position: relative;
}
/* @END BANNER */


/* NAVIGATION */
#navigation {
	background: transparent url(../images/navigation-bg.png) no-repeat;
	height: 47px;
	position: relative;
}

	#navigation #nav {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		list-style-type: none;
		position: relative;
		height: 40px;
		text-align: right;
	}
	
	#navigation #nav li {
		padding: 0px 8px 3px 4px;
		margin: 0px 0px 0px 0px;
		display: inline;
		border-right: 1px solid #FFF;
	}
	
		#navigation #nav li.end-link {
			border: none;
		}
	
	#navigation #nav li a{
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 13px;
	}
	
	#navigation #nav li a:hover {
		text-decoration: underline;
	}
	
	li#practice-areas {
		position: relative;
	}
	
		#navigation ul#nav li#practice-areas ul.drop {
			z-index: 550;
			margin: 0;
			padding: 0px;
			text-indent: 0;
			list-style-type: none;
			position: absolute;
			top: 100%;
			width: 185px;
			left: 0px;
			visibility: visible;
			text-align: left;
			background: #994736 url(../images/drop-bg.png) repeat-x bottom;
			border: 1px solid #3d1008;
		}
		
		#navigation ul#nav li#practice-areas ul.drop li {
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			border: none;
			display: block;
		}
		
		#navigation ul#nav li#practice-areas ul.drop li a {
			padding: 0px 0px 0px 4px;
			margin: 0px 0px 0px 0px;
			border-bottom: 1px dotted #FFF;
			display: block;
		}
		
		#navigation ul#nav li#practice-areas ul.drop li a:hover {
			text-decoration: none;
			border-color: #3F83CA;
			background-color: #123D69;
			padding-left: 10px;
		}
	
		#navigation ul#nav li#practice-areas ul.drop {
			visibility: hidden;
		}
		
		#navigation ul#nav li#practice-areas:hover ul.drop {
			visibility: visible;
		}
			

	
/* @END NAVIGATION */
	
	
/* SUB WRAPPER */
#sub-wrapper {
	background: transparent url(../images/sub-wrapper-bg.png) repeat-y;
}
/* @END SUB WRAPPER */


/* LEFT CONTENT */
#left-content {
	background: transparent url(../images/left-content-bg.png) repeat-y;
	margin: -55px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 290px;
	float: left;
	position: relative;
}

	#left-content h2#practice {
		background: transparent url(../images/practice-areas-header.png) no-repeat;
		height: 63px;
		width: 290px;
		margin: 0px 0px 0px 3px;
		padding: 0px 0px 0px 0px;
		text-indent: -9001em;
	}
	
	#left-content h2#evaluation {
		background: transparent url(../images/free-case-evaluation-header.png) no-repeat;
		height: 63px;
		width: 290px;
		margin: 0px 0px 0px 3px;
		padding: 0px 0px 0px 0px;
		text-indent: -9001em;
	}
	
	#left-content h3 {
		background: transparent url(../images/call-today.png) no-repeat;
		margin: 75px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 78px;
		width: 290px;
		text-indent: -9001em;
		clear: both;
	}
	
	#left-content ul {
		margin: 15px 0px 25px 55px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
	}
	
	#left-content ul li {
		background: transparent url(../images/link-arrow.gif) no-repeat 0px 6px;
		margin: 0px 0px 7px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#left-content ul li:hover {
		background-position: 0px -20px;
	}
	
	#left-content ul li a {
		padding: 0px 0px 0px 10px;
		color: #FFF;
		text-decoration: none;
		font-family: Verdana;
		display: block;
	}
	
	#left-content ul li a:hover {
		text-decoration: underline;
	}
	
	#left-content p {
		margin: 0px 0px 0px 0px;
		padding: 10px 25px 0px 25px;
		color: #FFF;
		font-family: Verdana;
		font-size: 12px;
		text-align: justify;
	}
	
	#contact-left {
		font-family: Times;
		color: #FFF;
		font-size: 13px;
		background-color: #053D65;
		display: block;
		width: 135px;
		padding: 4px 3px 2px 3px;
		margin: 3px 0px 0px 0px;
		text-decoration: none;
		text-align: center;
		float: right;
	}
	
	#contact-left:hover {
		background-color: #591509;
	}
/* @END LEFT CONTENT */	


/* MAIN CONENT */	
#main-content {
	width: 484px;
	float: left;
	position: relative;
	font-size: .95em;
}

	#main-content h1 {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 26px;
		font-family: Times;
		color: #21435D;
		font-weight: normal;
	}
	
	#main-content h2 {
		margin: 5px 0px 3px 4px;
		padding: 0px 0px 0px 0px;
		font-family: Times;
		font-size: 20px;
		font-weight: normal;
		color: #591509;
	}
	
	#main-content h3 {
		margin: 0px 0px 0px 4px;
		padding: 0px 0px 0px 0px;
		font-family: Times;
		font-size: 16px;
		font-weight: normal;
		color: #6F2617;
	}
	
	#main-content p {
		margin: 0px 0px 0px 0px;
		padding: 5px 35px 15px 7px;
		font-family: Times;
		color: #21435D;
		line-height: 1.55em;
	}
	
	#main-content ul {
		font-family: Times;
		color: #21435D;
	}
	
	#main-content ul li {
		margin: 7px 0px;
		padding: 0px 0px;
	}
/* @END MAIN CONTENT */


/* RIGHT CONTENT */
#right-content {
	width: 226px;
	float: right;
	position: relative;
}

	#right-content h3#our-success {
		margin: 10px auto 0px auto;
		display: block;
		width: 193px;
		border: 1px solid #D7CEAF;
		background-color: #FFF;
	}
	
	#right-content h3#our-success a {
		padding: 10px 0px 10px 0px;
		font-family: Times;
		color: #2F5068;
		font-weight: normal;
		text-align: center;
		font-size: 14px;
		text-decoration: none;
		display: block;
	}
	
	#right-content h3#our-success a:hover {
		color: #FFF;
		background-color: #1C2C44;
	}
	
	#right-content h3#legal-news {
		margin: 0px 0px 0px -10px;
		padding: 8px 0px 4px 15px;
		font-size: 17px;
		color: #6D1C05;
		font-family: Times;
		font-weight: normal;
		width: 210px;
		border: 1px solid #D7CEAF;
		background-color: #FFF;
		text-transform: uppercase;
	}
	
	#right-content h4 {
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 14px;
		color: #20435D;
		font-family: Times;
		text-align: center;
	}
		
		#legal-blog {
			margin: 0px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
			width: 205px;
		}
	
		#legal-blog p {	
			margin: 0px 0px 0px 0px;
			padding: 15px 0px;
			text-align: justify;
			font-family: Times;
			font-size: 12px;
			color: #20435D;
			line-height: 1.5em;
			clear: both;
		}
		
		#legal-blog p.rssincl-itemtitle{
			padding: 3px 0px;
		}
		
		#legal-blog .rssincl-itemdesc {
			padding: 3px 0px !important;
		}
		
		/* #legal-blog a {
			margin: 5px 0px 0px 0px;
			padding: 2px 3px 1px 3px;
			font-size: 11px;
			font-family: Times;
			color: #FFF;
			display: block;
			background-color: #20435D;
			text-decoration: none;
			text-transform: uppercase;
			float: right;
		}
		
		#legal-blog a:hover {
			background-color: #591509;
		} */
/* @END RIGHT CONTENT */
	

/* BOTTOM CAP */
#bottom-cap {
	margin: -16px 0px 0px 0px;
	clear: both;
	background: transparent url(../images/bottom-cap.png) no-repeat bottom;
	height: 8px;
	position: relative;
}
/* @END BOTTOM CAP */


/* FOOTER */
#footer {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 15px 0px;
	text-align: right;
	font-size: 11px;
	font-family: Times;
	text-transform: uppercase;
	color: #20435D;
}

	#footer a {
		text-decoration: none;
		color: #20435D;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
/* @END FOOTER */

/* PAGE SPECIFIC */

.att-profile {
	margin: 0px 25px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #F2EAD2; 
}

.att-profile img {
	float: left;
	border: 1px solid #20435D;
	margin: 0px 8px 5px 10px;	
}

#main-content .att-profile p {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

#main-content .body-link {
	list-style-type: none;
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

#main-content .body-link li {
	background: transparent url(../images/link-arrow.gif) no-repeat 0px 2px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}

#main-content .body-link li a {
	padding: 0px 0px 0px 10px;
	display: block;
}

#main-content .body-link li:hover {
		background-position: 0px -24px;
	}

/* @END PAGE SPECIFIC */


/* CONTACT FORM */
.side-contact-form {
	margin: 0px 0px 0px 30px;
}

#main-content .side-contact-form p {
	margin: 10px 0px 15px 75px;
	padding: 0px 0px 0px 0px;
}

.side-contact-form input {
	border: 1px solid #F2EAD2;
	padding: 4px 5px;
	font-family: Verdana;
	color: #20435D;
	font-size: 12px;
	width: 200px;
}

.side-contact-form textarea {
	border: 1px solid #F2EAD2;
	padding: 4px 5px;
	font-family: Verdana;
	color: #20435D;
	font-size: 12px;
	width: 225px;
}

.side-contact-form .submit {
	background-color: #20435D;
	color: #FFF;
}

.side-contact-form .submit:hover {
	background-color: #591509;
}

/* @END CONTACT FORM */
.clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
	position: relative;
}

.hidden {
	height: 0px;
	width: 0px;
	visibility: hidden;
	display: none;
}

.practice-header {
	border: none;
	margin: 0 auto;
}
