
body {
	background-color:#fff;
	margin:0;
}
p {
	font-family:Helvetica;
}
#container {
	background-color:#ffffff;
	width:1000px;
	height:auto;
	margin:auto;
	padding:0;
}
#imageHeader {
	height:178px;
	margin-top:0;
}
#blackBar {
	background-image:url("images/Header_bottom.jpg");
	height:38px;
	color: #fff;
	margin:0;
	padding-left:250px;
	padding-top:3px;
}
#content_index_pic {
	background-image:url("images/aboutuspics/everyone_680x400_welcome_line.JPG");
	height:400px;
	float:right;
	width:680px;
	padding:0px;
	text-align:justify;
	font-family:Helvetica;
}
#content_index {
	width:680px;
	height:100px;
	float:right;
	padding:0px;
	margin:0px;
}
#content {
	//background-color:#ffff33;
	float:right;
	width:680px;
	padding:10px;
	text-align:justify;
	font-family:Helvetica;
}
#content a {
	text-decoration: none;
}
h1 {
	font-family:'IM Fell French Canon SC', serif;
	color:#ff9900;
}
h2 {
	font-family:'Prata', serif;
	font-size:18px;
	text-align:center;
	padding:10px;
}
h3 {
	font-family: 'Prata', serif;
	color:#000000;
	font-size:14px;
}
h4 {
	font-family:'IM Fell French Canon SC', serif;
	color:#ff9900;
	font-size:60px;
	padding:5px;
}
.aboutUsImage {
	float:right;
	margin: 10px;
	margin-top:0px;
}
#footer {
	clear:both;
	background-color:#000;
}
#leftBox {
	float:left;
	width:300px;
}
#rightBox {
	float:right;
	width:300px;
}

/*...menu styling...*/

#menuBar {
	float:left;
	width:300px;
	height:700px;
	background-image:url("images/pixels.jpg");
	overflow: hidden
}
#menuBar li {
	list-style:none;
}
a.heading {
	font-size:26px;
	color:#000000;
	text-decoration:none;
	font-family:'IM Fell French Canon SC', serif;
	display:block;
	padding:20px;
	padding-left:40px;
	padding-bottom:10px;
}
a.subsets {
	list-style:none;
	font-family:'IM Fell French Canon SC', serif;
	font-size:18px;
	text-decoration:none;
	color:#000000;
	margin:10px;
	padding:10px;
	padding-left:40px;
	display:none;
}
a.heading:link, a.heading:visited {
	text-decoration:none;
	color:#000;
}
a.heading:hover, a.heading:active {
	font-size:30px;
	border-bottom: 1px solid #ffffff;
	display:block;
}
a.subsets:link, a.subsets:visited {
	text-decoration:none;
	color:#000;
	display:none;
}
a.subsets:hover, a.subsets:active {
	font-size:18px;
	border-bottom: 1px solid #ffffff;
	display:block;
}
#menuBar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#menuBar li {
	position: relative;
	display: block;
	color: #000000;
	cursor: pointer;
}
/*controls the mouse over the main menu items */
#menuBar li:hover {
	color: black;
}
/*sets up and hides the submenu */
#menuBar li ul {
  display: none;
  height: auto;
  width: auto;
}

/*shows the submenu */
#menuBar li:hover ul { 
	display: block;
}
/*sets up the submenu items*/
#menuBar li ul li {
	border-top:none;
}
/*sets the mouseover on submenu items*/
#menuBar li ul li:hover {
	
}
/*controls the inactive appearance of the submenu items*/
#menuBar li ul a, #menuBar li ul a:link, #menuBar li ul a:visited {
	text-decoration:none;
	color:#000;
	display: block;
}
#menuBar li ul a:hover, #menuBar li ul a:active {
	color:#000;
}
.contentBottom {
	width:auto;
	height:133px;
	margin-top:5px;
}
.contentBottom a {
	border:none;
	margin: none;
}
.contentBottom img {
	border:none;
	
}

.submenu {
	width: auto;
	height: 45px;
	font-size: 15px;
	font-family: 'IM Fell French Canon SC', serif;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}
.submenu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.submenu li {
	float:left;
}
.submenu a, .submenu a:link, .submenu a:visited {
	display: block;
	width: 136px;
	padding-top:5px;
	height: 40px;
	text-align: center;
	background-color:#fff;
	text-decoration:none;
	color:#ff9900;
}
.submenu a:hover, .submenu a:active {
	background-color:orange;
	color:#000;
}
#placeHolder {
	height:auto;
}
.currentPage {
	background-color:orange;
	color:#000;
	display: block;
	width: 136px;
	padding-top:5px;
	height: 40px;
	text-align: center;
	
}
.quoteBox1 {
	font-family: 'Prata', serif;
	float:right;
	margin:10px;
	width:200px;
	height:160px;
	padding-top:40px;
	text-align:center;
	font-size:20px;
	font-style:italic;
	color:#fff;
	background-image:url('images/orange1_200.jpg');
}
.quoteBox2 {
	font-family: 'Prata', serif;
	float:left;
	margin:10px;
	width:184px;
	height:180px;
	padding-top:20px;
	padding-left:8px;
	padding-right:8px;
	text-align:center;
	font-size:20px;
	font-style:italic;
	color:#fff;
	background-image:url('images/orange1_200.jpg');
}
#more {
	display:none;
}
.orangeText {
	color:#ff9900;
}
.loadLink a:link, a:visited {
	color:#ff9900;
}
.loadLink a:hover, a:active {
	text-decoration:underline;
}







