﻿body {
	background-color:White;
	margin: 0 0 0 0;
	font-family: Arial;
}

#divMain
{
	position:relative;
	display:block;
	width:792px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#tblMain
{
	width:792px;
	border:none 0;
	text-align:left;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:129px;
	border-collapse:collapse;
}

#tdMainText
{
  clear:both;
  float:left;
	background-image:url(/images/home_main.jpg); 
	width:792px; 
	height:274px; 
	border: none 0;
}

.bottominfo
{
  clear:both;
  float:left;
	font-weight:bold;
	color:#333333;
	text-align:left;
	vertical-align:top;
	margin-top:6px;
}

.bottominfo h2
{
	font-size:14px;
	line-height:50px;
	margin-left:20px;
}
.bottominfo ul
{
	padding-left:20px;
}
.bottominfo ul li
{
	line-height:19px;
	font-size:11px;
	padding-left:10px;
}
.bottominfo a span
{
	visibility:hidden;
}

#subtitle
{
  background-color:Black;
  color:White;
  font-family:Gill Sans / Gill Sans MT, sans-serif;
  font-size:18pt;
  font-weight:bold;
  line-height:50px;
  letter-spacing:3px;
}

#divRest
{
  position:relative;
  top:-4px;
}

.maininfo
{
  position:relative;
  clear:both;
  margin-top:0px;
  height:200px;
}

.maininfo li
{
  position:relative;
  float:left;
  width:255px;
  text-align:center;
  color:#666;
  height:260px;
  margin-left:0px;
  margin-right:0px;
  padding-top:20px;
  border-right:dotted 1px #666;
}

.maininfo li.last
{
  float:right;
}

.maininfo li img
{
  height:90px;
}

.infobox li h3
{
  font-size:12pt;
  margin-left:4px;
  margin-right:4px;
  line-height:18pt;
}

.infobox li p
{
  font-size:10pt;
  line-height:11pt;
  margin-bottom:.8em;
  margin-left:4px;
  margin-right:4px;
}

.moreinfo
{
  float:left; 
  clear:both;
  border-top:dotted 1px #666;
  border-bottom:dotted 1px #666;
  width:100%;
}
.moreinfo li
{
  position:relative;
  float:left;
  width:394px;
  text-align:center;
  color:#666;
  height:220px;
  margin-left:0px;
  margin-right:0px;
  padding-top:20px;
}
.moreinfo li h3
{
  margin-bottom:1em;
}
.moreinfo li .divBottom
{
  position:absolute;
  bottom:10px;
  text-align:center;
  width:100%;
  font-size:12pt;
}
.moreinfo li p
{
  margin-bottom:.5em;
}

.moreinfo li.agents
{
  border-left:dotted 1px #666;
}
.moreinfo li.deas
{
  float:right;
  border-left:dotted 1px #666;
  border-right:dotted 1px #666;
}


#oldstuff
{
  margin-top:500px;
}

.divPrice
{
  background-color:#ccc;
  width:160px;
  margin-left:auto;
  margin-right:auto;
  padding-left:8px;
  padding-right:8px;
  padding-top:12px;
  padding-bottom:8px;
}

li.price
{
  border-left:dotted 1px #666;
}

li.price h2
{
  font-size:36pt;
  font-weight:bold;
  color:White;
  font-family:Gill Sans / Gill Sans MT, sans-serif;
}
li.price .permonth
{
  font-size:10pt;
  font-weight:bold;
  color:White;
  font-family:Gill Sans / Gill Sans MT, sans-serif;
  margin-bottom:0;
}

.infoText
{
  position:absolute;
  top:130px;
  height:auto;
  margin-left:4px;
  margin-right:4px;
  text-align:left;
}

.dotright
{
  border-right:dotted 1px #666;
}

#divEAText
{
  clear:both;
  float:left;
	width:395px;
	height:150px;
	background-image:url(/images/default_blue_bg.jpg);
}
#divDEAText
{
  float:right;
	width:389px;
	height:150px;
	background-image:url(/images/default_yellow_bg.jpg);
	margin-left:4px;
}

/* You might want to change these options for the main container */
#MainSlider, #MainSlider li {
	
	height: 300px;
	width: 792px;
	
}

/* images container - This is the most important container - Don't change important properties */
#MainSlider {
	
	list-style: none !important;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: relative !important;
	
}

/* each slider item - Nothing to change here */
#MainSlider li {
	
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	width: 100%;
	
}

/* Don't edit this part */
#MainSlider li.current {
	
	display: block;
	z-index: 2 !important;
	
}

/* Don't edit this part */
#MainSlider li.next {
	
	display: block;
	z-index: 1 !important;
	
}

/* Don't edit this part - prevents inline lists from being hidden */
#MainSlider li ul li {
	
	display: block !important;
	position: relative !important;
	
}

/* Sets position and main configs */
.slider_arrow_left {
	
	bottom: 10px;
	cursor: pointer !important;
	float: left;
	height: 22px;
	left: 10px;
	position: absolute;
	width: 22px;
	z-index: 5;
	
}

/* left arrow image */
.slider_arrow_left {
	
	background: url(/images/DDSlider/left_arrow.png) no-repeat top left;
	
}

/* Sets position and main configs */
.slider_arrow_right {
	
	bottom: 10px;
	cursor: pointer;
	float: left;
	height: 22px;
	left: 37px;
	position: absolute;
	width: 22px;
	z-index: 5;
	
}

/* Right arrow Background */
.slider_arrow_right {
	
	background: url(/images/DDSlider/right_arrow.png) no-repeat top left;
	
}


/* Sets configs for selectors containers : absolute positioned in relation to #slider */
.slider_selector, .slider_selector_dis {
	
	bottom: 10px;
	list-style: none;
	margin: 0 0 0 5px;
	position: absolute;
	right: 10px;
	z-index: 5;
	
}
	
/* Sets image of selectors */
.slider_selector li, .slider_selector_dis li {
	
	display: block !important;
	background: url(/images/DDSlider/slider_selector.png) no-repeat top left;
	cursor: pointer;
	float: left;
	margin: 0 3px !important;
	height: 10px !important;
	position: relative !important;
	width: 10px !important;
	
}

/* Sets the current selector */
.slider_selector li.current, .slider_selector_dis li.current {
	
	background: url(/images/DDSlider/slider_selector_current.png) no-repeat top left;
	
}
	
/* Disables the selectors */
.slider_selector_dis li {
	
	cursor: default !important;
	z-index: 5;
	
}

.slider_container {
	
	float: left;
	position: relative;
	width: 100%;
	z-index: 15;
	
}


