/*External Style Sheet*/

body 
	{
	color:#11274A;
	background-attachment:scroll;/*doesn't scroll(scrolling is scroll)*/
	background-image:url("images/background.gif");
	background-repeat:repeat-x;
	background-color:#304C78;
	font-size:13px;
	font-family:Arial,sans-serif;	
	}
h1
	{
	color:#A40C10;
	text-align:left;
	font-size:18px;
	font-family:Arial,sans-serif;
	font-weight:300;
	display:inline;
	}

h2
	{
	text-align:left;
	font-size:13px;
	font-family:Arial,sans-serif;
	font-weight:300;
	display:inline;
	}
h3
	{
	color:#87091E;
	font-size:10pt;
	text-align:left;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	}
	
div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}
table
	{
	border-style:none;
	width:100%;
	text-align:center;
	}
table.inside
	{
	width:740px;
	background-color:white;
	}
table.inner
	{
	width:717px;
	margin:0 auto;
	}

td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}

td.shadow_bottom_right
	{
	background-image:url("images/bg_bottom_right.gif");
	background-repeat:no-repeat;
	width:5px;
	}	
td.shadow_bottom_left
	{
	background-image:url("images/bg_bottom_left.gif");
	background-repeat:no-repeat;
	width:5px;
	}
td.shadow_bottom
	{
	background-image:url("images/bg_bottom.gif");
	background-repeat:repeat-x;
	}	
	
td.shadow_left
	{
	background-image:url("images/bg_left.gif");
	background-repeat:repeat-y;
	width:5px;
	}
td.shadow_right
	{
	background-image:url("images/bg_right.gif");
	background-repeat:repeat-y;
	width:5px;
	}
tr.listings
	{
	border:1px solid #CCCCE0;
	background-color:#ECECEC;
	}
td.one_line
	{
	padding-top:5px;
	padding-bottom:5px;
	}


img
	{
	border-style:none;
	}
img.arrow
	{
	margin-left:10px;
	margin-right:5px;
	}
	
a.main:alink
	{
	text-decoration: none;
	color:#11274A;
	}

a.main:vlink
	{
	text-decoration: none;
	color:#11274A;
	}
a.main
	{
	color:#11274A;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana,sans-serif;
	text-decoration: none;
	}
a.main:hover
	{
	text-decoration: underline;
	color:#11274A;
	}
	
a.countymain:alink
	{
	text-decoration: none;
	color:#87091E;
	}

a.countymain:vlink
	{
	text-decoration: none;
	color:#87091E;
	}
a.countymain
	{
	color:#87091E;
	font-size:12px;
	font-weight:bold;
	font-family:Arial,sans-serif;
	text-decoration: none;
	}
a.countymain:hover
	{
	text-decoration: underline;
	color:#87091E;
	}	

a.footer:alink
	{
	text-decoration: none;
	color:#11274A;
	}

a.footer:vlink
	{
	text-decoration: none;
	color:#11274A;
	}
a.footer
	{
	color:#11274A;
	font-size:9px;
	font-family:Verdana,sans-serif;
	text-decoration: none;
	}
a.footer:hover
	{
	text-decoration: underline;
	color:#11274A;
	}

a:alink
	{
	text-decoration: underline;
	color:#11274A;
	}

a:vlink
	{
	text-decoration: underline;
	color:#11274A;
	}
a
	{
	font-family:Arial,sans-serif;
	text-decoration: underline;
	color:#11274A;
	}
a:hover
	{
	text-decoration: underline;
	color:#11274A;
	}

p
	{
	margin-top:3px;
	margin-bottom:6px;
	}


/*********NEW Stuff**********/

.listing_data
	{
	width:534px;
	float:left;
	}
.data_lt
	{
	background-color:#FFFFFF;
	}
.data_dk
	{
	background-color:#EEEEEE;
	}
.listing_image
	{
	float:left;
	width:100px;
	}
.listing_basic
	{
	float:left;
	width:100px;
	padding-top:23px;
	text-align:center;
	}
.listing_small
	{
	width:50px;
	}
.view_listing
	{
	width:45%;
	padding-right:5%;
	float:left;
	line-height:18px;
	}