.clear {
	clear:both;
}

/* Round Box
-------------------------- */
.roundBox, .roundBoxLight, .inRoundBox {
	background:#918A76;
	position:relative;
}
	.roundBox .ctl, .roundBox .ctr, .roundBox .cbl, .roundBox .cbr,
	.roundBoxLight .ctl, .roundBoxLight .ctr, .roundBoxLight .cbl, .roundBoxLight .cbr,
	.inRoundBox .ctl, .inRoundBox .ctr, .inRoundBox .cbl, .inRoundBox .cbr	{
		width:10px;
		height:10px;
		display:block;
		float:left;
		position:absolute;
		overflow:hidden;
		font-size:0;
	}
	.roundBox .ctl img, .roundBox .ctr img, .roundBox .cbl img, .roundBox .cbr img,
	.roundBoxLight .ctl img, .roundBoxLight .ctr img, .roundBoxLight .cbl img, .roundBoxLight .cbr img,
	.inRoundBox .ctl img, .inRoundBox .ctr img, .inRoundBox .cbl img, .inRoundBox .cbr img{
		display:block;
		width:10px;
		height:10px;
		overflow:hidden;
		font-size:0;
	}
	.roundBox .ctl, .roundBoxLight .ctl, .inRoundBox .ctl { left:0; top:0; } 
	.roundBox .ctr, .roundBoxLight .ctr, .inRoundBox .ctr { right:0; top:0; }
	.roundBox .cbl, .roundBoxLight .cbl, .inRoundBox .cbl { left:0; bottom:0; } 
	.roundBox .cbr, .roundBoxLight .cbr, .inRoundBox .cbr { right:0; bottom:0; }
	
	/* fix 1px jogs */
	* html .roundBox .cbr, * html .roundBoxLight .cbr, * html .inRoundBox .cbr {
	    border-right: #fff solid 1px; /* same color with background */
	    border-bottom: #fff solid 1px; /* same color with background */
	    margin:  0 -1px -1px 0;
	}
	
	* html .roundBox .ctr, * html .roundBoxLight .ctr, * html .inRoundBox .ctr {
		border-right: #fff solid 1px; /* same color with background */
	    margin:  0 -1px 0 0;
	}
	
	* html .roundBox .cbl, * html .roundBoxLight .cbl, * html .inRoundBox .cbl {
		border-bottom: #fff solid 1px; /* same color with background */
	    margin:  0 0 -1px 0;
	}
	
	* html .roundBox, * html .roundBoxLight, * html .inRoundBox  {
		height:1%;
	}
	/**/
	
.roundBox, .roundBox .barker_title {
	color:#ffffff;
}
	
.roundBoxLight {
	background:#c3e0f2;
}

.borderRoundBoxLight {
	background:url('/images/rightbox.gif') 0 0 no-repeat;
	padding:8px 0 0 0;
	width:333px;
	
}
	.borderRoundBoxLight .inner {
		background:url('/images/rightbox.gif') 0 100% no-repeat;
	}
	
.fullBorderRoundBoxLight {
	background:#e4f2fb;
	border:1px solid #aacbe0;
	position:relative;
}
	.fullBorderRoundBoxLight .ctl, .fullBorderRoundBoxLight .ctr, .fullBorderRoundBoxLight .cbl, .fullBorderRoundBoxLight .cbr {
		background:url('/images/full_border_roundbox_light.gif') 0 0 no-repeat;
		display:block;
		width:17px;
		height:17px;
		overflow:hidden;
		position:absolute;
	}
		.fullBorderRoundBoxLight .ctl { left:-1px; top:-1px; background-position:0 0; }
		.fullBorderRoundBoxLight .ctr { right:-1px; top:-1px; background-position:-17px 0; }
		.fullBorderRoundBoxLight .cbl { left:-1px; bottom:-1px; background-position:0 -17px; }
		.fullBorderRoundBoxLight .cbr { right:-1px; bottom:-1px; background-position:-17px -17px; }
		
		
		
	.fullBorderRoundBoxLight .ctl_s, .fullBorderRoundBoxLight .ctr_s, .fullBorderRoundBoxLight .cbl_s, .fullBorderRoundBoxLight .cbr_s {
		background:url('/images/full_border_roundbox_light2.gif') 0 0 no-repeat;
		display:block;
		width:8px;
		height:8px;
		overflow:hidden;
		position:absolute;
	}
		.fullBorderRoundBoxLight .ctl_s { left:-1px; top:-1px; background-position:0 0; }
		.fullBorderRoundBoxLight .ctr_s { right:-1px; top:-1px; background-position:-8px 0; }
		.fullBorderRoundBoxLight .cbl_s { left:-1px; bottom:-1px; background-position:0 -8px; }
		.fullBorderRoundBoxLight .cbr_s { right:-1px; bottom:-1px; background-position:-8px -8px; }
		
		
	.fullBorderRoundBoxLight .inner {
		padding:6px 0;
	}
	
* html .fullBorderRoundBoxLight {
	height:1%;
}

* html .fullBorderRoundBoxLight .cbr, * html .fullBorderRoundBoxLight .cbr_s {
	border-right: #fff solid 1px; /* same color with background */
	border-bottom: #fff solid 1px; /* same color with background */
	margin:  0 -1px -1px 0;
}

* html .fullBorderRoundBoxLight .ctr, * html .fullBorderRoundBoxLight .ctr_s {
	border-right: #fff solid 1px; /* same color with background */
	margin:  0 -1px 0 0;
}

* html .fullBorderRoundBoxLight .cbl, * html .fullBorderRoundBoxLight .cbl_s {
	border-bottom: #fff solid 1px; /* same color with background */
	margin:  0 0 -1px 0;
}
	
.inRoundBox {
	background:#4d6f84 url('/images/intopbox-bg.gif') 0 100% repeat-x;
}
	
.inRoundBox h2.title {
	padding-top:0.8em;
}
		

/* Video Box
-------------------------- */
#videoBox {
	width:622px;
	margin-left:98px;
	margin-bottom:30px;
}

#videoBox .left {
	width:315px;
	padding:55px 8px 0 12px;
	float:left;
	color:#ffffff;
}

#videoBox .left .title {
	font-family:Helvetica, Arial, sans-serif;
	font-size:2.5em;
	font-weight:normal;
	line-height:1.2em;
	margin:0;
	padding:0;
	display:block;
}

#videoBox .left .desc {
	font-size:1.08em;
	line-height:1.6em;
	margin:0.2em 0 1em;
}

#video {
	float:right;
	width:610px;
	height:322px;
	overflow:hidden;
}



/* Page Not Found 
------------------- */
#pageNotFound h2 {
	font-size:1.462em;
}
#pageNotFound h3 {
	font-size:1em;
	color:#555555;
}
#pageNotFound .links, #pageNotFound .links li, #pageNotFound .links ul {
	list-style:none;padding:0;margin:0;
}
#pageNotFound .links li {
	float:left;
	width:25%;
}
	#pageNotFound .links ul li {
		float:none;
		width:auto;
		line-height:1.15em;
		margin:0 0 0.69em;
	}
	#pageNotFound .links h3 {
		font-size:1.1538em;
		margin:0 0 0.6em;
	}


/* Clearfix hack
-------------------------- */
.clearfix:after, .formRow:after, .formRow_first:after, .slideBox_content:after, .slideBox_wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .formRow, .formRow_first, .slideBox_content, .slideBox_wrapper {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html .formRow, * html .formRow_first, * html .slideBox_content, * html .slideBox_wrapper {height: 1%;}
.clearfix, .formRow, .formRow_first, .slideBox_content, .slideBox_wrapper {display: block;}
/* End hide from IE-mac */
