@charset "utf-8";
/* CSS Document */

    


html,body {
	/*font: 95%/1.2 Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: "century gothic", "helvetica neue", Verdana, Geneva, sans-serif;
	font-size: 14px;*/
	background:#fff;
	margin:0; 
	font:12px/1.4 arial, "helvetica neue",arial,sans-serif;
	/*line-height: 20px;*/
	/*background: #fff;*/
	padding: 0;
	color: #002649;
	/*background-image:url(../andrews-property-background2.jpg);*/
	background-position:center; background-position:top;
	background-repeat:no-repeat;
	border-top:4px solid #000;
	}
	
	
	/* ----------------- Wrapper - keeps all content in the center of page -----------------  */
.wrapper{
	margin:auto;
	width:80%;
	height:auto;
	background-color:#ffffff;
	max-width: 1024px;
	line-height: 20px;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1024px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding: 0px;
	line-height: 20px;	
}

.container-logo {
	width: 718px;
	}
	
.smallerFont{font-size:12px;}
.silverFont{color: #909294;}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h3, h5, h6, p {
	margin-top: 10px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */	
	margin-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	line-height: 25px;
}

h2{
	margin-top: 3px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	margin-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	/*font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;*/
	font-weight:bold;
}

h4{
	
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
	font-weight:bold;}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #002649;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #002649;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

a.navrollFooter:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002649;
	text-decoration: none;
}
a.navrollFooter:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002649;
	text-decoration: none;
}
a.navrollFooter:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002649;
	text-decoration: underline;
}
a.navrollFooter:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002649;
	text-decoration: none;
} 


/*search results*/
a.navrollSearch:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002649;
	background-color:#ffffff;
	text-decoration: none;
	border: #CCC thin solid;
	padding: 5px;
}
a.navrollSearch:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002649;
	background-color:#ffffff;
	text-decoration: none;
	border: #CCC thin solid;
	padding: 5px;
}
a.navrollSearch:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color:#002649;
	text-decoration: none;
	border: #CCC thin solid;
	padding: 5px;
}
a.navrollSearch:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002649;
	background-color:#ffffff;
	text-decoration: none;
	border: #CCC thin solid;
	padding: 5px;
} 

a.navrollSearchOn:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color:#002649;
	text-decoration: none;
	border: #CCC thin solid;
	padding: 5px;
}
a.navrollSearchOn:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color:#002649;
	text-decoration: none;
	border: #CCC thin solid;
	padding: 5px;
}
a.navrollSearchOn:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color:#002649;
	text-decoration: none;
	border: #CCC thin solid;
	padding: 5px;
}
a.navrollSearchOn:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color:#002649;
	text-decoration: none;
	border: #CCC thin solid;
	padding: 5px;
} 



.priceColour {
	font-size:16px;
	color:#a7a9ac;
	font-weight:bold;
	padding-top: 6px;
	}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #272a38;
}

.headerMiddle {
	background: #272a38;
	color: #f1cd77;
	text-align: left;
	width: 500px;
	float: right;
	margin-left: 8px;
	padding: 20px;
	font-size: 20px;
}

/*div#flash_top{
z-index:1;
background:transparent url(../images/maintop_wehughes_removals_lounge_room.jpg) no-repeat;
width:672px; height:303px;}*/

.navBackground {
	width: 100%;
	background: #000;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding: 0px;
}

.bodyText{
	float:left;
	padding-left:20px; 
	width: 690px;/*100%;
	
	max-width: 690px;
	min-width: 200px; */
	}

.bodyText p{
	margin-top: 10px;
	margin-bottom: 10px;
	}	


a.navrollMainTop:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #f1cd77; text-decoration: none;}
a.navrollMainTop:visited {font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 20px; color: #f1cd77; text-decoration: none;}
a.navrollMainTop:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #f1cd77; text-decoration: none; }
a.navrollMainTop:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #f1cd77; text-decoration: none; } 

.headerRight {
	background: #272a38;
	color: #FFF;
	text-align: right;
	width: 250px;
	float: right;
	margin-left: 8px;
	padding: 20px;
	font-size: 20px;
	
}




.content{color:#777;font:14px/1.4 arial, "helvetica neue",arial,sans-serif; line-height: 20px; width:550px;margin:5px auto;}
/*.content {	
padding: 0px;
}*/

.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

.contentTop {

	padding: 0px;
	background:#f3f3f3;
}

.contentFooterTop {
	background-image: url(../images/navigation/andrews-property-footer-top.jpg);
	background-repeat:repeat-x;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	/*position:relative;*/
	}
	
	.contentFooterBottom {
	background-image: url(../images/navigation/andrews-property-footer-bottom.jpg);
	background-repeat:repeat-x;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	/*position:relative;*/
	}

.contentMiddle {
	/*background-image: url(../images/background_middle_repeat.jpg);
	background-repeat:repeat-x;*/
	vertical-align: top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	/*position:relative;*/
	}
	
	.contentMiddle ul{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	position:relative;
	list-style-position: inside;
	list-style-type:square;
	}
	
	ul.contentMiddle li{
    padding-left: -6px;
	}
/*.contentMiddleText {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}	*/
	
	 
	
	.promotionBox {
	background-color:#272a38;
	color: #FFF;
	font-size:18px;
	border: #101015 solid 1px;
	width:300px;
	float: right;
	padding: 5px;
	margin-left: 8px;
	margin-top: 11px;
	}		
	 

/* ~~ The footer ~~ */
.footerOffices {
	padding: 10px;
	background: #ffffff;
	font-size: 10px;
	text-align:left;
	color: #002649;
}

.fltlftFooter { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	width: 185px; 
	font-size: 12px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*code for quick quote removals form*/
/*FOR FORM*/
	.special {
	display:none;
	}
	
form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:342px;
	padding:2px;
	float: inherit;
}


/* ----------- stylized ----------- */
/*#stylized{
	border:solid 2px #b7ddf2;
	background:#f3f3f3;
}
#stylized h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:12px;
	color:#666666;
	margin-bottom:10px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:5px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:160px;
	float:left;
	font-size: 16px;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:160px;
}*/
#stylized input{

	font-size:15px;
	border:solid 1px #002549;
	width:150px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-weight:bold;
	color:#002549;
}
#stylized button{
clear:both;
margin-left:110px;
width:125px;
height:31px;
background:#666666 url(../img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#002549;
font-size:12px;
font-weight:bold;
}




/*end code for form*/



/* ----------- My Form ----------- */
.myformQuote{
	margin:0 auto;
	width:1000px;
	padding:10px;
	float: left;
}

/* ----------- stylized ----------- */
#stylizedQuote{
	/*border:solid 2px #b7ddf2;*/
	background:#f3f3f3;
}
#stylizedQuote h1 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylizedQuote p{
	
	padding:5px;
}
#stylizedQuote label{
	display:block;
	font-weight: normal;
	text-align:right;
	width:200px;
	float:left;
	font-size: 11px;
	padding-top: 2px;
}
#stylizedQuote .small{
	color:#666666;
	display:block;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	width:200px;
}
#stylizedQuote input{
	float:left;
	font-size:11px;
	border:solid 1px #aacfe4;
	/*width:250px;*/
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

#stylizedQuote textarea{
	float:left;
	font-size:11px;
	border:solid 1px #aacfe4;
	/*width:250px;*/
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}


#stylizedQuote select{
	float:left;
	font-size:11px;
	border:solid 1px #aacfe4;
	/*width:150px;*/
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}


#stylizedQuote button{
clear:both;
margin-left:110px;
width:125px;
height:31px;
background:#002649;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
float:right;
}




/*end code for form*/

/*admin area*/
.admincolumnLeft {
		font-size: 11px;
		/*background-color:#FFFFFF;*/
		padding: 5px;
		width: 450px;
		color:#333333;
		/*background-image:url(../images/navigation/left_nav_background_lighter.jpg);
		background-repeat: no-repeat;*/
		}
		
.columnMiddle{
		/*background-color:#FFFFFF;*/
		padding: 10px;
		font-size: 12px;

		}
		
		.promotionBox {
	background-color:#272a38;
	color: #FFF;
	font-size:18px;
	border: #101015 solid 1px;
	width:300px;
	float: right;
	padding: 5px;
	margin-left: 8px;
	}	
	
	
	
/* ----------- admin layout tables ----------- */

/* ----------- My Form ----------- */
.myformAdmin{
	margin:0 auto;
	width:600px;
	padding:2px;
	float: left;
}

/* -----------displayProperty----------- */
#displayProperty{
	padding: 5px;
	font-size:12px;
	line-height: 20px;
	
}

#displayProperty h1 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:8px;
}

#displayProperty h4 {
	font-size:12px;
	font-weight:bold;
	line-height: 16px;
	margin-bottom: 5px;
}


/* ----------- stylizedadmin ----------- */
#stylizedAdmin{
	/*border:solid 2px #002549;*/
	/*border-bottom: 1px solid #002549;
	border-top: 1px solid #002549;
	background:#002549;*/
	background-image:url(../images/navigation/background-repeat-grey-andrews-property.jpg);
	background-repeat:repeat-x;
	padding: 5px;
	font-size:12px;
}
#stylizedAdmin h1 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylizedAdmin p{
	font-size:12px;
	color:#666666;
	margin-bottom:10px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:5px;
}
#stylizedAdmin .rightText{
	font-size:13px;
	color:#666666;
	margin-left:5px;
	margin-bottom:2px;
	/*border-bottom:solid 1px #b7ddf2;*/
	padding-bottom:2px;
}
#stylizedAdmin label{
	display:block;
	font-weight:none;
	text-align:right;
	width:90px;
	float:left;
	font-size: 13px;

}

#stylizedAdmin .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:160px;
}
/*#stylizedAdmin input{
	float:left;
	font-size:12px;
	border:solid 1px #aacfe4;
	width:200px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}*/

#stylizedAdmin input.checkbox,input.radio{display:block;margin:1px 0 0 0;padding:0;width:13px;height:13px}

#stylizedAdmin button{
margin-left:3px;
margin-right:10px;
padding-right:15px;
width:260px;
height:31px;
background:#002649;
text-align:right;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}


/*admin list style LIST #3 */
#list3 { }
#list3 ul { list-style-type: disc; color:#999; font-size:14px; }
#list3 ul li { line-height:20px; padding: 2px;}

/*admin list style LIST #4 
#list4 { }
#list4 ul { list-style-type: none; color:#002649; font-size:14px; }
#list4 ul li { line-height:20px;  padding: 10px; overflow: auto; background: #ccc; border-bottom: 1px solid #666;}
#list4 li:hover {
  background: #eee;
  cursor: pointer;
}*/
#list4 ul {
  list-style-type: none;
  font-size: 14px;
}

#list4 ul li {
  line-height: 20px;
  padding: 10px;
  overflow: auto;
  background: #ccc;
  border-bottom: 1px solid #666;
}

#list4 ul li a {
  color: #002649; /* Set the font color for normal state */
  text-decoration: none; /* Remove underline from links */
}

#list4 ul li a:hover {
  color: #004080; /* Set the font color for hover state */
}

#list4 ul li:hover {
  background: #eee;
  cursor: pointer;
}

#list4 ul li a.navRollLeft {
  color: #002649; /* Set the font color for normal state */
  text-decoration: none; /* Remove underline from links */
}

#list4 ul li a.navRollLeft:hover {
  color: #004080; /* Set the font color for hover state */
}
