/* CSS Document */

.paddedcontent{
padding:20px;
}

.bigtext p{
    font-size: 140%;
    font-style: italic;
}

#gallerypagebottom{
font-size:0px;
margin:0px;
padding:0px;
}

/* Gallery Containers*/

#flgallery_container{
width:950px;
margin:auto;
}

#flGallery{
width:950px;
height:409px;
}

/* 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 & 2 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.firstbox {
		width:33%;
		border-right:10px solid #fff;
		background:#939598;		
	}
		
	.row div.secondbox {
		width:33%;
		background:#ed1c24;
		border-right:10px solid #fff;
	}
	

	.row div.lastbox {
		background:#231f20;
	}
	
	.row div h2 {
		margin:0 0 0.5em 0;
		padding:0.5em 10px;
		font-size:2.0em;
		color:#fff;
		background:#000;
	}

	.row div h3 {
		margin:0 0 0.5em 0;
		padding:0.5em 10px;
		font-size:1em;
		color:#fff;
	}

.row div.firstbox h2{
	background:#939598;
}

.row div.secondbox h2{
	background:#ed1c24;
}

.row div.lastbox h2{
	background:#231f20;
}

	.row div p {
		margin:0.5em 0;
		padding:0 10px;
		color:#fff;
	}
	
	.row div.borderright{
	border-right:10px solid #fff;
	}
	.row div.noborderright{
	border-right:0;
	}
	
/* End of 3 box layout*/


.largebox {
	margin:auto;
    margin-bottom: 5px;
    width: 950px;
}
.largebox td {
    border-right: 5px solid #231F20;
    width: 315px;
}
.largebox td, th {
}
.largebox thead th {
    background: none repeat scroll 0 0 #D9DADA;
    border-right: 5px solid #231F20;
    color: #333333;
    font-size: 120%;
    font-style: italic;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    text-shadow: 0 1px 0 #FFFFFF;
}
.largebox tbody td {
    font-size: 90%;
    line-height: 125%;
    vertical-align: top;
}
.largebox tbody td p {
    font-size: 95%;
    font-style: italic;
    padding: 5px;
}
.largebox tfoot td {
    font-size: 90%;
    text-align: right;
}
.largebox tfoot a {
    color: #EC1C24;
    text-decoration: none;
}
.largebox tfoot a:hover {
    color: #FFFFFF;
}
.largebox .last, thead, tbody, td, th {
    border-right: 0 none;
    width: 310px;
}



/* 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*/
