/*---------------------
VANILLA 1.0
GATORWORKS WEB DESIGN
www.gatorworks.net
---------------------*/


/* Browser Amnesia
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit;
	font-size: 100%; font-family: inherit; vertical-align: baseline; }

body { line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Begin CSS
-------------------------------------------------------------- */

html {
	
}
body {
	font-size: 75%;
	color: #222; 
	background: #efd7b2 url('../img/body_bg.jpg') repeat-x top center;	
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em;font-family: Georgia, Times, "Times New Roman", serif; color: #9a5d15;}
h4 { font-size: 1.3em; line-height: 1; margin-left: 25px; margin-bottom: 15px; font-family: Georgia, Times, "Times New Roman", serif; color: #9a5d15;}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	text-transform: uppercase;
	display: block;
	font-size: 45%;
}
h4 span, h5 span, h6 span {
	font-size: 90%;
}

/* Text elements
-------------------------------------------------------------- */

p           { }
p img       { float: left; margin: 0 13px 0.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc Global Classes
-------------------------------------------------------------- */

.right 		{ float: right; } /* YKMOFL */
.left 		{ float: left; }
.clear 		{ clear: both; }
.cleft 		{ clear: left; }
.cright 	{ clear: right; }

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.sIFR-replaced h1 	{ color: #3A990D; }
.sIFR-alternate 	{ position: relative; left: -9999px; display: none; }


/* Form Styling
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
	border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* Layout Elements
-------------------------------------------------------------- */


	#kontainer {
		background: url('../img/top_x.jpg') repeat-x top center;
		width: 100%;
		margin: 0px auto;
		min-height: 100%;
		text-align: center;
		display: block;
		position: absolute;
			top: 0px;
			left: 0px;
			z-index: 0;
	}
		#contentWrap {
			width: 1000px;
			margin: 0 auto;
			background: url('../img/frill.gif') no-repeat top center;
		}
		#content {
			background: url('../img/content_bg.png') repeat-y top center;
			text-align: left;
			width: 807px;
			margin: 0 auto;
			padding: 20px 0px 0px;
		}
			#content_cap {
				margin: 0 auto;
				width: 805px;
				height: 27px;
				background: url('../img/content_cap.png') no-repeat;
			}
			#content_shoe {
				margin: 0 auto;
				width: 806px;
				height: 70px;
				background: url('../img/content_shoe.png') no-repeat;
			}
			.contact_form label, .contact_form input, .contact_form textarea {
				float: left;
				clear: both;
			}

		#logo {
			width: 430px;
			height: 59px;
			background: url('../img/logo.png') no-repeat;
			text-indent: -10000px;
			position: relative;
				top: 30px;
				left: 124px;
			margin-bottom: 55px;
		}
		
			#main {
				padding: 0 23px 10px;
			}
				#nav {
					float: left;
					margin-top: 25px;
					width: 165px;
				}
					#nav ul {
						margin: 0 0 10px 0;
						padding: 0;
						list-style: none;
					}
						#nav ul li {
							border-bottom: 1px solid #e7ceae;
							padding: 3px 0 3px 10px;
							font-family: Georgia, Times, "Times New Roman", serif;
							font-size: 14px;
						}
							#nav ul li.last {
								border: none;
							}
							#nav ul li a {
								display: block;
								color: #d67400;
								text-decoration: none !important;
							}
							
							#nav ul li {
								position: relative;
							}
								#nav ul li ul {
									position: absolute;
									left: 100%;
									top: 0;
									width: 170px;
									padding: 5px 8px 5px 16px;
									background: #fff url('../img/3rdnavbg.png') no-repeat top left;
								}
									#nav ul li a:hover {
										color: #914E00;
									}
									#nav ul li ul li a {
										display: block;
										font-size: 12px !important;
									}
							
							

					.nav_item {
						border-bottom: 1px solid #d3c0a4;
						padding: 5px;
					}
					.title, .title a {
						text-decoration: none;
						display: block;
						cursor: pointer;
						width: 165px;
						font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
						font-size: 14px;
						color: #906E3B;
					}
						.title a:hover, .nav_item a:hover {
							color: #906E3B;
						}
					#nav_home .title {
						background: url('../img/nav_home.jpg') no-repeat center left;
					}
					#nav_attorneys .title {
						background: url('../img/nav_attorneys.jpg') no-repeat center left;
					}
					#nav_results .title {
						background: url('../img/nav_results.jpg') no-repeat center left;
					}
					#nav_publish .title {
						background: url('../img/nav_pulish.jpg') no-repeat center left;
						height:50px;
					}
					
					#nav_aboutus .title {
						background: url('../img/nav_aboutus.jpg') no-repeat center left;
					}
					#nav_practiceareas .title {
						background: url('../img/nav_practiceareas.jpg') no-repeat center left;
					}
					#nav_leadingcases .title {
						background: url('../img/nav_leadingcases.jpg') no-repeat center left;
					}
					#nav_resourcelinks .title {
						background: url('../img/nav_resourcelinks.jpg') no-repeat center left;
					}
					#nav_contactus .title {
						background: url('../img/nav_contactus.jpg') no-repeat center left;
					}
						

				
				#divider {
					margin-left: 15px;
					float: left;
					width: 10px;
					height: 368px;
					background: url('../img/divider.png');
				}
				#main_content {
					float: left;
					width: 560px;
				
					padding-bottom: 20px;
				}
					#flashcontent {
						width: 757px;
						height: 174px;
						margin: 0 auto;
						
					}
					#news {
						width: 542px;
						background: url('../img/news_bg.jpg') repeat-y top center;
						margin: 25px auto;
					}
						#news h2 {
							text-align: left;
							text-indent: -10000px;
							width: 542px;
							height: 40px;
							background: url('../img/news_events_header.jpg') no-repeat;
						}
						#news ul {
							text-align: left;
							margin-left: 0;
							list-style: none;
							width: 542px;
							padding-bottom: 30px;
							background: url('../img/news_shoe.jpg') no-repeat bottom center;
						}
							#news ul li {
								font-family: Georgia, Times, "Times New Roman", serif;
								color: #4f4f4f;
								font-size: 12px;
								padding: 0 0 7px 23px;
							}
								#news ul li a.read_more {
									color: #c9ab7d;
									font-size: 9px;
									font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
									width: 67px;
									height: 20px;
									padding: 5px 10px 6px 11px;
									text-decoration: none;
									margin-left: 5px;
									background: url('../img/read_more.png') no-repeat bottom center;
								}
					
				#main_content h3 {
					text-align: left;
					padding-left: 25px;
				}
				#main_content p,  #main_content ul li, #main_content table{
					text-align: left;
					padding: 3px 30px;
				}
				#main_content img.footerimg {
					border: 1px solid #e6c48e;
					margin-left:95px;
					margin-top:20px;
				}
				
			#contact_box {
				float: right;
				width: 370px;
				height: 51px;
				margin-right: 116px;
				margin-top: 7px;
				font-family: Georgia, Times, "Times New Roman", serif;
				font-size: 14px;
				background: url('../img/contact_box.png') no-repeat;
			}
				#contact_box .left {
					width: 205px;
					color: #b9822b;
					text-align: right;
				}
					#contact_box .left ul {
						padding-right: 5px;
					}
				#contact_box .right {
					width: 155px;
					color: #8b5500;
					text-align: left;
				}
					#contact_box .right ul {
						padding-left: 5px;
					}
					#contact_box ul {
						list-style: none;
						margin: 0;
						padding: 0;
						margin-top: 5px;
					}




	#footer { 			/* Footer on bottom but dependent on content */
		position: absolute;
		/*line-height: 45px; helps with padding on top*/
		left: 0px;
		bottom: 0px;
		width: 100%;
		display: block;
		height: 25px;
		z-index: 999;
		padding: 0px;
		margin: 0px;
		background: #ccc;
		color: #333;
		text-align: center;
		font-size: 12px;
	}
		#footer ul {
			margin: 0px;
			padding: 0px;
		}
			#footer ul li {
				display: inline;
				list-style: none;
				margin: 0px;
				padding: 0px;
			}	
				#footer ul li a {
					margin : 0 15px;
				}
.subpage #main_content {

}
	.subpage #main_content ul, .subpage #main_content li, .subpage #main_content p {
		margin-left: 0px;
	}
	.subpage #main_content ul {
		list-style: disc;
	}
	.subpage #main_content li {
		display: list;

	}
.subpage h3 {
	margin-top: 30px;
}		
#list3 ul {
	display: none;
}
#attorneys #nav_attorneys ul, #about #nav_aboutus ul, #practice #nav_practiceareas ul {
	display: block;
}
.footerimg {
	display: none !important;
}	
#news li strong a {
	font-size: 14px;
	color: #935f13;
	text-decoration: none;
}	
#news p {
	padding: 0px !important;
}
.splash #content {
	width: 807px;
	background: ;
}
.splash #logo {
	background: none !important;
}
	.splash #splash_logo {
		display: block;
		width: 503px;
		height: 84px;
		background: url('../img/splash_logo.png') no-repeat top left;
		text-indent: -10000px;
		position: relative;
		top: -20px;
	}
#splash_text {
	width: 400px;
	margin-right: 10px;
}
#flash_splash {
	padding: 5px;
	background-color: #f1f1db;
	border:1px solid #B5B5B5;
}
#skip_button {
	float: right;
	position: relative;
	margin-top: 20px;
	margin-right: 23px;
}

#main_content ul.subnav {
	margin-left: 30px;
	font-size: 12px;
}
#main_content ul.subnav li {
    list-style: none;
	clear: both;
}
	#main_content ul.subnav li .date {
		font-weight: bold;
		display: block;
		float: left;
		width: 100px;
		margin-bottom: 25px;
	}
#main_content ul.subnav li a {
	font-size: 12px;
	color: #9A5D15
	
	
}
