

/* =========== HEADER ============ */


body #header {
	position:relative;
	color:#ffffff;
	height:120px;
	margin:0;
	padding:0;
	background-image:url(images/columns-bgr-top.gif);
	background-repeat:no-repeat;
	background-position:bottom;		
}


/*--- COLUMN LAYOUT ---*/
body #columns{
	clear:both;
	background-image:url(images/columns-bgr-middle.gif);
	background-repeat:repeat-y;
}


/*--- LEFT column ---*/

#leftcol{
	width:231px;
	float:left;
}

#leftcol h2{
	position:relative;
	margin-top:20px;
	margin-left:15px;
}

#topLeftImage{
	width:231px;
	height:310px;
}


/*----------------------- CENTER column ------------------*/

#qabanner{
	position:relative;
	display:block;
	width:552px;
	height:137px;
	padding-bottom:30px;
	margin-left:-10px;
}

#centercol{
width:561px;
float:left;
}
#centercol h2{
padding:0 0 10px 0;
color:#0b758d;
font-size:20px
}
#centercol h3{
padding:0 0 10px 0;
color:#9e9fa3;
font-size:12px
}
#centercol h4{
padding:0 0 3px 0;
border-bottom:1px solid #6e5737;
color:#6e5737;
font-size:14px
}


/*- Sub Columns -*/
/* Left */
body .subcol-left{
	float:left;
	width:610px;
	background-color:#ffffff;
	display:block;
}

body .subcol-left .spacer{
	position:relative;
	float:left;
	padding:30px;
	padding-left:40px;
}

.subcol-left p{
	padding:0 0 10px 0;
	font-size:12px;
	width:535px;
	position:relative;
}

.subcol-left ul{
	padding-bottom:20px;
}

.subcol-left li{
	list-style-type:disc;
	margin-left:15px;
}



/*----------------------- CENTER column ------------------*/

#leftQuestion{
	float:left;
	width:240px;
	position:relative;
}

#rightQuestion{
	float:left;
	width:240px;
	margin-left:50px;
	position:relative;
}

#centercol #leftQuestion h2, #centercol #rightQuestion h2{
	color:#5D482B;
	font-size:18px;
}

#leftQuestion p, #rightQuestion p{
	width:240px;
}

#leftQuestion hr, #rightQuestion hr{
	padding-top:10px;
	margin-bottom:10px;
}

#leftQuestion strong, #rightQuestion strong{
	color:#288D99;
	font-weight:normal;
	font-size:14px;
}

#leftQuestion a, #rightQuestion a{
	display:block;
	width:240px;
	text-align:right;
}


/*- News List -*/
ul.news{
padding:10px 0
}
.news li{
padding:8px 5px 3px 5px;
font-size:11px
}
.news li.white{
background:#ffffff
}
/*- Bottom Inline List -*/
.bottom h5{
padding:0 0 8px 0;
color:#000000;
font-weight:normal;
font-size:20px;
letter-spacing:-1px
}
.bottom h5 a{
color:#000000
}
.bottom h6{
padding:0 0 8px 0;
color:#ffffff;
font-weight:normal;
font-size:10px
}
.bottom h6 a{
color:#ffffff
}
/*
ul.bottom{
overflow:hidden
}
*/
.bottom li{
padding:10px 0 0;
margin:0 14px;
width:158px;
float:left;
font-size:10px
}
* html .bottom li{
margin:0 20px 0 7px
}
.bottom li.last,* html li.last{
margin-right:0
}
/*--- FOOTER ---*/
#footer{
padding:30px 0 15px 0;
color:#0d768c;
text-align:center
}
#footer a{
color:#0d768c
}
/*--- Misc. styles ---*/
.fix{
clear:both;
line-height:1px;
height:1px
}
.ar{
text-align:right
}


.white-top {
	width:350px;
	margin-bottom:-6px;
}

.padding-left {
padding:10px;
}



/* ===================== QUESTIONS ======================= */

.post_title, .post_date {
	border-bottom: 1px solid #DDDDDD;
}

.post_title {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.post_date {
	text-align: right;
	font-weight: bold;
}

.post_short {
	text-align: justify;
	padding-bottom: 5px;
}

.comment_title {
	font-weight: bold;
}

.comment_text {
	font-weight: bold;
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}

.comment_title, .comment_text {
	border-left: 1px solid #DDDDDD;
}

.comment_info {
	text-align: right;
	border-right: 1px solid #DDDDDD;
}

.comment_title, .comment_info {
	border-top: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

.selected_group_title { 
	font-size: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}





/* =========== REGISTRATION ============ */

td.firstHeading{
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding:15px;
}

td.firstHeading #spaceOne{
	display:inline;
	width:10px;
	height:10px;
	padding-left:20px;	
}

td.firstHeading #spaceTwo{
	display:inline;
	width:10px;
	height:10px;
	padding-left:115px;
}

td.firstHeading #spaceThree{
	display:inline;
	width:10px;
	height:10px;
	padding-left:10px;
}

td.secondHeading{
	background-color:#9ABEBB;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:5px;
}

td.midHeading{
	height:50px;
	font-weight:bold;
}


input.field_checkbox{
	
}

td.field_title{
	padding:20px;
	background-color:#DBE7E8;
	font-weight:bold;
	text-align:center;
}

input.field_checkbox{
	margin-left:10px;
	margin-right:5px;
}

tr{
	padding-top:5px;
	padding-bottom:5px;
}

td{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
}


/* ====================== FOOTER =================== */

body #footer{
	background-image:url(images/columns-bgr-bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
}