@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/2012/new_graphics/bkgnd.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-repeat:no-repeat;
	
	}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {  color: #990000; text-decoration: none}
a:active {  color: #CC3300; text-decoration: underline}
a:hover {  color: #CC3300; text-decoration: underline}

a.lite:link {
	color: #ffcc00;
	text-decoration: none;
}
a.lite:visited {  color: #DDAB02; text-decoration: none}
a.lite:active {  color: #ff9900; text-decoration: underline}
a.lite:hover {  color: #ff9900; text-decoration: underline}

body {  font-family: "Times New Roman", Times, serif; font-size: 13px;}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}
.name {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; font-weight: bold}
.name_medium {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #333333; font-weight: bold}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	font-weight: bold;
	font-style: normal;
}
.mini { font-family: Tahoma, Times, serif; font-size: 9px; color: #333333}
.red { font-family: Tahoma, Times, serif; font-size: 12px; color: #990000; font-weight: bold }
.bigblack {
	font-family: Tahoma, Times, serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	margin-top: 0.5em;
	line-height: 18pt;
}
.bigred { font-family: Arial; font-size: 14px; color: #990000; font-weight: bold }
.miniwhite { font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 7pt; color: #FFFFFF; font-weight: normal }
.white { font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 13pt; color: #FFFFFF; font-weight: normal }
a.white { font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 13pt; color: #FFFFFF; font-weight: normal }
a.beige:link {color: #CEA66B; font-weight: normal; text-decoration: none}
a.beige:active {color: #FFFFFF; font-weight: bold; text-decoration: none}
a.beige:visited {color: #CEA66B; font-weight: bold; text-decoration: none}
a.beige:hover {color: #FFFFFF; font-weight: bolder; text-decoration: none}
.white {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold
}
p {
	line-height: 1.2em;
}

li {
	margin-bottom: 1em;
}
.beige {

font-family: "Times New Roman", Times, serif; color: #CEA66B; font-weight: normal
}
.grey {
	color: #666666;
}
.name-yellow {
font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFCC00; font-weight: bold
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	font-weight: bold;
	font-style: normal;
}
.justify{
	text-align:justify;
	line-height:17px;
}
#news {
	float: right;
	width: 272px;
	height:575px;
	clear:both;
	background-image:url(../images/2012/new_graphics/news_area.png);
	padding:14px;
	margin-left:5px;
}

.divider {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #581002;
}
#bull_development {
	clear: both;
	width:95%;
}
#contact {
	float: right;
	width: 255px;
/*	background-image:url(../images/2012/new_graphics/contact.png);*/
background: #f4c08d; /* Old browsers */
background: -moz-linear-gradient(top,  #f4c08d 0%, #ff8206 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4c08d), color-stop(100%,#ff8206)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4c08d 0%,#ff8206 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4c08d 0%,#ff8206 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4c08d 0%,#ff8206 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f4c08d 0%,#ff8206 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c08d', endColorstr='#ff8206',GradientType=0 ); /* IE6-9 */
	min-height:150px;
	margin-left:10px;
	margin-top: 10px;
	padding:20px;
	clear:both;
	border-radius: 15px; 
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
/*Scrolling Marquee*/
#marqueecontainer {
	position: relative;
	width: 275px; /*marquee width */
	height: 560px; /*marquee height */
	overflow: hidden;
	line-height:24px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#sale_box {
	float: right;
	width: 255px;
	/*background-image:url(../images/2012/new_graphics/sale_date.png);*/
	background: #e6cd79; /* Old browsers */
background: -moz-linear-gradient(top,  #e6cd79 0%, #9a4e3f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6cd79), color-stop(100%,#9a4e3f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e6cd79 0%,#9a4e3f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e6cd79 0%,#9a4e3f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e6cd79 0%,#9a4e3f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e6cd79 0%,#9a4e3f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6cd79', endColorstr='#9a4e3f',GradientType=0 ); /* IE6-9 */
	min-height:100px;
	margin-left:10px;
	padding:20px;
	clear:both;
	border-radius: 15px; 
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
.back {
	float: right;
}
