/*
Theme Name: Court Record Searches, Inc.
-------------------------------------------------------------- */
/* = Main body Wrapper
-------------------------------------------------------------- */
/* Main */
body {
	background-color:#1662A8;
	margin:0px;
	padding:0px;
	
}
body,
input,
textarea {
	color: #666666;
	font-size: 11px;
	line-height: 18px;
	text-align:left;
}
hr {
	border-style: solid;
	margin:0 0 20px 0;
	color:#99CC33;
}


/* Text elements */
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 12%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"] {
	display: block;
	border: 1px solid #999999;
	padding:2px;
	height:17px;
	width:200px;
	background-color:#fff;
	float:right;	
}
textarea {
	display: block;
	border: 1px solid #999999;
	padding:2px;
	height:100px;
	width:200px;
	background-color:#fff;
	float:right;		
}

.submit {
	background:url(images/send-btn.gif) no-repeat center top transparent;
    border:none;
    cursor: pointer;
    height: 26px;
    width: 57px;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	outline:none;
	color:#CC3333;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0px;
	vertical-align:middle;
}
p{
	font-size:11px;
	color:#666666;
	line-height:18px;
	margin-bottom:10px;
}
h1{
	font-size:17px;
	color:#105EA5;
	font-weight:bold;
	padding:0 0 6px 0;
}
.clear {
	clear:both;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* = Main body Wrapper
-------------------------------------------------------------- */
.body-wrapper {
	width:100%;
	margin: 0 auto;
	padding:0;
}
.body{
	width:100%;
	margin:0 auto;
	position:relative;
}
/* =header home
-------------------------------------------------------------- */
.header-wrapper {
	margin: 0;
	padding:0;
	width:100%;
	height:83px;
	background-color:#FFFFFF;
}
.header {
	margin: 0 auto;
	padding:14px 0 0 0;
	width:750px;
	min-height:83px;
	background-image:url(images/header-bg.gif);
	background-position:top center;
	background-repeat: no-repeat;
}
.header .logo {
	margin:0 19px 0 0;
	padding:0;
	float:left;
	width:300px;
}
.header .number {
	margin:0;
	padding:0;
	float:right;
	width:400px;
	text-align:right;
}
/* =menu
-------------------------------------------------------------- */
.Menu-wrapper {
	margin: 0;
	padding:0;
	width:100%;
	min-height:45px;
	background-image:url(images/menu-bg.gif);
	background-position:top center;
	background-repeat: repeat-x;
}
.Menu {
	margin: 0 auto;
	padding:0;
	width:750px;
}

.header-menu{
	margin:0 auto;
	padding:0;
	width:610px;
}
.header-menu ul li{
	list-style:none;
	float:left;	
	width:115px;
	/*height:39px;*/
	text-align: center;
	margin:10px 1px 0 0;
	height:35px;
	cursor:pointer;
}
.header-menu ul li:First-child{
	margin:6px 25px 0 0;
}
.header-menu ul li a {
	font-size:14px;
	color:#fff;
	line-height:22px;	
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	/*width:100px;*/
	outline:none;
}
.header-menu ul li a:hover { 
	color:#fff;
	border-bottom: 3px solid #CD3232;
}
.header-menu ul li:First-child a:hover {
	border:none;
	text-decoration:none; 
}
.header-menu ul li .active { 
	color:#fff;
	border-bottom: 3px solid #CD3232;
}
.header-menu ul li ul li .active { 
	border:none;
}
/* =content 
-------------------------------------------------------------- */
.content-wrapper {
	margin: 0;
	padding:0;
	width:100%;
}
.content {
	margin: 0 auto;
	padding:0;
	width:750px;
}

/* =slider temp 
-------------------------------------------------------------- */
.slider-wrap{
	margin: 0;
	padding:0;
	width:100%;
	background-color:#FFFFFF;
}
.slider {
	margin: 0 auto;
	padding:0;
	width:750px;
}

/* =page title temp 
-------------------------------------------------------------- */
.pagetitle-wrapper {
	margin: 0;
	padding:0;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFFF;
}
.pagetitle {
	margin: 0 auto;
	padding:0;
	width:750px;
	background-image:url(images/pagetitle-bg.jpg);
	background-repeat:no-repeat;	
}
.pagetitle h1{
	font-size:28px;
	color:#105EA5;
	font-weight:normal;
	line-height:35px;
}
.banner {
	margin: 0 auto;
	padding:15px 0 0 0;
	width:650px;
}
.banner .Limage {
	margin: 0;
	padding:0;
	width:200px;
	z-index:1;
	position:absolute;
	float:left;
}
.banner .Rimage {
	margin: 0;
	padding:0;
	width:150px;
/*	z-index:1;
	position:absolute;*/
	float: right;
	text-align:right;
}
.banner .contentArea-L {
	margin: 0;
	padding:0;
	width:500px;
	float: left;
}
.banner .contentArea-R {
	margin: 0;
	padding:0;
	width:450px;
	float:right;
}
.banner .contentArea-C {
	margin: 0;
	padding:0;
	width:650px;
	text-align:center;
}
/* =Home temp 
-------------------------------------------------------------- */
.home-wrapper {
	margin: 0;
	padding:0;
	width:100%;
	background-color:#F1F0F0;
}
.home-content {
	margin: 0 auto;
	padding:10px 0;
	width:690px;
}
.home-content .ContentArea {
	margin: 0;
	padding:0;
	float:left;
	width:450px;
}
.home-content .sidebar-wrapper {
	margin: 0;
	padding:0;
	float:right;
	width:220px;
}
.home-content .sidebar {
	margin: 0;
	padding:5px 10px 0 10px;
	background-color:#FFFFFF;
	border-right: 1px solid #E2E2E2;
}

.home-content .sidebar ul li {
	list-style-image:url(images/bullet.gif);
	list-style-position:inside;
}

/* =bullet points one
-------------------------------------------------------------- */
.bulletpoints1-wrapper {
	margin:0 auto;
	padding:0;
	width:672px;
}
.bulletpoints1 {
	margin: 0;
	padding:5px 10px 0 10px;
	background-color:#F5F5F5;
	border-right: 2px solid #E2E2E2;
}

.bulletpoints1 ul li {
	list-style-image:url(images/bullet.gif);
	list-style-position:inside;
}
/* =inner temp 
-------------------------------------------------------------- */
.inner-wrapper {
	margin: 0;
	padding:0;
	width:100%;
	background-color:#fff;
}
.inner-content {
	margin: 0 auto;
	padding:10px 0;
	width:750px;
}

.innertemp1 {
	margin:0;
	padding:0;
	background-image:url(images/innerbox-bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
}
.innertemp1 .ContentArea {
	margin:0 auto;
	padding:0;
	width:650px;
}
.innertemp1 .ContentArea {
	margin:0 auto;
	padding:0;
	width:650px;
}

/* =inner temp two
-------------------------------------------------------------- */
.innertemp2  {
	margin:0 auto;
	padding:0;
	width:630px;
}
.innertemp2 .Col1{
	margin:0;
	padding:0;
	float:left;
	background-image:url(images/Businessminded-img.png);
	width:199px;
	height:150px;
}
.innertemp2 .Col1 .ContentArea{
	margin: 10px 0 0 15px;
	padding:0;
	width:auto;
}
.innertemp2 .Col1 .ContentArea h1{
	color:#cc3333;
	line-height: 13px;
	font-weight:normal;
}

.innertemp2 .Col1 .ContentArea p{
	color:#797979;
	line-height: 13px;
	font-size: 10px;
}

.innertemp2 .Col2{
	margin: 0 0 0 17px;
	padding:0;
	float:left;
	background-image:url(images/Costefficient-img.png);
	width:199px;
	height:150px;
}

.innertemp2 .Col2 .ContentArea{
	margin: 10px 0 0 63px;
	padding:0;
	width:auto;
}

.innertemp2 .Col2 .ContentArea h1{
	 color:#cc3333;
	 line-height: 13px;
	 font-weight:normal;
}

.innertemp2 .Col2 .ContentArea p{
	color:#797979;
	line-height: 13px;
	font-size: 10px;
}
.innertemp2 .Col3{
	margin:0;
	padding:0;
	float:right;
	background-image:url(images/TalentExer-img.png);
	width:199px;
	height:150px;
}

.innertemp2 .Col3 .ContentArea{
	margin: 10px 0 0 102px;
	padding:0;
	width:auto;
}

.innertemp2 .Col3 .ContentArea h1{
	color:#cc3333;
	line-height: 16px;
	font-weight:normal;
}

.innertemp2 .Col3 .ContentArea p{
	color:#797979;
	line-height: 13px;
	font-size: 10px;
}
/* =inner temp three
-------------------------------------------------------------- */
.innertemp3{
  margin:0;
  padding:0;
  background:url(images/Template3-bg-img.png);
  background-repeat:no-repeat;
  width:650px;
  min-height:255px;
}

.innertemp3 .Col1{
	margin:0;
	padding:0;
	width: 300px;
	float:left; 	
}
.innertemp3 .Col2{
	float:right;
	width: 300px;
}

.innertemp3 .Col2 ul li{
	list-style-image:url(images/bullet.gif);
	list-style-position:inside;
}
.innertemp3 .Col2 ul li a{
	text-decoration:none;
	color:#006699;
}
.innertemp3 .Col2 ul li a:hover{
	text-decoration: underline;
}
.ch{
	margin:0;
	padding:0;
}
.ch .address{
	float:left;
	width: 150px;
}
.ch .fax{
	float:right;
	width: 130px;
}

/* =inner temp four
-------------------------------------------------------------- */
.innertemp4{
	margin:0;
	padding:0;
	width:650px;
	margin: 0 auto;
}

.innertemp4 .Col1{
	 float:left;
	 width:315px;
	 margin:0 0 0 15px;
}

.innertemp4 .Col2{
	 float:right;
	 width:300px;
}
.innertemp4 .sidebar-wrapper {
	margin: 0;
	padding:0;
	width:650px;
}
.innertemp4 Col1 .sidebar {
	margin: 0;
	padding:5px 10px 0 10px;
}

.innertemp4 .Col2 .sidebar {
	margin: 0;
	padding:5px 10px 0 10px;
}

.innertemp4 .sidebar ul li {
	list-style-image:url(images/bullet.gif);
	color:#006699;
	list-style-position:outside;
	margin:0 0 5px 0;
}

.innertemp4 .Col3{
	 float:left;
	 width:195px;
	 margin:0 10px 0 0;
	 padding:0;
}
.innertemp4 .Col3 p{
	 margin:0;
	 padding:0;
}
.innertemp4 .Col3 a{
	color:#006699;
	text-decoration:none;
	font-size:12px;
}

.innertemp4 .Col3 a:hover{
	color:#006699;
	text-decoration:underline;
}

.innertemp4 .Col4{
	 float:left;
	 width:220px;
	 margin:0 10px 0 0;
	 padding:0;
}
.innertemp4 .Col4 p{
	 margin:0;
	 padding:0;
}
.innertemp4 .Col4 a{
	color:#006699;
	text-decoration:none;
	font-size:12px;
}

.innertemp4 .Col4 a:hover{
	color:#006699;
	text-decoration:underline;
}

/* =inner temp five
-------------------------------------------------------------- */
.innertemp5-wrapper{
	margin:0;
	padding:0;
}
.innertemp5{
	margin:0;
	padding:0;
	width:650px;
}
.innertemp5 .col1{
	margin:0 5px 0 0;
	padding:0 0 0 13px;
	width:144px;
	background-image:url(images/bullet2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
}
/* =Page Sublinks
-------------------------------------------------------------- */
.Pagesublinks-wrapper{
	width:650px;
	margin:0 auto;
}
.Pagesublinks{
    width: 460px;
	color:#CC3333;
	margin:0 0 0 194px;
}
.Pagesublinks a{
    color: #006699;
    font-size: 14px;
    text-decoration: none;
	margin:0 5px;
}	
.Pagesublinks a:hover{
	text-decoration:underline;
}

/* =footer home
-------------------------------------------------------------- */
.footer-wrapper {
	margin: 0;
	padding:0;
	width:100%;
	min-height:175px;
	background-image:url(images/footer-bg.gif);
	background-position:top center;
	background-repeat:repeat-x;
}
.footer {
	margin: 0 auto;
	padding:12px 0 0 0;
	width:750px;
}
.footer h1 {
	font-size:14px;
	font-weight:bold;
}
.footer .TweeterFeed {
	margin: 0;
	padding:0;
	float:left;
	width:400px;
}
.footer .Socailicon {
	margin: 0;
	padding:0;
	float:right;
	width:350px;
	text-align:right;
}
/* =text links
-------------------------------------------------------------- */
.links {
	margin: 0 auto;
	padding:0;
	color:#CF4141;
}
.links a {
	font-size:11px;
	text-decoration:none;
	margin:0 4px;
	color:#999999;
}
.links a:hover {
	text-decoration:none;
}
.sitemap{}
.sitemap a{
	font-size:16px;
	line-height:24px;
}
.sitemap ul li{
	list-style-position:inside;
	font-size:16px;	
}
.sitemap ul li ul li{
	list-style-position:inside;
	margin:0 0 0 10px;
}
/* =font color
-------------------------------------------------------------- */
.fontsize-20 {	font-size:20px;}
.fontsize-27 {	font-size:27px;	font-weight:bold;}
.fontsize-25 {	font-size:25px;	font-weight: normal;}
.colorGray{ color:#999999;}
.colordarkGray{ color:#666666;}
.colorRed{ color:#CC3333; font-size:30px;}
.colorRed-29{ color:#CC3333; font-size:29px;}
.colorRed-20{ color:#CC3333; font-size:20px; line-height:20px;}
.mb-phone{ margin:0 0 10px 0;}
.mt-10{ margin:10px 0 0 0;}
.mr-38{ margin:5px 38px 0 0;}
.hight30{height:30px; line-height:30px;}
.seeful a{	text-decoration:underline;	color:#666666;	font-size:10px;}
.TA-Center{	text-align:center;}
.FR{float:right;}
.color-blue{color:#105EA5;}
.colordarkblue{color:#006699;}
.bold{font-weight:bold;}

