@charset "utf-8";
/* CSS Document */

/* ============================
General
============================ */

#underConstruction {
	background: #c13001;
	color: #fff;
	padding: 20px 10px ;
	font-size: 14px;
	width: 810px;
	margin: 0 auto;
}
	
	#underConstruction div {
		
	}
	
	

* {
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
}
.white {color:#FFFFFF;}
html,
body {
	height: 100%;
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #d9d7c8 url(images/body-bg.jpg) repeat-y center top;
	color: #000;
}

img {
	border: none;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearer {
	clear: both;
}

#contents {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
}

#outerWrapper {
	width: 810px;
	margin: 0 auto;
}

/* ============================
Header
============================ */

#header {
	background: #fff;
	color: #000;
}

	#header h1 img {
		width: 330px;
		height: 80px;
	}

/* ============================
Main Navigation
============================ */

#mainNav ul {
	list-style: none;
}

#mainNav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	#mainNav ul li {
		display: inline;
		float: left;
	}
	
		#mainNav ul li a {
			display: block;
			float: left;
			position: relative;
			height: 50px;
			width: 89px;
			border-right: 1px solid #68695e;
			font-size: 1.1em;
			text-decoration: none;
			color: #fff;
			background: #32331d;
		}
		
		#mainNav ul li a:hover { background: #191915; }
		
		#mainNav ul li#mainNavCurrent a { border-right-color: #fff; background: #191915; }
	
			#mainNav ul li a span {
				position: absolute;
				bottom: 5px;
				left: 5px;
			}

/* ============================
Home boxes
============================ */

#homeFeatures {
	background: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 200px;
	clear: both;
}

#contactStrip {
	background: #191915;
	color: #b4af91;
	font-size: 1.2em;
	padding: 5px;
	border-bottom: 2px solid #fff;
}

/* ============================
Main column
============================ */

#mainCol {
	width: 480px;
	padding: 30px;
	float: left;
}

	#mainCol p {
		margin: 1.5em 0;
		font-size: 1.1em;
	}

	#mainCol h3 {
		margin: 1.5em 0;
		font-size: 1.4em;
	}

	#mainCol .summary {
		margin: 0;
	}
	#mainCol ul {
	margin-left: 20px;
	font-size: 1.1em;
	list-style-type: circle;
	margin-bottom: 12px;
	}

/* ============================
Right column
============================ */

#rightCol {
	width: 270px;
	float: right;
	color: #fff;
}

	#rightCol h3 {
		background: url(images/placeholder-heading.jpg) no-repeat left top;
		text-indent: -9999px;
		width: 79px;
		height: 23px;
		padding-bottom: 10px;
	}
	
	
	
	#rightCol .box#featureBox h3 {
		background: url(images/heading-right-features.png) no-repeat 0% 0%;
		width: 93px;
		height: 22px;
	}
	
	#rightCol .box#familyBox h3 {
		background: url(images/heading-right-family.png) no-repeat 0% 0%;
		width: 73px;
		height: 22px;
	}
	
	#rightCol p {
		font-size: 1.1em;
		padding-bottom: 1.2em;
	}
	
	#rightCol table {
		padding: 2px;
	}
	
		#rightCol table td,
		#rightCol table th {
			padding: 5px;
		}
		
		#rightCol table th {
			text-align: right;
			font-weight: bold;
			color: #787746;
		}
		
	#rightCol .box {
		background: #fff;
		color: #000;
		padding: 10px;
		margin: 0 0 10px 0;
	}
		
	#rightCol .box#familyBox {
		padding-left: 150px;
		padding-right: 0;
		background: #fff url(images/divorce.jpg) no-repeat left top;
	}
	
	#rightCol .box#contactBox {
		background: transparent;
		color: #fff;
	}
	
	#rightCol .box a {
		color: #FFF;
	}
	
	#rightCol .box#contactBox td,
	#rightCol .box#contactBox th {
		font-size: 1.2em;
	}
	
	#rightCol .box#featureBox ul {
		list-style: none;
	}
	
	#rightCol .box#featureBox ul li {
		background: url(images/tick.png) no-repeat 0% 50%;
		padding: 0 0 5px 25px;
	}	
	

/* ============================
Footer
============================ */

#footer,
#footerPush {
	height: 3em;
}

#footer {
	background: #000;
	color: #fff;
	width: 810px;
	margin: 0 auto;
}

#innerFooter {
	padding: 10px 10px 0 10px;
}
.comDetails {
	background-color: #000000;
	color: #817A58;
	padding: 10px;
}


/* ============================
Form
============================ */
#leftCol table {
 width: 560px;
 border-bottom-width: 3px;
 border-bottom-style: solid;
 border-bottom-color: #801726;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 10px;
 margin-left: auto;
 padding-top: 20px;
}

/* ============================
Contact
============================ */
#contactop {
  height:400px;
}

#contactleft{
  float:left;
  width:200px;
}
#contactright{
  float:right;
  width:100px;
  padding-right:40px;
  padding-top:70px;
}

