/* CSS Document */

/* Flash Gallery Containers*/

#flgallery_container{
width:973px;
margin:auto;
}

#flGallery{
width:973px;
height:475px;
}

/* End of Flash Gallery Containers*/

/* 2 column layout text and links */
.content_col_wrapper{
width:100%;
}
.content_col{
padding:0px;
margin:0px;
width:60%;
float:left;
}

.col_right{
width:38%;
float:left;
padding-left:1%;
}

#TextArea .col_right ul{
padding:0px;
margin:0px;
margin-top:5px;
margin-bottom:3px;
}

#TextArea .col_right li{
padding:0px;
margin:0px;
border-bottom:1px dotted #666;
list-style-type:none;
padding-top:5px;
padding-bottom:5px;
font-weight:normal;
}

#TextArea .col_right li a{
display:block;
width:100%;
}

/* end of 2 column layout text and links */

/* Large box 3 boxes table*/

.largebox{
	width:100%;
	margin-bottom:5px;
}

.largebox td{
	width:33%;
	border-right:5px solid #fff;
}

.largebox td, th{
	padding:5px;
}


.largebox thead th{	
	background:#eeeeee;
	border-right:5px solid #fff;
	text-align:left;
}

.largebox tbody td{
line-height:125%;
font-size:90%;
vertical-align:top;
}

.largebox tfoot td{
	background:#eeeeee;
	text-align:right;
	font-size:90%;
}

.largebox tfoot a{
	color:#F00;
	text-decoration:none;
}

.largebox .last, thead, tbody, td, th{
	border-right:0px;
	}

/* text columns */
.text_container{
float:left;
height:100%;
width:100%;
}

.text_container .text2columns{
float:left;
min-height:100%;
border-right:1px dotted #ccc;
width:47%;
padding:1%;
}

.text_container .text3columns{
float:left;
min-height:100%;
width:31%;
padding:1%;
border-right:1px dotted #ccc;
}

.text_container .lastcolumn{
border:0px;
}
/* end of text columns layout  */

/* faqs */
#TextArea .faq_categories{
margin:0px;
padding:0px;
width:100%;
height:50px;
}
.faq_categories li{
margin:0px;
padding:0px;
padding-top:8px;
padding-bottom:8px;
list-style-type:none;
float:left;
margin-right:1px;
}

.faq_categories li a{
margin:0px;
padding:0px;
padding:10px;
display:block;
text-decoration:none;
font-size:120%;
background-color:#eeeeee;
border:1px solid #ccc;
color:#000;
}

.faq_categories li a:hover{
background-color:#f7f7f7;
}

/* end of faqs*/