@charset "UTF-8";
/* CSS Document for Rick **MG 4/07/09

       |\__/,|   (`\
     _.|o o  |_   ) )
 ---(((---(((---------
 
&copy; mark grostick
*/
/* Resets ***********************/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*GLOBAL*************************************************************************************************************************************/
/********************************************************************************************************************************************/

body {
	font-family: Arial, Helvetica, san-serif;
	font-size:62.5%;/*sets font to 10px*/
	background-image:url(../images/bkg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}

	
p {
	margin: 0 0 1.2em 0;
	line-height:1.2em;
}
	
	#directions p {
		font-size: 1.2em;
	}
	
#content p {
	line-height:1.4em;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 2.2em;
	line-height:normal;
	font-weight:normal;
	margin-bottom:1.0em;
	color:#08335e;
}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height:normal;
	font-weight:normal;
	margin-bottom:1.0em;
	color:#08335e;
}

.bankruptcy h2 {
	font-size: 1.4em;
	line-height:normal;
	margin-bottom:1.0em;
	color:#336699;
}

h2#learn_more {
	width: 200px;
	height:29px;
	background-image:url(../images/hdr_learn_more.gif);
	background-repeat:no-repeat;
	text-indent:-9999em;
}

h2#saber_mas {
	width: 200px;
	height:29px;
	background-image:url(../images/hdr_saber_mas.gif);
	background-repeat:no-repeat;
	text-indent:-9999em;
}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height:normal;
	margin-bottom:1.0em;
	color:#08335e;
}

.data_header {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height:normal;
	font-weight:normal;
	margin-bottom:1.0em;
	color:#08335e;
}

a {
	color: #08335e;
}

a:hover {
	color: #b94933;
}

.fl_rt {
	float: right;
	margin: 0 0 10px 20px;
}

.fl_lt {
	float: left;
	margin: 0 20px 10px 0;
}

.list {
	margin: 0 0 0 15px;
}

ol.list {
	margin: 0 0 0 30px;
}

#container {
	width: 960px;
	height:auto;
	margin: 0 auto;
	overflow:hidden;
}
/*header*************************************************************************************************************************************/
#header {
	width: 960px;
	height: 165px;
	overflow:hidden;
}
	
	/*utility nav*/
	
	#utility_nav {
		width: auto;
		height: 16px;
		line-height: 12px;
		margin: 9px 0 9px 0 ;
		float: right;
	}
		
		#utility_nav li {
			float: left;
			font-size:1.1em;
			margin: 0 5px 0 0;
			padding: 0 5px 0 0;
			border-right: 1px solid #666666;
		}
			#utility_nav li.last {
				border-right: none;
				margin: 0;
				padding:0;
			}
			
			#utility_nav li a{
				color: #666666;
				text-decoration:none
			}
		
		#logo_wrap {
			width: 960px;
			height: 87px;
			padding-top:10px;
			clear: both;
		}
		
		 	#logo {
				width: 310px;
				height: 53px;
				background-image: url(../images/rick_chaidez_logo.gif);
				background-repeat:no-repeat;
				margin:10px 0 0 10px;
				float: left;
			}
			
			#address {
				height:87px;
				height:auto;
				padding: 0 0 0 20px;
				font-size: 1.1em;
				font-weight:bold;
				display:block;
				color: #c6e3ff;
				float: right;
				/*text-align:right;*/
			}
			
				#address p {
					margin: 0;
					padding:0;
				}

			#address2 {
				height:87px;
				font-size: 1.1em;
				font-weight:bold;
				display:block;
				color: #c6e3ff;
				float: right;
				/*text-align:right;*/
			}
/*nav*************************************************************************************************************************************/
#nav ul {
	width: 835px;
	height: 34px;
	font-size:1.2em;
}

#nav li{
	height: 34px;
	line-height:34px;
	border-right: 1px solid #3d79b5;
	float: left;
	display:block;
}

	#nav a {
		width: auto;
		font-family: "Trebuchet MS";
		font-size:1.2em;
		color: #c6e3ff;
		background-image:url(../images/nav_over.gif);
		background-position:  0 -35px;
		background-repeat:no-repeat;
		text-align:center;
		text-transform:uppercase;
		text-decoration:none;
		font-weight: bold;
		padding: 0 10px;
		display:block;
	}
	
		#nav #about a:hover, #nav #about a.selected{
			background-image: url(../images/nav_over.gif);
			color: #08335e;
			background-position: 0 0;
			background-repeat:repeat-x;
		}
	
		#nav #office a:hover, #nav #office a.selected{
			background-image: url(../images/nav_over.gif);
			color: #08335e;
			background-position: 0 0;
			background-repeat:repeat-x;
		}
	
		#nav #bankruptcy a:hover, #nav #bankruptcy a.selected{
			background-image: url(../images/nav_over.gif);
			color: #08335e;
			background-position: 0 0;
			background-repeat:repeat-x;
		}

		#nav #injury a:hover, #nav #injury a.selected{
			background-image: url(../images/nav_over.gif);
			color: #08335e;
			background-position: 0 0;
			background-repeat:repeat-x;
		}

		#nav #espanol a:hover, #nav #espanol a.selected{
			background-image: url(../images/nav_over.gif);
			color: #08335e;
			background-position: 0 0;
			background-repeat:repeat-x;
		}
	
		#nav #dictionary a:hover, #nav #dictionary a.selected {
			background-image: url(../images/nav_over.gif);
			color: #08335e;
			background-position: 0 0;
			background-repeat:repeat-x;
		}
		
		#nav #links a:hover, #nav #links a.selected{
			background-image: url(../images/nav_over.gif);
			color: #08335e;
			background-position: 0 0;
			background-repeat:repeat-x;
		}
		
		#nav #english a:hover, #nav #english a.selected{
			background-image: url(../images/nav_over.gif);
			color: #08335e;
			background-position: 0 0;
			background-repeat:repeat-x;
		}
	
	
/*content*************************************************************************************************************************************/
#home_flash {
	width: 960px;
	height: 172px;
}

#content {
	width: 915px;
	height: auto;
	background-image:url(../images/content_sub_bkg.gif);
	background-repeat:repeat-x;
	padding: 30px 20px 30px 35px;
	clear:both;
	font-size: 1.3em;
	color:#666666;
	overflow:hidden;
}
.home #content {
	background-image:url(../images/content_bkg.gif);
}

#content .img_border{
	border: 1px solid #cccccc;
}

	/*generic list*/
	#content li {
		line-height:normal;
		background-image: url(../images/blue_dot.gif);
		background-repeat:no-repeat;
		background-position:0 2px;
		padding-left:14px;
		margin-bottom:1.0em;
	}

	#content_left {
		width: 660px;
		height:auto;
		border-right: 2px dotted #dadada;
		padding: 0 20px 0 0;
		float: left;
	}
	
	#content_right {
		width: 203px;
		height:auto;
		padding: 0 0 0 22px;
		float: left;		
	}
	
	#content .btns {
		width: 201px;
		height:auto;
		clear: both;
	}
		
		#content .btns li {
			list-style: none;
			background-image:none;
			margin: 0 0 5px 0;
			padding:0;
		}
		
			#content .btns li a{
				width: 201px;
				height:38px;
				line-height: 38px;
				background-image:url(../images/btn_bkg.gif);
				background-repeat:no-repeat;
				font-family: "Times New Roman", Times, serif;
				font-size: 1.8em;
				text-decoration:none;
				text-align:center;
				color:#999999;
				display:block;
				
			}
			
				#content .btns li.big a{
					height:auto;
					line-height: normal;
					background-image:url(../images/btn_big_bkg.gif);
					background-repeat:no-repeat;
					padding: 12px 0;
				}
				
				#content .btns li a:hover{
					color: #b94933;
				}
		
		#video_links {
			border: 1px solid #cccccc;
			margin: 10px 0 0 0;
			padding:8px;
			line-height:16px;
		}
		
			#video_text {
				float: left;
				margin: 0 0 0 5px;
			}
		
		/*faq list bullet*/
		.faq_list {
			margin-bottom: 2.0em;
		}
		
		.faq_list a {
			font-weight: bold;
		}
		
		/*return to top bullet*/
		
		#content  .return {
			width: auto;
			border-bottom: 1px solid #ccc;
			padding-top:0px;
			margin-bottom:2.0em;
			clear:both;
		}
		#content  .return li {
			background-image: url(../images/blue_triangle.gif);
			background-repeat:no-repeat;
			background-position:0 2px;
			padding-left:14px;
			margin-bottom:2.0em;
		}
		
	#map {
		width: 370px;
		height:auto;
		overflow:hidden;
	}
	
		#map_left {
			width: 146px;
			height:auto;
			float:left;
			text-align:center;
			font-size:.8em;
		}
		
		#map_right {
			width: 210px;
			height:auto;
			padding-left: 14px;
			float:left;
		}
	
#footer {
	width: 100%;
	height:auto;
	background-image: url(../images/footer_bkg.gif);
	background-repeat:repeat-x;
	background-color:#06325d;
	clear:both;
}

	#footer_content {
		width: 940px;
		height:auto;
		padding:20px 10px;
		margin:0 auto;
		color:#c6e3ff;
		font-size:1.1em;
	}
			
		#footer_content p {
		
		}
		
		#footer_content a {
			color: #c6e3ff;
		}
		
		#back_to_home {
			float: left;
			margin-top:10px;
		}
		
		#number {
			float:right;
			margin:0 0 10px 10px;
			padding:0;
			font-family:"Times New Roman", Times, serif;
			font-size:2.4em;
			line-height: normal;
		}
		
		
			#number span {
				font-size: .5em;
				line-height:.5em;
				display:block;
			}
/*END GLOBAL*************************************************************************************************************************************/
/********************************************************************************************************************************************/

/*PAGES*************************************************************************************************************************************/
/********************************************************************************************************************************************/
.dictionary strong {
	font-weight: bold;
	color:#336699;
}
