
/* ------ general styles ------ */

html {
	margin:0; padding:0;
	font-family: HelveticaNeue-Light, Tahoma, Trebuchet MS, Verdana, sans-serif;
}

/* content body style - homepage uses home_body.css */

body {
	width:100%;
	margin:0; padding:40px 0 0 0;
	background-position:top left;
	background-repeat:repeat-y;
	background-image:url(../img/bg_main.gif);
	background-color:#F6EFE5;
}

/* end content body style */

.break {
	clear:both;
}

.break-space {
	clear:both;
	height:10px;
}

*html break-space {
	height:0;
}

.border { /* for testing */
	border:1px solid black;
}

hr {
background-color:white;
color:#F6EFE5;
height:1px;line-height:1px;
}

/* ------ home styles ------ */

#right_home {
	float:right;
	width:179px;
	margin:20px 0 0 28px; padding:0;
}

#right_home .logo {
	display:block;
	width:139px;
	height:79px;
	margin:0; padding:0;
	background-image:url(../img/logo.gif);
	background-position:0 0;
}

#right_home .logo SPAN {
	display:none;
}

/* icons */

#right_home .icons {
	padding-top:40px;
}

#right_home .icons A {
	display: block;
	font-size:11px;
	font-weight:bold;	
	background-repeat: no-repeat;
	height:40px; width: 60px;
	padding: 14px 0 0 48px;
}

#right_home .icons .view {
	background-image:url(../img/ico_view.gif);
}

#right_home .icons .pid {
	background-image:url(../img/ico_pid.gif);
}

#right_home .icons .ea {
	background-image:url(../img/ico_ea.gif);
}

.img_home {
	width:560px; height:280px;
	border-top:1px solid white; 
	border-right:1px solid white; 
}

.icons a:link, .icons a:visited {
	color:#9D7F56;
	font-weight:bold;
	text-decoration:none;
}

.icons a:hover {
	color:#ED1C2E;
	font-weight:bold;
	text-decoration:none;
}

.icons a:active {
	color:#9D7F56;
	font-weight:bold;
	text-decoration:none;
}

/* ------ content styles ------ */

#content_container {
	margin:0; padding:0;
	width:75%;
}

*html #content_container { /*ie hack */
	width:auto;
}

/* header */

#content_container .header_home IMG {
	width:439px;height:60px;
}

#content_container .header {
	height:77px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

#content_container .header IMG {
	margin:0 0 0 20px;
	border-left:1px solid white;
	border-right:1px solid white;
}

/* content */

#content_container .content {
	margin:20px 0 0 20px; padding:0;
	font-size:12px;
	line-height:18px;
	color:#463A29;
}

*html #content_container .content { /* ie hack */
	float:left;
	margin:20px 0 0 10px; padding:0;
}

#content_container .content EM {
	font-weight:bold;
	font-style:normal;
	color:#ED1C2E;
}

#content_container .content H1 {
	font-size:12px;
	font-weight:bold;
	color:#ED1C2E;
}

#content_container .content a:link, #content_container .content a:visited {
	color:#ED1C2E;
	font-weight:bold;
	text-decoration:none;
}

#content_container .content a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#content_container .content a:active {
	color:#9D7F56;
	font-weight:bold;
	text-decoration:none;
}

/* lists */

#content_container .content UL LI {
	list-style-image: url(../img/list_arrow.gif); 
}

#content_container .content ul li a:link, #content_container .content ul li a:visited {
	color:#352D20;
	font-weight:normal;
	text-decoration:none;
}

#content_container .content ul li a:hover {
	color:#9D7F56;
	font-weight:normal;
	text-decoration:none;
}

#content_container .content ul li a:active {
	color:#352D20;
	font-weight:normal;
	text-decoration:none;
}

/* tables */

#content_container .content TABLE {
	border-bottom:1px solid #F6EFE5; padding-top:10px
}

#content_container .content TD {
	padding:5px 5px 5px 10px;  border-top:1px solid #F6EFE5
}

#content_container .content TD H2 {
	display:inline;  background-color:#F6EFE5;font-size:9px;padding:2px;margin-right:8px
}

/* propid form styles */

#content_container .content .propid .field {
	background-color:#F6EFE5;
	border-bottom:1px solid white;
	border-right:1px solid white;
	border-left:1px solid black;
	border-top:1px solid black;
	color:#463A29;
	font-family:HelveticaNeue-Light, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	width:120px;
}

#content_container .content .propid .button {
	background-color:#ED1C2E;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid black;
	border-bottom:1px solid black;
	color:#FFFFFF;
	font-family:HelveticaNeue-Light, Verdana, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
}


/* ------ right hand side content ------ */

#right {
	float:right;
	width:179px;
	margin:0 0 0 40px; padding:0;
}

#right .logo {
	display:block;
	width:139px;
	height:79px;
	margin:0; padding:0;
	background-image:url(../img/logo.gif);
	background-position:0 0;
}

#right .logo SPAN {
	display:none;
}

#right .prestige {
	margin:20px 0 0 0;
}

/* ------ footer styles ------ */

#footer_container {
	margin:0; padding:40px 0px 20px 0px;
}

#footer_container .footer {
	border-top:1px solid white;
	border-bottom:1px solid white;
	background-repeat:repeat-y;
	background-image:url(../img/bg_footer.gif);
	padding:2px 0 4px 20px;
	background-color:#EDDFCB;
	font-size:11px;
	color:#7F694C;
}

#footer_container .footer a:link, #footer_container .footer a:visited {
	color:#7F694C;
	text-decoration:none;
}

#footer_container .footer a:hover {
	text-decoration:underline;
}

#footer_container .footer a:active {
	color:#7F694C;
	text-decoration:none;
}

#footer_container .underfooter {
	padding:5px 0 0 20px;
	font-size: 9px;
	line-height:12px;
	color:#9D7F56;
}

#footer_container .underfooter a:link, #footer_container .underfooter a:visited {
	color:#9D7F56;
	font-weight:bold;
	text-decoration:none;
}

#footer_container .underfooter a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#footer_container .underfooter a:active {
	color:#9D7F56;
	font-weight:bold;
	text-decoration:none;
}



