/* CSS Document */

.paddedcontent{
padding:20px;
}

#gallerypagebottom{
	font-size:0px;
	margin:0px;
	padding:0px;
}

/* Gallery Containers*/

#flgallery_container{
width:760px;
margin:auto;
}

#flGallery{
width:760px;
height:300px;
}

/* End of 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 */

/* 3 box layout*/

	/* Layout rules */
	.equal {
		display:table;
		border-collapse:separate;
	}
	.row {
		display:table-row;
	}
	.row div {
		display:table-cell;
	}
	
/* Styling rules to make the example look nicer */
	.equal {
		margin:10px auto;
		border-spacing:0px;
		background:#fff;
	width:100%;
}

	
	.row div.one {
	width:33%;
		border-right:10px solid #fff;
		background:#939598;
}
	.row div.two {
		width:33%;
		background:#ed1c24;
		border-right:10px solid #fff;
}
	.row div.three {
		background:#231f20;
		/*vertical-align:middle;*/
	}
	.row div.three {
		/*vertical-align:middle;*/
	}
	.row div h2 {
		margin:0 0 0.5em 0;
		padding:0.5em 10px;
		font-size:1.5em;
		color:#fff;
		background:#000;
	}

	.row div h3 {
		margin:0 0 0.5em 0;
		padding:0.5em 10px;
		font-size:1em;
		color:#fff;
}

.row div.one h2{
	background:#939598;
}

.row div.two h2{
	background:#ed1c24;
}

.row div.three h2{
	background:#231f20;
}

	.row div p {
		font-size:0.8em;
		margin:0.5em 0;
		padding:0 10px;
		color:#fff;
	}
/* End of 3 box layout*/

/* text columns */
.text_container{
float:left;
height:100%;
width:100%;
}

.text_container .Leftcolumn{
float:left;
width:290px;
padding:5px;
}
.text_container .Rightcolumn{
float:left;
width:650px;
padding:5px;
}

.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;
}
#TextArea .faq_categories li{
margin:0px;
padding:0px;
padding-top:8px;
padding-bottom:8px;
list-style-type:none;
float:left;
margin-right:1px;
}

#TextArea .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;
}

#TextArea .faq_categories li a:hover{
background-color:#f7f7f7;
}

/* end of faqs*/
