body {
 margin:0; 
 padding:0;	 
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
}
body a {
	color:#000;
	text-decoration:none;
}
body a:hover{
	color:#755493;
}

img#bgImg, img.bgImg, bgImg img {
	position:fixed;
	left:0;
	width:100%;
	height:100%;
}

img {
	border:0;
}

ul {
	list-style-image:url(images/menuArrow2.gif);
	padding-left:18px;
	}

H1 {
	font-size:24px;
	color:#FFF;
	font-weight:lighter;
}

H2 {
	font-size:15px;
	color: #49196d;
}

#bg {
	/*position:fixed;*/
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#textContent
            {
                float: left;
                padding: 20px;
                margin-top: 10px;
                background:url(images/textBG.png);
				background-repeat:repeat;
                width: 712px;
                height: auto; min-height: 100%;
            }

#wrapper {
	position: relative;
	top: 0;
	/*z-index: 1;*/
    z-index: 0;
	width: 100%;
	height: 100%;
}

#headerborder {
	width:100%;
	height: 8px;
	padding: 0px 0px;	
	margin: 0 auto;
	background:url(images/transparent1.png) repeat-x;
}
#headerbg {
	width:100%;
	background-color:#FFF;
}
#header {
	width:1100px;
	height: 60px;
	padding: 20px 0px;	
	margin: 0 auto;
	background-color:#FFF;
}

#logo {
	float:left;
	width: 199px;
	height: 61px;
	overflow:visible;
}

#content {
	overflow:hidden;
	min-height:500px;
	width:1120px;
	padding: 20px 10px;	
	margin: 0 auto;
	height: auto; min-height: 100%;
}

#footerborder {
	position:fixed;
	bottom: 0px;
	height: 70px;
	background: url(images/transparent1.png) repeat-x;
	width:100%;
	margin:auto;
}

#footerborder2 {
	bottom: 0px;
	height: 8px;
	background: url(images/transparent1.png) repeat-x;
	width:100%;
	margin:auto;
}

#footer {
	position:fixed;
	padding:0px;
	bottom:0px;
	height: 70px;
	background-image:url(images/footerBG.png);
	background-repeat:repeat-x;
	width:100%;
	font-size:10px;
	
}

#footer2 {
	bottom:0px;
	padding:0px;
	height: 70px;
	background-image:url(images/footerBG.png);
	background-repeat:repeat-x;
	width:100%;
	font-size:10px;
}
#footercontent {
	overflow:hidden;
	width:1100px;
	padding: 32px 10px 0 0;	
	margin: 0 auto;
}
#footer2 #footercontent {
	width:1100px;
	padding: 32px 10px 0 0;	
	margin: 0 auto;
}

#disclaimer a {
margin:0 4px 0 4px;

}

#copy {
	float:left;
}

#disclaimer {
	float:right;
	padding: 0px 30px;
}

#title {
	font-size:20px;
	color: #49196d;
	padding: 5px 15px;
}
#subtitle {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	padding: 10px 15px;
}
#right {
	float:left;
	padding: 0 0 0 550px;
	margin: 0 auto;
	width:320px;
}
#rightcontent{
	float:right;
	padding: 30px;
	background-image:url(images/swirl.png);
	background-repeat:no-repeat;
}
#linkArr {
	background:url(images/linkArrow.png) no-repeat 120px;
}
#maincontent {
	float:left;
	padding: 0 50px;
	width: 800px;
}
#maintitle {
	font-size:24px;
	color:#FFF;
}
#gallery {
	float:left;
	padding: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	background:#FFF;
	width:330px;
	height: 170px;
}
#gallery p {
	padding:0px;
	margin:0px;
	font-size:18px;
	color:#333;
}

#gallery img{
    border:none;
}

#location {
	float:left;
	padding: 10px;
	margin-top: 10px;
	margin-right: 20px;
	background:#FFF;
	width:315px;
	height: 126px;
	font-size:11px;
}
#left {
	float:left;
	margin: 0 auto;
	width:220px;
	padding:0;
	min-height:0;
}
#clearFrame {
	padding:10px;
	background:url(images/transparent1.png) repeat;	
}

/* Side Boxes & Side Menus */
#sideBox {
	background:#FFF;
}
.menuSide{
    padding: 0px;
    margin: 0px;
    width: 200px;
}
.menuSide ul{
	list-style:none;
    padding: 0px;
    margin: 0px;
    font-family:Arial;
}
.menuSide ul li{
	vertical-align:top;
    padding: 8px 20px 0 0;
    margin: 0px;
    height: 40px;
    position: relative;
	background:url(images/menuBg.png) repeat-x;
}

.smarta{
	vertical-align:top;
    padding: 0;
    margin: 0px;
	background:url(images/menuBg.png) repeat-x;
	border-top:1px solid #ccc;
}
.menuSide ul li a {
    padding: 10px;
    margin: 0px;
    padding-left: 25px;
    text-decoration: none;
    display: block;
	background:url(images/menuArrow.png) no-repeat right;
}
.menuSide a:hover{
	color:#755493;
}
.menuSide ul li ul{
    padding: 1px 0px;
    margin: 0px;
    width: 172px;
    display: none;
    position: absolute;
    z-index: 999999;
    top: 0px;
    left: 200px;
    list-style: none;
	background:url(images/transparent1.png) repeat;	
}
.menuSide ul li ul li{
    padding: 0px 20px;
    margin: 0px;
    height: 24px;
	background:url(images/menuSubBg.png) repeat-x top ;
}
.menuSide ul li ul li a{
    padding: 5px 0;
    margin: 0px;
	background:url(images/menuSubArrow.png) no-repeat right;
}

.menuSubSide {
	padding: 0px;
    margin: 0px;
    width: 200px;
}
.menuSubSide ul{
	list-style:none;
    padding: 0px;
    margin: 0px;
    font-family:Arial;
	background-color:#EEF2F5;
}
.menuSubSide ul li{
    padding: 0 20px 0 0;
    margin: 0px;
    height: 24px;
    position: relative;
	background:url(images/menuSubBgRight.png) repeat-x;
}
.menuSubSide ul li a {
    padding: 5px 10px;
    margin: 0px;
    padding-left: 25px;
    text-decoration: none;
    display: block;
	background:url(images/menuSubArrow.png) no-repeat right;
}
.menuSubSide a:hover{
	color:#755493;
}

/*Top Navigation */
#navbar {
  position:relative;
  overflow:hidden;
  float:right;
  padding: 0px 2px;
  z-index:10000;
}

#navbar ul {
  margin: 0;
  padding: 20px 20px;
  list-style:none;
}

#navbar li {
	float: left;
	margin: 0;
	padding: 0 15px;
}

#navbar a {
  padding: 5px;
  font-size: 12px;
  font-weight:normal;
  height: 24px;
  line-height: 24px;
  text-decoration: none; 
}
#navbar li a:hover {
	/*background-color:#F7F7F7;*/
	background:url(images/menuTopBg1.png) repeat-x;
	color:#000;
}

#navbar li#current a {
	background-color:#F7F7F7;
}

/*Pop Up Box*/
a.selected {
 /* color:white;*/
  z-index:100;
}

.messagepop {
	background:url(images/transparent2.png) repeat;
	position:absolute;
	left:770px;
	overflow:visible;
	border:1px solid #ccc;
	cursor:default;
	display:none;
	margin-top: 20px;
	text-align:left;
	width:300px;
	z-index:200;
	padding: 0 0 0 25px;
}
.messagepop .close {
	float:right;
	padding: 3px 5px;
	margin: 0;
}


/*pop up box */
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .0;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	/*background: #fff;*/
	background:url(images/transparent2.png) repeat;
	padding: 10px;
	float: left;
	font-size: 1.2em;
position: fixed;
	top: 50%; right: 54%;
	z-index: 99999;
}
img.btn_close {
	border:none;
	margin: 0px;
	float: right;
	margin: 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}




/*- Form Style --------------------------- */

label, legend { font: 18px Arial }




#form { font: 12px "Arial, sans-serif"; color: #666; display: block; width: 690px; background-color: #FFF; -moz-border-radius: 5px; -webkit-border-radius:5px; }



label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; }
input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#444; }
fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
span.small{ font-size:15px;}
span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:22px; }

.ultimateSeriesLogo td{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom:1px solid #CCC;
	
}

.logo2{
	border:0;
	padding-right:30px;

	
}

.promotions td{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom:1px solid #CCC;
	
}

.promotionImage{

	padding-right:30px;

	
}




.contentBanner{
text-align:center;
}


#nextLinkText, #prevLinkText {
color:#8421A5;
font-weight:bold;
text-decoration:none;
}

#nextLinkText {
padding-left:20px;
}


/*- House and Land --------------------------- */

#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #702c91;
	border-right: 1px solid #c390db;
	border-bottom: 1px solid #c390db;
	border-top: 1px solid #c390db;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #efceff;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #c390db;
	background: none;
}

#mytable td {
	border-right: 1px solid #c390db;
	border-bottom: 1px solid #c390db;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #702c91;
}


#mytable td.alt {
	background: #f3f3f3;
	color: #702c91;
}

#mytable th.spec {
	border-top: 0;
	background: #fff url(images/table/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-top: 0;
	background: #f3f3f3 url(images/table/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #702c91;
}

#mytable th.image {
	border-left: 1px solid #c390db;
	border-top: 0;
	padding:4px;
	padding-bottom:0;
	width:150px;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
}

#mytable th.image img{
	border: 0;
}

#houselandBanner {
	clear:both;	
}

#housePlan {
	float:right;
	clear:both;
	padding:20px;
	background:#FFF;
	border:1px solid #666;
	margin-left:15px;
}
.planlink {
	float:clear;
	font-weight:bold;
	font-size:11px;
	padding-top:20px;
}

#contactDetails {
	float:right;
	clear:both;
	width:262px;
	padding-bottom:15px;
	font-size:11px;
}

.headshot {
	float:left;
	clear:both;
	margin-right:10px;
	margin-bottom:5px;
	border:1px solid #333;
}
