/* GENERAL STYLES */
* {
	margin: 0px;
	padding: 0px;
	
}

*{
	/* border:solid 0px #000000;
	border-collapse: collapse;
	*/
}

body {
	background-color:#F8F6F0;
	font:Georgia;
	
}


h1 {
	/*
	color: #;
	font-size: px;
	margin: px px px px;
	*/
}

h2 {
	/*
	color: #;
	font-size: px;
	margin: px px px px;
	*/	
}

h3 {
	font-size: 18px;
	/*
	
	margin: px px px px;
	*/
}

h4 {
	/*
	color: #;
	font-size: px;
	margin: px px px px;
	*/
}

p {
	
	color:#A08B76;
	/*
	font-size: px;
	margin: px px px px;
	text-indent:px;
	*/	
}

img {
	/*
	border: none;
	*/
	}

a {
	text-decoration:none;
	color:#A08B76;
	
	/*
	
	
	font-size: px;
	margin: px px px px;
	*/
}

a:hover {
	/*
	color: #;
	font-size: px
	margin: px px px px;
	text-decoration: ;
	*/
}

ul {	
	list-style-type:disc;
	color:#A08B76;
	margin: 15px 0px 15px 45px;
	/*
	color:#A08B76;
	font-size: px;
	
	*/
}

ul li {	
	margin: 0px 0px 5px 0px;
	color:#A08B76;
	/*
	font-size: px;
	
	*/
	
}

.NavList {
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	}


ol{	
	color:#A08B76;
	margin: 15px 0px 0px 45px;
	/*
	color: #;
	font-size: px;
	margin: px px px px;
	*/
	
}

ol li {	margin: 25px 0px 0px 45px;
	/*
	
	color: #;
	font-size: px;
	margin: px px px px;
	*/
	}

/* UselFul classes */

.R{
	text-align:right !important;
}

.L{
	text-align:left !important;
}

.C{
	text-align:center !important;
}

.LFloat {
	float:left !important;
}

.RFloat {
	float:right !important;
}

.ClearAll {
	clear:both;
}

#Wrapper {
	text-align:center;
	margin: 0px auto -10px -460px;
	position:absolute;
	left:50%;
	height:100%;
	width:920px;
	background-image:url(../img/bg_wrapper.png);
	background-color:#fff;
	background-repeat:repeat-y;
}
	
#WrapperLong {
	text-align:center;
	margin: 0px auto -10px -460px;
	position:absolute;
	left:50%;
	width:920px;
	height:100%;
	background-image:url(../img/bg_wrapper.png);
	background-color:#fff;
	background-repeat:repeat-y;
	
}

#MasterWrap {
	margin: 0 auto;
	width: 900px;
	margin-top: 0px;
	margin-left:10px;
	display:inline-block;
	background-color:#fff;
	float:left;
}


#Header {
	height: 140px;
	width: 900px;
	display:inline-block;
	float:left;
	background-image:url(../img/bg_Header.png);
}

#HeaderLogo {
	height: 140px;
	width: 375px;
	display:inline-block;
	float:left;
	background-image:url(../img/logo_head.png);
}

#HeaderPhone {
	height: 140px;
	width: 525px;
	display:inline-block;
	float:left;
	background-image:url(/img/bg_header_phone.png);
}



#SideBar {
	width:185px;
	height:auto;
	display:inline-block;
	float:left;
	margin-bottom: -2000px;
	margin-left:15px;
	padding-bottom: 2000px;
}
	
#SideBar div {
	width:190px;
	margin: 15px 20px 5px auto;
}


#NavSide {
	background-repeat:no-repeat;
	width:190px;
	height:345px;
	padding-top:0px;
	float:left;
	background-image:url(/img/bg_sidenav.png);
	clear:both;
	list-style-type:square;
	overflow:hidden;
	
	
}

	
#NavSide a {
	height:24px;
	width:158px;
	color:#A08B76;
	font-size:16px;
	letter-spacing:0.5px;
	padding-left:28px;
	padding-top:5px;
	text-align:left;
	margin-left:1px;
	list-style-type:square;
	background-color:#F1F0E2;
	border-top:1px solid #fff;
	display:block;
	float:left;

}

#NavSide a:hover{
	color:#93002A;
	background-color:#fff;
	background-image:url(../img/bg_sidenav_btn.png);
}


#Nav a.Selected {
	color:#93002A;
	background-color:#fff;
	background-image:url(../img/bg_sidenav_btn.png);
	}


#SideMiddle {
	height:130px;
	background:transparent;
	float:left;
	

	}


#SideBarR {
	width:130px;
	min-height:300px;
	display:inline-block;
	background-color:none;
	padding-right:12px;
	float:right;
}

#Middle {
	width:900px;
	height:auto;
	display:inline-block;
	float:left;
	overflow: hidden;
	
}

#MiddleMain {
	width:670px;
	padding: 8px 0px 0px 0px;
	margin-left: 8px;
	display:inline-block;
	float:left;
	background-color:#fff;

}

#MiddleMainContent {
	width:490px;
	margin-left: 15px;
	display:inline-block;
	float:left;
	text-align:left;
	color:#A08B76;
	list-style:disc;
		

}





#MiddleHomeHigh {
	height:288px;
	background-color:#333333;
}
	
#MiddleHomeLow {
	height:124px;
	background-color:#666666;
}

#MiddleMainContentHigh {
	height:75px;
	float:left;
}

#MiddleMainContentMid {
	height:auto;
	text-align:left;
	margin-left: 9px;
	float:left;
	
}

#MiddleMainContentMid h1, h2, h3, h3, h4, ul, li, ol, p, img {
	border: none;
}

#ContactMapBox {
	height:440px;
	width:490px;
	background-image:url(../img/sim_map.png);
}



#MapAddy {
	float:right;
	width:200px;
	height:350px;
	margin-top:2px;
	background-color:#fff;
	font-size:14px;
}

#Footer {
	height:40px;
	width:900px;
	color:#A08B76;
	margin: 0 auto;
	margin-top:20px;
	font-size:12px;
	background-image:url(../img/bg_footer.png);
	background-repeat:repeat-x;
	float:left;	
}


#FooterL {
	
	float:left;
	margin-top:13px;
	padding-left:7px;
	
}

#FooterImg {
	float:left;
	background-color:transparent;
	height:20px;
	width:20px;
	margin-top:12px;
	margin-left:4px; 
}


#FooterR {
	float:right;
	text-align:right;
	padding-right:17px;
	margin-top:13px;
}

.FooterLk {
	color:#aaa;
	font-weight:bold;
	}


/* EDITOR PROPERTIES */
