body {
	margin: 0 auto;
	background: url(../images/background.jpg) repeat-x top;
	font: 62.5% Arial, Helvetica, Verdana, sans-serif;
	color: white;
	text-align: center;
}

/* Global
----------------------------------------*/
a {
	color: white;
	text-decoration: underline;
}

	a:visited {
		color: white;
		text-decoration: underline;
	}

	a:hover {
		color: white;
		text-decoration: none;
	}
	
	a img {
		border: none;
	}


.capitalize {
	text-transform: uppercase;
	font-weight: bold;	
}

.red {
	color: #ff0000;
}

/* Wrapper and header
----------------------------------------*/
#wrapper {
	width: 773px;
	margin: 0 auto;
	
	text-align: left;
	
}

#innerwrapper {
	width: 770px;
	background: url(../images/wrapper-bg.gif) repeat-y top left;
	padding-right: 4px;
	padding-left: 1px;
}

#header {
	position: relative;
	height: 38px;
	background: url(../images/top-nav-bg.jpg) repeat-x right top;
	
}

#headernav {
	position: absolute;
	top: 12px;
	right: 3px;
	margin: 0;
	padding: 0;
}

#headernav-f {
	position: absolute;
	top: 12px;
	margin: 0;
	padding: 0;
}


#headernav li, #headernav-f li {
	float: left;
	margin: 0;
	list-style: none;
}

#headernav li a, #headernav-f li a {
	display: block;
	text-decoration: none;
	color: #1c191a;
	text-align: center;
	font-size: 1.1em;
	position: relative;
	padding: 6px 10px;
}

#headernav li a:hover, #headernav-f li a:hover {
	
	background: url(../images/top-nav-over.jpg) repeat-x left top;
}

#headernav .pipe {
	cursor: default;
	color: #1c191a;
	font-size: 1.3em;
	padding: 5px 0;
}


/* logo-photo section 
----------------------------------------*/
#logo-photo {
	height:125px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	background-color: red;
	width: 768px;
}

#logo {
	width: 248px;
	height: 125px;
	background: url(../images/weblogo3.bmp) no-repeat left top;
	float: left;
}

#mainphoto {
	width: 520px;
	height: 125px;
	background: url(../images/main-photo.jpg) no-repeat left top;
	float: right;
}

/* Navigation
----------------------------------------*/
#navigation {
	height: 29px;
	margin: 0;
	padding: 0;
	background: url(../images/nav-bg.gif) repeat-x left top;
	list-style: none;
	font-size: 1.3em;
	width: 768px;
}

	#navigation li {
		float: left;
		margin: 0;
		position: relative;
	}
	
	#navigation a {
		display: block;
		float: left;
		text-decoration: none;
		color: white;
		position: relative;
		padding: 6px 10px;
		text-align: center;
	}
	
	#navigation a:hover {
		background-color: #800000;
	}
	
	#navigation ul {
		display: none;
		position: absolute;
		top: 28px;
		left: 0;
		width: 140px;
		margin: 0;
		padding: 0;
		background: #131313;
		list-style: none;
		border: 1px solid #800000;
		z-index: 10000 !important;
		
	}
		
	#navigation li:hover ul, #navigation li:hover ul li:hover ul { display: block; }
	
	#navigation iframe { display: none; }
	
	#navigation ul li {
		position: relative;
		border-bottom: 1px solid #800000;
	}
	
	#navigation ul li a {
		width: 140px;
		padding: 5px 0;
		text-indent: 10px;
		text-align: left;
	}
		
	#navigation ul ul, #navigation li:hover ul ul {
		display: none;
		position: absolute;
		top: 0;
		left: 140px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		
	#navigation .pipe {
		cursor: default;
		color: white;
		padding: 5px 0;
	}
	
	#logo-btm {
		background: url(../images/firmname.bmp) no-repeat left top;
		width: 248px;
		height: 29px;
	}
	
	#nav-aboutus {
		width: 70px;
	}
	
	#nav-faq {
		width: 180px;
	}
	
	#nav-courtprep {
		width: 111px;
	}
	
	#nav-firm {
		width: 70px;
	}

/*french nav
-------------------------------*/

#nav-aboutusf {
	width: 86px;
}

#nav-courtprepf {
	width: 80px;
}

#nav-firmf {
	width: 65px;
}

#nav-faqf {
	width: 200px;
}

/* Content
----------------------------------------*/
#content {
	float: right;
	width: 480px;
	padding: 20px;
}
	
	#content h1 {
		font-size: 1.4em;
		color: #c0c0c0;
		background: url(../images/h1-bg.gif) repeat-x left top;
		height: 20px;
		padding-top: 5px;
		padding-left: 5px;
		margin: 0;
	}
	
	#content h2 {
		font-size: 1.3em;
		color: #c0c0c0;
	}
	
	#content h3 {
		font-size: 1.3em;
		color: #c0c0c0;
	}
	
	#content p {
		font-size: 1.3em;
	}
	
	#content ul {
		font-size: 1.3em;
	}
	
		#content ul ul {
			font-size: 1.0em;
		}
	
	#content li {
		padding: 5px 0;
	}
	
	#content img.alignleft {
		float: left;
		margin: 0 10px 0 0;
		border: 1px solid #800000;
	}
	
	#content img.alignright {
		float: right;
		margin: 0 0 0 10px;
		border: 1px solid #800000;
	}

/* Sidebar
----------------------------------------*/
#sidebar {
	float: left;
	width: 208px;
	/*border-left: 1px solid #6b6b6b;*/
	padding: 20px;
}

	#sidebar p {
		font-size: 1.1em;
	}
	
	#sidebar h2 {
		font-size: 1.3em;
		color: white;
	}
	
	#sidebar h3 {
		margin: 0;
		padding: 5px 0;
		text-align: center;
		font-size: 1.3em;
		color: white;
	}
	
	#sidebar h4 {
		margin: 0;
		padding: 5px 0;
		font-size: 1.3em;
		color: white;
	}

	#sidebar .block {
		padding: 0 0 2px 0;
		background-color: #800000;
	}
	
		#sidebar .block p {
			color: white;
		}
	
	#sidebar .courthouse-img {
		background-color: #636262;
		border: 1px solid #800000;
		padding: 10px;
		margin: 0;
	}
	
		#sidebar .courthouse-img p {
			margin: 0;
			padding: 0;
		}
		
		#sidebar .courthouse-img img {
			border: 1px solid #800000;
		}
		
		#sidebar .courthouse-form {
			text-align: center;
			padding: 0;
			margin: 5px;
		}
		
		#sidebar .courthouse-form form {
			padding: 0;
			margin: 0;
			color: white;
			font-size: 1.1em;
		}

		#sidebar .courthouse-form select {
			background-color: #800000;
			color: white;
			font-size: 1.1em;
			
		}
		
	#sidebar ul.bulletless-indent {
		list-style: none;
		padding: 0;
		margin: 0 10px 5px 25px;
		font-size: 1.1em;
	}

/* FAQ Page
---------------------------------------------------------------------*/
ul#faq, ul#faqf {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.3em;
}

ul#faq li, ul#faqf li {
	margin: 5px 0 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #865533;
}

ul#faq dl, ul#faqf dl {
	margin: 0;
}

ul#faq dt, ul#faqf dt {
	font-weight: bold;
	margin: 0;
}

ul#faq dt a {
	display: block;
	padding: 3px 70px 3px 0;
}

ul#faqf dt a  {
	display: block;
	padding: 3px 90px 3px 0;
}

ul#faq .view {
	background: url(../images/btn-viewanswer.gif) no-repeat right 3px;
}

ul#faq .close {
	background: url(../images/btn-closeanswer.gif) no-repeat right 3px;
}

ul#faqf .view {
	background: url(../images/btn-viewanswer-f.gif) no-repeat right 3px;
}

ul#faqf .close {
	background: url(../images/btn-closeanswer-f.gif) no-repeat right 3px;
}

ul#faq dd, ul#faqf dd {
	margin: 5px 0 0;
	font-size: 0.9em;
}

.filters {
	padding: 10px 0 10px 10px;
	text-align: right;
}

/* Profile Pages
---------------------------------------------------------------------*/
ul#profilepage, ul#profilepagef {
	margin: 0;
	padding: 0;
	list-style: none;
	/*font-size:1.3em;*/
}

ul#profilepage li, ul#profilepagef li {
	clear: both;
	height: 1%;
	margin: 15px 0 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #865533;
}

ul#profilepage li:after, ul#profilepagef li:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden;
    clear: both; 
    visibility: hidden; 
}

ul#profilepage h2, ul#profilepagef h2 {
	font-size: 1.0em;
	padding-bottom: 0;
	margin-bottom: 0;
}

ul#profilepage img, ul#profilepagef img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #800000;
}

ul#profilepage .info, ul#profilepagef .info {
	float: left;
}

ul#profilepage .excerpt, ul#profilepage .full, ul#profilepagef .excerpt, ul#profilepagef .full {
	display: block;
	margin: 5px 0;
}

ul#profilepage .viewmore, ul#profilepagef .viewmore {
	font-size: 0.8em;
}

/* contact 
----------------------------------------*/
#contactform fieldset{
	margin: 10px 30px 5px 10px;
	padding: 5px;
	border: none;
}

#contactform legend {
	color: #8e8e8e;
	font-size: 1.1em;
}

#contactform label {
	width: 11em;
	float: left;
	text-align: right;
	margin-right: 3px;
	display: block;
	padding: 3px;
	font-size: 1.3em;
}

#contactform dd {
	clear: both;
	margin: 0 0 2px;
}

#contactform input {
	color: white;
	background-color: #1c191a;
	border: 1px solid #800000;
}

#contactform textarea {
	height: 130px;
	background-color: #1c191a;
	border: 1px solid #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	scrollbar-base-color:#800000;
	scrollbar-arrow-color:#865533;
	color: #1c191a;
}

#contactform .btn {
	background: #800000; /*url(../images/btn-send.gif) no-repeat left top;*/
	height: 25px;
	width: 80px;
	color: #fff;
	border: 1px solid #800000;
	margin-left: 154px;
}	
	
/* Footer
----------------------------------------*/
#footer {
	clear: both;
	background: url(../images/footer-bg.gif) no-repeat left top;
	/*border-left: 1px solid #6b6b6b;
	border-right: 1px solid #6b6b6b;*/
	border-bottom: 1px solid #6b6b6b;
	width: 768px;
	height: 26px;
}

#footer-right {
	float: right;
	height: 26px;
	width: 520px;
	background: url(../images/footer-bg2.gif) repeat-x left top;
}

#footer-left {
	float: left;
	height: 26px;
	width: 248px;
	background: url(../images/footer-bg1.gif) repeat-x left top;
}

	#footer p {
		margin: 0;
		padding-top: 8px;
		text-align: center;
		color: #e1a46d;
	}