/* Jalili by davebrowndesign */
/* CSS general to every page  */

/* overall layout */
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;
	background-color: #b5b7b3;
}

#container {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #b5b7b3;
	background-image: url(/images/layout/bgRepeat.jpg);
	background-repeat: repeat-y;
	position: relative;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#bgTop {
	width: 990px;
	height: 45px;
	background-image: url(/images/layout/bgTop.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #b5b7b3;
}

#bgBottom {
	width: 990px;
	height: 45px;
	background-image: url(/images/layout/bgBottom.jpg);
	background-color: #b5b7b3;
	bottom: 0px;
	position: relative;
}

#topNav {
	height: 30px;
	width: 900px;
	left: 45px;
	position: absolute;
	top: 45px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	background-image: url(/images/layout/bgTopNav.jpg);
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: center;
	font-size: 18px;
}
#topNav a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
}
#topNav #current {
	text-decoration: underline;
}
#topNav a:hover {
	text-decoration: underline;
}
#topNav .spacer {
	padding-right: 70px;
}

#masthead {
	height: 105px;
	width: 900px;
	position: absolute;
	top: 90px;
	left: 45px;
	display: block;
	background-image: url(/images/layout/bgMasthead.jpg);
}
#masthead a {
	display: block;
	width: 400px;
	height: 70px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#logoReplace {
	display: none;
}

#sidebar {
	width: 255px;
	margin-top: 210px;
	text-align: right;
	float: left;
	padding-left: 45px;
}
#sideNav {
	height: 170px;
}
#sideNav a {
	display: block;
	height: 35px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Minion Pro", "Times New Roman", Times, serif;
	font-size: 19px;
	padding-right: 10px;
	letter-spacing: -1px;
	font-style: normal;
	text-transform: uppercase;
	overflow: hidden;
	line-height: 42px;
}
#sideNav #tra {
	background-image: url(../images/layout/bgTraditional.jpg);
}
#sideNav #mod {
	background-image: url(../images/layout/bgModern.jpg);
}
#sideNav #ant {
	background-image: url(../images/layout/bgAntique.jpg);
}
#sideNav #tap {
	margin-bottom: 0px;
	background-image: url(../images/layout/bgTapestries.jpg);
}

#sideNav #tra, #sideNav #mod, #sideNav #ant, #sideNav #tap {
}

.sideImage {
	/*height: 205px;
	width: 255px;*/
	margin-top: 15px;
}
#content {
	float: right;
	margin-top: 210px;
	width: 630px;
	padding-right: 45px;
	color: #333333;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content a {
	color: #9B8C77;
}
#content h1 {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #9A8B74;
}
#content h2 {
	font-size: 1.1em;
	color: #898783;
}
#content p {
	padding-right: 50px;
	padding-left: 15px;
}
#content li {
	list-style-image: url((URL));
	list-style-type: square;
	padding-right: 50px;
}

#footer {
	height: 30px;
	width: 900px;
	background-image: url(/images/layout/bgFooter.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-left: 45px;
	margin-top: 15px;
}
#signature    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	top: 17px;
	right: 60px;
}

a#signature1 {
	text-decoration:none;
	color: #FFFFFF;
}

a#signature2 {
	text-decoration:none;
	color: #333333;
}

#footerNav {
	font-size: 17px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	line-height: 30px;
}
#footerNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerNav  a:hover {
	text-decoration: underline;
}

/*---- miscellaneous styles -------------------*/

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
#googleMap {
	height: 390px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.fadeIn {
	display: none;
}
