body {
}

#container {
}

/*------------------------------------------------*/
/*--------------------header----------------------*/
/*------------------------------------------------*/

#header {
	display: none;
}

#headerLogo {
	display: none;
}

/*------------------------------------------------*/
/*--------------------topNav----------------------*/
/*------------------------------------------------*/

#topNav {
	display: none;
}


/*------------------------------------------------*/
/*--------------------content---------------------*/
/*------------------------------------------------*/

#content {
	width: 650px;
	height: auto;
	position: relative;
	left: 0;
	top: 0;
}

#bodyContainer {
}


/*------------------leftColumn--------------------*/
/*------------------------------------------------*/

#leftColumn {
	display: none;
}


/*----------------middleColumn--------------------*/
/*------------------------------------------------*/

#middleColumn {
	width: 650px;
	height: auto;
	float: left;
	padding: 25px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1c211b;
	background-color: #FFFFFF;
}

#law {
	width: 125px;
	height: 20px;
	position: absolute;
	left: 490px;
	top: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3c0502;
}

#middleColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #0b4b46;
	font-weight: normal;
	padding: 0;
	margin: 2px 0 0 0;
	border-bottom: 2px solid #3c0502;
}

#middleColumn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1c211b;
	margin: 6px 0 6px 0;
	padding: 0;
}

#middleColumn p {
	line-height: 18px;
}

#middleColumn a:link, #middleColumn a:visited {
	color: #0b4b46;
	font-weight: bold;
	text-decoration: underline;
}

#middleColumn a:hover, #middleColumn a:active {
	color: #0b4b46;
	font-weight: bold;
	text-decoration: none;
}

#middleColumn img {
	margin-left: 5px;
	border: 3px solid #3c0502;
}

#middleColumn ul li {
	margin-bottom: 12px;
	line-height: 18px;
}

#middleColumn ol li {
	margin-bottom: 12px;
	line-height: 18px;
}

#middleBottom {
	width: 340px;
	height: 177px;
	margin: 40px 0 0 22px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0b4b46;
}

#middleBottom strong {
	font-size: 18px;
	font-weight: normal;
	color: #3c0502;
}

#middleBottom .triLaw {
	color: #0b4b46;
}

#middleBottom img {
	margin: 0;
	border: none;
}

/*---------------main Contact form----------------*/

#mainContact {
	width: 361px;
	height: auto;
	position: relative;
	left: 20px;
	background: #f3ece1 url(../images/contactBkgd.gif) left top repeat-y;
	margin-bottom: 7px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#mainContactTop {
	width: 361px;
	height: auto;
	background: url(../images/contactTop.gif) left top no-repeat;
}

#mainContactBottom {
	width: 361px;
	height: auto;
	padding: 6px 0 12px 0;
	background: url(../images/contactBottom.gif) bottom left no-repeat;
}

#mainContact input {
	width: 201px;
	background-color: #ffffff;
	border: 1px solid #3c0602;
	margin-top: 6px;
	color: #oooooo;
	padding: 3px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#mainContact textarea {
	width: 201px;
	background-color: #ffffff;
	border: 1px solid #3c0602;
	margin-top: 6px;
	color: #000000;
	padding: 3px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#mainBtn input {
	width: 223px;
	background-color: #ffffff;
	border: 1px solid #3c0602;
	margin-top: 6px;
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


/*-----------------rightColumn--------------------*/
/*------------------------------------------------*/

#rightColumn {
	display: none;
}


/*------------------------------------------------*/
/*--------------------footer----------------------*/
/*------------------------------------------------*/

#footer {
	display: none;
}

/*------------------------others----------------------------------------*/

.notes {
	font-size: 11px;
	color: #0b4b46;
	font-style: italic;
}