@charset "utf-8";
/*  ---------------------------------------
	
	main.css
	````````
	main stylesheets document for
	Texas Builders Insurance Company (TBIC)
	
    ---------------------------------------  */


/*  ---------------------------------------
	Global Reset
	- - - - - - - - - - - - - - - - - - - -  */

		html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none; text-decoration: none; }

		ul { list-style: none; }
		
		

/*  ---------------------------------------
	Global rules and typography
	- - - - - - - - - - - - - - - - - - - -  */
	
		body {
			background-color: #0E0F0A;
			background-position-x: center;
			background-position-y: top;
			background-repeat: no-repeat;
			color: #fff;
			font-family: Arial, sans-serif;
		}
				body.eight { background-image: url(../images/bg_body_08.jpg); }
				body.one { background-image: url(../images/bg_body_01.jpg); }
				body.two { background-image: url(../images/bg_body_02.jpg); }
				body.three { background-image: url(../images/bg_body_03.jpg); }
				body.four { background-image: url(../images/bg_body_04.jpg); }
				body.five { background-image: url(../images/bg_body_05.jpg); }
				body.six { background-image: url(../images/bg_body_06.jpg); }
				body.seven { background-image: url(../images/bg_body_07.jpg); }
		
		#wrapper {
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 999;
			background: transparent url(../images/1x1_mask.png);
			color: inherit;
		}
		
		#container {
			width: 940px;
			margin: 0 auto;
		}
		
		.hidden { display: none; }
		.clear { height: 1%; clear: both; }
		.left { float: left; }
		.right { float: right; }
		
		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		
		.clearfix {display: inline-block;}
		.no-background { background: none !important; }
		
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */


/*  ---------------------------------------
	Header
	- - - - - - - - - - - - - - - - - - - -  */
	
		#header {
			position: relative;
			width: 940px;
			margin: 30px 0 0 0;
		}

			#header h1 {
				float: left;
				width: 400px;
				height: 98px;
				text-indent: -999em;
				background: transparent url(../images/NEW-logo_tbic.png) top left no-repeat;
				color: inherit;
				overflow: hidden;
				position: relative;
				margin-left: -50px;
			}

				#header h1 a {
					display: block;
					width: 319px;
					height: 98px;
					background: transparent url(../images/NEW-logo_tbic.png) top left no-repeat;
					color: inherit;
				}
				
				#header h2#subtext {
					position: absolute;
					left: 50px;
					top: 50px;
					word-spacing: 1px;
					font-weight: normal;
					font-style: italic;
					font-family: "Times New Roman", Georgia, "Times", serif;
					font-size: 11px
				}
			
			#header #nav-primary {
				float: right;
				width: 570px;
				margin-top: 24px;
			}

				#header #nav-primary li {
					display: inline;
					float: left;
					color: #fff;
					padding: 6px 0;
					font-weight: bold;
				}
				
				#header #nav-primary li.first {
					background-image: none;
				}
				
				#header #nav-primary a:link, #header #nav-primary a:visited {
					text-decoration: none;
					background-color: transparent;
					color: #fff;
					padding: 7px 9px 6px 9px;
					background: #0E0F0A url(../images/nav_divider.gif) no-repeat center left;
				}
				
				#header #nav-primary a:hover, #header #nav-primary a:active, #header #nav-primary li.current_page_parent a, #header #nav-primary li.current_page_ancestor a, #header #nav-primary li.current_page_item a {
					text-decoration: none;
					background-color: #b66f06;
					color: #fff;
				}
	


/*  ---------------------------------------
	Content
	- - - - - - - - - - - - - - - - - - - -  */
	
		#content {
			width: 880px;
			background-color: #fff;
			color: #000;
			margin-top: 45px;
			border-top: 5px solid #b66f06;
			padding: 30px;
		}
		


/*  ---------------------------------------
	Sidebar
	- - - - - - - - - - - - - - - - - - - -  */
	
		#sidebar {
			float: left;
			width: 302px;
		}
			#sidebar h2 {
				font-family: Myriad, Times, serif;
				font-size: 3em;
				margin: 0 0 .25em 0;
			}
			
			#sidebar h4 {
				font-size: 1.5em;
				margin: 0 0 .5em 0;
			}
			
			#sidebar p {
				margin: 0 0 1.5em 0;
				font-size: 14px;
			}
			
			#sidebar ul {
				font-size: .85em;
			}
				#sidebar ul li {
					border-left: 3px solid #000;
					padding: 2px 0 2px 5px;
					margin-bottom: 1px;
				}
					#sidebar ul li a {
						background-color: #b66f06;
						color: #fff;
						padding: 2px 5px;
					}
						
			#sidebar #contact-need-nav {
				margin-bottom: 20px;
			}
				#sidebar #contact-need-nav li {
					border-left-color: #3c3c3c;
				}	
					#sidebar #contact-need-nav li a {
						background: #5f5f5f;
					}
						#sidebar ul li a:hover, #sidebar ul li.current_page_item a, #sidebar #contact-need-nav li a:hover {
							background-color: #000;
							color: #fff;
						}



/*  ---------------------------------------
	Main
	- - - - - - - - - - - - - - - - - - - -  */
	
		#main {
			float: right;
			width: 548px;
			font-size: .85em;
			padding-top: 20px;
		}
			#main a {
				text-decoration: underline;
				background-color: transparent;
				color: #b66f06;
			}
			#main p.lead {
				font-size: 16px;
				line-height: 22px;
				padding-bottom: 15px;
				color: #353535;
				border-bottom: 1px solid #7f7f7f;
			}
			#main h3 {
				display: block;
				font-size: 20px;
				padding: 10px 0 20px 0;
			}
			#main h4 {
				display: block;
				padding: 10px 0;
				font-size: 18px;
				font-weight: normal;
			}
			
			#main h5 {
				font-size: 14px;
				font-weight: bold;
				display: block;
				padding: 10px 0;
			}
				#main h5 a {
					border-bottom: 1px solid #cdcdcd;
					padding: 3px 1px 3px 0;
					color: #72480a;
				}
					#main h5 a:hover {
						color: #9d6616;
						padding-bottom: 2px;
					}
			
			#main p {
				margin: 0 0 1em 0;
				line-height: 20px;
			}
			
			#main p a {
				text-decoration: underline;
				background-color: transparent;
				color: #b66f06;
			}
			
			#main p a:hover {
				background-color: transparent;
				color: #000;
			}
			#main ul {
				list-style-type: circle;
				list-style: circle;
				margin-left: 25px;
			}
				#main ul li {
					padding-bottom: 10px;
				}
			#main .contact-need {
				padding: 10px 20px;
				background: #e5e5e5;
				margin-bottom: 10px;
			}
				#main .contact-need.active { background: #333; }
				#main .contact-need h4 {
					font-size: 20px;
				}
				#main .contact-need h5 {
					font-size: 18px;
					font-weight: normal;
					color: #404040;
				}
				#main .contact-need strong {
					border-bottom: 1px solid #a9987e;
				}
				
		#main .googleMap h4 {
			font-size: 14px !important;
			padding-top: 0 !important;
			font-weight: bold;
			padding-bottom: 3px !important;
		}


/*  ---------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - -  */
	
		#footer {
			width: 100%;
			background-color: #0E0F0A;
			color: #fff;
			font-size: .8em;
			margin: 0 auto 20px;
			padding-bottom: 40px;
			overflow: hidden;
		}
		
			#footer-inner {
				width: 940px;
				margin: 20px auto;
			}

			#footer a {
				background-color: transparent;
				color: #b66f06;
			}
			
			#footer a:hover {
				text-decoration: underline;
				background-color: transparent;
				color: #fff;
			}
	
		#footer #extra {
			float: left;
			width: 463px;
		}
		
			#footer #extra .phone {
				font-size: 1.4em;
				font-weight: bold;
			}
			#footer #extra .main-fax {
				padding: 10px 0 5px 0;
				display: block;
				font-size: 14px;
			}
				#footer #extra .main-fax strong {
					font-weight: bold;
				}
			#footer #extra .claims-fax {
				padding: 3px 0 20px 0;
				display: block;
				font-size: 14px;
			}
				#footer #extra .claims-fax strong {
					font-weight: bold;
				}
			#footer #extra .addr { display: block; padding-bottom: 10px; }
			#footer #extra .addr strong { padding-bottom: 5px; display: block; }
			#footer #extra p {
				margin-bottom: 2em;
			}
		
		#footer #nav-secondary {
			float: right;
			width: 477px;
		}

				#footer #nav-secondary h4 {
					text-transform: uppercase;
					font-size: .9em;
					margin: 0 0 .5em 0;
				}
				
				#footer #nav-secondary .group {
					float: left;
					width: 159px;
				}
				
/* TRAVIS ADDITIONS */

#main #directory td {
	padding: 5px;
}
