﻿/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


/* FOR IE 6 */
* html img,
* html #home_header,
* html #attorneys_header,
* html #questions_header,
* html #connectonline_header,
* html #findus_header,
* html #content,
* html #content_attorneys,
* html #content_questions,
* html #content_connectonline,
* html #content_findus,
* html #nav_home,
* html #nav_attorneys,
* html #nav_questions,
* html #nav_connectonline,
* html #nav_findus { behavior: url(images/iepngfix.htc); }
/* FOR IE 6 */

body {
	position: relative;
	background-color: #575946;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
}

a:link { color: #844506; text-decoration: none }
a:visited { color: #844506; text-decoration: none }
a:hover { color: #844506; text-decoration: underline }
a:active { color: #844506; text-decoration: underline } 


/* MAIN ------------------------------------------------ */

#main {
	clear: both;
	padding-bottom: 16px;
	background-color: #9D612F;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

/* NAVIGATION ------------------------------------------ */

#navigation {
	margin: 8px 14px 8px 14px;
	background-color: #C3C0A7;
	height: 32px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
}

/* CONTENT AREA ---------------------------------------- */

#content {
	background-position: 0px 0px;
	margin: 0px 14px 0px 14px;
	clear: both;
	background-color: #DBDCB7;
	padding: 20 10 20 10;
	height: 600px;
	background-image: url('../images/home_bg.png');
	background-repeat: no-repeat;
	background-attachment: inherit;
}
#content_collaborativelaw{
	background-position: 0px 0px;
	margin: 0px 14px 0px 14px;
	clear: both;
	background-color: #DBDCB7;
	padding: 20 10 20 10;
	height: 900px;
	background-image: url('../images/attorneys_bg.png');
	background-repeat: no-repeat;
	background-attachment: inherit;
}
#content_attorneys {
	background-position: 0px 0px;
	margin: 0px 14px 0px 14px;
	clear: both;
	background-color: #DBDCB7;
	padding: 20 10 20 10;
	height: 900px;
	background-image: url('../images/attorneys_bg.png');
	background-repeat: no-repeat;
	background-attachment: inherit;
}
#content_tour {
	background-position: 0px 0px;
	margin: 0px 14px 0px 14px;
	clear: both;
	background-color: #DBDCB7;
	padding: 20 10 20 10;
	height: 675px;
	background-image: url('../images/attorneys_bg.png');
	background-repeat: no-repeat;
	background-attachment: inherit;
}

#content_questions {
	background-position: 0px 0px;
	margin: 0px 14px 0px 14px;
	clear: both;
	background-color: #DBDCB7;
	padding: 20 10 20 10;
	height: 845px;
	background-image: url('../images/questions_bg.png');
	background-repeat: no-repeat;
	background-attachment: inherit;
}

#home_header {
	background-position: 23px 18px;
	background-image: url('../images/WelcomeToLawgate.png');
	background-repeat: no-repeat;
	background-color: #EAEBD5;
	height: 70px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
#collaborativelaw_header {
	background-position: 23px 18px;
	background-image: url('../images/collaborativelaw.png');
	background-repeat: no-repeat;
	background-color: #EAEBD5;
	height: 70px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
#attorneys_header {
	background-position: 23px 18px;
	background-image: url('../images/Attorneys.png');
	background-repeat: no-repeat;
	background-color: #EAEBD5;
	height: 70px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

#questions_header {
	background-position: 23px 18px;
	background-image: url('../images/Questions.png');
	background-repeat: no-repeat;
	background-color: #EAEBD5;
	height: 70px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

#connectonline_header {
	background-position: 23px 18px;
	background-image: url('../images/connectonline.png');
	background-repeat: no-repeat;
	background-color: #EAEBD5;
	height: 70px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

#onlineresources_header {
	background-position: 23px 18px;
	background-image: url('../images/onlineresources.png');
	background-repeat: no-repeat;
	background-color: #EAEBD5;
	height: 70px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

#findus_header {
	background-position: 23px 18px;
	background-image: url('../images/findus.png');
	background-repeat: no-repeat;
	background-color: #EAEBD5;
	height: 70px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

#copy {
	margin-left: 21px;
	margin-top: 20px;
	width: 408px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
	line-height: 16px;
}

#tour {
	margin-left: 21px;
	margin-top: 20px;
	margin-right: 21px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
	line-height: 16px;
}

#copy_wide {
	margin-left: 21px;
	margin-top: 20px;
	width: 725px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
	line-height: 16px;
}

#attorney_copy {
	margin-left: 0px;
	margin-top: 20px;
	width: 490px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
	line-height: 16px;
}

#questions_copy {
	margin-left: 0px;
	margin-top: 20px;
	width: 772px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
	line-height: 16px;
}

#findus_copy {
	margin-left: 21px;
	margin-top: 20px;
	width: 750px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
	line-height: 16px;
}

.brown_copy {
	color: #844506;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
}

a.brown_copy {
	text-decoration:none;
}

p {
	margin-bottom: 15px;
}

#home_image 
{
	float:right
}

#findus_accord
{
	float:right
}

.accordionHeader {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 21px;
	padding-right: 5px;
	color: #844506;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

.accordionHeaderSelected {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 21px;
	padding-right: 5px;
	background-color: #F3F3F7;
	color: #323532;
	font-family: Trebuchet MS;
	font-weight: 100;
	font-size: 18px;
	cursor: pointer;
}

.accordionContent {
	padding-left: 21px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color:#EAEBD5;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	line-height: 16px;
}

.faqaccordionHeader {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 21px;
	padding-right: 5px;
	color: #844506;
	font-family: Georgia;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.faqaccordionHeaderSelected {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 21px;
	padding-right: 5px;
	background-color: #F3F3F7;
	color: #844506;
	font-family: Georgia;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.faqaccordionContent {
	padding-left: 21px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color:#EAEBD5;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	line-height: 16px;
}

img {
	padding: 0px;
	margin: 0px;
}

/* NAV TABS ------------------------------------------------ */

#nav_tabs {
	padding-top: 10px;
	width: 100%;
	clear: both;
	}

#nav_tabs ul#nav {
	height: 14px;
	padding-left: 20px;
}
	
#nav_tabs ul#nav span {
	position:absolute;
	width:500px;
	margin-left:-5000px;
	}

#nav_tabs ul#nav li {
	display: inline;
}
	
#nav_tabs ul#nav a {
	display: block;
	float: left;
	height: 14px;
	background-repeat: no-repeat;
	margin-right: 0px;
}

/* HOME */

	#nav_tabs a#nav_home {
		width: 51px;
		background: url(../images/nav_HOME.png) no-repeat;
		background-position: 0 -14px;
	}

	#nav_tabs a#nav_home:hover {
		background-position: 0 -28px;
	}

	#nav_tabs a#nav_home.on,
	#nav_tabs a#nav_home.on:hover {
		background-position: 0 0;
	}
	
/* ATTORNEYS */

	#nav_tabs a#nav_attorneys {
		width: 97px;
		background: url(../images/nav_ATTORNEYS.png) no-repeat;
		background-position: 0 -14px;
	}

	#nav_tabs a#nav_attorneys:hover {
		background-position: 0 -28px;
	}

	#nav_tabs a#nav_attorneys.on,
	#nav_tabs a#nav_attorneys.on:hover {
		background-position: 0 0;
	}
		
/* QUESTIONS */

	#nav_tabs a#nav_questions {
		width: 97px;
		background: url(../images/nav_QUESTIONS.png) no-repeat;
		background-position: 0 -14px;
	}

	#nav_tabs a#nav_questions:hover {
		background-position: 0 -28px;
	}

	#nav_tabs a#nav_questions.on,
	#nav_tabs a#nav_questions.on:hover {
		background-position: 0 0;
	}
	
/* CONNECT ONLINE */

	#nav_tabs a#nav_connectonline {
		width: 141px;
		background: url(../images/nav_CONNECTONLINE.png) no-repeat;
		background-position: 0 -14px;
	}

	#nav_tabs a#nav_connectonline:hover {
		background-position: 0 -28px;
	}

	#nav_tabs a#nav_connectonline.on,
	#nav_tabs a#nav_connectonline.on:hover {
		background-position: 0 0;
	}
	
/* ONLINE RESOURCES */

	#nav_tabs a#nav_onlineresources {
		width: 149px;
		background: url(../images/nav_ONLINERESOURCES.png) no-repeat;
		background-position: 0 -14px;
	}

	#nav_tabs a#nav_onlineresources:hover {
		background-position: 0 -28px;
	}

	#nav_tabs a#nav_onlineresources.on,
	#nav_tabs a#nav_onlineresources.on:hover {
		background-position: 0 0;
	}	
	
/* FIND US */

	#nav_tabs a#nav_findus {
		width: 64px;
		background: url(../images/nav_FINDUS.png) no-repeat;
		background-position: 0 -14px;
	}

	#nav_tabs a#nav_findus:hover {
		background-position: 0 -28px;
	}

	#nav_tabs a#nav_findus.on,
	#nav_tabs a#nav_findus.on:hover {
		background-position: 0 0;
	}
