/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

/*
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:14px;
}
*/


.container {
padding-top:20px;
padding-left: 20px;
padding-right: 20px;
}




.row {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
float:left;
}

.row p{
	font-size:14px;
	text-align:left;
	line-height:1.2em;
	margin:auto 20px 20px 20px;
	color:#333;
}

.row h1 {
	min-height:60px;
	font-size:48px;
	font-weight:bold;	
    overflow: hidden;
    text-align: center;
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #FFF, 1px 1px 1px #FFF;
}

.row h2 {
	min-height:40px;
	font-size:24px;
	font-weight:bold;	
    overflow: hidden;
    text-align: center;
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #FFF, 1px 1px 1px #FFF;
}

.row h2:before,
.row h2:after,
.row h1:before,
.row h1:after {
    /*background-color: #0eafe6;*/
    background-color: #CCC;	
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
	-moz-box-shadow: 1px 1px 0px #FFF;
	-webkit-box-shadow: 1px 1px 0px #FFF;
	box-shadow: 1px 1px 0px #FFF;
}
.row h1:before,
.row h2:before {
    right: 0.5em;
    margin-left: -50%;
}
.row h1:after,
.row h2:after {
    left: 0.5em;
    margin-right: -50%;
}


/**************/
.row h3 {
	min-height:40px;
	font-size:24px;
	font-weight:bold;	
    overflow: hidden;
    text-align: left;
	margin:60px 10px 0 10px;
	line-height:2em;
	text-shadow: 1px 1px 1px #FFF, 1px 1px 1px #FFF;
}

.row h3:after {
    /*background-color: #0eafe6;*/
    background-color: #CCC;	
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
	-moz-box-shadow: 1px 1px 0px #FFF;
	-webkit-box-shadow: 1px 1px 0px #FFF;
	box-shadow: 1px 1px 0px #FFF;
}

.row h3:after {
    left: 0.5em;
    margin-right: -100%;
}


/**************/
.row h4 {
	min-height:50px;
	font-size:16px;
	font-weight:bold;	
    overflow: hidden;
    text-align: left;
	margin:40px 10px 0 10px;
	line-height:2.8em;
	text-shadow: 1px 1px 1px #FFF, 1px 1px 1px #FFF;
}

.row h5 {
	min-height:50px;
	font-size:16px;
	font-weight:bold;	
    overflow: hidden;
    text-align: left;
	margin:0px 10px 0 20px;
	line-height:2.8em;
	text-shadow: 1px 1px 1px #FFF, 1px 1px 1px #FFF;
}


.row h6 {
	min-height:50px;
	font-size:16px;
	font-weight:bold;	
    overflow: hidden;
    text-align: center;
	margin:40px 10px 0 10px;
	line-height:2.8em;
	text-shadow: 1px 1px 1px #FFF, 1px 1px 1px #FFF;}



.row ul li{
	font-size:14px;
	text-align:left;
	line-height:1.2em;
	margin:auto 20px 20px 20px;
	color:#333;
	}

.list{
	list-style: inside;
	margin:auto 20px 20px 20px;

}

.list_buttons ul{
	display:inline-block;
}

.list_buttons ul li{
	display:inline-block;
}

.list_buttons a{
	text-align:center;
	font-size:12px;
	float:left;
	line-height:1.4em;
	display: block;
	font-weight:bold;
	color:#FFF!important;
	width: 100%!important;
	min-width:160px;
	height: 30px!important;
	background-image:url(/images/send-button-sprite.png)!important;
	background-repeat: repeat-x;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	padding: 15px 0 0 0!important;
	border:0px;
	}
	
.list_buttons a:hover{
	background-position:0 -47px!important;
	color:#FFF!important;
	}


.inner{
  margin: 10px;
  padding: 10px;
}
.inner_tile{
  min-height:264px;
  margin: 10px;
  padding: 10px;
  text-align:center;
}
.inner_tile h2{
	min-height:40px;
	font-size:24px;
	font-weight:bold;	
    overflow: hidden;
    text-align: center;
	margin:10px 0 0 0;
	text-shadow: 1px 1px 1px #FFF, 1px 1px 1px #FFF;
}

.outerfill{
background: #f7f7f7;
border: solid 1px;
/*border-color: #FFF #CCC #CCC #FFF;*/
border-color:#FFF;
}
.innerfill{
background: #FFF;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
/*margin-right: 3.8%;*/
min-height: 1px;
margin-right: 3%;
margin-bottom:3%;
padding: 0px;
float: left;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
/*width: 33.0%;*/
width:31%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
/*width: 49.75%;*/
width:47%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.5%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px!important;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}


/* Smaller screens */

@media only screen and (max-width: 1023px) {

/*	body {
	line-height: 1.5em;
	}*/

	}


/* Mobile */

@media handheld, only screen and (max-width: 767px) {

	body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	}

	.row, body, .container{
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}

	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 1px;
	padding-right: 1px;
	}

}

