/* CSS Document */

/* blue: #1b2c80 */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/gradient-bkg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #666666;
}

ul{
	list-style-type: none;
	color: #333333;
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
	line-height: 18px;
}

ul li{
	background-image:url(../images/layout/bullet_arrow.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left: 20px;
	margin-bottom: 5px;
	line-height: 23px;
}

.site_map{
	list-style-type: none;
	color: #1b2c80;
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
}

.site_map a:hover{
	list-style-type: none;
	color: #1b2c80;
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
	text-decoration:underline;
}

img { 
	border: 0;
}

/*** Main Containers ************/

#container {

}

#content {
	position: relative;
	margin: 0 0 0 20px;
}

#mainCentre {
	position: relative;
	margin: 0 auto;
	width: 990px;
	background-image: url(../images/layout/bkg.gif);
	background-repeat: no-repeat;	
	background-color: #fff;
	height: 900px;
}

#mainCentreHome {
	position: relative;
	margin: 0 auto;
	width: 990px;
	background-image: url(../images/layout/bkg.gif);
	background-repeat: no-repeat;	
	background-color: #fff;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 24px;
}



/*** Homepage Image Rotator ******/

#image_fade_set {
	position: relative;
	top: 30px;
	left: 1px;
	width: 948px;
	height: 677px;
	z-index: 1;
	
}

#header_slide_1 {
	background-image: url(../images/hero/home_1.jpg);
	background-repeat: no-repeat;
	height: 677px;
	width: 100%;
	z-index: 1;
}

#header_slide_2 {
	background-image: url(../images/hero/home_2.jpg);
	background-repeat: no-repeat;
	height: 677px;
	width: 100%;
	z-index: 1;
}

#header_slide_3 {
	background-image: url(../images/hero/home_3.jpg);
	background-repeat: no-repeat;
	height: 677px;
	width: 100%;
	z-index: 1;
}

/*** General ****************/
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

#headerLogo {
	position: absolute;
	left: 50px;
	top: 30px;
	z-index: 3;
}

#headerNav {
	position: absolute;
	z-index: 3;
	top: 5px;
	right: 60px;
}

#headerNav a {
	color: #666666;
	text-decoration: none;
}

#headerNav a:hover {
	color: #1b2c80;
	text-decoration: none;
}

span.instate {
	color: #1b2c80;
}

#pageHeaderNavBanner {
	position: absolute;
	z-index: 3;
	top: 25px;
	right: 65px;
	padding-top: 10px;
}

#pageHeaderNav {
	position: absolute;
	z-index: 3;
	top: 5px;
	right: 55px;
}

#pageHeaderNav a {
	color: #666666;
	text-decoration: none;
}

#pageHeaderNav a:hover {
	color: #1b2c80;
	text-decoration: none;
}


.navItem {
	padding: 0 10px;
}

#textBlock {
	position: relative;
	z-index: 5;
	left: 9px;
	top: -240px;
	width: 930px;
	line-height: 170%;
}

#textSpace {

	background-image:url(../images/layout/textBG.png);
	background-repeat: no-repeat;
	
}

.textTableStock {
	padding: 34px 5px;
}

.textTable {
	padding: 34px 37px;
}

.textTable a:link, .textTable a:visited, .textTable a:active {
	color: #1b2c80;
	text-decoration: none;
}

.textTable a:hover {
	color: #1b2c80;
	text-decoration: underline;
}

.textMain {
	width: 600px;
	font-size: 12px;
}

.textFull {
	width: 850px;
	font-size: 12px;
}

.textHeader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #1b2c80;
	margin-bottom: 25px;
}

#homeButtons {
	padding-top: 38px;
	padding-left: 30px;
}

.homeButton {
	padding: 2px;
}

#footer {
	position: relative;
	background-image: url(../images/layout/footerBG.jpg);
	background-repeat: no-repeat;
	width: 910px;
	height: 30px;
	margin: 0 auto;
}

#footerText {
	padding: 5px 38px 0 0;
	text-align: right;
}

#footerText a {
	color: #1b2c80;
	text-decoration: none;
}

#footerText a:hover {
	text-decoration: underline;
}

/*** Inside Page CSS **************/

#pageHeader {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 130px;
}

#pageContent {
	position: relative;
	margin: 0 21px;
}

#mainNav {
	position: absolute;
	top: 115px;
	left: 9px;
	width: 939px;
	height: 57px;

}

#mainNavMenu {
	background-image: url(../images/layout/navBar.png);
	background-repeat: no-repeat;
	height: 57px;
	padding-top: 11px;
	padding-left: 40px;

}

.navDiv {
	width: 15px;
	background-image: url(../images/nav/navDiv.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 9px;
	float: left;
}

.navImage {
	float: left;
}

#blueButtons {
	position: absolute;
	right: 37px;
	top: -9px;
}

#textBlockContent {
	position: absolute;
	z-index: 5;
	left: 9px;
	top: 330px;
	width: 930px;
	line-height: 170%;
}

#tabBar {
	padding-top: 15px;
	position: relative;
	z-index: 20;
}

.tabText {
	padding-top: 11px;
	cursor: pointer;
}

.tabOn {
	background-image: url(../images/layout/tabOn.gif);
	background-repeat: no-repeat;
	width: 137px;
	height: 32px;
	margin-right: 10px;
	float: left;
	text-align: center;
	
}

.tabOff {
	background-image: url(../images/layout/tabOff.gif);
	background-repeat: no-repeat;
	width: 137px;
	height: 32px;
	margin-right: 10px;
	float: left;
	text-align: center;
}

#infoDiv {
	margin-top: 35px;
}

/*** Overview Text ***********/

#homeDesc {
	padding-left: 35px;
	font-size: 12px;
}

#homeDesc a {
	color: #1b2c80;
	text-decoration: none;
}


#homeDesc td {
	padding-bottom: 9px;
}

#homeTitle {
	text-transform: uppercase;
	font-size: 14px;
	color: #1b2c80;
	font-weight: bold;
	padding-bottom: 9px;
}

.homeIcon {
	float: left;
	text-align: center;
	font-weight: bold;
}

.descLabel {
	font-weight: bold;
}


/*** Stocklist ****************/

.stocklist_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #4d4d4d;
}

.stocklist_width {
	width: 182px;

}

.stocklist_item td {
	padding: 2px;
}

.stocklist_available {
	color: #1b2c80;
	font-weight: bold;
}

.stocklist_image {
	position: relative;
	width: 182px;
	height: 138px;
	top: 10px;
	left: 10px;

}




.vid_image {
	position: relative;
	width: 230px;
	height: 274px;
}

.vid_image_mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.vid_image_thumb {
	position: absolute;
	top: 47px;
	left: 0;
	z-index: 1;
}

.page_results {
	position: relative; 
	width: 780px; 
	float: right; 
	text-align: right; 
	z-index: 50;
	margin-right: 12px;
	padding-bottom: 6px;
}

.page_results_text {
	color: #6666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 50;
	margin-right: 5px;
}

.page_footer_div {
	position: relative; 
	height: 38px; 
	width: 870px;
	padding-right: 6px;
	z-index: 50;
}

.page_footers_text {
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 50;
	height: 38px;
}

.page_footer_table a {
	color: #ffffff;
	text-decoration: none;
}

.page_count a {
	color: #ffffff;
	text-decoration: none;
}

.page_count {
	color: #929292;
}

.page_footer_table {
	position: relative;
	height: 38px;
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}

.sortSelect {
	height: 16px;
	width: 80px;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}


.dots_bg {
	background-image: url('../images/layout/dot_bg.gif');
	background-repeat: repeat-y;
	background-position: center;
}

#stock_estate {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1b2c80;
	text-transform: uppercase;
	font-weight: bold;
}


#stock_table {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.stock_cat {
	font-weight: bold;
}

.stock_line {
	border-bottom: 1px solid #c2c5d9;
	padding: 4px 0;
}

.stock_line_bottom {
	padding: 4px 0;
}




.logo-float-right {
	float: right;
	margin: 0 0 20px 40px;
}

.our-homes-tbl {
	margin: 0 0 20px;
}

.our-homes-desc {
	padding: 0 0 0 40px;
}

a.our-homes-link {
	color: #1b2c80;
	font-weight: bold;
	text-decoration: none;
}
a.our-homes-link:hover {
	text-decoration: underline;
}

.hr {
	background-image: url(../images/layout/hr.gif);
	background-repeat: no-repeat;
	height: 1px;
	width: 831px;
	margin-bottom: 20px;
}

.hr hr, .hr-2col hr {
	display: none;
}

.hr-2col {
	background-image: url(../images/layout/hr-2col.gif);
	background-repeat: no-repeat;
	height: 1px;
	width: 600px;
	margin: 20px 0;
}

.top-link {
	text-align: right;
}

.top-link a {
	background: transparent url(../images/layout/icon-top.gif) no-repeat scroll 100% 0.3em;
	background-repeat: no-repeat;
	color: #1b2c80;
	text-decoration: none;
	padding-right: 10px;
	font-weight: bold;
}
.top-link a:hover {
	text-decoration: underline;
}
.input-field, select {
	border: 1px solid #1b2c80;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 200px;
}
.property-field {
	border: 1px solid #1b2c80;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 400px;
}

.form-tbl {
	width: 850px;
}

.form-tbl td {
	vertical-align: top;
	padding: 0 0 5px 0;
}

.form-tbl th {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.asterisk {
	color: #1b2c80;
	font-weight: bold;
	font-size: 12px;
}
.small-text {
	font-size: 11px;
}


.comBlock {
	width: 221px;
	height: 300px;
	background-color: #e5eaf5;

}


.comHeaderText {
	padding-left: 19px;
	padding-top: 5px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	background-color: #4d68a5;
}

.comSubHeader {
	padding-top: 6px;
	padding-left: 19px;
	color: #21428f;
	font-weight: bold;
	font-size: 11px;
}

.comImage {
	padding-top: 10px;
	width: 186px;
}	

.comImage img {
	border: 2px solid white;
}

.comFooter {
	padding-top: 6px;
	text-align: right;
	width: 190px;
}

.comFooter a {
	color: #0066FF;
	text-decoration: none;
}


