/* BODY ATTRIBUTES */
body {
	height: 100%;
 	background-image: url(images/background.jpg);
	background-repeat: repeat;	
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, Sans-Serif; 
	font-size: 11px;
	letter-spacing: .9px;
	word-spacing: 3px;
	color: #996633;
	text-decoration: none;
}

a {
	font-family: Tahoma, Arial, Verdana, Sans-Serif; 
	font-size: 11px;
	color: #996633;
	text-decoration: none;
	
}

a:visited {
	font-family: Tahoma, Arial, Verdana, Sans-Serif; 
	font-size: 11px;
	color: #996633;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma, Arial, Verdana, Sans-Serif; 
	font-size: 11px;
	color: #666633;
	text-decoration: none;
}

img  {
	border: 0;
	vertical-align: top;
}

.hide {
	display: none;
}


#container {
	position:absolute;
	margin-top:33px; /* has to stay this or else it will not align with background */
	width: auto;
	height: auto;
	background: transparent;
	z-index: 0;
}


#name {
	position:absolute;
	top:0px;
	left:0px;
	width:412;
	height:303;
	background: transparent;
	display: inline;
	z-index: 0;
}

.address {
	position: absolute;
	top: 95px;
	left: 410px; /*
	width: 315;
	height: 13; */
	display: inline;
}

#branch {
	position: absolute;
	top: 150;
	left: 411;
	width:260;
	height:154;
	z-index: 2;		
}

#leftSide {
	position: absolute;
	left: 40px; 
	top: 155px;
	width: 500;
	height: 350px;
	display: inline;
	z-index: 2;		
}


#leftImage{
	position: absolute;
	left: 0px;
	top: 52px;
	bottom: 0px;
	width: auto;
	height: auto;
	display: inline;
}

#fadeImages {
	position: absolute;
	left: 0px;
	top: 52px;
	width: auto;
	height: auto;
	display: inline;
}


#menu {
	position:absolute;
	top: 540px; /* use to be 560 */
	left: 40px;
	width: auto;
	height: auto;
}

#rightSideMenu {
	position: absolute;
	top: 305px;
	left: 535px;
	height: auto;
	width:700px;
	display: inline;

}

#rightSide {
	position: absolute;
	top: 301px;
	left: 517px;
	height: auto;
	width:700px;
	display: inline;

}

#rightSide2 {
	position: absolute;
	top: 310px;
	left: 720px;
	height: auto;
	width:300px;
	display: inline;
}

#rightSideMenu2	 {
 position:relative; 
 top: -49px; 
 left: -7px; 
}
.quotes {
	position: relative;
	top: 140px;
	left: -30px;
	width: auto;
	height: auto;
	display: inline;
	
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #CC6633;
}

.menuopts {
	position: relative;
	top: 0px;
	left: -80px;
	width: auto;
	height: auto;
	display: inline;
}

.menuitem {
	position: relative;
	top: -80px;
	left: -30px;
	width: auto;
	height: auto;
	display: inline;
}

.csp {
	position: relative;
	top: 220px;
	left: -280px;
	width: auto;
	height: auto;
	font-size: 11px;
	color: #666633;
	line-height: 10px;
	text-align: right;

}

#bigGreen {
	font-size: 13px;
	color: #666633;
	line-height: 28px;
	
}

#littleGreen {
	font-size: 11px;
	color: #666633;
	line-height: 28px;
	
}

#bigBrown {
	font-size: 13px;
	color: #666633;
	line-height: 28px;
	
}
