/* -------------------------------------------------- */
/* General styles */
/* -------------------------------------------------- */

body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#fff;
	font: 0.9em Arial, sans-serif;
	text-align:center;	/* Center-aligns divs in MS IE  */
	}

h1, h2, h3, p {
	padding-left:20px;
	clear:left;
	}

h2 {
	padding-top:30px;
	}


.wrapper { 
	margin: 0 auto;
	width: 800px;
	text-align:left;	/* Left-aligns text in MS IE	*/
	}

/* -------------------------------------------------- */
/* Top Image                                          */
/* -------------------------------------------------- */

#TopImage {
	position: relative;
	height: 220px;
	width: auto;
	background: #fff url("Images/CBQ6.jpg") no-repeat scroll center center;
	border-top: 2px solid black;
	}
	
/* -------------------------------------------------- */
/* Menu                                               */
/* -------------------------------------------------- */


#menu {
	clear:left;
	float:left;
	padding:0;
	background:#BA5E2D url(images/menu.gif) top repeat-x;
	border-bottom:1px solid #BA5E2D;
	width:100%;
	border-top:4px solid #000;
	overflow:hidden;
	font-family:Verdana, sans-serif;
	}

#menu ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	left:50%;
	text-align:center;
	}

#menu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	}

#menu ul li.first {
	border-left:1px solid #7E7567;
	}

#menu ul li.last {
	border-right:1px solid #ECE9D8;
	}

#menu ul li a {
	display:block;
	float:left;
	margin:0;
	width:100px;
	padding:20px 10px 6px 10px;
	border-left:1px solid #ECE9D8;
	border-right:1px solid #7E7567;
	text-decoration:none;
	color:#fff;
	font-size:.8em;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.3em;
	}

#menu ul li a:hover {
	color:#000;
	background-color:#E4C062;
	border-left:1px solid #fff;
	padding-top:18px;
	padding-bottom:8px;
	}

#menu ul li.active a,
#menu ul li.active a:hover {
	color:#fff;
	background:#000;
	border-left:1px solid #000;
	padding-top:18px;
	padding-bottom:8px;
	}

/* -------------------------------------------------- */
/* Content Container                                  */
/* -------------------------------------------------- */ 


#content { 
	position: relative;
	clear: both;
	float:left;
	margin: 25px 0 25px;
	padding-right:25px;
	width:590px;
	font-size: 1.2em;
	line-height:1.5em;
	border-right:1px solid #ccc;
	}

#content h1 {
	color:#116644;
	}

#content h2 {
	font: 1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
	margin: 1em 0 5px;
	border-bottom: 1px solid #ccc;
	}

#content h3 {
	margin: 2em 0 0;
	}

#content p { 
	line-height: 1.4em;
	margin-bottom: 1.5em;
	}

/* -------------------------------------------------- */
/* Item Container                                     */
/* -------------------------------------------------- */ 

div.item_container {
	margin: 0 0 12px;
	padding: 0 0 12px;
	border-bottom: 1px solid #ccc;
	}

/* -------------------------------------------------- */
/* Slideshow Container                                */
/* -------------------------------------------------- */ 

#slideshow {
	float: right;
	width: 180px;
	height: 240px;
	padding: 0 0 20px 20px;
	
	}

/* -------------------------------------------------- */
/* Right Column                                       */
/* -------------------------------------------------- */ 


#right_column {
	float: right;
	margin: 50px 0 25px;
	padding: 0 0 0 12px;
	width: 170px !important;
	}

#right_column ul { 
	margin-top: 0.5em;
	line-height: 1.5em;
	}

#right_column h3 {
	color: #1177BB;
	}

/* -------------------------------------------------- */
/* Footer                                             */
/* -------------------------------------------------- */ 

#footer { 
	clear: both;
	position: relative;
	padding: 10px 0;
	color: #5c5c5c;
	border-top: 4px solid black;
	}

/* -------------------------------------------------- */
/* Site Map                                           */
/* -------------------------------------------------- */ 

#sitemap {
	clear:left;
	float:left;
	padding:0 0 30px;
	width:500px;
	}

#sitemap ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	text-align:center;
	}

#sitemap ul li {
	border-right: 1px solid #ccc;
	float:left;
	padding: 0 7px;
	list-style:none;
	font-size:0.85em;
	}

#sitemap_right_column {
	float: right;
	text-align:right;
	width: 255px !important;
	font-size:0.8em;
	}

/* -------------------------------------------------- */
/* Table for Schedule                                 */
/* -------------------------------------------------- */ 

table.schedule{
	width: 100%;
	border: 3px  solid #ccc;
	border-collapse: collapse;
	margin: 0;
	}

table.schedule td.headers{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	text-align: center;
	font-size: 1.25em;
	}

table.schedule td{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	height: 75px;
	} 

/* -------------------------------------------------- */
/* Question Generator                                 */
/* -------------------------------------------------- */ 

#QGTopImage {
	position: relative;
	height: 220px;
	width: auto;
	background: #fff url("Images/CBQ6.jpg") no-repeat scroll center center;
	border-top: 2px solid black;
	border-bottom: 4px solid black;
	}
	
ans {
	padding-left:20px;
	}	