/*
-----------------------------------------------
RSL VRV Styles
Author: Chris Pearce (Cornerstone Technologies)
Updated: Lochlan McBride - March 2009
----------------------------------------------- */

/****************************************************************************************
>> Global properties << 
*****************************************************************************************/

html, body {margin: 0; padding: 0;}

body {
	background: #EEECDF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #51504d;
	text-align: center;
	padding:0 0 40px;
}

a:link, a:visited {text-decoration: none; color: #B0232A;}
a:hover {text-decoration: underline; color: #333;}
a:active {color: #92161E;}

p {margin: 14px 0 14px 0; line-height: 1.5em;} 

a img {border: 0;}
a:hover img {text-decoration:none;}

form {margin: 0; padding: 0;}

table td {font-size: 13px;}

ul, ol {
  	padding: 0;				
	margin: 10px 20px;
	list-style-position:inside;
}

ul li {
	line-height: 1.5em;
	margin-bottom: 3px;
}

h1 {
	margin:26px 0 0;
	font-size:29px;
	font-weight:normal;
	color:#ff5200;
}

.leftCol h1 {
	margin:26px 0 10px 0px;
	font-size:29px;
	font-weight:normal;
	color:#B0232A;
}

.leftCol h2 { 
	color: #B0232A; 
	font: 15px; 
	font-weight:normal;
	margin:0px 0 0px 0px; 
	padding:0px 0 10px 0px;
}
.leftCol h3 {
	margin:0;  
	padding:0 0 10px;
	font-weight:normal;
	margin:10px 0 0px 0px;
	color: #B0232A; 
}
.leftCol h3 a {
	color:#3166a9; 
	text-decoration:none;
}
.leftCol p {
	padding:0 0 10px;
	margin:0;
}


ol li {margin-bottom: 3px;}
ul li ul {margin-top: 10px;}
ul li ul li {list-style-image: url('list-bullet2.gif');}

hr {
	color: #CFCAA7;
	border-width: thin;
	border-style: solid;
}

blockquote {
	color: #4F4D46;
	margin-left: 10px;
}
blockquote p {margin: 0;}

h1 {
	margin: 0;
	font-family: georgia;
	color:#B0232A;
	font-

}

h2, h4, h5, h6 {
	color: #B0232A;
    font-family: georgia;
	margin: 20px 0 9px 0;
}

h3 {
	color: #B0232A;
    font-family: georgia;
    margin: 15px 0 0 0;
	font-size:17px;
	font-weight:normal
}

.banner-homepage{
background:url(banner/banner1.jpg) no-repeat;
width:1024px;
height:271px;
}

h4 {color: #3266A9;font: bold 13px Verdana, Arial, Helvetica, sans-serif;margin:2px 0;}
h5 {color: #6D6C67;}
h6 {color: #51504D; font-size:13px; margin:18px 0;}



.logo-container{
padding:20px;

}

.logo{
text-align: left;
cursor:cursor: pointer;
}

/****************************************************************************************
>> Page Containers << 
*****************************************************************************************/
/* Main Holding Container
----------------------------------------------- */
	
#container {
	width: 1024px;
	margin: 0 auto 10px auto;
	text-align: left;
	position: relative;
	background:#fff;
	webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: 0 10px 10px #666666;
	behavior: url(_templateFiles/css/PIE.htc);
}


/* Top Banner Container
----------------------------------------------- */

#container #topBanner {
	background: #FFF url(images/banner2-bg.jpg) no-repeat top left;
	height: 181px;
	text-align: right;
	position: relative;
}

#container #topBanner #newsletterBox {
	width: 600px; 
	height: auto;
	position: absolute;
	top: 3px;
	right: 10px; 
}

#container #topBanner #newsletterBox p {
	margin: 0; 
	display: inline;
	color: #0066A6;
	font-size: 10px;
	padding: 0 5px 7px 0;
}

#container #topBanner #newsletterBox form input {
	height: auto;
	border: none;
	font-size: 10px;
	width: 110px;
}

#container #topBanner #newsletterBox form input.subscribe {
	width: 50px;
	font-size: 10px;
	background: #006699;
	color: #FFF;
}

/* Header Container
----------------------------------------------- */

#container #header {
	background: #FFF url('header-bg-new.jpg') no-repeat top left;
	height: 103px;
	position: relative;
}

#container #header a.homeLink {
	display:block;
	position:absolute;
	left:20px;
	width:165px;
	height:75px;
}


#container #header #subLinks {
	position: absolute;
	bottom: 3px;
	right: 20px;
	width: 298px;
	color: #0066A6;
}

#container #header #subLinks a:link,
#container #header #subLinks a:visited {
	color: #0066A6;
	text-decoration: none;
	width: 58px;
	float: left;
	text-align: center;
}
#container #header #subLinks a:hover {color: #B0232A; text-decoration: none;}


/* pages banner
----------------------------------------------- */

.addinglife{
background:url(banner/addinglife.jpg) no-repeat; width:344px; height:271px;

  left: 680px;
    position: absolute;
    text-align: center;
    top: 0px;
	color:#F8F9F9;
	font-size:40px;
	text-shadow: 1px 1px #565764, 1px 0 #8D8D8D;

}




/* homepage content
----------------------------------------------- */

.welcome{
	font-size:43px;
	font-family: georgia;
	color:#B0232A;
}
.home-ul{
	list-style:none inside none;
    margin: 20px auto 0;
    padding: 0;
	overflow:auto
}
.home-ul li{
	float:left;
	width:308px;
	background:url(images/bg-box.gif) 0 0 no-repeat;
	height:204px;
	position:relative;
	text-align:center;
	margin:0 8px 16px;
}
.home-ul li strong, .home-ul li em{
	display:block;
	color:#04324A;
}
.home-ul li strong{
	padding:3px 0 5px;
}
.home-ul li em{
	padding:0 0 5px;
}
.home-ul li img{
	position:absolute;
	bottom:2px;
	left:2px;
}
#page-container{
	margin:auto;
	background-color:#fff;
	width:1000px;
}
#page-container h1{
	font-size: 25px;
}
#page-container p{
	align:justify;
}
.hometitle{
	padding-top:30px;
	vertical-align:top;
	padding-left:6px;
}
.hometitle h1{
	font-weight:normal;
	font-size:27px;
}
.home-p{
    width: 705px;
	text-align: justify;
	padding:0 18px 0 0;
	vertical-align:top
} 
/*.home-rounded{
	padding-right: 0px;
	padding-top:6px;
	background-position:0 4px;
	list-style:none;
	width:306px;
	height:196px;
	float:left;
	text-align: center;
	margin-left:10px;
	margin-top: 20px;
	position: relative;
	background: url("thumbs-bg.jpg") repeat-x scroll center top transparent;
	border: 1px solid #b0b0b0;
	webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(_templateFiles/css/PIE.htc);
	behavior: url(_templateFiles/css/PIE.htc);
}*/
	
	
	

/* banner Container
----------------------------------------------- */

.bannerContainer{ background-color:#fff;}
.banner{ height:271px; background:url(bannerHomepage.jpg) no-repeat; }
.banner-video{ 
  color: #F8F9F9;
    font-size: 40px;
    left: 617px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px #565764, 1px 0 #8D8D8D;
    top: 20px;
    width: 300px;
}
.clear{ clear:both;margin:-14px 0 -14px 0; }

.banner-holder{
width:1024px;
height:271px;
background-color:#fff;
position:relative;
}

.banner-title-page{
   left: 700px;
    position: absolute;
    text-align: center;
    top: 85px;
    width: 320px;
	color:#F8F9F9;
	font-size:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px #565764, 1px 0 #8D8D8D;
}


/* Content Area Container
----------------------------------------------- */

#contentContainer{
clear:both;
margin:0px;
padding-bottom: 17px;
}

.content-holder{
background-color:#fff;
padding: 0 20px 0 28px;
color:#04324a !important;
font-size: 12px;
}

.content-holder p {
 line-height:18px;
 text-align:left;
}

#content-left-container{
float:left;
width:650px;
line-height: 20px;
}

.content-header{
padding:0 0 20px;
}

.content-left{float:left;border-right: 1px solid #E1E1E1;width: 290px;list-style:none;}
.content-left-no-border{float:left; width: 300px; list-style:none;}

.content-left h1{
	margin-top:5px;
	
}

.content-left ul{margin: 25px 0 0 0; padding: 0;}
.content-left li{list-style:none; line-height:25px;
margin: 0 0 12px 0}

.content-right{float:right;border-right: 1px solid #E1E1E1;width: 310px;*width:340px; margin:18px 0 0 0;*margin:5px 0 0 0;}
.content-right h1{
	margin:0 0 12px;
}
.content-right li{list-style:none; line-height:15px; margin:25px 0 0 0;}
.content-right ul{margin:10px 0 0 0; padding: 0;}


.img-sidebar{
float:right;
width:320px;
 text-align: center;
}



/* Flash Container
----------------------------------------------- */

#container #flashContainer {
	height: 264px;

	margin: 15px 0 0;
	background: url('flash-bg.png') no-repeat center;
	position: relative;
}




#container #flashContainer #flashText {
	position: absolute;
	top: 50px;
	right: 30px;
	width: 140px;
	color: #fff;
}
#container #flashContainer #flashText p {margin: 12px 0 8px 0; line-height: 1.55em;font-size:13px;}



/* Footer Container
----------------------------------------------- */

#footer{
	border-top: 1px solid #f2EFDC;
	clear: both;
	height:69px;
	font-size:13px;
	text-align: center;
	background: #00529f url(images/footer-bg.jpg) 0 0 repeat-x;
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00529f), to(#023381));
	background: -webkit-linear-gradient(#00529f, #023381);
	background: -moz-linear-gradient(#00529f, #023381);
	background: -ms-linear-gradient(#00529f, #023381);
	background: -o-linear-gradient(#00529f, #023381);
	background: linear-gradient(#00529f, #023381);
	-pie-background: linear-gradient(#00529f, #023381);
	behavior: url(_templateFiles/css/PIE.htc);*/
}

#footer a{
color: #FFFFFF !important;
text-decoration: none;
}

#footer a:hover{
color:#bcbcbc !important;

}


#footer ul{
margin:0px;
 padding: 25px 0 0px 90px;
}


#footer li{
 color: #FFFFFF;
    display: inline;
    padding-right:66px;
   
}

#footer .footer-nav{
margin:0;
padding:0;
display:block;
}

.bottom-text{
color:#1d466b;
text-align:left;
font-size:10px;
margin:20px 0 0 10px
}

.copyright{
color:#717171;
font-size:10px;
text-align:left;
padding-top:10px;
margin:0 0 0 10px;
}


#container #footerHome {border-top: 0;}

#container #footer p,
#container #footerHome p {
	margin: 0;
	font-size: 10px;
	color: #A5A598;
	padding: 7px 0 0 20px;
	line-height: normal;
}

#container #footer a:visited,
#container #footerHome a:link,
#container #footerHome a:visited {color: #A5A598;}

#container #footer strong,
#container #footerHome strong {font-weight: normal;}

#container #footer p.footerText,
#container #footerHome p.footerText { 
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 7px;
}

#container #footer .cstech,
#container #footerHome .cstech {
	position: absolute;
	display:block;
	top: 7px;
	right: 22px;
	font-size:10px;
}

/* Bottom Shadow Container
----------------------------------------------- */

#bottomShadow {
	background: #D3CCC2 url('bottom-shadow.jpg') no-repeat top left;
	height: 4px;
	margin: 0 auto;
	clear: both;
	width: 770px;
}

/****************************************************************************************
>> Main Tables << 
*****************************************************************************************/

/* Home Page Table 
----------------------------------------------- */

table#homeTable {
	border-collapse:collapse;
}
table#homeTable td, table#homeTable th {
	background:#fff;
	padding:9px;
	vertical-align:top;
	width:210px;
	position:relative
}
table#homeTable th {
	vertical-align:bottom;
}
table#homeTable th img {
	float:left;
	margin-right:5px;
}
table#homeTable .spacer {
	background:#fff;
	width:5px;
}
table#homeTable .top td {
	padding:0;
}
table#homeTable .bottom td {
	padding:0;
	vertical-align:bottom;
}
table#homeTable span {color: #B0232A;}



/* Inside PageTable
----------------------------------------------- */

table#insideTable {
	background: #fff;
	width: 100%;
	border: 0;
}

h2 #bluetext {
	color:#3166a9;
}
table#insideTable td {vertical-align: top; width: 530px !important;}
table#insideTable td.leftColleftCol {/*width: 470px;*/ width: 420px; padding: 15px 10px 10px 15px; text-align: left; z-index:1; position:relative;}
table#insideTable td.leftCol-wide {width: 726px; padding: 0 10px 10px 15px; text-align: left;}
table#insideTable td.leftCol img {padding: 2px; border-color: #CCC;}
table#insideTable td.rightCol,
table#insideTable td.rightCol2 {padding: 0 0 0 125px;
    position: relative;
    text-align: center;
    width: 100px !important;
    z-index: 2;}
table#insideTable td.rightCol img,
table#insideTable td.rightCol2 img {margin-bottom:10px;}

table#insideTable td.rightCol p {margin: 0!important; text-align:center;}
table#insideTable td.rightCol2 p {margin: 0!important;}
table#insideTable td.rightCol h1,
table#insideTable td.rightCol2 h1 {
	margin: 0 20px 0 20px; 
	padding: 3px; 
	color: #666;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align: left;
	background: #CCC;
}
table#insideTable td.rightCol2 h1 {margin: 0 19px 0 18px;}

table#insideTable .breadcrumbs {color:#006699;margin:0 0 15px;}
table#insideTable .breadcrumbs strong, table#insideTable .breadcrumbs em, table#insideTable .breadcrumbs span {font-weight:100;font-style:normal !important;color:#5aabc6;}

/* Residents PageTable
----------------------------------------------- */

table.residents {
	width: 726px;
	border: 0;
	margin: 0 auto;
}
table.residents td {vertical-align: top;}
table.residents td.text-col {width: 420px; padding: 0 10px 10px 15px; text-align: left;}
table.residents td.img-col {width: 306px; text-align: center; padding: 0 0 10px 0;}
table.residents td.img-col img {padding: 2px; border: 1px solid #CCC; margin: 0;}
table.residents td p {margin: 0;}
table.residents td h2, table.residents td h3 {margin: 0 0 15px 0;}


/****************************************************************************************
>> Missalannous Styles << 
*****************************************************************************************/

div.textBox {
	border: 3px double #92161E;
	margin: 20px auto 25px auto;
	width: 310px;
	padding: 8px;
	background: #F4F3EC;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
div.textBox p, div.textBox h1 {margin: 0;}
div.textBox h1 {font: 600 20px "Times New Roman", Times, serif; margin-bottom: 10px;}
div.textBox p {font: bold 16px "Times New Roman", Times, serif; font-style: oblique; color: #025193;}

.feature-box {
	margin:10px 0;
	background:#0B5799;
	color:#fff;
	padding:15px;
}
.feature-box h1 {color:#C1E2F5;}


/* Homes Available Styles */
#HomesAvailable h1, #HomesAvailable h2{
	margin-left:10px
}
#HomesAvailable #insideTable td{
	padding:15px 15px
}
#HomesAvailable #insideTable table td{
	background:#919191;
	color:#fff;
	font:bold 13px/200% Arial, Helvetica, sans-serif;
	padding:3px 10px;
}
#HomesAvailable #insideTable table td a{
	color:#fff
}
#HomesAvailable #insideTable table td a img{
	display:block;
	float:right;
}
.icon{
	margin-right:5px;
	float:left;
}

.NewSection{
	right: -5px;
	position: absolute;
	top:1px;
	top:-9px\9
}
#homeTable h1{
	text-align:left
}
.LookingToLive{
	background:#d72b31;
	margin:0 auto 8px auto;
	padding:10px;
	text-align:left;
	width:245px;
}
.download_button{
	background:#d72b31;
	margin:0 auto 8px auto;
	padding:10px;
	text-align:left;
	width:245px;
}
.LookingToLive a, .download_button a{
	color:#fff;
	display:block;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:-7px -5px -5px 0;
	*margin:10px -5px -5px 0;
	position:relative;
	z-index:200
}
.downloadMiddle{
	 display: table;
    height: 49px;
}
.download_button a{
	display: table-cell;
    height: 20px;
    vertical-align: middle;
}
.download_button .downloadIcon{
	float:left;
	margin:0px 12px -5px 0;
}
.LookingToLive .LocationIcon{
	float:left;
	margin:-7px 12px -5px 0;
}
.LocationLinkTop , .downloadTop{
	background:#d72b31 url(../images/lookintolive-top.gif) left top no-repeat;
	margin:-10px -10px 0 -10px;
	height:17px;
}
.downloadTop{
	height:12px;
}
.LocationLinkBottom, .downloadBottom{
	background:#d72b31 url(../images/lookintolive-bottom.gif) left bottom no-repeat;
	margin:-5px -10px -10px -10px;
	height:17px;
	position:relative;
	width:265px;
	z-index:100
}

.home-rounded img{
	padding-top:5px;
	
}
.donationsBox{
	*width:250px!important;
	
}

#donationsimg{ /*Villages*/
	display: block;
    margin-left: 5px;
	*margin-left: 30px;
    margin-right: auto;
    margin-top: 0;
	margin-bottom:-10px;
}


#home a{
	color:#004795;		
}

#enquireCTA{
	display:block;
	font-size:17px;
}
#phone{
	display:block;
	font-size:19px;
	margin:-128px 0 5px;
	color:#04324A;
	font-weight:bold
}



/*----------------------Form Style--------------------------------*/


#contact .req{
	color:red;
	margin: 0 0 0 0px;
}
#contact,input,textarea{
	padding:5px;
	margin:0 0 15px px;
	width:276px;
}
#contact label{
	display: block;
    float: left;
	margin:12px 25px 3px 0px;
	width:130px;
	color:#004D9B;
}
#contact .submitBox{
	clear:both;
	display:block;
	margin:0px 0 0 0;	
	padding:20px 0 10px 0;
}
#contact .small{
	color:#004D9B;
	display:block;
	float:left;
	margin:15px 0 10px 0px;
	width:305px;
}

#contact #_04_Message{
	width:335px;
	height:100px;
	margin: 0 0 10px 0;
}

#contact  #_05_Verification{
	width:100px;	
}
fieldset{
	border: 1px solid #CCC;
	padding:10px 30px;
	width:350px;
}
#contact  input[type=submit] {
	width:80px;
	margin:0 116px 0 120px;
}
