@charset "utf-8";
/* CSS Document */

/* Fluid Boxes Start Here*/
.box {
	 margin:10px auto;
	 color:#000000;
	 padding:0px;
	 clear:both;
}
.leftNav .box {
	 margin:0px 10px 0px 0px;
}
.rightNav .box {
	 margin:0px 0px 0px 10px;
}
.box .hd .c,
.box .ft .c {
	 height:10px;
	 margin:0px;
	 padding:0px;
	 /*font-size:1px;*/
}
.box .h2 .c{
	 height:auto;
}
.box .h2 .c h2{
	 margin:0px;
	 padding:15px 15px 8px 15px;
	 text-shadow:-2px -2px 2px #FFFFFF;
	 font-size:16px;
}
.box .ft .c {
	 height:10px;
}
.box .hd {
	 background:transparent url(../images/box2_tl.png) no-repeat 0px 0px;
	 margin-right:10px; /* space for right corner */
}
.box .hd .c {
	 background:transparent url(../images/box2_tr.png) no-repeat right 0px;
	 margin-right:-10px; /* pull right corner back over "empty" space (from above margin) */
}
.box .h2 {
	background:url(../images/box2H2_tl.png) no-repeat 0px 0px;
	margin-right:10px; /* space for right corner */
}
.box .h2 .c {
	 background:transparent url(../images/box2H2_tr.png) no-repeat right 0px;
	 margin-right:-10px; /* pull right corner back over "empty" space (from above margin) */
}
.box .bd {
	 background:transparent url(../images/box2_l.png) repeat-y 0px 0px;
	 margin-right:10px;
}
.box .bd .c {
	 background:url(../images/box2_r.png) repeat-y right 0px;
	 margin-right:-10px;
	 padding:10px 15px;
	 overflow:hidden;
}
.box .ft {
	 background:url(../images/box2_bl.png) no-repeat 0px 0px;
	 margin-right:10px;
	 line-height:0px;
}
.box .ft .c {
	 background:url(../images/box2_br.png) no-repeat right 0px;
	 margin-right:-10px;
	 font-size:1px;
	 line-height:0px;
}
.boxC .c{
	padding:10px 15px 15px 15px;
	margin-top:0px;
	overflow:hidden;
}
.boxC h2{
	padding:15px 15px 12px 15px;
	margin:0px;
	color:#000000;
}
/*Fluid Boxes End*/



