/* CSS Document */

/* Flash Gallery Containers*/

#flgallery_container{
width:960px;
margin:auto;
border-bottom:10px solid #ccc;	
}

#flGallery{
height:300px;
width:960px;
}

/* End of Flash Gallery Containers*/

/* boxtext */

.boxtext{
width:945px;
margin:auto;
}

.boxtext .spacer{
width:10px;
}

.boxtext td{
vertical-align:top;
}

.boxtext .head{
background:url(../images/box_top.png) no-repeat top;
font-weight:bold;
font-size:125%;
color:#ccc;
padding:5px;
text-align:center;
color:#FFFFFF;
width:310px;
}
.boxtext .body{
background:#415361;
color:#ccc;
padding:5px;
width:310px;
vertical-align:top;
}
.boxtext .foot{
background:url(../images/box_bottom.png) no-repeat bottom;
height:10px;
width:310px;
}

/* end of boxtext */

/* 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 */

/* 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  */