@charset "utf-8";

body {
	background-color: #040844;
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header_bg_gradient {
	background-image: url(images/header_bg_gradient.jpg);
	background-repeat: repeat-x;
	height: 122px;
	width: 100%;
	position: absolute;
	top: 0px;
}
#header_top_bg {
	background-image: none;/*url(images/header_bg_stripe_left.png);
	background-repeat: repeat-x;
	height: 9px;
	width: 50%;
	position: absolute;
	top: 0px;
	float: left;*/
}
#header_bottom_bg {
	background-image: none;/*url(images/header_bg_stripe_right.png);
	background-repeat: repeat-x;
	height: 15px;
	width: 50%;
	position: absolute;
	top: 105px;
	right: 0px;*/
}
#wrapper {
	width: 100%;
	position: relative;
	height: 122px;
}
#fixed_width {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(images/header_rounded.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 980px;
}
#flash_bg {
	background-color: #040844;
	height: 270px;
	width: 100%;
	position: absolute;
	top: 120px;
}
#flash_left {
	background-image: url(images/flash_bg_img_left.jpg);
	float: left;
	height: 270px;
	width: 407px;
	position: absolute;
	top: 120px;
}
#flash_right {
	background-image: url(images/flash_bg_img_right.jpg);
	float: right;
	height: 270px;
	width: 407px;
	position: absolute;
	top: 120px;
	right: 0px;
}
#flash {
	background-color: #040844;
	height: 270px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#random_img {
	height: 270px;
	width: 960px;
	background-color: #040844;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#primary_nav_bg {
	background-image: url(images/primary_nav_bg.jpg);
	background-repeat: no-repeat;
	background-color: #040844;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 66px;
	width: 980px;
}
#primary_nav {
	text-align: center;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#primary_nav  li  {
	display: inline;
}
#primary_nav li a {
	text-decoration: none;
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#primary_nav li a:visited {
	color: #CCCCCC;
}
#primary_nav li a:hover {
	color:#FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
#primary_nav li a:active {
	color:#FF9966;
	background-image: url(images/arrow_active.png);
	background-repeat: no-repeat;
	background-position: left;
}
#boxes {
	background-image: url(images/boxes.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 37px;
}
#avvo {
	height: 135px;
	width: 220px;
	float: left;
	margin-left: 43px;
}
#scroller {
	height: 135px;
	width: 340px;
	float: left;
	margin-left: 15px;
}
#NewsTicker{
	width:340px;
	height:115px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	#NewsVertical {
	width: 340px;
	height: 115px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* Ticker Vertical */
	#TickerVertical {
	width: 340px;
	height: 115px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#TickerVertical li {
	display: block;
	width: 335px;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	padding: 6px;
	float: left;
	line-height:25px;
	margin-bottom:2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	height: 115px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	}
#TickerVertical .ticker_bold {
	font-weight: bold;
	color: #fac08e;
}
#read_more {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	color: #fac08e;
	font-weight: bold;
}
#read_more a:link {
	color: #fac08e;
	text-decoration: none;
}
#read_more a:visited {
	color: #fac08e;
	text-decoration: none;
}
#read_more a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#read_more a:active {
	color: #FF9966;
	text-decoration: underline;
}
.bold{
	font-weight:bold;
}

#contact {
	height: 135px;
	width: 300px;
	float: left;
	margin-left: 30px;
	padding-left: 5px;
}
input {
	width: 175px;
	padding-bottom: 5px;
}
textarea {
	width: 175px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
}
.button {
	width: 95px;
	padding: 0px;
}


#content {
	background-color: #FFFFFF;
	width: 960px;
	margin: 0 auto;
}
/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	background-color: #2e2e61;
	background-image: url(images/side_nav_bg.jpg);
	}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:261px;
	background:#fff;
    }
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:228px;
	padding-bottom:1em;
	}
.leftmenu .col1 {
	position:relative;
	right:100%;
	overflow:hidden;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 230px;
	padding: 15px;
	}
.col1 .rt_col_footer {
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	padding-top: 1em;
}
.col1 p {
	padding-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: medium;
	padding-left: 1em;
	padding-right: 1em;
}
.col1 a {
	text-decoration: none;
	font-weight: bold;
	color: #F07800;
}
.col1  a:visited  {
	color: #F07800;
}
.col1 a:hover {
	color: #ff9900;
	text-decoration: underline;
}
.col1 a:active {
	color: #F07800;
	text-decoration: underline;
}
.col1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.col1 .highlight {
	font-weight: bold;
	font-size: large;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0.3em;
	margin-bottom: 0.5em;
	background-image: url(images/heading_bg.jpg);
	background-repeat: repeat-x;
}
.h1_underline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	background-image: url(images/h1_home.png);
	background-repeat: no-repeat;
	height: 20px;
	text-indent: -9999px;
}
#h1_spacing {
	margin-bottom: .5em;
	padding: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.col1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	padding: .5em;
	font-style: italic;
	font-size: medium;
	background-image: url(images/heading_bg_2.jpg);
}
.leftmenu .col2 {
	float:left;
	width:261px;
	position:relative;
	right:261px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
    }
.col1 .heading_underline {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: .1em;
	border-bottom-color: #000000;
	padding-bottom: 0em;
	margin-bottom: 0.6em;
	font-size: medium;
	margin-top: 0.2em;
	margin-right: 1em;
	margin-left: 1em;
	padding-right: 0px;
	padding-left: 0px;
}
.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

.col1 .questions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 1em;
	line-height: 1.5em;
}
.col1 .ordered_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-left: 1em;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 1.4em;
}
.case_highlight {
	font-style: italic;
	font-weight: bold;
	color: #FF6E22;
}
.col1 img {
	float: right;
	padding-right: 1em;
	padding-left: 1em;
}
.col1 #arizli_photo {
	float: left;
	padding-right: 1em;
	padding-left: 0px;
}

#photo_caption_felony {
	width: 200px;
	position: absolute;
	top: 228px;
	left: 460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	padding: 5px;
}
#crime_scene_holder {
	float: right;
}

#photo_caption_crime_scene {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	padding-left: 15px;
}
.italic_em {
	font-style: italic;
	color: #666666;
}
.bold_blue {
	font-weight: bold;
	color: #0033FF;
	font-style: normal;
}

#offense {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
}
.table_heading {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}
.col2 ul {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.col2 a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}
.col2 a:visited {
	color: #FFFFFF;
}
.col2 a:hover {
	color: #fac191;
	text-decoration: underline;
	padding: 5px;
}
.col2 a:active {
	color: #FF9966;
	text-decoration: underline;
}

#general_info {
	background-color: #000000;
	background-image: url(images/general_info_tab.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 245px;
}
#questions {
	background-image: url(images/questions_tab.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 245px;
}
#cases {
	background-image: url(images/cases_tab.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 245px;
}
#badge {
	padding-top: 0em;
	padding-right: 2em;
	padding-bottom: 1.5em;
	padding-left: 2em;
}
#blog {
	background-image: url(images/blog_tab.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 246px;
	margin-bottom: 30px;
}
#location {
	background-image: url(images/location_tab.jpg);
	background-repeat: no-repeat;
	height: 153px;
	width: 246px;
}
#free_case_analysis {
	font-family: Arial, Helvetica, sans-serif;
}


#clear_footer {
	clear: both;
}
#footer {
	background-color: #000000;
	width: 910px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}#footer p {
	line-height: 15px;
	margin-bottom: 10px;
}
#copyright {
	text-align: center;
	font-size: 12px;
}
#copyright a {
	color: #FFFFCC;
	text-decoration: none;
}
#fade_img {
	/*width: 275px;*/
	float:right;
	/*background-color: #00CC33;*/
}

