@charset "UTF-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background: #c2cac6;
	font-family: Georgia;
	font-size: 13px;
}

#fullScreen {
		background: #c2cac6 url(http://www.collablawtexas.com/themes/CollabLaw/images/bkg-interior-repeat.jpg) repeat-x;
		width:100%;
}

p
{
	padding-bottom: 15px;
}

a
{
	color: #55678C;
	cursor:pointer;
}

ol
{
    padding-left: 25px;
    margin-left: 0px;
}

ul
{
    padding-left: 25px;
}

a:visited
{
	color: #556378C;
}

#memberHolder
{
	padding-top: 5px;
	width: 980px;
	height: 25px;
	text-align: right;
	color: #FFF;
	font-size: 11px;
}

	#memberHolder a
	{
		color: #FFF;
	}
	
	#memberHolder a:hover
	{
		color: #CCC;
	}
	
	#memberHolder .textbox
	{
		width: 144px;
		height: 18px;
		background: url(http://www.collablawtexas.com/themes/CollabLaw/images/textbox-bkg.jpg) repeat-x;
		border: 0px;
		padding:2px 2px 0;
	}
	
	#memberHolder .submitButton
	{
		padding-bottom: 3px;
		padding-top: 3px;
		width: 52px;
		height: 18px;
		background: url(http://www.collablawtexas.com/themes/CollabLaw/images/submit-bkg.jpg) repeat-x;
		border: 1px solid #2f2f2f;
		color: #FFF;
		text-transform:  uppercase;
		font-size: 9px;
		cursor:pointer;
	}

#navHolder
{
	width: 980px;
	height: 99px;
}

	#logoHolder
	{
		width: 250px;
		height: 100px;
		display: inline;
		float: left;
	}
	
	#logoHolder h1
	{
		display: inline;
	}
	
	#logoHolder h1 a
	{
		width: 254px;
		height: 99px;
		display: inline;
		float: left;
		background: url(http://www.collablawtexas.com/themes/CollabLaw/images/logo.jpg) no-repeat;
		text-indent: -5555px;
	}
	
	#nav {
	height:99px;
	}
	
	#nav li
	{
		float: left;
		list-style: none;
		text-align: center;
	}
	#nav a
		{
			color: #FFF;
			text-decoration: none;
		}
	
		.overview
		{
			width: 103px;
			height: 59px;
			padding: 40px 5px 0px 0px;
			border-right: #3f4756 solid 1px;
		}
		
		.concerns
		{
	width: 120px;
	height: 59px;
	border-right: #3f4756 solid 1px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
		}		
		
		.approach
		{
	width: 120px;
	height: 59px;
	padding: 40px 10px 0px 10px;
	border-right: #3f4756 solid 1px;
		}
		
		.about
		{
	width: 120px;
	height: 59px;
	padding: 40px 10px 0px 10px;
	border-right: #3f4756 solid 1px;
		}
		
		.locate
		{
	width: 150px;
	height: 59px;
	padding: 40px 6px 0px 6px;
	border-right: #3f4756 solid 1px;
		}
		
		.blog
		{
	width: 120px;
	height: 59px;
	padding: 40px 0px 0px 10px;
		}
		
		#nav li:hover
		{
			background: url(http://www.collablawtexas.com/themes/CollabLaw/images/nav-hover.jpg) repeat-x;			
		}
#headerBox {
	width:940px;
	height:200px;
	margin-left:20px;
}

#interiorImg {
	width:396px;
	height:203px;
	
	float:left;
	clear:both;
	position:relative;
}

#interiorImg img {
	padding:0px;
	margin:0px;
}

#interiorHeadContent {
	height:160px; /* 200 - 40px from padding */
	width:480px; /* 520 - 40px from padding */
	padding:20px;
	float:left;
}

#interiorHeadContent h2 {
	font-family:Arial;
	font-weight:normal;
	color:#ffffff;
	font-size:22px;
}

#interiorWhiteBox {
	float:none;
	clear:both;
	width:958px; /* 958px - 40 pixels of padding */
	position:relative;
	margin-left:12px;
	top:-20px;
}

#interiorWhiteBox td {
	padding:10px;
}

	#interiorWhiteBoxTop {
		height:19px;
		width: 958px;
		background:url(http://www.collablawtexas.com/themes/CollabLaw/images/int_content_top.png) no-repeat;
	}
	
	#interiorWhiteBoxMiddle {
		height:auto;
		overflow:hidden;
		padding-left:20px;
		padding-right:20px;
		width: 918px;
               margin-left:8px;
		background:url(http://www.collablawtexas.com/themes/CollabLaw/images/int_content_middle.jpg) repeat-y;
	}
	
	#interiorWhiteBoxNav {
		padding-bottom:10px;
		float:none;
	}
	
	#interiorWhiteBoxNav a {
		color:#FFFFFF;
		text-decoration:none;
	}
	
	
	#interiorWhiteBoxNav ul.nav {
		list-style:none;
		display:block;
		width:580px;
		float:none;
		height:30px;
		}
	
	#interiorWhiteBoxNav ul.nav li {
		background-color:#242d3f;
		float:left;
		width:110px;
		padding:5px 2px 0px 2px;
		text-align:center;
		height:40px;
		border:solid 1px #ffffff;
	}
	
	#interiorWhiteBoxNav ul.nav li:hover {
		background-color:#7d95c6;
	}
	
		#interiorWhiteBoxRightCol {
		width:280px;
		float:right;
		
		}
		
		#interiorWhiteBoxRightCol a {
		color:#55678c;
		}
		
		#interiorWhiteBoxRightCol img {
		border:0px;
		}
		
		
		
		#interiorWhiteBoxRightCol li {
		padding-bottom:10px;
		}
		
		#interiorWhiteBoxRightCol ul.nav {
		list-style:none;
		padding:20px;
		min-height:97px;
		height:97px;
		height:auto !important;
		background:url(http://www.collablawtexas.com/themes/CollabLaw/images/rightcolbg.jpg) repeat-x;
		}
		
		#interiorWhiteBoxContent {
		width:600px;
		height:600px;
		height:auto !important;
		min-height:600px;
		}
		
		#interiorWhiteBoxContent h2, #interiorWhiteBoxContent h3, #interiorWhiteBoxContent h4 {
		padding-bottom:10px;
		color:#55678c;
		font-family:Georgia;
		}
		
		#interiorWhiteBoxContent ol li {
		list-style:decimal;
		list-style-position:inside;
		padding-left:10px;
		}
		
		#interiorWhiteBoxContent ol {
		padding-bottom:20px;
		}
		
		#interiorWhiteBoxContent ul {
		padding-left:20px;
		padding-bottom:20px;
		}
	
	#interiorWhiteBoxBottom {
		height:19px;
		width: 958px;
		background:url(http://www.collablawtexas.com/themes/CollabLaw/images/int_content_bottom.png) no-repeat;
	}
	
#bannerHolder
{
	position: relative;
	width: 980px;
	height: 425px;
	background: url(http://www.collablawtexas.com/themes/CollabLaw/images/banner-index.jpg) no-repeat;
}

	#bannerText
	{
		position: absolute;
		 top: 50px;
		 left: 488px;
		 width: 474px;
	}
	
	#bannerText h1
	{
		font-size: 35px;
		font-family: Arial;
		font-weight: normal;
		line-height: 30px;
		text-transform: uppercase;
		color: #00379b;
	}
	
	#bannerText p
	{
		line-height: 20px;
	}

#ctaHolder
{
	width: 980px;
	height: 220px;
	padding-top: 20px;
	text-align: center;
}

	#ctaHolder img
	{
		border: 8px #FFF solid;
		margin: 0px 8px 0px 8px;
	}

#contentHolder
{
	margin-top: 8px;
	width: 920px;
	padding: 0px 30px 0px 30px;
	color: #666c69;
}

#footerHolder
{
	width: 920px;
	margin-top: 25px;
	padding: 0px 30px 0px 30px;
	color: #666c69;


height:100px;

position:relative;

	
}

	#footerHolder a
	{
		color: #666c69;
		text-decoration: none;
	}
	
	#footerHolder a:hover
	{
		text-decoration: underline;
	}
	
.editHeader
{
	background: #f6f6f6;
	border: 1px solid #55678c;
	margin-bottom: 5px;
	padding: 3px; 
	display: block;
}

.editContent
{
	background: #f6f6f6;
	border: 1px solid #55678c;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px; 
	display: block;
}

/*#accountForm {
	width:800px;
	margin-left:42px;
	display:block;
}

#accountForm label {
	display:block;
	color:#5a5a5a;
	margin-top:5px;
}

#accountForm input, #accountForm textarea {
	margin-left:20px;
	padding:2px;
	border:1px solid #000000;
}

#accountForm input {
	height:12px;
}

#accountForm textarea {
	height:100px;
	width:260px;
}

#accountForm div {
	padding:10px;
	border: solid 1px #5a5a5a;
	overflow:hidden;
	width:800px;
	display:block;
	height:auto;
	margin:5px 0px;
}

#accountForm div div {
	display:none;
	height:auto;
	overflow:hidden;
	padding:10px;
	width:780px;
	border:0px;
	
}

#accountForm span {
	font-size:16px;
	color:#55678c;

}

#accountForm span a {
	float:right;
	color:#55678c;
	text-decoration:none;
}

#accountForm select {
	margin-left:20px;
}

#accountForm .saveButton {
	float:right;
}*/

#locateForm label {
	width:180px;
	display:block;
}

#locateForm input, #locateForm select {
	margin:0px;
}

.member_div {
	margin:5px;
	padding:10px;
	line-height: 18px;
	color: #4c4c4c;
}

.gmnoprint div {
	font-size:10px;
}

#interiorWhiteBox img {
	border:0px;
}

.textBox
{
	border: 1px #CCC solid;
	width: 250px;
	height: 18px;
	padding: 4px;
	font-size: 14px;
	font-family: arial;
	color: #5c5c5c;
}

.textBox1
{
	border: 1px #CCC solid;
	width: 400px;
	height: 18px;
	padding: 4px;
	font-size: 14px;
	font-family: arial;
	color: #5c5c5c;
}

.textArea
{
	border: 1px #CCC solid;
	width: 250px;
	height: 65px;
	padding: 4px;
	font-size: 14px;
	font-family: arial;
	color: #5c5c5c;
}

.textArea1
{
	border: 1px #CCC solid;
	width: 400px;
	height: 65px;
	padding: 4px;
	font-size: 14px;
	font-family: arial;
	color: #5c5c5c;
}
.textArea2
{
	border: 1px #CCC solid;
	width: 400px;
	height: 26px;
	padding: 4px;
	font-size: 14px;
	font-family: arial;
	color: #5c5c5c;
}
.box
{
	background: #f6f6f6;
	border: 1px solid #55678c;
	padding: 15px;
	float: left;
	width: 100%;
}

.box .left
{
	width: 50%;
	float: left;
	display: inline;
}

.box .right
{
	width: 50%;
	float: right;
	display: inline;
}

.left .textBox
{
	width: 90%;
}

.right .textBox
{
	width: 96%;
}
.tbl_badge {
	border:1px solid #222b3f;
	background-color: #e0e2e5;
	font-size: 11px;
	margin-bottom: 20px;
	padding:20px;
	color: #222b3f;
}
