/* CSS Document */




* {
	margin: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D1E1C;
	line-height:1.4em;
}
body,html {
	background-color: #FFFFFF;
}
p {
	padding: 9px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	padding: 9px;
}
h1 {
	font-size: 12px;
}

h2 {
	font-size: 11px;
}
h3 {
	font-size: 11px;
	padding-bottom: 0;
	padding-top: 18px;
}

h4 {
	font-size: 10px;
	padding-bottom: 0;
	padding-top: 18px;
}


a:link, a:visited, a:active {
	color: #2D1E1C;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2D1E1C;
}

.linklist a {
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.linklist blockquote a {
	padding-left: 46px;
	
}


.more a {
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.more a:hover{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #799DAC;
}

.linklist p {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.linklist blockquote {
	margin-left: 0px;
	
}





.more p {
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* All Content Centered */

#container {
	width: 1000px;
	position: relative;
	left: 50%;
	top: 0px;
	z-index: 100;
	margin-left: -500px;
}



/* Header */

#geobar {
	background-color: #2D1E1C;
	position: relative;
	height: 55px;
	width: 1000px;
	left: 0px;
	top: 0px;
	
}

#geobar p {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	top: 2px;
	color: #FFFFFF;
	text-align: center;
}

#top {
	background-color: #799DAC;
	position: relative;
	height: 182px;
	width: 1000px;
	left: 0px;
	top: 0px;
	background-image: url(images/topdecor.gif);
	background-repeat: repeat-x;
	background-position: 0px -18px;	
}


#topdecor {  /* behind container */
	position: absolute;
	z-index: 10;
	height: 237px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(images/topdecor.gif);
	background-position: 0 37px;
	background-repeat: repeat-x;
	background-color: #2D1E1C;
}


/* Left Column is positioned by float:left attribute */

#leftcolumn {
	width: 190px;
	float: left;
	padding-top: 14px;
	padding-left: 121px;
}



/* Middle column is also floated left, separated from the left column by a left pad  */

#midcolumn {
	width: 350px;
	float: left;
	padding-top: 14px;
	padding-left: 14px;
}

/* Main Column  */

#maincolumn {
	width: 554px;
	float: left;
	padding-top: 14px;
	padding-left: 121px;
}

#maincolumn .header350 {
	background-image: url(images/bluebar554.gif);
}

#maincolumn .footer350 {
	background-image: url(images/bottom554.gif);
}

#maincolumn .bluebox .footer350 {
	background-image: url(images/bottom554-blue.gif);
}


/* Right column is positioned with float:right attribute */

#rightcolumn {
	width: 190px;
	float: right;
	padding-top: 14px;
	padding-right: 121px;
}


/* Footer must clear:both */

#bottom {
	clear: both;
	width: 1000px;
	background-color: #799DAC;
	height: 48px;
	background-image: url(images/bottomdecor.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#bottomdecor {
	z-index: 10;
	height: 48px;
	width: 100%;
	position: relative;
	margin-top: -48px;
	background-image: url(images/bottomdecor.gif);
	background-repeat: repeat-x;
	background-color: #799DAC;
}



/* content boxes */

.introbox {
	background-image: url(images/david.jpg);
	background-repeat: no-repeat;
	background-position: right 25px;
	height: 290px;
	width: 350px;
	margin-bottom: 14px;
}
#video_box{
	text-align:center;	
}
#play_video{
	padding-top:9px;
	border:1px solid #000;
	display:block;
	border:none;
}
#play_video:hover{
	background:#FFF;
}
#play_video img{
	border:1px solid #000;	
}
#video_link{
	padding:5px 0 0;
	text-align:center;
}
#video_link a{
}

.textbox {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #2d1e1c;
	border-left-color: #2d1e1c;
}

.responsebox .textbox {
	background-color: #6F5450;
	color: #FFFFFF;
}

.bluebox .textbox {
	background-color: #CBDBE6;
}

.introbox .textbox {
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: #2D1E1C;
	width: 175px;
	height: 254px;
}

/*Focus pages styles*/

#focuspages {
	height: 78px;
	width: 350px;
	margin-bottom: 14px;
	background-image: url(images/4-color.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CBDBE6;
	position: relative;
	font-size:12px;
}
#focuspages div{
	float:left;	
}

#focuspages a {
	display: block;
	padding: 7px 10px;
}
#state {
	height: 78px;
	width: 80px;
}

#state a{
	color: #FFFFFF;
	display:block;
	height:63px;
}
#state a:hover{
	background-color: #799DAC;
	background-image: url(images/1stateON.gif);
}
#whitecollar {
	height: 78px;
	width: 95px;
	background:#2d1e1c;
}
#whitecollar a{
	color:#fff;	
	margin-top:1px;
	height:62px;
}
#whitecollar a:hover{
	background-color: #6F5450;
}
#stateappeals{
	height:78px;
	width:85px;
}
#stateappeals a{
	background:#d4e2eb;	
	height:62px;
	margin-top:1px;
}
#stateappeals a:hover{
	background:#6F5450;	
}
#federal {
	height: 78px;
	width: 90px;
}
#federal a{
	height:63px;
}
#federal a:hover{
	background: #3E4357 url(images/3fedON.gif) no-repeat top right ;
	color: #CBDBE6;
}

.timebox p {
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
}

.timebox h1 {
	text-align: center;
	padding-left: 0px;
}


.header190 {
	background-image: url(images/gradientbar190.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
	width: 190px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #A7B1BD;
}


.responsebox .header190 {
	background-image: url(images/bluebar190.gif);
	background-color: #2D1E1C;
}


.header190 h1 {
	position: relative;
	top: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.header350 {
	height: 25px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #2D1E1C;
	background-image: url(images/bluebar350.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.header350 h1, .responsebox .header190 h1 {
	position: relative;
	top: 4px;
	color: #D9E6EE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.footer190 {
	background-image: url(images/bottom190.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
	width: 190px;
	margin-bottom: 14px;
	background-color: #FFFFFF;
	border: none;
}

.responsebox .footer190 {
	background-image: url(images/bottom190-brownish.gif);
}

.footer350 {
	background-image: url(images/bottom350.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	margin-bottom: 14px;
	background-color: #FFFFFF;
	border: none;
}

.bluebox .footer350 {
	background-image: url(images/bottom350-blue.gif);
}

.introbox .footer350 {
	background-image: url(images/bottom-half.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
	width: 175px;
	margin-bottom: 0px;
}
input {
	width: 155px;
	height: 14px;
	font-size: 12px;
	margin-bottom: 10px;
	border: 1px solid #2D1E1C;
	padding-left: 5px;
	margin-top: 3px;
}

textarea {
	width: 155px;
	height: 48px;
	font-size: 12px;
	margin-bottom: 10px;
	border: 1px solid #2D1E1C;
	padding-left: 5px;
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus {
	background-color: #CBDBE6;
}



.button input{
	width: 80px;
	height: 20px;
	background-color: #799DAC;
	font-weight: bold;
	color: #2D1E1C;
	border: 1px solid #FFFFFF;
	position: relative;
	left: 80px;
}

#bottom li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}

#bottom li a {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

#bottom ul {
	padding-left: 0px;
	position: relative;
	top: 8px;
}

ul {
	padding-left: 30px;
}
li {
	padding-bottom: 10px;
}
blockquote {
	margin-left: 36px;
}
#maincolumn .textbox img {
	padding-bottom: 15px;
	padding-left: 15px;
}


.clear {
	clear: both;
}
.center{
	text-align:center;	
}
.linklist img {
	padding-right: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footnote{
	margin: 20px 10px 0;
	color: #666;
	border-top: 1px solid #666;
}
.footnote p{
	padding: 10px 0;
	margin: 0;
}
#major_credit_cards{
	border:none;	
}