@charset "utf-8";

/*************************CSS for esperanceapartments.com.au by Good Web Solutions***************************/

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #06F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


.oneColFixCtrHdr #container {
	width: 980px;
	text-align: left;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}


/**************************Header Controls**************************/

.oneColFixCtrHdr #header {
	background-color: #439ED7;
	height: 170px;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #container #header #logo {
	width: 327px;
	float: left;
	height: 125px;
	padding-top: 30px;
	padding-left: 40px;
}

#container #header .tagline {
	float: right;
	width: 550px;
	padding-top: 50px;
	padding-right: 30px;
	font-style: italic;
	color: #B5D58A;
	background-color: #439ED7;
	font-size: 1.5em;
	font-weight: normal;
	text-align: right;
}



/*************************Header Navigation Controls***************************/

#container #header #nav {
	font-size: 0.7em;
	text-align: right;
	letter-spacing: 0.2em;
	padding-right: 30px;
	color: #FFF;
	background-color: #439ED7;
	width: 570px;
	float: right;
	width: 550px;
	height: 20px;
	padding-top: 35px;
}

#container #header #nav a {
	color: #FFF;
	background-color: #439ED7;
	text-decoration: none;
}


#container #header #nav a:hover {
	color: #ACD589;
	text-decoration: none;
	background-color: #439ED7;
}



/************************Slide Show Controls****************************/

#container #slideshow {
	padding: 0px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	height: 294px;
	width: 980px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}


/************************Main Content Controls****************************/

.oneColFixCtrHdr #container #maincontent {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 20px;
	height: 270px;
}


/*************************Main Content - Left Panel Controls***************************/

#container #maincontent #leftpanel {
	width: 450px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #439ED7;
	margin-right: 20px;
	padding-right: 10px;
}


/***********************Main Content - Right Panel Controls*****************************/

#container #maincontent #rightpanel {
	width: 455px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
}


/************************ Main Content - Right Panel - CSS Frame Controls****************************/

#container #maincontent #rightpanel #bodytext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	height: 140px;
	padding-left : 25px;
	padding-right : 25px;
	padding-top : 5px;
	padding-bottom : 30px;
	text-align : left;
	color: #333;
	margin-bottom: 0;
	background-color: #EAF7F5;
	background-image: none;
}


/***************************Main Content - Heading Formatting Controls*************************/

#container #maincontent h1, h2,h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #06C;
	margin-top: 0px;
}

#container #maincontent #rightpanel h3 {
	margin-bottom: 10px;
}

/*************************Footer Controls***************************/

.oneColFixCtrHdr #footer {
	padding-left: 20px;
	text-align: center;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFF;
	padding-top: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	padding-bottom: 60px;
}

/***************************Footer Text Formatting Controls*************************/

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	letter-spacing: 0.1em;
}

.oneColFixCtrHdr #footer p a {
	text-decoration: none;
	color: #FFF;
	background-color: #1A72A0;
}

.oneColFixCtrHdr #footer p a:hover {
	color: #B5D58A;
	text-decoration: underline;
	background-color: #1A72A0;
}

.imgright {
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/***************************Links Formatting Controls*************************/

.oneColFixCtrHdr #maincontent a {
	text-decoration: none;
	color: #287BA7;
	background-color: #FFF;
}
#container #maincontent a:visited {
	color: #63F;
	background-color: #FFF;
}
#container #maincontent a:hover {
	color: #00F;
	text-decoration: underline;
	background-color: #FFF;
}


.clear {
	clear: both;
}



#container #maincontent2 #rightpanel2 .contact {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3992C5;
	height: 160px;
	padding-top: 20px;
}

/*************************** testimonial Controls*************************/

.testimonial {
	float: right;
	width: 270px;
	height: 250px;
	clear: left;
	line-height: 2em;
}

.large {
	font-size: 1.1em;
	color: #666;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-color: #CCC;
	font-style: normal;
	padding-right: 10px;
}

.largeLeft {
	font-size: 1.1em;
	color: #666;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-color: #CCC;
	font-style: normal;
	padding-right: 10px;
}
#container #maincontent2 #rightpanel2 #award {
	height: 200px;
}
#container #maincontent2 #rightpanel2 #award img {
	margin-left: 80px;
}
.final {
	float: right;
	margin-top: 17px;
}

.Modal_Window_1 {
	text-align: center;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3992C5;
	margin-top: 30px;
	font-weight: bold;
}
