/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

body {
	margin: 0;
	font-size: 10px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	background-image: url(../images/bg.jpg);
}
.tdback {
	background-image: url(../images/headerBar_r1_c5.jpg);
}
#snip {
	margin: 30px 30px 20px 30px;
}
#snip ul {
	margin: 0px 0px 0px 0px;
}
#snip ul li {
	margin: 10px 0px 0px -10px;
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
}
#sniplist {
	line-height:16px;
}
.printable {
	color:#999;
	font-size: 12px;
	font-family: Verdana, Tahoma, sans-serif;
	margin:0px 0px 0px 20px;
}
#searchDiv {
	margin: 0px 0px 0px 4px;
}
#sa {
	border-style: none;
	font-size: 10px;
	margin: 0px 0px 0px 2px;
}
img {
	border-style: none;
}
input {
	font-size: 11px;
}
.pageTitle {
	font-size: 14px;
	font-weight:bold;
	font-family: Verdana, Tahoma, sans-serif;
	color:#900;
	margin: 20px 20px 10px 20px;
}
.requiredForm {
	font-weight:bold;
	color:#FF0000;
}
.littleLink {
	font-size: 9px;
}
.contentArea {
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
	color:#333;
	line-height:18px;
	margin: 0 20px 15px 20px;
}
ul {
	margin: -10px 0px 15px 0px;
}
li {
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
	color:#333;
	line-height:14px;
	margin: 0 20px 5px 5px;
}
.contentAreaTight {
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
	color:#333;
	line-height:18px;
	margin: -15px 20px 15px 20px;
}
.contentAreaTightest {
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
	color:#333;
	line-height:18px;
	margin: -18px 20px 15px 20px;
}
.indent {
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	color:#333;
	line-height:14px;
	margin: 10px 20px 10px 40px;
}
.moreArrow {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
	color:#660000;
	line-height:14px;
	margin: -12px 0px 0px 450px;
}
.contentBoxed {
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
	color:#333;
	line-height:18px;
	margin: 0px 0px 15px 0px;
}
.reducedHeight {
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
	color:#333;
	line-height:14px;
	margin: -5px 0px 10px 20px;
}
#lightwindow_overlay {
	/* REQUIRED */

	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;/* REQUIRED */

}
#lightwindow {
	/* REQUIRED */

	/* Of Note - The height and width of this element are set to 0px */

	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;/* REQUIRED */

}
#lightwindow_container {
	/* REQUIRED */

		display: none;
	visibility: hidden;
	position: absolute;
	/* REQUIRED */

		padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/* IE6 needs this or it messes with our positioning */

	* html #lightwindow_container {
	overflow: hidden;
}
#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 10px solid #333333;
	background-color: #333333;
}
#lightwindow_loading {
	/* REQUIRED */

	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */

	background-color: #333333;
	padding: 10px;
}
#lightwindow_loading_shim {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}
#lightwindow_loading span {
	font-size: 12px;
	line-height: 32px;
	color: #999999;
	float: left;
	padding: 0 10px 0 0;
}
#lightwindow_loading span a,  #lightwindow_loading span a:link,  #lightwindow_loading span a:visited {
	color: #09F;
	text-decoration: none;
	cursor: pointer;
}
#lightwindow_loading span a:hover,  #lightwindow_loading span a:active {
	text-decoration: underline;
}
#lightwindow_loading img {
	float: left;
	margin: 0 10px 0 0;
}
/*-----------------------------------------------------------------------------------------------

	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/

	I mean let's face it, it works really well and is very easy to figure out.

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



#lightwindow_navigation {
	/* REQUIRED */

	position: absolute;
	top: 0px;
	left: 0px;
	display: none;/* REQUIRED */

}
/* We need to shim the navigation for IE, though its more of a sub-floor */

	#lightwindow_navigation_shim {
	/* REQUIRED */

		display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;/* REQUIRED */

	}
#lightwindow_navigation a,  #lightwindow_navigation a:link,  #lightwindow_navigation a:visited,  #lightwindow_navigation a:hover,  #lightwindow_navigation a:active {
	/* REQUIRED */

		outline: none;/* REQUIRED */

	}
#lightwindow_previous,  #lightwindow_next {
	width: 49%;
	height: 100%;
	background: transparent url(/lightwindow/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightwindow_previous {
	float: left;
	left: 0px;
}
#lightwindow_next {
	float: right;
	right: 0px;
}
#lightwindow_previous:hover,  #lightwindow_previous:active {
	background: url(/lightwindow/images/prevlabel.gif) left 15% no-repeat;
}
#lightwindow_next:hover,  #lightwindow_next:active {
	background: url(/lightwindow/images/nextlabel.gif) right 15% no-repeat;
}
#lightwindow_previous_title,  #lightwindow_next_title {
	display: none;
}
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50;
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}
#lightwindow_galleries_tab_container {
	width: 100%;
	height: 0px;
	overflow: hidden;
}
a#lightwindow_galleries_tab,  a:link#lightwindow_galleries_tab,  a:visited#lightwindow_galleries_tab {
	display: block;
	height: 20px;
	width: 77px;
	float: right;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	color: #ffffbe;
	background: url(/lightwindow/images/black-70.png) repeat 0 0 transparent;
}
* html a#lightwindow_galleries_tab,  * html a:link#lightwindow_galleries_tab,  * html a:visited#lightwindow_galleries_tab {
	background: none;
	background-color: #000000;
	opacity: .70;
	filter: alpha(opacity=70);
}
a:hover#lightwindow_galleries_tab,  a:active#lightwindow_galleries_tab {
	color: #999999;
}
#lightwindow_galleries_tab_span {
	display: block;
	height: 20px;
	width: 63px;
	padding: 0 7px 0 7px;
}
#lightwindow_galleries_tab .up {
	background: url(/lightwindow/images/arrow-up.gif) no-repeat 60px 5px transparent;
}
#lightwindow_galleries_tab .down {
	background: url(/lightwindow/images/arrow-down.gif) no-repeat 60px 6px transparent;
}
#lightwindow_galleries_list {
	background: url(/lightwindow/images/black-70.png) repeat 0 0 transparent;
	overflow: hidden;
	height: 0px;
}
* html #lightwindow_galleries_list {
	background: none;
	background-color: #000000;
	opacity: .70;
	filter: alpha(opacity=70);
}
.lightwindow_galleries_list {
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
}
.lightwindow_galleries_list h1 {
	color: #09F;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 0 5px 0;
	font-size: 16px;
}
.lightwindow_galleries_list li {
	margin: 5px 0 5px 0;
	list-style-type: none;
}
.lightwindow_galleries_list a,  .lightwindow_galleries_list a:link,  .lightwindow_galleries_list a:visited {
	display: block;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 0 0 0 10px;
	font-size: 11px;
}
.lightwindow_galleries_list a:hover,  .lightwindow_galleries_list a:active {
	background: #000000;
	color: #ffffbe;
	border-left: 3px solid #ffffbe;
	padding: 0 0 0 7px;
}
#lightwindow_data {
	/* REQUIRED */

	position: absolute;/* REQUIRED */

}
#lightwindow_data_slide {
	/* REQUIRED */

		position: relative;/* REQUIRED */

	}
#lightwindow_data_slide_inner {
	background-color: #333333;
	padding: 0 10px 10px 10px;
}
#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #999999;
	line-height: 25px;
	background-color: #333333;
	clear: both;
}
#lightwindow_data_details {
	background-color: #f0f0f0;
	padding: 0 10px 0 10px;
	height: 20px;
}
#lightwindow_data_author_container {
	width: 40%;
	text-align: right;
	color: #666666;
	font-style: italic;
	font-size: 10px;
	line-height: 20px;
	float: right;
	overflow: hidden;
}
#lightwindow_data_gallery_container {
	font-size: 10px;
	width: 40%;
	text-align: left;
	color: #666666;
	line-height: 20px;
	float: left;
	overflow: hidden;
}
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;
}
#lightwindow_title_bar_title {
	color: #ffffbe;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	float: left;
}
a#lightwindow_title_bar_close_link,  a:link#lightwindow_title_bar_close_link,  a:visited#lightwindow_title_bar_close_link {
	float: right;
	text-align: right;
	cursor: pointer;
	color: #333333;
	line-height: 25px;
	padding: 0;
	margin: 0;
}
a:hover#lightwindow_title_bar_close_link, a:active#lightwindow_title_bar_close_link {
	color: #666666;
}
/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}

#menu {
	width: 210px;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

span#about, a#history, a#independent, a#testimonials, a#trusted, span#contact, a#offices, a#fileclaim, a#payments, span#products, a#quote, a#personal, a#business, a#medical, span#directory, a#listings, a#coupons, a#submitlisting, span#community, a#connect {
	height: 21px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -999px;
}

span#about, a#quote, span#directory {
	height: 20px;
}

a#trusted, a#business, a#listings{
	height: 22px;
}

span#about {
	background-image: url("/images/nav/leftNav_r1.png");
}

a#history {
	background-image: url("/images/nav/leftNav_r2.png");
}

a#independent {
	background-image: url("/images/nav/leftNav_r3.png");
}

a#testimonials {
	background-image: url("/images/nav/leftNav_r4.png");
}

a#trusted {
	background-image: url("/images/nav/leftNav_r5.png");
}

span#contact {
	background-image: url("/images/nav/leftNav_r6.png");
}

a#offices {
	background-image: url("/images/nav/leftNav_r7.png");
}

a#fileclaim {
	background-image: url("/images/nav/leftNav_r8.png");
}

a#payments {
	background-image: url("/images/nav/leftNav_r9.png");
}

span#products {
	background-image: url("/images/nav/leftNav_r10.png");
}

a#quote {
	background-image: url("/images/nav/leftNav_r11.png");
}
a#personal {
	background-image: url("/images/nav/leftNav_r12.png");
}
a#business {
	background-image: url("/images/nav/leftNav_r13.png");
}
a#medical {
	background-image: url("/images/nav/leftNav_r14.png");
}
span#directory {
	background-image: url("/images/nav/leftNav_r15.png");
}
a#listings {
	background-image: url("/images/nav/leftNav_r16.png");
}
a#coupons {
	background-image: url("/images/nav/leftNav_r17.png");
}
a#submitlisting {
	background-image: url("/images/nav/leftNav_r18.png");
}
span#community {
	height: 19px;
	background-image: url("/images/nav/leftNav_r19.png");
}
a#connect {
	height: 23px;
	background-image: url("/images/nav/leftNav_r20.png");
}
a#history:hover, a#independent:hover, a#testimonials:hover, a#offices:hover, a#fileclaim:hover, a#payments:hover, a#personal:hover, a#medical:hover, a#coupons:hover, a#submitlisting:hover {
	background-position: 0 -21px;
}

a#quote:hover {
	background-position: 0 -20px;
}

a#trusted:hover, a#business:hover, a#listings:hover{
	background-position: 0 -22px;
}
a#connect:hover {
	background-position: 0 -23px;
}