/*
	Castlemore Properties
	By: Josh Solecky
	www.gocactus.com
*/

/* BASIC PAGE SETUP & RESET */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif; background: #966916; background-image:url(images/BG-repeat.jpg); background-repeat: repeat-x; }

ul { list-style: none inside; }
p { font: 1.4em/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif; margin: 0 15px 10px 15px; }
a { outline: none; text-decoration: none; }
img, a img { border: none; }
h1 {font-size: 1.4em; font-weight:normal; color: #966916; margin-left: 15px;}
h2 {font-size: 2.2em; font-weight:normal; color:#000000; margin: 10px 0 10px 15px;}
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.clear-left {clear:left;}
/* END TOOLBOX */


/* STRUCTURE */
#page-wrap {
	margin: 0 auto;
	width: 1100px;
	background-image:url(images/BG.jpg);
	background-repeat: no-repeat;
}
/* END STRUCTURE */

#box {
	width: 990px;
	margin: 0 auto;
	padding-bottom:20px;
	background-image: url(images/body_repeat.jpg);
	}

#header {
	height: 89px;
	width: 990px;
	background-image:url(images/header.jpg);
	}
	
.list {
	list-style: outside disc;
	margin-right: 15px;
}

ul.list {
	margin-left: 15px;
	margin-bottom: 10px;
}

.list li {
	font-size:1.4em;
	margin-left: 15px;
}

h2.light {
	background: url(images/light_symbol.jpg) no-repeat 0px 3px;
	text-indent: 30px;
}

h2.dark {
	background:url(images/dark_symbol.jpg) no-repeat 0px 3px;
	text-indent: 30px;
}

.main-image {
	width: 990px;
	height: 429px;
	background: url(images/MAIN_image.jpg);
}
	
	/*-- NAVIGATION --*/
	
#nav {
	height: 34px;
	width: 975px;
	color: white;
	padding-top: 16px;
	padding-left: 15px;
	background-image:url(images/nav.jpg);
	}

	
#nav li {
	font-size: 1.5em;
	font-weight: lighter;
	margin: 0 7.5px 0 0;
	padding: 0 10px 0 0;
	display:inline;
}

#nav a {
	color: white;
}

#nav a:hover {
	border-bottom: 2px solid white;
}
	
	/*-- END NAVIGATION --*/
	
	
	
	/*-- CONTENT --*/
	
#content { 
	width: 660px;
	float:left;
	padding-top: 22px;
	padding-bottom: 60px;
	background: #f4ebdc url(images/top_content.jpg) no-repeat;
	}
	
#content a {
	color: black;
}

#content a:hover {
	color: #966916;
}

	
	/*-- END CONTENT --*/
	
	
	
	/*-- SIDEBAR --*/
	
#sidebar {
	width: 330px;
	float: right;
	background:  #e9dac7 url(images/top_sidebar.jpg) top no-repeat;
	padding-top: 76px;
	padding-bottom: 60px;
	}

#sidebar a {
	color: black;
}

#sidebar a:hover {
	color: #966916;
}

	/*-- END SIDEBAR --*/
	
	
	/*-- GALLERY --*/
	
.gallery img {
	margin-left: 12px;
	margin-bottom: 10px;
}
	
	/*-- END GALLERY --*/
	
	
	/*-- FOOTER --*/

#footer {
	width: auto;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	background-color: #000000;
	font-size:1.2em;
	}
	
#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: #966916;
}

.footnote {
	margin: 0 auto;
	padding: 0 15px 0 15px;
	width: 960px;
	height: 20px;
	}
	
	/*-- END FOOTER --*/