/* CSS Document */

body {
	background-color:#fff;
	background-image: url(../images/css-images/bg.jpg);
	background-repeat: repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto;
}

form, input, ul, li {
	margin: 0px;
	padding: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

img { 
	border: 0; 
	margin: 0;
	padding: 0;
}

span.imgtxt {
	display: none;
}

textarea {
	height: 100px;
	width: 98%;
}

h1,h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS";
	padding: 0;
}

h1 {
	border-bottom: 1px solid #ccc;
	color: #003394;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
	width: 75%;
}

h2 {
	color:#003394;
	font-size:16px;
	margin-left:0px;
	margin-top:25px;
	text-align:left;
}

h3 {
	color: #003394;
	font-size:14px;
	margin: 15px 0 4px 0;
}

h4 {
	color:#fff;
	font-size:14px;
	font-weight: bold;
	height:15px;
	text-align:left;
}

h5 {
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}

h5 a {
	color: #fff;
	}

h5 a:hover {
	text-decoration: underline;
	}
		
.lg-yellow {
	color: #fc0;
}

.white {
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	margin-top: -3px;
	padding: 0;
}
	
.clear {
	clear: both;
}
	
.img-txt {
	display: none;
	}

/*HEADER*/
#header {
	height: 190px;
	position: relative;
	width: 990px;
}

#logo {
	background-image:url('../images/css-images/logo.png');
	background-repeat: no-repeat;
	height: 100px;
	left: 20px;
	position: absolute;
	top: 25px;
	width: 350px;
}

#header-right {
	color: #fff;
	float: right;
	line-height: 20px;
	margin-right: 15px;
	margin-top: 110px;
	text-align: right;
	width: 350px;
}

#header-right a {
	color: #fff;
	font-size: 14px;
	padding-bottom: 5px;
	}
		
/* END HEADER */

/* NAVIGATION */
#sitemap {
	background-color: #ccc;
	height: 40px;
	left: 7px;
	position:absolute;
	text-align: right;
	top: 150px;
	width: 976px;
	z-index: 100;
}

#sitemap ul {
	padding-top: 5px;
	margin: 0 auto;
	text-align: center;
	width: 935px;
	z-index: 100;
}

#sitemap ul li {
	border-right: 1px solid #888;
	border-left: 1px solid #eee;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 18px;
	height: 15px;
	list-style: none;
	padding: 7px 22px;
	
	text-align: center;
}

#sitemap ul li.last {
	border-right: none;
	border-left: 1px solid #eee;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 18px;
	list-style: none;
	padding: 7px 23px;
	text-align: center;
}

#sitemap ul li.first {
	border-right: 1px solid #888;
	border-left: none;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 18px;
	list-style: none;
	padding: 7px 23px;
	text-align: center;
}

#sitemap ul li a {
	color: #003394;
	padding: 10px 15px;
	text-align: center;
}

#sitemap ul li a:hover {
	color: #fff;
	padding: 10px 15px;
	text-align: center;
}

/*Dropdowns */
#sitemap ul li ul {
	position: absolute;
	display: none;
	width: 100%;
	z-index: 100;
	}
	
#sitemap ul li:hover ul, #sitemap ul li.sfhover ul {
	background-color: #003394;
	display: block;
left: auto;width: auto;	
	padding: 10px 0;
	text-align: left;
	
	z-index: 99;
	}
	
#sitemap ul li ul li {	
	border: none;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	z-index: 100;
	}

#sitemap ul li ul li a {
	color: #fff;
	}

#sitemap ul li ul li a:hover {
	color: #ccc;
	}	


/* END OF NAVIGATION */

/* MAIN */
#wrapper {
	margin:0px auto;
	position:relative;
	width:990px;
}

#container {
	background-image: url(../images/css-images/shadow-bg.png);
	background-repeat: repeat-y;
	padding: 0 7px 2px 7px;
	margin: 0;
	width: 976px;
}

#content {
	background-color: #fff;
	padding-bottom: 5px;
	width: 976px;
}

#sidebar1 {
	background-color:#fff;
	border-right:3px solid #8c1010;
	float:left;
/*	height:205px;*/
/*	position:relative;*/
	width:405px;
}

#ticker-hold {
	background: url(../images/css-images/news-bg.jpg) repeat-x;
	color: #fff;
	font-size: 14px;
	height: 35px;
	padding: 0 20px;
	position: relative;
	width: 936px;
}

/* News RSS Ticker */
#ticker
{
	float: left;
	width:785px;
	height:25px;
	overflow:hidden;
	padding: 8px 20px;
	margin-left: 8px;
	position:relative;
}

#ticker.noscript
{
	overflow:visible;
	height:auto;
}

#ticker-inner
{
	width:10000px;
	position:relative;
	margin-left:-3000px;
	padding-left: 10px;
}

#ticker.noscript #ticker-inner
{
	margin-left:0px;
	width:auto;
}

#ticker ul
{
	padding:0px;
	margin:0px;
	height:35px;
	position:absolute;
	left:3400px;
}

#ticker.noscript ul
{
	position:relative;
	height:auto;
	left:0px;
}

#ticker ul li
{
	padding:0px;
	margin:0px;
	margin-right:30px;
	display:block;
	float:left;
	height:50px;
}

#ticker.noscript ul li
{
	position:relative;
	float:none;
	clear:both;
	height:auto;
}

#ticker ul li a
{
	color:#ffffff;
	text-decoration:none;
}

#ticker ul li a:hover
{
	color:#ffffff;
	text-decoration:underline;
}


#news {
	color: #fff;
	float: left;
	font-size: 14px;
	height: 15px;
	padding: 10px 20px 10px 10px;
	position: relative;
	width: 500px;
}

.rssclass a {
	color: #fff;
	}

#title {
	color: #fff;
	float: left;
	height: 22px;
	padding-top: 8px;
	padding-right: 10px;
	}

#title h4 {
	margin: 0;
	padding: 0;
	}
			
#flash {
	background-color: #ccc;
	padding: 30px 0;
	text-align: center;
	z-index: 20;
}

.law {
	background: url(../images/css-images/ins-law.jpg) center no-repeat;
	padding-top: 30px;
	}
	
.text {
	float: left;
	padding: 30px 20px 20px 50px;
	width: 550px;
	}

.text ul {
	margin-left: 25px;
	}

.text ul li {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	list-style: square;
	}		

.contact-text {
	border-right: 1px solid #ccc;
	float: left;
	padding: 0px 20px 10px 50px;
	margin-top: 30px; 
	width: 350px;
	}

.contact-form {
	float: left;
	padding: 30px;
	}
		
#contact {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 10px 25px;
}
		
.address1 {
	color: #ccc;
	float: left;
	width: 450px;
}

.address2 {
	color: #ccc;
	float: right;
	text-align: right;
}

/* END MAIN */

/* Bios */

.bio {
	height: 255px;
	padding: 120px 0 0 275px;
	margin: 0 auto;
	text-align: left;
	width: 225px;
	}

.bio2 {
	height: 255px;
	padding: 120px 235px 0 40px;
	margin: 0 auto;
	text-align: left;
	width: 225px;
	}
	
.josh {
	background: url(../images/jdietz.jpg) center no-repeat;
	}
	
.garrick {
	background: url(../images/gfarria.jpg) center no-repeat;
	}

	
.stephen {
	background: url(../images/shorton.jpg) center no-repeat;
	}


/* COLUMNS */

.col-1 {
	border-right: 1px solid #999;
	float: left;
	height: 225px;
	margin: 40px 0;
	padding: 0 16px;
	text-align: center;
	width: 210px;
}

.col-last {
	float: left;
	height: 225px;
	margin: 40px 0;
	padding: 0 16px;
	text-align: center;
	width: 209px;
}

.col-1 p, .col-last p {
	text-align: left;
	}

.col-1 a, .col-last a {
	color: #003394;
	}
	

/* FOOTER */
#footer {
	background-image: url(../images/css-images/shadow-bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	color: #888;
	font-size: 11px;
	margin:0 auto;
	padding: 20px 10px;
	width:990px;
}

#footer a {
	color: #888;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#copyright {
	float:left;
	padding: 5px 15px;
	width:450px;
}

#poweredby {
	float:right;
	padding: 5px 15px;
	text-align:right;
}


