/* CSS Document */
	
/* ---------- TOP BAR ---------- */

#topbarcontainer {
	z-index: 1;
	position: fixed;
	width: 100%;
	height: 35px;
	top: 0px;
	background-color: #5e5e5e;
}

#topbar {
	width: 950px;
	margin: auto;
}

#address {
	float: left;
	width: 790px;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 11px;
	color: #fbfbfc;
}

#tab {
	float: left;
	width: 160px;
}

/* ---------- LOGO + NAVIGATION ---------- */

#logocontainer {
	float: left;
	width: 189px;
	height: 175px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #58524C;
	border-right: 1px solid #C3C3C3;
	border-bottom: 4px double #C3C3C3;
	padding: 18px 10px 0px 0px;
}

#navcontainer {
	float: right;
	width: 750px;
	height: 71px;
	border-bottom: 4px double #C3C3C3;
	padding-top: 122px;
}

/* ---------- WEB SITE CONTAINER ---------- */

#container {
	width: 950px;
	margin: auto;
	text-align: left;
	margin-top: 35px;
}

/* ---------- BODY COLUMNS ---------- */

#fullpage {
	float: left;
	width: 950px;
	margin-top: 45px;
}

#columnA01 {
	float: left;
	width: 335px;
	margin: 45px 20px 0px 0px;
}

#columnA02 {
	float: left;
	width: 595px;
	margin-top: 45px;
}

#columnB01 {
	float: left;
	width: 180px;
	padding-right: 20px;
	margin: 45px 0px 0px 0px;
}

#columnB02 {

	float: left;
	width: 720px;
	padding-left: 30px;
	margin: 45px 0px 0px 0px;
}

/* ---------- AREA BOX ---------- */

#areaboxtop {
	float: left;
	width: 704px;
	border-top: 1px double #C3C3C3;
	border-bottom: 1px double #C3C3C3;
	padding: 25px 0px 30px 15px;
	margin-top: 25px;
}

#areabox {
	float: left;
	width: 704px;
	border-bottom: 1px double #C3C3C3;
	padding: 25px 0px 30px 15px;
}

/* ---------- WHITE INFO BOX ---------- */

#smallcontainer {
	float: left;
	width: 270px;
	text-align: center;
}

#whiteboxheader {
	float: left;
	width: 250px;
	padding: 10px;
	background-color: #4cb5bc;
}

#whitebox {
	float: left;
	width: 250px;
	padding: 20px 10px;
	background:
		url(../graphics/csslayout/arrowbox.gif)
		no-repeat
		top left;
	text-align: left;
	margin-bottom: 10px;
}

#weatherboxA01 {
	float: left;
	width: 139px;
	margin-right: 10px;
	border-right: 1px double #C3C3C3;
}

#weatherboxA02 {
	float: left;
	width: 100px;
}

/* ---------- FOOTER AREA ---------- */

#footercontainer {
	width: 100%;
	background:
		url(../graphics/csslayout/footer.gif)
		repeat-x
		center top
		#5E5E5E;
	color: #58524C;
	padding: 90px 0px;
	margin-top: 50px;
}

#footer {
	margin: auto;
	width: 950px;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #fbfbfc;
}

#footercolumnA01 {
	float: left;
	width: 385px;
	padding-right: 30px;
	text-align: left
}

#footercolumnA02 {
	float: left;
	width: 150px;
	padding-right: 10px;
	text-align: left
}

#footercolumnA03 {
	float: left;
	width: 180px;
	padding-left: 10px;
	text-align: right;
}

/* ---------- PHOTOS AND OBJECTS POSITIONING ---------- */

#homepagephoto {
	float: left;
	clear: left;
	padding: 15px;
	margin: 0px 10px 0px 0px;
	background:
		url(../graphics/csslayout/bg.jpg)
		repeat;
}

#areaphoto {
	float: right;
	clear: right;
	padding: 15px;
	margin: 0px 0px 15px 20px;
	background:
		url(../graphics/csslayout/bg.jpg)
		repeat;
}

#whitephotoleft {
	float: left;
	clear: left;
	padding: 15px;
	margin: 0px 20px 15px 0px;
	background:
		url(../graphics/csslayout/bg.jpg)
		repeat;
}

#whitephotoright {
	float: right;
	clear: right;
	padding: 15px;
	margin: 0px 0px 15px 20px;
	background:
		url(../graphics/csslayout/bg.jpg)
		repeat;
}

#objectleft {
	float: left;
	clear: left;
	margin: 0px 20px 15px 0px;
}

#objectright {
	float: right;
	clear: right;
	margin: 0px 0px 15px 20px;
}

#frameborder {
	float: left;
	clear: left;
	width: 918px;
	border: 1px solid #C3C3C3;
	padding: 15px;
	background:
		url(../graphics/csslayout/bg.jpg)
		repeat;
	margin-bottom: 25px;
}

/* ---------- OTHER ---------- */

#clear {
	clear: both;
}

#spacer01 {
	float: left;
	width: 15px;
}
#spacer02 {
	float: left;
	width: 20px;
}

#dividerH {
	with: 100%;
	border-bottom: 1px solid #C3C3C3;
	margin-bottom: 15px;
}

#listingbox {
	float: left;
	padding: 20px 13px 13px 13px;
	margin: 0px 10px 15px 0px;
	font-family: "Lucida Grande", Helvetica, Arial;
	color: #696969;
	text-decoration: none;
	text-align: center;
	border: 1px double #C3C3C3;
	background:
		url(../graphics/csslayout/bg.jpg)
		repeat;
	padding-top: 8px;
}

#buttonlistings {
	float: left;
	width: 200px;
	height: 31px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	background:
		url(../graphics/csslayout/buttonA01.gif)
		no-repeat;
	padding-top: 9px;
}
