
/* home page styles */

html {
	margin:0; padding:0;
	font-family: Tahoma, Trebuchet MS, Verdana, sans-serif;
	}

body {
	width:100%;
	margin:0; padding:0;
	background-color:#34031F;
	}

.break { 
	clear: both;
	}

#home p {
	margin-bottom: 8px; 
	margin-top:8px;
	}

#home table {
	width:100%; height:100%; 
	}

#home #page {
	height:440px; width:752px;
	background-position:top left;
	background-repeat:repeat-y;
	background-image:url(/img/bg_home.jpg);
	}
	
#home a#header {
	height: 80px; width: 753px; display: block;
	background-image: url(/img/header.gif);
	background-position: center top;
	background-repeat: no-repeat;
	}

#home a#header span {
	display: none;
	}

/* LHS */

#home #lhs {
	float:left;
	width:351px; height:396px;
	margin:0; padding:10px 0 0 1px;
	}

#home #lhs #bg {
	height:377px;
	margin: 0 0 0 10px; padding: 10px 19px 0 0;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(/img/bg_home-lhs.jpg);
	b/order:1px solid white;
	}
	
/* ANIM */

#home #lhs #bg #anim {
	width:299px; height:166px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(/img/bg_home-anim.gif);
	b/order:1px solid white;
	}
	
#home #lhs #bg #anim img {
	width:289px; height:156px;
	margin-left:0px;
	margin-top:5px;
	}
	
/* INTRO TEXT */
	
#home #lhs #bg #text {
	margin: 0 15px 5px 15px;
	font-size:10px; line-height:14px;
	text-align:justify;
	color:#3C0423;
	}

#home #lhs #bg #text #contact {
	margin: 0 0 15px 0;
	text-align:center;
	}
	
/* QUICK SEARCH */

#home #lhs #bg #qs {
	width:295px; height:60px;
	margin:0; margin-bottom:10px; padding:6px 0 0 6px;
	background-color:#F0F0F0;
	border-bottom:1px solid #999; border-right:1px solid #999;
	border-top:1px solid #FFF; border-left:1px solid #FFF;
	text-align:left;
	font-size:9px;
	}
/* ie hack */ *html #home #lhs #bg #qs {
	width:299px; padding-top:6px; padding-bottom:10px;
	}
	
#home #lhs #bg #qs span {
	font-size:9px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(/img/qs_head.gif);
	padding-left:100px;
	margin-left:3px;
	}
	
#home #lhs #bg #qs form {
	padding:0; margin:0;
	}
	
#home #lhs #bg #qs .radio {
	p//adding-left:4px;
	padding-top:2px;
	}
	
#home #lhs #bg #qs .field {
	float:left; 
	font-size:9px;
	margin-right:2px;
	}
	
#home #lhs #bg #qs select, #home #lhs #bg #qs option {
	font-size:9px; font-family:arial;
	}
	
#home #lhs #bg #qs .column {
	float:left;
	padding-top:5px;
	padding-left:4px;
	}
	


/* MID YELLOW PANEL */

#home #mid {
	float:left;
	width:133px; height:410px;
	margin:0; padding:0;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(/img/banner.gif);
	}

/* FEATURE PROPERTY */

#home #fp-bg {
	float:right;
	width:240px; height:242px;
	margin:10px 12px 0 0; padding:0;
	background-position:top left;
	background-repeat:repeat-y;
	background-image:url(/img/bg_home-fp.jpg);
	}
/* ie hack */ *html #home #fp-bg { 
	margin:10px 6px 0 0;
	}
	
#home #fp-bg img {margin-top:5px;}
	
#home #fp-bg #fp {
	width:208px; height:128px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(/img/bg_fp.gif);
	}
	
#home #fp-bg #fp img {
	width:198px; height:117px;
	margin-left:0px;
	margin-top:5px;
	border:none;
	}
	
#home #fp-bg #text {
	text-align:left;
	font-size:10px; line-height:14px;
	color:#3C0423;
	padding-left:20px; padding-top:7px; padding-right:20px;
	}

#home #fp-bg #text strong {
	line-height:16px;
	}

/* LOGO */

#logo {
	float:right; display:block;
	width:200px; height:81px;
	margin:15px 34px 0 0; padding:0;
	background-image: url(/img/logo_home.jpg); background-repeat: no-repeat;
	}
/* ie hack */ *html #logo { 
	margin:15px 17px 0 0;
	}

#logo span { display:none }

/* FOOTER */

#footer {
	float:right;
	width:200px;
	margin:15px 34px 0 0;
	font-size:9px; color:#BA8A96;
	}
/* ie hack */ *html #footer { 
	margin:15px 17px 0 0;
	}
#footer a { color:#BA8A96; font-weight:bold; text-decoration:none }
#footer a:link { color:#BA8A96; font-weight:bold; text-decoration:none }
#footer a:hover { color:#BA8A96; font-weight:bold; text-decoration:underline }

#footerGraphic {
	margin: 0 0 0 0; padding: 0 0 0 0;
	height:29px; width: 752px; /*ie hack*/_width: 753px; 
	background-image: url(/img/footer.gif);
	background-position: center top;
	background-repeat: no-repeat;
	}
#footerGraphic span {
	display: none;
	}


