/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/


html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden; margin:0; padding:0;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

#page { width:794px; height:100%; background:#fff; margin-left:auto; margin-right:auto;}

.box { 
    margin: 0 auto; 
    width: 734px; 	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

    padding: 30px;
    background: #fff;
    padding-bottom:0px; 
    font:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#333;
    text-align:center;
}

.box-inner { 
    margin: 0 auto; 
    width: 734px; 	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

    padding: 30px;
    background: #fff;
	background-image:url(../images/flourish_1.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
    padding-bottom:0px; 
    font:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#333;
    text-align:center;
}


.box-inner2 { 
    margin: 0 auto; 
    width: 734px; 	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

    padding: 30px;
    background: #fff;
	background-image:url(../images/flourish_2.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
    padding-bottom:0px; 
    font:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#333;
    text-align:center;
}



#focus-stealer  { position: absolute; left: -9999px; }

a { text-decoration:none; }		
ul { margin:0; padding:0;}
li { display: inline; list-style-type: none; }
img { border:0px;}
		
#logo { text-align:center; margin-bottom:36px;}
#menu { width:734px; height:20px; border-top:1px solid #DFF3F1; border-bottom:1px solid #DFF3F1; padding-top:5px; margin-bottom:10px; margin-left: auto; margin-right: auto;}
#menu li { padding-left:15px; padding-right:15px;}

#mbshad { background:url(../images/index/mbshad.jpg) no-repeat; height:15px;}

#promo { width:734px; height:auto; }
#promo-item { width:183px; float:left; padding-right:0px; padding-bottom:20px;} 
#promo-item #info { background:url(../images/promo/pshad.gif) no-repeat; width:183px; padding-top:10px; }

#left { width:210px; margin-right:50px; float:left; text-align:left;}

#right { width:424px; margin-right:50px; float:left; text-align:left;}


#footer { width:734px; text-align:center; clear:both; }
#footer ul { margin:0; padding:0; margin-top:25px; margin-bottom:20px; border-top: 1px solid #DFF3F1; padding-top:10px;}
#footer li { padding-left:20px; padding-right:20px;}

.on { color:#999;}
.italic { font-style:italic; }
.size_7 { font-size: 8px; color: #666666; }
.size_9 { font-size:9px;}
.size_10 { font-size:10px;}
.size_12 { font-size:12px;}
.size_14 { font-size:14px;}
.size_16 { font-size:16px;}
.size_18 { font-size:18px;}
.size_21 { font-size:21px;}
.size_24 { font-size:24px;}
.clear { clear:both;}
.active { color: #9DCCCA; }
.b_10 { margin-bottom:10px; }
.is_teal { color: #9DCCCA; }
.is_sc { text-transform: lowercase; letter-spacing:1px; }
.has_pad { padding:10px 20px 10px 20px; }
 a { color: #666; }
.fltlft { float: left;}
.fltrt { float:right;}
.w_100 { clear:both;}
.entry, .post { width: 100%;  }
.post { border-bottom:1px solid #f0f0f0; padding-bottom:10px; padding-top:20px; }

#header-image { text-align:right; padding:0 0 10px 0; border-bottom: 1px solid #DFF3F1;}
#page-content { margin-top:30px; }
#sidebar-container { float:left; width:230px;  }
#sidebar {	padding:15px; text-align:left; line-height:120%; padding-top:0px; }	
#content-container { float:right; width:490px;	 }
#content {	padding:0 15px 15px 15px; font-size:12px; text-align:left; line-height:150%; }	
#content {	font-size:12px; text-align:left; line-height:150%; }	

.divider { border-bottom: 1px solid #DFF3F1; height:10px; }

#sidebar ul {
	margin-left:0px;	
}
#sidebar ul li {
	display:block; margin-bottom:5px;
}


.gallery { padding:0; }
.thumbnail {
	width:112px; float:left; border-bottom:	1px solid #DFF3F1; height:125px; margin-right:13px; text-align:left; margin-bottom:15px;
}
.last { margin-right:0;}
#gallery-title {
	text-align:left; padding-bottom:5px; border-bottom: 1px solid #DFF3F1;
}

/*Clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img {-ms-interpolation-mode:bicubic;} 

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


.gallery-item { border:0; }

.gallery { text-align: center; }

.input-box { border:1px solid #ccc; }