@import "../css/grid.css";
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}mark,rp,rt,ruby,summary,time{display:inline }
/* Global properties---------------------------------------- */
/*********************************boxes**********************************/
.margin-bot{margin-bottom:35px}
.spacing{margin-right:1px;margin-bottom:1px;}
.spacing2{margin-right:6px}
.spacing3{margin-right:60px}
.indent{margin:-28px 0 -5px;}
.indent-bot{margin-bottom:20px}
.indent-bot2{margin-bottom:30px}
.indent-bot3{margin-bottom:45px}
.img-indent-bot{margin-bottom:25px}
.img-indent{float:left;margin:0 20px 0px 0}
.img-indent2{float:left;margin:0 25px 0px 0}
.img-indent3{float:left;margin:0 11px 0px 0}
.img-indent-r{float:right;margin:0 20px 0px 20px}
.prev-indent-bot{margin-bottom:10px}
.prev-indent{float:left;margin:0 17px 0px 0}
.padding-top{padding-top:17px}
.padding-top1{padding-top:10px}
.padding-top2{padding-top:25px}
.border{border:1px solid #8B8C03}
.buttons a:hover{cursor:pointer}
.list-1 li a,.list-2 li a,.link,.logo{text-decoration:none}
/*********************************header*************************************/

.sf-menu li li li a{background:none;display:inline;color:#8B8C03 !important;font-size:12px;padding:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;}
.sf-menu li li li a:hover,.sf-menu li li li.current a{text-decoration:underline;}
.sf-menu li.last a span {right:-15px;}
.sf-menu li li a span{top:16px;}
.sf-menu li.last li a span{right:30px;}
/********************** Content ************************/
/*  Header styles */
h1,h2,h3,h4,h5,h6{margin:0 0 30px;line-height:1.2em;color:#8B8C03;font-weight:normal;}
h1{font-size:37px}
h2{font-size:34px}
h3{font-size:30px} 
h4{font-size:25px;}   
h5{
	font-size:20px;
	letter-spacing:-1px;
	position:relative;
	background-color:#8B8C03;
	
	border-radius:5px;

-moz-border-radius:5px;-webkit-border-radius:5px;
	box-shadow:1px 1px 3px rgba(0,0,0,.75);

-moz-box-shadow:1px 1px 3px rgba(0,0,0,.75);-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.75);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 25px;
	height: 30px;
}
strong,b,big{color:#191001}
.col-1,.col-2{float:left;width:156px;margin-right:10px;}
.col-2{margin:0;}
.column-1{width:232px;float:left;}
.relative{position:relative;z-index:4;}
figcaption{position:absolute;bottom:0;width:100%;z-index:5;left:0;text-align:center;font-size:19px;line-height:1.2em;color:#000;padding:6px 0;
	border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;
	background-color:#d1d1d1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#b8b8b8)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top,d1d1d1,#b8b8b8); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top,#d1d1d1,#b8b8b8); /* FF3.6 */
	background-image:     -ms-linear-gradient(top,#d1d1d1,#b8b8b8); /* IE10 */
	background-image:      -o-linear-gradient(top,#d1d1d1,#b8b8b8); /* Opera 11.10+ */
	background-image:linear-gradient(top,#d1d1d1,#b8b8b8);
}
.description{
	position:relative;z-index:5;font-size:12px;padding:18px 18px;
	background-color:#dfdfdf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#c5c5c5)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top,dfdfdf,#c5c5c5); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top,#dfdfdf,#c5c5c5); /* FF3.6 */
	background-image:     -ms-linear-gradient(top,#dfdfdf,#c5c5c5); /* IE10 */
	background-image:      -o-linear-gradient(top,#dfdfdf,#c5c5c5); /* Opera 11.10+ */
	background-image:linear-gradient(top,#dfdfdf,#c5c5c5);
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}

