/* DEFAULTS & GLOBALS */

html { /* forces scrollbars */
	height: 100%;
	margin-bottom: 1px;
	}

* { /* global settings for every element on the site */
	margin: 0;
	padding: 0;
	}

body {
	font: 10pt/1.4em sans-serif, Arial, Tahoma, Verdana;
	background: #1d1000 url("images/background_page.gif") top repeat-x;
	text-align: center;
	}

h2 {
	margin: 0 0 .5em 0;
	}
p { margin: 0 0 1em 0; }
a {
	color: #95693f;
	outline: none;
	}
a:hover { color: red; }

.notext {
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	}
.nodisplay {
	display: none;
	}


/* MAIN LAYOUT */

div#container {
	position: relative;
	margin: 0 auto;
	width: 920px;
	background: white url("images/background_container.jpg") center bottom no-repeat;
	text-align: left;
	overflow: hidden;
	}


h1#logo {
	display: block;
	margin: 0 0 20px 0;
	width: 940px;
	overflow: hidden;
	}
h1#logo a {
	float: left;
	margin: 30px 0 0 25px;
	width: 281px;
	height: 48px;
	background: url("images/logo.gif");
	}

#facebook {
	position:absolute;
	width:90px;
	margin:-57px 0 0 417px;
}
#twitter {
	position:absolute;
	width:50px;
	margin:-62px 0 0 342px;
	
}

p#address {
	position: absolute;
	top: 30px;
	right: 25px;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.25em;
	color:	#95693f;
	}
p#address span {
	font-size: 12pt;
	color: #00184c;
	}


ul#mainmenu {
	display: block;
	margin: 20px 0;
	width: 940px;
	height: 27px;
	list-style: none;
	padding-left:20px;
	}
ul#mainmenu li {
	display: inline;
	height: 27px;
	}
ul#mainmenu li a {
	float: left;
	height: 27px;
	text-indent: -5000px;
	overflow: hidden;
	}
ul#mainmenu li a.home {
	width: 68px;
	background: url("images/menu_home.gif");
	}
ul#mainmenu li a.aboutus {
	width: 90px;
	background: url("images/menu_aboutus.gif");
	}
ul#mainmenu li a.ourteam {
	width: 92px;
	background: url("images/menu_ourteam.gif");
	}
ul#mainmenu li a.services {
	width: 83px;
	background: url("images/menu_services.gif");
	}
ul#mainmenu li a.events {
	width: 91px;
	background: url("images/menu_news.gif");
	}
ul#mainmenu li a.testimonials {
	width: 109px;
	background: url("images/menu_testimonials.gif");
	}
ul#mainmenu li a.blog {
	width: 103px;
	background: url("images/menu_blog.jpg");
	}
ul#mainmenu li a.contactus {
	width: 103px;
	background: url("images/menu_contactus.gif");
	}
ul#mainmenu li a:hover { background-position: 0 -27px; }
ul#mainmenu li a:active { background-position: 0 -54px; }


div#welcome {
	position: relative;
	display: block;
	width: 800px;
	height: 290px;
	background: url("images/index_welcome2.jpg");
	}
div#welcome div#preamble {
	position: absolute;
	top: 60px;
	left: 35px;
	float: left;
	width: 325px;
	}
div#welcome div#preamble h3 {
	font-size: 14pt;
	}
div#welcome div#preamble p {
	margin: 5px 0 0 0;
	line-height: 1.25em;
	}
div#welcome div#news {
	position: absolute;
	top: 60px;
	right: 15px;
	width: 350px;
	}
div#welcome div#news h3 {
	margin: 0 0 5px 0;
	font-size: 14pt;
	color: white;
	}
div#welcome div#news ul#news {
	list-style-position: inside;
	color: #ff801e;
	}
div#welcome div#news ul#news li a {
	font-weight: bold;
	color: #ff801e;
	}
div#welcome div#news ul#news li a:hover { color: red; }

div#copyright{
	color:#493d2f;
	padding:1em 15%;
	margin:0 auto;
	background:#1f1000;
}

div#footer {
	/*color: #483d2f;*/
	width:920px;
	margin:0 auto;
	height:4.5em;
	background:#a63c00;
	}
	
div#footer a { color: #53432e; }
div#footer a:hover { color: #735605; }
div#footer p#socialMedia{
	float:right;
	margin-top:1em;
	margin-right:2em;
}

div#footer p#footerAddress{ 
	float:left; 
	margin:1.2em 0 0 1.5em;
	letter-spacing:.1em;
	text-align:left;
	color:#f1751b;
	font-weight:bold;
	font-size: .9em;

}

div#sidebar {
	float: left; 
	width: 940px;
	overflow: hidden;
	}

div#content {
	display: inline;
	float: right; 
	width: 920px;
	overflow: hidden;
	}
div#content h3 {
	margin: 0 0 5px 0;
	}
div#content p {
	line-height: 1.35em;
	}


/* SUB MENU */

ul#menu_services {
	display: none;
	position: absolute;
	top: 125px;
	left: 250px;
	width: 200px;
	background: #a4693a;
	list-style: none;
	}
ul#menu_services li {
	padding: 5px 0 5px 10px;
	}
ul#menu_services a {
	font-weight: bold;
	color: white;
	}
ul#menu_services a:hover {
	color: red;
	}
ul#menu_services a:active {
	color: black;
	}
