/* General Styles */

body {

  padding: 0;
  margin: 0;
  
  font-family: Verdana, Verdana, sans-serif;
  font-size: 14px;
  
/*  background: #FFF url('images/body-bg.png') repeat-x;  */
  color: #333;
  
}

p {

  font-size: 1em;
  padding-left: 10px;
  
  line-height: 1.5em;

}

a {

  color: #369;
  
  text-decoration: underline;
 
}

a:hover {

  text-decoration: none;
  
}

a:active {}
a:visited {}

a img {

  border: 0;
  
}

img {

	border: 0;
	margin: 0;

}

h1 {

  font-size: 2em;
  
  margin: 0.25em 0;
  
  color: #0085c4;

  font-family: Georgia, Georgia, serif;
  
}

h2 {

  font-size: 1.29em;
  
  margin: 0.15em 0;

  font-family: Verdana, Verdana, sans-serif;

}

h3 {

  font-size: 1em;
  font-weight: bold;
  
  margin: 0.1em 0;

  font-family: Verdana, Verdana, sans-serif;
 
}

div {

	margin: 0;

}

form input[type="text"] {
	
		font-size: 16px;
	
	}
	
form input[name="ext"] {
	
		font-size: 16px;
		
		width:  30px;
	
	}
	
form textarea {
	
		font-size: 14px;
	
		width: 100%;
		height: 100px;
	
	}
	
.center {

	margin: 0 auto;
	text-align: center;

}

/* @ EO General Styles */

/* Named Divs */

#wrapper {

	width: 1000px;
	margin: 20px auto;
	
	overflow: visible;

}

	/* Left Divs = 618 */
	/* Right Divs = 382 */

#header {

	width: 100%;
	height: 218px;
	
	background-image: url('images/boardroom.png');
	background-repeat: no-repeat;
	
	margin: 0;
	padding: 0;

}

	#header-right {
		
		float: right;
		display: block;
		
		margin: 0;
		padding: 0;
		
		height: 100%;
		width: 382px; /* 382 total */
		
		text-align: center;
		
		color: #FFF;
		
		background: #8bb1d2 url('images/topright-bg.png') repeat-y;
	
	}
	
	#header-right h2 {
	
		margin: 50px 0 10px 0;
	
	}

/* For the title pop-up (navigation links) */
	
#navpop {

	display: none;

	z-index: 100;
	position: absolute;
	top: 223px;
	
	width: 994px;
	height: 0;
	
	padding: 6px 0 0 6px;
	
	background-color: #FFF;
	
	border: 1px solid #333;
	border-left: 0;
	border-right: 0;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}		
	
#navigation {

/*	margin-top: -3px; */
	
	padding: 12px;
	
	font-size: 18px;
	
	background: #555 url('images/nav-bg.png') repeat-x;
	
	border-bottom: 1px solid #999;
	
	color: #FFF;

}

	#navigation a {
	
		font-weight: bold;
		color: #FFF;
		
		margin: 0 1.1em 0 0;
	
		text-decoration: none;
	
	}
	
	#navigation a:hover {
	
		text-decoration: underline;
/*		color: #8bb1d2; */
	
	}
	
	#navigation a.current {
	
		padding: 3px 8px 8px 8px;	
		
		border: 1px solid #999;
		border-bottom: 5px solid #8bb1d2;
		
		background-color: #8bb1d2;
		color: #FFF; 
	
	}
	
	#navigation a.current:hover {
	
		text-decoration: none;
	
	}
	

#error-ribbon {

	padding: 2px;

	background-color: #F92;
	
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;

}

#bodycontainer {

	width: 1000px;
	margin: 0; 
	padding: 0;
	
	overflow: auto;

	background-color: #F3F3F3;
	
	border-top: 4px solid #8bb1d2;

}

#content {

	float: left;
	width: 748px; /* 618 Overall */
	
	padding: 8px;

}

#content.full {

	width: 984px;
	
	padding: 8px;

}

#sidebar {

	float: left;
	width: 224px; /* 236 overall */
	
	padding: 6px;
	
	font-size: 0.9em;
	
}

#footer {

	clear: both;
	margin-bottom: 12px;
	padding-top: 8px;
	
	border-top: 6px solid #555;

}

/* For FAQs page links */

div.faq {

	margin-left: 10px;

}

div.faq > a {

	display: block;

	font-size: 1em;
	font-weight: bold;
	  
	margin: 1em 0;
	
	text-decoration: none;
	
	color: #333;
	
	cursor: pointer;
	
	padding-left: 18px;
	
	background-image: url('images/more-right.png');
	background-position: 3px left;
	background-repeat: no-repeat;

}

div.faq a.active {
	
	background-image: url('images/more-down.png');

}

div.faq a:hover {

	text-decoration: underline;

}

div.faq div.faq_item {

	display: none;
	
	padding-left: 16px;

}