  
/* default styles
   -------------- */
  
body {
	padding: 0;
	margin: 0;
	font: 0.74em Tahoma, Helvetica, sans-serif;
	line-height: 1.9em;
	background-image:url(images/bg.jpg);
	color: #000;
	background-color: #999;
}

a {
	color: #6a207e; 
	background: inherit;
}

a:hover {
	color: #CC0000;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 6px 0 0 0px;
	margin: 0;
	color:#76AE3C;
	background: inherit;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #C3593C;
	background: #FFF;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}


h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000; 
	background: inherit;
}

h2 .yellow{
	color: #FFFCD1;
	background: inherit;
}

p {
	margin: 10px 0 10px 0;
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

input.search { 
	width: 145px; 
	height: 22px;
	border: none;
	background: #fff url(images/input.gif) no-repeat; 
	padding: 5px 10px 0 25px;
	color: #808080;
}

input.button {
	border: 0;
	height: 27px;
	width: 76px;
	background: #ABC43C url(images/button.gif) no-repeat;
	color: #FFF;
	font: bold 1.1em Arial, Helvetica, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	background: url(images/logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

#content {
	margin-left: auto;
	margin-right:auto;
	width: 951px;
	background-color: #FFF;
	padding: 8px;
	border: 1px solid #95cc40;

}

.copy {
	margin-top:-10px;
	margin-left: 20px;
	width: 510px;
	text-align: left;

}
.logo {
	float: left;
	width: 180px;
	padding: 10px 0 11px 10px;
}

.header_right {
	float: right;
	width: 900px;
	height: 50px;
}

.logo p {
	font-size: 0.9em;
	color: #808080;
	padding: 0 0 0 7px;
	background: inherit;
}


.top_info {
	width: 540px;
	margin: 12px 0 5px 0;
	padding: 0 5px 5px 0;
	text-align: right;
	color: #444;
}
	

.slogan {
	text-align: right;
	width: 160px;
}


.bar {
	text-align: right;
	font-size: .85em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 4px;
	background-image:url(images/navbg.jpg);
	color: #FFF;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom: 1px dotted #66297d;
}

	.bar li { 
		
		padding: 0px 10px 8px 10px;
		color: #FFF;
		display: inline;
		font-weight: bold; 
	}
	
	.bar li.active { 
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #CC0000;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

	.bar a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 

.search_field { 
	text-align: right;
	float: right;
	width: 540px;
	height: 38px;
	background: #464548 url(images/searchbg.gif) no-repeat top right; 
	color: #000;
	clear: both;
	padding: 10px 10px 0 0;
}

.grey {
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
	background: inherit;
	
}

.search {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background: inherit;	
}

.newsletter {
	float: left;
	height: 33px;
	padding: 15px 0 0 15px;
	width: 192px;
	background: #a3da6b url(images/newsletterbg.gif) no-repeat;
	color: #FFF;
	margin: 0 0 3px 0;
}

.subheader {
	clear: both;
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4;
	color: #808080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66297d;
}

/* left side
   --------- */

.left {
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
	padding-right: 8px;
	border-right: 1px dotted #75bd2f;
}
	.left_articles {
		margin: 0 0 15px 0;
		padding: 0 0 0 10px;
	}

	.lt {
		height: 10px;
		background: #a3da6b url(images/lt.gif) no-repeat;
		color: #FFF;
	}
	
	.lbox {
		color: #eee;
		padding: 3px 12px;
		margin: 0 0 15px 0;
		background: #a3da6b url(images/lb.gif) no-repeat bottom left;
		height: 178px;
	}
	
	.lbox a {
		color: #FFFCD1;
		background: inherit;
	}
	
	.lbox h2 {
		color: #FFF;
		background: #a3da6b;
	}
	
	
.thumb {
	float: left;
	width: 150px;
	border: 1px solid #d4d4d4;
	color: #fff;
	background: #a3da6b;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.thumb p { margin: 0; padding: 3px; color: #FFF; background: #a3da6b; }
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 377px;
	margin-top: -40px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}

.right a {
	color: #FFFCD1;
	background: inherit;
}

.rent {
	float: right;
	width: 377px;
	margin-top: -60px;
	margin-right: 20px;
	margin-left: 0;
}		
	.rt {
		background: #66297d url(images/rt.gif) no-repeat;
		color: #FFF;
		height: 7px;
	}
		
	.right_articles {
		font-size: 0.9em;
		background: #66297d url(images/rb.gif) no-repeat bottom;
		color: #FEE1D5;
		padding: 4px 8px;	
		margin: 0 0 10px 0;
	}
	
			
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	width: 870px;
	margin-left:auto;
	margin-right: auto;
	line-height: 1.8em;
	color: #000;
	font-size: 11px;
	padding: 8px 0;
}

.footer dt {
	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;}

.footer a {
	color: #C3593C;
}
.footertitle {
	font-size: 11px;
	font-weight: bold;
}


/* image links */

#headerRight {
    float: right;
	width: 100%;
	background-image:url(images/bg_header_01.jpg);
}

#quote a {
    background: url("images/free_quote.gif") no-repeat scroll 0 -118px transparent;
    float: left;
    height: 54px;
    margin: 8px 20px;
    padding:0;
    text-indent: -9999px;
    width: 76px;
}
#quote a:hover {
    background-position: 0 0;
}
#rent a {
    background: url("images/rent_online.gif") no-repeat scroll 0 -119px transparent;
    float: left;;
    height: 54px;
   margin: 8px 20px;
    padding: 0;
    text-indent: -9999px;
    width: 80px;
}
#rent a:hover {
    background-position: 0 0;
}
#pay a {
    background: url("images/pay_online.gif") no-repeat scroll 0 -119px transparent;
    float: left;
    height: 54px;
   margin: 8px 20px;
    padding: 0;
    text-indent: -9999px;
    width: 73px;
}
#pay a:hover {
    background-position: 0 0;
}
#content div p em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

