/* main.css by uberhost.net */

/* COMMON */
body,h4,#header_back,#header,.questionsLeft,.questionsLeft p,.questionsRight,.questionsRight p,.pulloutQuote {margin:0;padding:0;}
body {
	color: #000;
	font: 1em Verdana, sans-serif;
	background: url(images/watermark.jpg) no-repeat top right;
}
a {
	color: #BCA50C;
	background-color: transparent;
	text-decoration: none;
}
img {
	border: none;
}
h4 {
	font: bold 1.1em Verdana, Arial, sans-serif; /*Georgia, "Times New Roman", serif;*/
	color: #BCA50C;
	background-color: transparent;
	letter-spacing: 2px;
}
#header_back {
	background: transparent url(images/banner_tile.gif);
	height: 150px;
}
#header {
	height: 150px;
}

/* MENUS */
#menu { width: 80%;
  margin: 0 auto 0;
  padding: 0; 
  display: table;
  list-style-type: none;
  white-space: nowrap; }
#menu li { display:inline;float:left; }
* html #menu li { float: left; }
#menu a { font-size: 9px;
  font-weight: bold;
  width: auto;
  display: block;
  padding: 4px 14px;
  color: #FFF; 
  background: #261D45;
  border: 1px solid #FFF; 
  text-decoration: none; }
* html #menu a { float: left; }
#menu a:hover { color: #000; background: #CCC; }

.container { clear: both; text-decoration: none; }
* html .container { display: block; } 

/* MAIN CONTAINER */
#container {
	margin: 0 auto 0;
	border-bottom: 1px solid #000;
}
#container, 
#footer {
	width: 80%;
	height: auto;
}
/* The following code keeps the float within the container in non-IE browsers */
#container:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
}
#sidebar {
	float: right;
	width: 150px;
	margin: 20px 20px 20px 20px;
	padding: 0;
	color: #333;
	background-color: transparent;
	font-size: .9em;
}
#content {
	font-size: .9em;
	margin: 20px 240px 20px 20px;
	padding: 0;
	color: #333;
	background-color: transparent;
}

/* FAQ (+ MULTIPLE PAGES) */
.faq,
.myBox,
.myServicesBox {
	width: 75%;
	margin-left: 20px;
	padding: 20px;
}
.myBox,
.myServicesBox  {
	border: 1px solid #261D45;
}
.myBox,
.myServicesBox {background-color: #FAFAD2;}
.myServicesBox {margin: 0 auto;}
/* LLC (MULTIPLE PAGES) */
.llc {
	font-variant: small-caps ;
	font-size: .7em;
}

/* HOME & MISSION PAGES */
.questionsLeft,
.questionsRight,
.pulloutQuote {
	border-top: thin solid #CCC;
	font: oblique 1.5em Georgia, serif;
	width: 95%;
}
.pulloutQuote {
	border-bottom: thin solid #CCC;
	text-align: center;	
	padding: 10px 0;
	color: #BDB76B;
}

/* HOME PAGE */
.questionsLeft,
.questionsRight {
	height: 150px;
	color: #261D45;
}
.questionsLeft img {
	float: left;
	padding: 0 15px 10px 0;
}
.questionsRight img {
	float: right;
	padding: 0 0 10px 10px;
}

/* SERVICES PAGE */
#options ul {
	list-style: none;
}

/* SITEMAP PAGE */
#sitemap a {
	color: #999;
	background-color: #FFF;
	text-decoration: none;
	font: 1.5em Arial, sans-serif;
}
#sitemap a:hover {
	text-decoration: underline;
}
#sitemap ul {
	list-style: inside url(images/bulletlogo.gif);
}

/* FOOTER */
#footer {
   clear: both;
	margin: 25px auto;
	font-size: 9px;
}
#footer #right {
	float: right;
}
#bottomNav {
	width: 700px;
	margin: 0 auto;
	font-size: 9px;
}
#bottomNav ul {
	padding: 0 0 40px 0;
	margin: 0 auto;
	list-style-type: none;
}
#bottomNav li {
	display: inline;
	margin:0;
	padding:0;
}  
#bottomNav a {
	float: left;
	width: auto;
	display: block;
	margin: 0 4px 0 0;
	color: #000;
	background: #FFF;
	text-decoration: none;
}
#bottomNav a:hover {color: #BCA50C; background: #FFF;}