@charset "UTF-8";
/*
	Color sets
		tan: #ccbb88 (page background)
		light blue: #8894cc (3 squares)
		blurple: #3b4880 (1 square, left background)
		dark tan: #807248 (menu drop down background)
		light tan: #fff0c3  (content background)

 */

body {
	font: 1em/1em Arial, Helvetica, sans-serif;
	background-color: #ccbb88;}

#wrapper {
	margin: 30px auto 0 auto;
	width: 790px;
	}
#left {
	float: left;
	width: 190px;
	height: 600px;
	}
#botleft {
	background-color: #08364;
	background-image: url(img/botleft.png);
	height: 396px;
	width: 100%;
	}
	
#right {
	float: right;
	top: 50px;
	width: 590px;
	min-height: 589px;
	background: #fff0c3; /* url(img/home-right.png) no-repeat center top; */
	}
#righttop {
	width: 100%;
	height: 52px;
	background-color: #ccbb88;
	margin: 0; padding: 0;
	}

#rightcontent {
	margin:10px;
	
	}

#lefttext {
	text-align: center;
	font-size: 16px;
	color: #000000;
	padding-top: 5px;
	font-weight: bold;
}
	
#leftadd {
	position:relative;
	top: 300px;
	font-size:11px;
	padding: 5px;
	}
	
#footer {
	clear: both;
	margin:0 auto; padding-top:5px;
	text-align: center;
	font: .8em;
	}
	
#homeright {
	float: right;
	width: 590px;
	}
#lefthome {
	background-color: #3b4880;
	width: 190px;
	height: 315px;
	float:left;
	}
#welcome {
	float: right;
	width: 407px;
	height: 315px;
	margin-left: 10px;
	background-image:url(img/home-right.png);
	}
#welcometext {margin:5px;}	
#oral {
	position: absolute;
	right: 2px;
	bottom: 5px;
	}
#home-leftadd {color: #8894cc;
	position:relative;
	top: 260px;
	font-size:11px;
	padding: 5px;
	}
#title {
	text-align: right;
	position: relative;
	top: 75px;
	right: 5px;
	}
	
#referform { text-align:center;}
.center {margin: 0 auto;}
.floatright {float:right;}

h1 {font-size:18px;}
h2 {font-size:14px;}
p, #right ul li, #right ol li {
	font: .85em/1em Arial, Helvetica, sans-serif;
}
#footer p {
	font-size: .7em;
	}
/* 
  ------------------------------------
  NAVIGATION
  ------------------------------------ */

#menuwrapper {
	border: 1px solid #807248;
	z-index: 100;
	margin-bottom: 10px;
	}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {
	width: 50em;
	padding: 0;
	margin: 0; /* 0 0 0 20px*/
	list-style: none;	
	}
#p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #807248;
}
#p7menubar a.trigger {
	padding: 5px 16px 5px 16px;
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float: left;
	width: 3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #fff0c3;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #807248;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-repeat: repeat-x;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #fff0c3;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
#p7menubar ul a:hover {
	background-color: #fff0c3!important;
	color: #000000 !important;
}
/* end navigation */

