/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/

		/* styles for body and tables contained on the template */

		html {
			overflow-y: scroll;
		}

		body {
			margin: 0;
			padding: 0;
			background: #F1F1F1;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 13.2px;
		}

		/* use this class to control the background of tinyMCE WYSIWYG */
		/* set background and possibly color at minimum or delete this class */
		/* if font size in WYSIWYG seems too small, try setting font-size: 1em; below */
		body#tinymce, body#tinymce td, body#tinymce pre {
			background: ;
			color: ;
			font-family: ;
			font-size: ;
			margin:8px;
		}

		#siteContainer {
			margin: auto;
		}

		#contentContainer {
			background: #FBF3E8;
		}

		#allContent {
			width: 960px;
			margin: auto;
			clear: both;
			overflow: hidden;
		}

		#mainContainer {
			float: left;
		}

		#mainContent {
			width: 684px;
			margin: 40px 0 36px 0;
			float: left;
		}

		#rightContent {
			width: 256px;
			margin: 0 0 0 20px;
			float: left;
		}

		#leftContent {
			width: 256px;
			margin: 0 20px 0 0;
			float: left;
			padding: 40px 0 0 0;
		}

		#topBanner {
			background: #000000;
			height: 162px;
		}

		#flashElement {
			background: url('images/banner.jpg') scroll 0 0 no-repeat;
			width: 960px;
			margin: auto;
			height: 162px;
		}

	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/

		/* styles for header contained on the template */

		#header {
			background: #F3ECE2;
			height: 139px;
			margin: 0;
		}

		#headerContent {
			width: 960px;
			margin: auto;
			height: 139px;
		}

		#threeMen {
			float: left;
			margin: 0;
			height: 139px;
			width: 313px;
			padding: 0 10px 0 0;
		}

		a#headerLogo {
			display: block;
			float: left;
			height: 139px;
			margin: auto;
			width: 324px;
			text-indent: -9000px;
			background: url('images/logo.png') no-repeat scroll center;
		}

		#phNum {
			float: right;
			height: 99px;
			width: 313px;
			text-align: right;
			padding: 40px 0 0 0;
		}

		.phoneNumber {
			background: url('images/phone.png') no-repeat scroll 40px 7px transparent;
			font-size: 32px;
			font-weight: bold;
			margin: 0px;
		}


	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/

		/* styles for Links And Navigation contained on the template */

		#topNavigation {
			background: url('images/menu_bg.jpg') repeat-x scroll 0 0;
			height: 38px;
			clear: both;
			margin: 0;
		}

		#navContent {
			width: 830px;
			margin: auto;
			line-height: 38px;
			text-align: center;
			font-size: 12px;
		}

		#navContent ul {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}

		#navContent ul li {
			background: url("images/menu_item_bg.jpg") repeat-x scroll 0 0 transparent;
			border-left: 1px solid #E0E0E0;
			display: block;
			float: left;
			padding: 0 20px 0 20px;
			line-height: 38px;
		}

		#navContent ul li a {
			color: #000000;
			height: 26px;
			padding: 5px 0 15px 22px;
			text-decoration: none;
		}

		#navContent ul li a.home {
			background: url('images/home.png') no-repeat scroll 0 0 transparent;
		}

		#navContent ul li a.about {
			background: url('images/about.png') no-repeat scroll 0 0 transparent;
		}

		#navContent ul li a.practice {
			background: url('images/practise.png') no-repeat scroll 0 0 transparent;
		}

		#navContent ul li a.attorney {
			background: url('images/attorneys.png') no-repeat scroll 0 0 transparent;
		}

		#navContent ul li a.career {
			background: url('images/careers.png') no-repeat scroll 0 0 transparent;
		}

		#navContent ul li a.blog {
			background: url('images/blog.png') no-repeat scroll 0 0 transparent;
		}

		#navContent ul li a.contact {
			background: url('images/home.png') no-repeat scroll 0 0 transparent;
		}


	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/

		/* styles for Footer And BVLOGO contained on the template */

		#footer {
			background: #9F968B;
			padding: 10px 0 10px 0;
			clear: both;
		}

		#footerContent {
			width: 960px;
			margin: auto;
			text-align: center;
			font-size:12px;
		}


/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/

		/* styles for Titles contained in the bodycontents */

		h1 {
			font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
			font-size: 28px;
			font-weight:bold;
			margin-top: 0;
			margin-bottom: 12px;
		}

		h2 {
			font-size: 	19.8px;
		}

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/

		/* styles for text contained in the bodycontents */

		p {
			margin-bottom: 24px;
		}

		span {
			font-size: 12px;
		}

		span.aop {
			font-size: 13.2px;
			font-weight:bold;
			text-decoration:underline;
		}

	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/

		/* styles for links contained in the bodycontents */

		a {
			color: #940A05;
			text-decoration: underline;
		}

		a:hover {
			color: #940A05;
			text-decoration: underline;
		}

	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/

		/* styles for images contained in the bodycontents */

		.imgLink {
			border: none;
		}

		.imgBorder {
			border: 1px solid #000000;
		}

		.bvLogo {
			vertical-align: absmiddle;
		}

	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/

		/* styles for forms contained in the bodycontents */

		.mainTable {

		}

		table.mainTableBorder {
			border: 0px;
		}

		.tableRowHeader {

		}

		.tableRowFooter {

		}

		#contactFormAll .textRequiredField {
			font-weight: normal;
		}

		.labelColumn {

		}

		#contactFormAll {
			width: 214px;
			padding: 0 20px 0 20px;
			border-left: 1px solid #ffffff;
			border-right: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
			background: #F8D5C1;
		}

		#contactFormAll input, #contactFormAll textarea {
			width: 130px;
		}

		#contactFormAll td {
			vertical-align: top;
			padding: 10px 0 0 0;
		}

		#contactFormAll .submitButton input {
			background: #F0F0F0;
			border: 1px solid #E8C9B8;
			width: 90px;
			margin: 10px 0 10px 67px;
			font-size: 12px;
		}

	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/

		/* styles for any other contained in the bodycontents */

		.paddingTop {
			padding: 40px 0 0 0;
		}

		.lawyerMenu {
			line-height: 18px;
		}

		ul {
			list-style: square outside none;
			margin: 0 0 18px 1.5em;
		}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
