body {
	background-color:#ffffff;
    margin:0;
    padding:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	height: 100%;
	line-height: 150%;
}
img{
	border: 0px;
}
#side-bar a{
	color: #000000;
}
#side-bar a:hover{
	color: #999999;
}
#side-bar a:visited{
	color: #000000;
}
a{
	color: #8d8263;
}
a:hover{
	color: #5a5442;
}
a:visited{
	color: #000000;
}
a.tagline{
	color: #000000;
	text-decoration: none;
}
a.tagline:visited{
	color: #000000;
	text-decoration: none;
}
a.tagline:hover{
	color: #000000;
}
/*New link styles 2-6-18*/
a, a:visited, a.tagline, a.tagline:visited, #side-bar a, #side-bar a:visited, a.tagline:hover{
	color: #612E8F;
}
a:hover, #side-bar a:hover{
	color: #184BA1;
}

.clearl{
	clear: left;
}
.clearr{
	clear: right;
}
.clear{
	clear: both;
}
.floatl{
	float: left;
}
.floatr{
	float: right;
}
#map{
	margin: 0px auto;
	width: 592px;
}
area:hover{
	border: 4px solid white;
}
#side-bar{
	width: 230px;
	background-color: #d7d8df;


	padding: 10px;
}
.small-header{
	font-weight: 700;
}
#body-cell{
	padding: 10px;
	width: 100%;
}
#social-media{
	text-align: right;
	
}
#wrapper{
	width: 1000px;
	margin: 0px auto;
	margin-top: 20px;
	height: 100%;
}
#head-area{
	width: 1000px;
}
#logo{
	float: left;
}
.new-logo {
	/*max-width: 100%;*/
	height: auto;
	width: 1000px;
}
#twpr{
	float: left;
	clear: right;
	margin: 35px auto 0px auto;
	padding-left: 50px;
}
#menu-bar{
	border-top: 4px solid #632D8E;
	border-bottom: 4px solid #632D8E;
	width: 1000px;
	overflow: hidden;
}
#menu-actual{
	float: left;
	margin: 0px;
	padding: 0px;
}
#slider-row{
	width: 1000px;
	overflow: auto;
	clear: both; 

}
#button-row{
	width: 1000px;
	overflow: auto;
	clear: both; 
	margin: 10px 0px;
}
#welcome-message{
	width: 279px;
	overflow: auto;
	margin: 0px 10px 10px 0px;
	background-color: #d7d8df;
	padding: 15px;

}
#slider-area{

		
}

.button{
	float: left;
	margin-right: 8px;
}
.search-box{
	background-image: url('https://www.viethhosting.com/~oacb/images/magnifying-glass.png');
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #632D8E;
	border-radius: 15px;
	padding: 2px;
	clear: left;
	margin-top: 7px;
	width: 110px;
}


#footer{
	border-top: 4px solid #632D8E;
	border-bottom: 4px solid #632D8E;
	padding: 10px;
	text-align: center;
	font-family: "Times New Roman";
	font-size: 16px;
	
}
.subhead-title{
	background-color: #632D8E;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	width: 750px;
	padding: 5px;
	overflow: auto;
}
/*---DROPDOWN CODE---*/

#nav, #nav ul { 
	padding: 0;
	margin-top: 0px;
	list-style: none;
	line-height: 35px;
	background:transparent;
	z-index:5;
	
}
#nav a {
	position: relative; 
	float:left;
	display: block;
	z-index: 9;
	padding-left: 15px;
	padding-right: 15px;
	
	/*width: 80px;*/
	font-family:Verdana;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	height:35px;
	text-align:center;
	z-index:6;
}
#nav>li>a:hover {
	color: #fff;
}
#nav a:hover {
	background:#632D8E;
	color:#000000;
}

#nav li { /* all list items */
	position:relative;
	float: left;
	text-align: left;
	width: auto;
	margin:0;
	z-index:7;
	border-right: 1px solid #ffffff;
	/*width: 80px; width needed or else Opera goes nuts */
}
#nav li:last-child {
	border-right: 0px;
}
#nav li ul { /* second-level lists */
	margin-left:0px;
	margin-top: 35px;
	*margin-top: 0px;
	position: absolute;
	float: left;
	background:#632D8E; /* gold */
	width: 250px;
	left: -999em; 
	line-height:35px;
	display: block;
	z-index: 8;
	clear: both;
	overflow: hidden;
	border: 1px solid #333333;
}

#nav li ul li {
	width: 250px;
	border-top:1px solid #333333;
	overflow: hidden;
	z-index:9;
}
#nav li ul li:first-child {
	border-top: none;
}
#nav li ul li a {
	width:250px;
	padding:0 5px;
	color:#fff;
	height:30px;
	font-size:11px;
	border-left:none;
	border-right:none;
	text-decoration:none;
	font-weight:700;
	text-align:left;
	z-index:10;
}

#nav li ul li a:hover {
	background: #ffffff; 
	color: #000000;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {
	position: 	static;
}
