@charset "UTF-8";
/* CSS Document */
@import "/js/DataTables/media/css/demo_table_jui.css";	

html{
	width: 100%;	
	height: 100%;
	overflow-y: scroll;
	min-width: 1220px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
}
body{
	width: 100%;
	min-width: 1220px;
	/*margin:0px auto 0px auto;*/
	background: #FFFFFF; /* 000615*/
	text-align: left;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	font-size: 100%;
  	font: inherit;
  	vertical-align: baseline;
  	outline: none;
  	-webkit-font-smoothing: antialiased;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

/* START HSN STYLE */
#mainDiv{
	background: #FFFFFF;
	margin:0px auto 0px auto;
	width: 100%;
	/*min-width: 1300px;*/
}

#headerDiv{
	background: url(/images/design/header_bg.png) repeat-x bottom left;
	width: 100%;
	/*height: 166px;*/
	position: relative;
	float: left;
	/*margin-bottom: 26px;*/
}
.logo{
	/*width: 660px;
	height: 105px;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 5;*/
	width: 46%;
	float: left;
	padding: 5px 2% 0px 2%;
	max-width:600px;
}
.headerRight{
	width: 50%;
	float: right;
}
.social{
	width: 100%;
    height: 50px;
    position: relative;
    top: 35px;
    right: 25px;
    text-align: right;
}
#welcomeMessage
{
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #6a6a6a;	
	font-weight:bold;
}
#welcomeMessage img {
	width: 24px;
    vertical-align: middle;
    margin-left: 10px;
    border: 1px solid #6a6a6a;	
}
.headerLinks{
	width: 100%;
	height: 50px;
	position: relative;
	top: 0px;
	right: 40px;
	text-align: right;
}
.headerLinks a{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #6a6a6a;
	font-weight: 400;
	text-decoration: none;
}
.headerLinks a:hover{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #ad1f2c;
	font-weight: 400;
	text-decoration: none;
}
.search input[type=text]
{
	border:1px solid #bfbfbf;
	background-color:#ffffff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	border-radius: 0px;
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	padding: 0px 10px;
	height: 25px;
}


.redNav{
	background: url(/images/design/rednav.png) repeat-x bottom left;
	/*height: 40px;
	margin:20px auto 0px auto;*/
	width: 100%;
}
#navlinksRed{
	background: transparent url() no-repeat top center;
	list-style: none;
    top: 0px;
	margin:20px 0px 0px auto;
	
}
#navlinksRed li {
	
}
#headerDiv ul {
    list-style-type: none;
    /*margin: 0;*/
    padding: 0;
}
#headerDiv li {
    display: inline-block;
}
#navlinksRed a{
	display: block;
	padding:0 20px; 
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-decoration:none;
	width: 100%;
}
#navlinksRed a:hover{
	text-decoration: none;
	color: #ffffff;
}
#navlinksRed li + li {
    background:url(/images/design/spacer_red.png) no-repeat top left;
	height:30px;
	padding-top: 10px;
    padding-left: 10px;
}
.redEdge{
	margin:0px auto 0px auto;
	float:left;
}
.blueContainer{
	width: 100%;
	min-width: 800px;
	clear: both;
}
.blueNav{
	background: url(/images/design/blue_nav.png) repeat-x bottom left;
	width: 100%;
	height: 50px;
	margin:0px auto 0px auto;
	border-top: 1px #ffffff solid;
}
#navlinksBlue{
	background: transparent url() no-repeat top center;
	list-style: none;
	float:left;
   margin:0px 0px 0px auto;
	width: 100%;
	
}
#navlinksBlue li {
	/*float: left; */
}

#navlinksBlue a{
	padding: 10px 15px; 
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	text-decoration:none;
}
#navlinksBlue a:hover{ 
	text-decoration: none;
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
}
#navlinksBlue li + li {
    background:url(/images/design/spacer_blue.png) no-repeat top left;
	height:40px;
    padding-left: 3%;
	padding-right: 0%;
	padding-top: 10px;
	text-align: center;
}
#columnContainer{
	background: #ffffff url() no-repeat top left;
	width: 100%;
	margin:0px auto 0px auto;
	float: left;
	clear: both;
}
#containerWrapper{
    width: 100%;
    border-radius: 1em;
	max-width: 1500px;
	min-height: 300px;
	margin:0px auto 0px auto;
	padding: 20px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.2;
}

#containerWrapper h1{
    font-size: 26px;
}

h1{
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #3D5694;
	font-size: 28px;
	font-weight: 400;
}
#columnContainer p{
	font-family: 'Lato', sans-serif;
	color: #231f20;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	padding: 2px;
}
#columnContainer a{ 
font-family: 'Lato', sans-serif;
	/*color: #58595b;*/
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;	
}
#columnContainer a:hover{ 
font-family: 'Lato', sans-serif;
	color: #ad1f2c;
	font-weight: 400;
	text-decoration: none;
}
.column-left{ 
float: left; 
width: 30%;
margin: 10px 1% 0px 2%; 
}
.column-left-half-width{ 
float: left; 
width: 55%;
margin: 10px 1% 20px 2%;
}
.column-right{ 
float: left; 
width: 28%; 
margin: 10px 1% 0px 3%; 
}
.column-right-half-width{ 
float: left; 
width: 35%; 
margin: 10px 1% 0px 3%; 
}
.column-center{ 
float: left;
width: 26%; 
margin: 10px 1% 0px 3%; 
}
.leftIcon{
	float: right;
	margin:0px 0px 15px 15px;
	width: 50px;
}
.centerIcon{
	float: right;
	margin:0px 0px 15px 15px;
	width: 50px;
}
.rightIcon{
	float: right;
	margin:0px 0px 15px 15px;
	width: 50px;
}
.iconWrap{
	float: left;
	border: 2px #ffffff solid;
	box-shadow: 0px 4px 10px #888888;
	padding: 2px;
	margin: 0px 8px 20px 0px;
}
.registerButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background: transparent url(/images/design/button_bg.png) no-repeat top left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:3px solid #ffffff;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:20px;
	padding:10px 38px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	text-align: right;
	margin: 0 auto;
	box-shadow: 0px 4px 10px #888888;
	padding-left: 70px;
}
.registerButton:hover {
	background: transparent url(/images/design/button_bg_over.png) no-repeat top left;
}
.spacerAbout{
	float: left;
	margin: -20px 0px 0px 20px;
}
#getInvolved{
	background: transparent url(/images/design/getinvolved_bg.jpg) no-repeat top left;
	background-size:cover;
	float: left;
	clear: both;
	margin-top: 0px;
	width: 100%;

}
#getInvolved h1{
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 60px;
	font-weight: 400;
}
#getInvolvedTitle{
	
	float: left;
	margin: 50px auto 50px auto;
	width: 100%;
	text-align: center;
}
#getInvolvedTitle p{
	margin: 0px 0px 0px 70px; 
	display:block;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;	
}

.bigredButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#bf3a4b, #ad202e);
	background: -moz-linear-gradient(#bf3a4b, #ad202e);
	background: -ms-linear-gradient(#bf3a4b, #ad202e);
	background: -o-linear-gradient(#bf3a4b, #ad202e);
	background: linear-gradient(#bf3a4b, #ad202e);
	-pie-background: linear-gradient(#bf3a4b, #ad202e);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:28px;
	padding:15px 58px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
	
	
}
.bigredButton:hover {
	background: #ad202e;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
background: -webkit-linear-gradient(#ad202e,#bf3a4b);
background: -moz-linear-gradient(#ad202e, #bf3a4b);
background: -ms-linear-gradient(#ad202e, #bf3a4b);
background: -o-linear-gradient(#ad202e, #bf3a4b);
background: linear-gradient(#ad202e, #bf3a4b);
-pie-background: linear-gradient(#ad202e, #bf3a4b);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}
.bigblueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background: #1373c2;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#184a7b), to(#0c2f60));
background: -webkit-linear-gradient(#184a7b, #0c2f60);
background: -moz-linear-gradient(#184a7b, #0c2f60);
background: -ms-linear-gradient(#184a7b, #0c2f60);
background: -o-linear-gradient(#184a7b, #0c2f60);
background: linear-gradient(#184a7b, #0c2f60);
-pie-background: linear-gradient(#184a7b, #0c2f60);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:28px;
	padding:15px 58px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}
.bigblueButton:hover {
	background: #bf3a4b;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0c2f60), to(#184a7b));
background: -webkit-linear-gradient(#0c2f60,#184a7b);
background: -moz-linear-gradient(#0c2f60, #184a7b);
background: -ms-linear-gradient(#0c2f60, #184a7b);
background: -o-linear-gradient(#0c2f60, #184a7b);
background: linear-gradient(#0c2f60, #184a7b);
-pie-background: linear-gradient(#0c2f60, #184a7b);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

.blueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background: #1373c2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#184a7b), to(#0c2f60));
	background: -webkit-linear-gradient(#184a7b, #0c2f60);
	background: -moz-linear-gradient(#184a7b, #0c2f60);
	background: -ms-linear-gradient(#184a7b, #0c2f60);
	background: -o-linear-gradient(#184a7b, #0c2f60);
	background: linear-gradient(#184a7b, #0c2f60);
	-pie-background: linear-gradient(#184a7b, #0c2f60);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:8px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}
.blueButton:hover {
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0c2f60), to(#184a7b));
	background: -webkit-linear-gradient(#0c2f60,#184a7b);
	background: -moz-linear-gradient(#0c2f60, #184a7b);
	background: -ms-linear-gradient(#0c2f60, #184a7b);
	background: -o-linear-gradient(#0c2f60, #184a7b);
	background: linear-gradient(#0c2f60, #184a7b);
	-pie-background: linear-gradient(#0c2f60, #184a7b);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}
#buttonContainer{
	background: transparent url() no-repeat top left;
	float: left;
	margin: 50px auto 50px auto;
	width: 100%;
	height: 200px;
	text-align: center;
}

#buttonContainer.buttonContainerSubpage{
	margin: 0px auto 50px auto;
}

.spacerNews{
	margin: 10px 0px 0px 0px;
	float: left;
}
.spacerBottom{
	float: left;
	margin: 50px 0px 0px 20px;
}
.calendar{
	background: #ad172b url() no-repeat top left;
	width: 60px;
	height: 60px;
	float: left;
	border-radius:10px;
	border: 2px #ffffff solid;
	box-shadow: 0px 4px 10px #888888;
	padding: 3px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	margin-right: 10px;
}

.calendarlargeDate{
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	line-height: 1px;
	margin-top: 15px;
}

.spacerBlog{
	float: left;
	margin: -15px 0px 0px 0px;
}
#footer{
	background: #030e29 url() no-repeat top left;
	margin: 2px 0px 0px 0px;
	width: 100%;
	height: 300px;
	display: inline-block;
	
}
#footer a
{
	color: #FFFFFF;	
}

#footer h1{
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #ffffff;
	font-size: 28px;
	font-weight: 400;
}
.quickLinks{
background: transparent url() no-repeat top left;
float: left; 
width: 31%;
margin: 30px 0px 0px 50px;
line-height: 1.5; 
}
.quickLinks a{ 
font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;	
	text-decoration: none;
}
.quickLinks a:hover{ 
font-family: 'Lato', sans-serif;
	color: #ad172b;
	text-decoration: none;
}
.quickLinksTwo{
background: transparent url() no-repeat top left;
float: left; 
width: 31%;
margin: 95px 0px 0px -130px;
line-height: 1.5; 
}
.quickLinksTwo a{ 
font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;	
	text-decoration: none;
}
.quickLinksTwo a:hover{ 
font-family: 'Lato', sans-serif;
	color: #ad172b;
	text-decoration: none;
}
.heroesBlurb{
background: transparent url() no-repeat top left;
float: right; 
width: 31%;
margin: 30px 0px 0px 0px;
line-height: 1.5; 
}
.heroesBlurb a{ 
font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;	
}
.heroesBlurb a:hover{ 
font-family: 'Lato', sans-serif;
	color: #ad172b;
}
.heroesBlurb p{ 
font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;	
	width: 90%;
}
#copyright{
	background: #000615 url() no-repeat top left;
	height: 20px;
	font-family: 'Lato', sans-serif;
	color: #828282;
	font-size: 14px;
	padding: 10px 1% 20px 3%; 
	
}

/* END HSN STYLE */

h1{
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #17295b;
	font-size: 35px;
	/* text-shadow: 2px 2px #000000;*/
	line-height: 1.1;
}
h2{
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #17295b;
	font-size: 30px;
	line-height: 1.2;
}
h3{
	font-family: 'Lato', sans-serif;
	color: #17295b;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

#content h3{
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #17295b;
	font-size: 25px;
	line-height: 1.2;
}

h4{
	font-family: 'Lato', sans-serif;
	color: #17295b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

#contentPageBackground  h1 a:link, #contentPageBackground  h1 a:visited
{
	color: #17295b;	
}


#contentPageBackground  h2 a:link, #contentPageBackground  h2 a:visited
{
	color: #17295b;	
}

#contentPageBackground  h3 a:link, #contentPageBackground  h3 a:visited
{
	color: #17295b;	
}

/*
#home h1{
	font-size: 65px;
	text-shadow: 2px 2px #000000;
}
#home h2{
	font-family: 'Lato', sans-serif;
	margin-top:-10px;
}
#home h3{
	margin-top: -90px;
	text-align: center;
}
#home h4{
	margin-top: -70px;
	text-align: center;
}
*/
/*
#mainDiv{
	margin:0px auto 0px auto;
	width: 100%;
	min-width: 1020px;
}
*/

#mainDivAdminAdjust{
	margin:50px auto 0px auto;
	width: 100%;
	min-width: 1020px;
}

.newsletterButton {
	background-color:#f1ebda;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:3px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#9b7f3c;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size:24px;
	padding:12px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-top:-15px auto 0px auto;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}
.newsletterButton:hover {
	background-color:#e3dac1;
	color:#9b7f3c;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size:24px;
	
}
.newsletterButton:active {
	position:relative;
	top:1px;

}
.footerColumn .newsletterButton {
	background-color:#f1ebda;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:3px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#9b7f3c;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size:18px;
	padding: 6px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin:-45px auto 0px auto;
	text-align: center;position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}
.footerColumn .newsletterButton:hover {
	background-color:#e3dac1;
	color:#9b7f3c;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size:18px;
}

#contentPageBackground a:link.newsletterButton {
	background-color:#f1ebda;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:3px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#9b7f3c;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size:24px;
	padding:12px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-top:-15px auto 0px auto;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}
#contentPageBackground a:link.newsletterButton:hover {
	background-color:#e3dac1;
	color:#9b7f3c;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size:24px;
}

.iconSpacer{
	top: 5px;
	position: relative;
}

/** services banners **/

a img{
    border: 0px;
}

a.bigbutton{
	background-color:#f1ebda;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:3px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#9b7f3c;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size:24px;
	padding:12px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-top:-15px;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

a.bigbutton:hover{
	background-color:#e3dac1;
	color:#9b7f3c;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size:24px;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

h1.titleLarge
{
  color: #17295b;
  font-size: 48px;
  font-weight: normal;
  text-shadow: 0px 1px #EBEBEB;
}
.nomargin
{
   margin:0;
   padding:0;	
}

/* Added for SiteStyle update */
#contentBGLayered {
	padding:0px 0px 20px 0px;
}

#contentLayered {
	line-height: 1.4;
}

.maxWidthWrapper
{
	max-width: 1000px;	
	margin: 0px auto 0px auto;
}

.layeredDivContent {
	margin-bottom: 0px;
	clear:both;
	padding: 50px;
}

.layeredPhotoBlurBG {
	background: url(/images/design/bg_content_blur_1.jpg) no-repeat bottom left;
	background-size: cover;
  	margin: 0px auto 0px auto;
  	min-height: 350px;
}

.layeredEven {
  	background: #FFFFFF;
  	margin: 0px auto 0px auto;
  	min-height: 350px;
}
	/*
	background: #fdfdfd;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdfdfd), to(#ebebeb));
	background: -webkit-linear-gradient(#fdfdfd, #ebebeb);
	background: -moz-linear-gradient(#fdfdfd, #ebebeb);
	background: -ms-linear-gradient(#fdfdfd, #ebebeb);
	background: -o-linear-gradient(#fdfdfd, #ebebeb);
	background: linear-gradient(#fdfdfd, #ebebeb);
	-pie-background: linear-gradient(#fdfdfd, #ebebeb);
	position: relative;
	behavior: url(/PIE.php);
	*/

.layeredOdd { 
  	min-height: 350px;
	border-bottom: 1px solid #b2a490;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#eee9e3));
	background: -webkit-linear-gradient(#FFFFFF, #eee9e3);
	background: -moz-linear-gradient(#FFFFFF, #eee9e3);
	background: -ms-linear-gradient(#FFFFFF, #eee9e3);
	background: -o-linear-gradient(#FFFFFF, #eee9e3);
	background: linear-gradient(#FFFFFF, #eee9e3);
	-pie-background: linear-gradient(#FFFFFF, #eee9e3);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#pageBannerPopoverContainer {
	
}

div#pageBannerPopoverContainer #adminBox { 
	background-color:transparent; 
}

div#pageBannerPopoverContainer h1 { 
	left: 0px; 
	width:auto; 
}

#contentBGFullContentLayered { 
	width: 100%;
	padding: 0px 0px 20px 0px;
	float:left;
}

#updateLinkButton {
	font-size:12px;
	margin-top:5px;
	display:none;	
}

/* Fix for checkboxes - not sure why but they are set with -9999px left attribute above which makes them un-usable on the admin screens since they can't be seen
   This is to correct it only on those screens - pbischof@techsgi.com */
#adminFormOption input[type=checkbox] { left:0px; }

/* START SLIDER STYLES */
#sliderContainer{
	background: url() no-repeat bottom left;
	width: 100%;
	float: left;
	clear: both;
}

.slider{
	width: 100%;
	background: #FFFFFF;
	margin-top:0px;
	float: left;
	position: relative;
	min-height: 585px;
}
.sliderCover
{
	background: url(/images/design/slider-cover.png) no-repeat top left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 100%;
	height: 585px;
	overflow: hidden;
}
.sliderSubPage{
	width: 100%;
	background: #000000;
	margin-top:0px;
	float: left;
	position: relative;
	height: 301px;
	overflow: hidden;
}
.sliderCoverSubPage
{
	background: url(/images/design/slider-cover-subpage.png) no-repeat bottom left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 4;
	width: 100%;
	height: 300px;
}
.sliderTextHolderSubPage
{
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 9;
	width: 80%;
	color: #FFFFFF;
	font-size: 18px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;		
	padding-right: 0px;
	/*
	-moz-box-shadow: 0px 0px 15px 0px #000000;
	-webkit-box-shadow: 0px 0px 15px 0px #000000;
	box-shadow: 0px 0px 15px 0px #000000;
	*/
}
.sliderTextHolder
{
	position: absolute;
	left: 30px;
	top: 70px;
	z-index: 9;
	width: 45%;
	color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}
.sliderHeader{
	/*background: url(/images/common/blackTransCover.png) repeat top left;*/
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;		
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
	width: 100%;
	min-height: 39px;
	padding-top: 10px;
	text-align: left;
}
.sliderHeader h1
{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: normal;
	font-size: 45px;	
	color: #FFFFFF;
	line-height: 1;
	margin: 0px 15px 0px 0px;
	/*text-shadow: 0px 0px 10px #000000;*/
}
.sliderHeaderSubpage{
	/*background: url(/images/common/blackTransCover.png) repeat top left;*/
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;		
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
	width: 100%;
	min-height: 39px;
	padding-top: 10px;
	text-align: left;
}
.sliderHeaderSubpage h1
{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 700;
	font-size: 50px;	
	color: #FFFFFF;
	margin: 130px 15px 0px 100px;
	text-shadow: 0px 0px 10px #000000;
}
.sliderTextHolderSubPage .sliderHeader h1
{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 28px;	
	color: #FFFFFF;
}

.sliderTitleCap
{
	width: 39px;
	height: 62px;
	/*background: url(/images/design/slider-title-cap.png) no-repeat top left;	*/
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 5;
}
.sliderTextBg
{
	text-align: left;
	/*background: url(/images/design/bg_black_transparent.png);*/
	color: #FFFFFF;
	padding: 15px 15px 0px 0px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: normal;
  	/*text-shadow: 0px 2px 4px #000000;*/
}
.sliderTextBgSubpage
{
	text-align: left;
	/*background: url(/images/design/bg_black_transparent.png);*/
	color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	font-size: 24px;
	font-weight: normal;
  	text-shadow: 0px 0px 10px #000000;
	margin-left: 100px;
}
.sliderTextHolderSubPage .sliderTextBg
{
	text-align: center;
	color: #FFFFFF;
	font-size: 25px;
}
.sliderImageHolder
{
	width: 850px;
	height: 475px;
    overflow: hidden;
    position: relative;
    left: 650px;
    top: 50px;
}

.sliderImageHolder
{
	width: 850px;
	height: 475px;
    overflow: hidden;
    position: relative;
    left: 650px;
    top: 50px;
}
.sliderImageHolderSubpage
{
	width: 100%;
	height: 300px;
	overflow: hidden;	
}
.sliderImages
{
	width: 60%;
	min-width: 700px;
	max-width: 900px;
	height: auto;
}

.largeSliderButtonHolder
{
	width: 100%;
	text-align: center;	
}

#largeSliderButton
{
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#bf3a4b, #ad202e);
	background: -moz-linear-gradient(#bf3a4b, #ad202e);
	background: -ms-linear-gradient(#bf3a4b, #ad202e);
	background: -o-linear-gradient(#bf3a4b, #ad202e);
	background: linear-gradient(#bf3a4b, #ad202e);
	-pie-background: linear-gradient(#bf3a4b, #ad202e);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ffffff;
	display:inline-block;
	margin: 0px auto 0px auto;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:28px;
	padding:10px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#largeSliderButton:hover
{
	background: #ad202e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#ad202e,#bf3a4b);
	background: -moz-linear-gradient(#ad202e, #bf3a4b);
	background: -ms-linear-gradient(#ad202e, #bf3a4b);
	background: -o-linear-gradient(#ad202e, #bf3a4b);
	background: linear-gradient(#ad202e, #bf3a4b);
	-pie-background: linear-gradient(#ad202e, #bf3a4b);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#smallSliderButton
{
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#bf3a4b, #ad202e);
	background: -moz-linear-gradient(#bf3a4b, #ad202e);
	background: -ms-linear-gradient(#bf3a4b, #ad202e);
	background: -o-linear-gradient(#bf3a4b, #ad202e);
	background: linear-gradient(#bf3a4b, #ad202e);
	-pie-background: linear-gradient(#bf3a4b, #ad202e);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ffffff;
	margin: 20px 0px 0px 0px;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 18px;
	padding: 5px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#smallSliderButton:hover
{
	background: #ad202e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#ad202e,#bf3a4b);
	background: -moz-linear-gradient(#ad202e, #bf3a4b);
	background: -ms-linear-gradient(#ad202e, #bf3a4b);
	background: -o-linear-gradient(#ad202e, #bf3a4b);
	background: linear-gradient(#ad202e, #bf3a4b);
	-pie-background: linear-gradient(#ad202e, #bf3a4b);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}
/* END SLIDER STYLES */

a:link.registerButtonTemp
{
	color: #FFFFFF;	
}

a:visited.registerButtonTemp
{
	color: #FFFFFF;	
}

.registerButtonTemp {
	float: right;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background: #1373c2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#184a7b), to(#0c2f60));
	background: -webkit-linear-gradient(#184a7b, #0c2f60);
	background: -moz-linear-gradient(#184a7b, #0c2f60);
	background: -ms-linear-gradient(#184a7b, #0c2f60);
	background: -o-linear-gradient(#184a7b, #0c2f60);
	background: linear-gradient(#184a7b, #0c2f60);
	-pie-background: linear-gradient(#184a7b, #0c2f60);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:3px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:17px;
	padding:10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	text-align: right;
	margin: 60px 2% 0px 0px;
	box-shadow: 0px 4px 10px #888888;
	color: #FFFFFF;
}

/* [START] Site Specific Map CSS */
tr.odd { background-color:#EBEBEB; }
tr.event { background-color:#FFFFFF; }

#mapDataTable img.businessLogo {
	width:100%;
	margin:0;
}

#mapDataTable td.businessLogoCell {
	background-color:#FFF;
	text-align:center;
	vertical-align:middle;	
	box-shadow: #666666 0px 0px 5px;
	-webkit-box-shadow: #666666 0px 0px 5px;
	-moz-box-shadow: #666666 0px 0px 5px;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;		
}

#mapDataTable {
	table-layout:fixed;
	display: table; 
	padding: 5px; 
	border-radius: 10px; 
	width: 100%;
}

#mapDataTable.group{
	background: #f5f5f5; 
}

#mapDataTable td {
	vertical-align:top;
	padding:5px;
	word-wrap:break-word;
}

#mapDataTable td.tableRowDivider hr {

}

#mapDataTable .militaryDiscountsCell img {
	/*width:20%;*/
	float:right;
	margin:0px 0px 10px 10px;
}

#mapDataTable .militaryDiscountsCell p { margin:0; padding:0; }


.sponsorGroupLogo{
	width: 90%; 
	height: 125px;
	background-color:#FFF;
	text-align:center;
	box-shadow: #666666 0px 0px 5px;
	-webkit-box-shadow: #666666 0px 0px 5px;
	-moz-box-shadow: #666666 0px 0px 5px;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	padding: 5px;
	margin-top: 5px;
}


#groupDescription{ 
	background: #f8f8f8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8f8f8), to(#EBEBEB));
	background: -webkit-linear-gradient(#f8f8f8, #EBEBEB);
	background: -moz-linear-gradient(#f8f8f8, #EBEBEB);
	background: -ms-linear-gradient(#f8f8f8, #EBEBEB);
	background: -o-linear-gradient(#f8f8f8, #EBEBEB);
	background: linear-gradient(#f8f8f8, #EBEBEB);
	-pie-background: linear-gradient(#f8f8f8, #EBEBEB);
	border: 2px solid #17295B;
	-moz-border-radius:15px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 0px 0px 15px 0px #CCCCCC;
	-webkit-box-shadow: 0px 0px 15px 0px #CCCCCC;
	box-shadow: 0px 0px 15px 0px #CCCCCC;
	margin-bottom: 20px;
}

/* [END] Site Specific Map CSS */

/* [START] Business Sponsor Ratings CSS */
#ratingsWrapper{
	width: 250px;
	display: inline-block;
	float: left;
}

.rating 
{
	unicode-bidi: bidi-override;
	direction: rtl;
	display:inline-block;
	text-align:left;
	font-size:22px;
	position:relative;
	height:30px;
	min-width:200px;
}
.rating > span 
{
	display: inline-block;
	position: relative;
	width: 1.1em;
	cursor:pointer;
}
div.rating.starred > span.starred:before { 
	content: "\2605";
	color:gold; 
	position: absolute;
   	left: 0;	
}
div.rating.starred-hover > span.starred-hover:before {
	color: transparent
}
.rating > span:hover,
.rating > span:hover ~ span 
{
	color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before 
{
   content: "\2605";
   position: absolute;
   left: 0;
   color: gold;
}	
.ratingLoginRequired
{
	position:absolute;
	top:0;
	left:0;
	height:30px;
	line-height:30px;
	/*background:#FFF;*/
	vertical-align:middle;
}
.ratingLoginRequired p {
	vertical-align:middle;
	font-size:14px;	
	padding:0;
	margin:0;
}

.ratingsLoader{
	display: none; 
	float: right;
}

.ratingsLoader img{
	width: 25px; 
	height: 25px;
}

.ratingsMessage{
	font-size: 14px;
	line-height: 30px;
	clear: both; 
	position: absolute; 
	top:0; 
	left: 0; 
	width: 80%; 
	height: 30px; 
	background: rgba(255,255,255,0.9);
	text-align: center;
	font-weight: 700;
	display: none;
	border-radius: 10px;
}


/* For Groups Ratings */
.groupRatingWrapperdiv.rating.starred > span.starred:before { 
	content: "\2605";
	color:gold; 
	position: absolute;
   	left: 0;	
}

.groupRatingWrapper.rating > span:hover:before,
.groupRatingWrapper.rating > span:hover ~ span:before 
{
   content: "\2605";
   position: absolute;
   left: 0;
   color: gold;
}	

/* [END] Business Sponsor Ratings CSS */

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

/* [START] Members Pages */
#memberLoginWrapper 
{
	padding: 30px;
	width: 50%;
	margin: 0px auto 50px auto;	
	text-align: left;
	background: url(/images/design/transparent-white-fill-75.png) repeat top left;
	/*-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;*/
	border:3px solid #17295b;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size:16px;
	padding:12px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-top:-15px auto 0px auto;
	-moz-box-shadow: 0px 0px 15px 0px #CCCCCC;
	-webkit-box-shadow: 0px 0px 15px 0px #CCCCCC;
	box-shadow: 0px 0px 15px 0px #CCCCCC;
	position:relative;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* PIE */
	behavior: url(/PIE.php);	
}

#memberLoginTable td { vertical-align:middle; }
#memberLoginTable a { font-size:14px; }
#memberLoginWrapper p.error { color:#FF0000; padding:0; margin:0; }

/* Member Home Page */
#memberHomeContainer 
{
	font-size: 14px;
	line-height: 1.4;
}

#memberHomeContainer h2
{
	margin: 0px;	
}

#memberHomeHeader 
{
	/* TODO */
}

#memberHomeHeaderLeft
{
	float:left;
	width:45%;
}

#memberHomeHeaderLeft .memberHomeNotifications
{
	width:  90%;
	margin-left: 0px;
}

#memberHomeHeaderRight
{
	float:right;
	width:40%;
	text-align:right;
}

#memberHomeHeaderLeft h1 { margin-top:0px;  }
#memberHomeHeaderRight h3 { text-align:left; margin:0; padding-bottom:10px; }
#memberHomeHeaderRight #memberPhoto { width:100%; }
.memberSummaryPhotoWrapper
{
	float:left; 
	width: 200px;
	height: 200px;
	border: 4px solid #184a7b; /* 0c2f60 */
	padding: 4px;
	background: #FFFFFF;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	margin: 0px 25px 25px 0px;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}
.memberSummaryPhoto {
	float:left; 
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
    background-position: top center; 
	background-size: cover;
	overflow: hidden;
	padding:0px 0px 0px 0px; 
	margin:0;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#memberHomeHeaderRight p.memberSummaryText { 
	text-align:left; 
	margin:0; 
	padding:0; 
	font-size:14px; 
}

#memberPhoto
{
	border: 1px solid #CCCCCC;
	padding: 5px;	
}

/* Member Profile Page */
#memberProfileDiv
{
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size:16px;
	padding:15px 0px;
	text-decoration:none;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#memberProfileDiv .memberProfileColumn {
	width:50%;
	float:left;
}

#memberProfileDiv .memberProfileItem { padding-bottom:10px; }

#memberProfileDiv .memberProfileItem label { display: block; }
#memberProfileDiv .memberProfileItem select {  }

#memberProfile-MilitaryInfo, #memberProfile-VolunteerInfo { display:none; }


#memberProfileWrapper{
	width: 100%;
}
	
#memberProfileWelcome{
	display: block;
}
		
#memberProfileLeftColumn, #memberProfileRightColumn{
	position: relative;
	vertical-align: top;
	display: inline-block;
	padding: 10px;
	width: 45%;
	min-height: 400px;
}
	
#memberProfileRightColumn{
	background: #f8f8f8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8f8f8), to(#EBEBEB));
	background: -webkit-linear-gradient(#f8f8f8, #EBEBEB);
	background: -moz-linear-gradient(#f8f8f8, #EBEBEB);
	background: -ms-linear-gradient(#f8f8f8, #EBEBEB);
	background: -o-linear-gradient(#f8f8f8, #EBEBEB);
	background: linear-gradient(#f8f8f8, #EBEBEB);
	-pie-background: linear-gradient(#f8f8f8, #EBEBEB);
	border: 2px solid #5379ab;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow: 0px 0px 15px 0px #CCCCCC;
	-webkit-box-shadow: 0px 0px 15px 0px #CCCCCC;
	box-shadow: 0px 0px 15px 0px #CCCCCC;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}
		
#memberProfileRightColumn div{
	padding: 15px;
}
		
#memberProfileForumLatest h3, #memberProfileActiveProjects h3{
	margin: -10px 0 5px 0;

}
		
#memberProfileForumLatest .forumNotificationLinkWrapper {
	padding: 0 0 5px 0;			
	margin: 10px 0 0 0;	
}
			
#memberProfileForumLatest .forumNotificationLinkWrapper:last-child{
	margin-bottom: 0;
}
		
.smallText{
	font-size: 11px;
	color: #545454;
}





#memberProfileNav
{
	margin-top:20px;
}

#memberProfileNav ul
{
	list-style-type: none;
    margin: 0;
    padding: 0;
	background: transparent url() no-repeat top center;
    list-style: none;
    top: 0px;	
}
#memberProfileNav li { display:inline-block; }
#memberProfileNav li a:hover { color:#FFF; }


.editProfilePhoto{
	float: left;
	width: 100%;
}

.editProfilePhoto img{
	float: left;
	-moz-box-shadow: 0px 1px 0px 0px #CCCCCC;
	-webkit-box-shadow: 0px 1px 0px 0px #CCCCCC;
	box-shadow: 2px 2px 7px 0px #969696;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	display: inline-block;
	margin: 0 10px 10px 10px;
}

.editProfilePhoto label{
	float: left;

}

.memberHomeNotifications
{
	float: left;
	width: 45%;
	text-align: left;
	vertical-align: top;
	margin: 50px 0px 0px 50px;
	padding: 15px;
	background: #f8f8f8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8f8f8), to(#EBEBEB));
	background: -webkit-linear-gradient(#f8f8f8, #EBEBEB);
	background: -moz-linear-gradient(#f8f8f8, #EBEBEB);
	background: -ms-linear-gradient(#f8f8f8, #EBEBEB);
	background: -o-linear-gradient(#f8f8f8, #EBEBEB);
	background: linear-gradient(#f8f8f8, #EBEBEB);
	-pie-background: linear-gradient(#f8f8f8, #EBEBEB);
	border: 2px solid #5379ab;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow: 0px 0px 15px 0px #CCCCCC;
	-webkit-box-shadow: 0px 0px 15px 0px #CCCCCC;
	box-shadow: 0px 0px 15px 0px #CCCCCC;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}

.memberHomeNotificationsColumn
{
	float: left;
	margin: 0px 25px 025px 0px;
	text-align: left;
	vertical-align: top;	
	width: 43%;
}

.memberHomeNotificationsColumn h3
{
	font-size: 18px;
}

.memberHomeNotifications hr
{
	clear: both;
	margin: 15px 0px 15px 0px;	
}

.memberHomeNotifications .calendar{
	background: #ad172b url() no-repeat top left;
	width: 40px;
	height: 40px;
	float: left;
	border-radius:10px;
	border: 2px #ffffff solid;
	box-shadow: 0px 4px 10px #888888;
	padding: 3px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
}

.memberHomeNotifications .calendarlargeDate{
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 1px;
	margin-top: 6px;
}

#updateConfirmation.error {
	margin-top:40px;
	padding-left:75px;
	background:url(/images/common/error.png) no-repeat left center;
}

#updateConfirmation.success {
	margin-top:40px;
	padding-left:75px;
	background:url(/images/common/success.png) no-repeat left center;
}

#updateConfirmation h3 { margin:0; padding:0px 0px 10px 0px; }


.volunteerCloseIcon{
	position: absolute; 
	top: -12px; 
	right: -12px;
}
		
.volunteerCloseIcon:hover{
	cursor: pointer;
}
		
#volunteerMessage{
	position:relative; 
	padding: 20px; 
	width: 40%; 
	border-radius: 15px; 
	height: 120px;
	margin: auto auto; 
	box-shadow: 0 0 15px #000000;
	background: rgba(255,255,255,0.9); 
}
		
#volunteerMessageWrap{
	position: absolute; 
	width: 100%; 
	height: 100%;;  
	display: none; 
	color: black; 
	z-index: 9999; 
}


/* [END] Members Pages */

.premierSponsorWrapper
{
	-moz-box-shadow: 0px 1px 0px 0px #061f5c;
	-webkit-box-shadow: 0px 1px 0px 0px #061f5c;
	box-shadow: 0px 1px 0px 0px #061f5c;
	background: #d8e0f1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d8e0f1), to(#bed1ff));
	background: -webkit-linear-gradient(#d8e0f1, #bed1ff);
	background: -moz-linear-gradient(#d8e0f1, #bed1ff);
	background: -ms-linear-gradient(#d8e0f1, #bed1ff);
	background: -o-linear-gradient(#d8e0f1, #bed1ff);
	background: linear-gradient(#d8e0f1, #bed1ff);
	-pie-background: linear-gradient(#d8e0f1, #bed1ff);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ffffff;
	padding:15px;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

.premierSponsorHeader
{
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #17295b;
    font-size: 24px;
    line-height: 1.2;
	text-shadow:0px 1px 0px #FFFFFF;
}

#contentPageBackground #largeSupporterSignupButton
{
	/*float: right;*/
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#bf3a4b, #ad202e);
	background: -moz-linear-gradient(#bf3a4b, #ad202e);
	background: -ms-linear-gradient(#bf3a4b, #ad202e);
	background: -o-linear-gradient(#bf3a4b, #ad202e);
	background: linear-gradient(#bf3a4b, #ad202e);
	-pie-background: linear-gradient(#bf3a4b, #ad202e);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ffffff;
	margin: -20px auto 150px auto;
	cursor:pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#ffffff;
	font-size:24px;
	padding: 5px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#contentPageBackground #largeSupporterSignupButton:hover
{
	color: #FFFFFF;
	background: #ad202e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#ad202e,#bf3a4b);
	background: -moz-linear-gradient(#ad202e, #bf3a4b);
	background: -ms-linear-gradient(#ad202e, #bf3a4b);
	background: -o-linear-gradient(#ad202e, #bf3a4b);
	background: linear-gradient(#ad202e, #bf3a4b);
	-pie-background: linear-gradient(#ad202e, #bf3a4b);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#contentPageBackground .largeHREFButtonRed
{
	/*float: right;*/
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#bf3a4b, #ad202e);
	background: -moz-linear-gradient(#bf3a4b, #ad202e);
	background: -ms-linear-gradient(#bf3a4b, #ad202e);
	background: -o-linear-gradient(#bf3a4b, #ad202e);
	background: linear-gradient(#bf3a4b, #ad202e);
	-pie-background: linear-gradient(#bf3a4b, #ad202e);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ffffff;
	margin: -20px auto 150px auto;
	cursor:pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#ffffff;
	font-size:28px;
	padding: 15px 40px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#contentPageBackground .largeHREFButtonRed:hover
{
	color: #FFFFFF;
	background: #ad202e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#ad202e,#bf3a4b);
	background: -moz-linear-gradient(#ad202e, #bf3a4b);
	background: -ms-linear-gradient(#ad202e, #bf3a4b);
	background: -o-linear-gradient(#ad202e, #bf3a4b);
	background: linear-gradient(#ad202e, #bf3a4b);
	-pie-background: linear-gradient(#ad202e, #bf3a4b);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#contentPageBackground .largeHREFButtonBlue
{
	/*float: right;*/
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	background: #1373c2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#184a7b), to(#0c2f60));
	background: -webkit-linear-gradient(#184a7b, #0c2f60);
	background: -moz-linear-gradient(#184a7b, #0c2f60);
	background: -ms-linear-gradient(#184a7b, #0c2f60);
	background: -o-linear-gradient(#184a7b, #0c2f60);
	background: linear-gradient(#184a7b, #0c2f60);
	-pie-background: linear-gradient(#184a7b, #0c2f60);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ffffff;
	margin: -20px auto 150px auto;
	cursor:pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#ffffff;
	font-size:28px;
	padding: 15px 40px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#contentPageBackground .largeHREFButtonBlue:hover
{
	color: #FFFFFF;
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0c2f60), to(#184a7b));
	background: -webkit-linear-gradient(#0c2f60,#184a7b);
	background: -moz-linear-gradient(#0c2f60, #184a7b);
	background: -ms-linear-gradient(#0c2f60, #184a7b);
	background: -o-linear-gradient(#0c2f60, #184a7b);
	background: linear-gradient(#0c2f60, #184a7b);
	-pie-background: linear-gradient(#0c2f60, #184a7b);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#buttonContainer .largeHREFButtonRed
{
	/*float: right;*/
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#bf3a4b, #ad202e);
	background: -moz-linear-gradient(#bf3a4b, #ad202e);
	background: -ms-linear-gradient(#bf3a4b, #ad202e);
	background: -o-linear-gradient(#bf3a4b, #ad202e);
	background: linear-gradient(#bf3a4b, #ad202e);
	-pie-background: linear-gradient(#bf3a4b, #ad202e);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ffffff;
	margin: -20px auto 150px auto;
	cursor:pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#ffffff;
	font-size:28px;
	padding: 15px 40px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#buttonContainer .largeHREFButtonRed:hover
{
	color: #FFFFFF;
	background: #ad202e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#ad202e,#bf3a4b);
	background: -moz-linear-gradient(#ad202e, #bf3a4b);
	background: -ms-linear-gradient(#ad202e, #bf3a4b);
	background: -o-linear-gradient(#ad202e, #bf3a4b);
	background: linear-gradient(#ad202e, #bf3a4b);
	-pie-background: linear-gradient(#ad202e, #bf3a4b);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}



#buttonContainer .largeHREFButtonBlue
{
	/*float: right;*/
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	background: #1373c2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#184a7b), to(#0c2f60));
	background: -webkit-linear-gradient(#184a7b, #0c2f60);
	background: -moz-linear-gradient(#184a7b, #0c2f60);
	background: -ms-linear-gradient(#184a7b, #0c2f60);
	background: -o-linear-gradient(#184a7b, #0c2f60);
	background: linear-gradient(#184a7b, #0c2f60);
	-pie-background: linear-gradient(#184a7b, #0c2f60);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ffffff;
	margin: -20px auto 150px auto;
	cursor:pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#ffffff;
	font-size:28px;
	padding: 15px 40px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#buttonContainer .largeHREFButtonBlue:hover
{
	color: #FFFFFF;
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0c2f60), to(#184a7b));
	background: -webkit-linear-gradient(#0c2f60,#184a7b);
	background: -moz-linear-gradient(#0c2f60, #184a7b);
	background: -ms-linear-gradient(#0c2f60, #184a7b);
	background: -o-linear-gradient(#0c2f60, #184a7b);
	background: linear-gradient(#0c2f60, #184a7b);
	-pie-background: linear-gradient(#0c2f60, #184a7b);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

.smallHREFButtonRed
{
	/*float: right;*/
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#bf3a4b, #ad202e);
	background: -moz-linear-gradient(#bf3a4b, #ad202e);
	background: -ms-linear-gradient(#bf3a4b, #ad202e);
	background: -o-linear-gradient(#bf3a4b, #ad202e);
	background: linear-gradient(#bf3a4b, #ad202e);
	-pie-background: linear-gradient(#bf3a4b, #ad202e);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #ffffff;
	cursor:pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#ffffff;
	font-size:14px;
	padding: 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

.smallHREFButtonRed:hover
{
	color: #FFFFFF;
	background: #ad202e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#ad202e,#bf3a4b);
	background: -moz-linear-gradient(#ad202e, #bf3a4b);
	background: -ms-linear-gradient(#ad202e, #bf3a4b);
	background: -o-linear-gradient(#ad202e, #bf3a4b);
	background: linear-gradient(#ad202e, #bf3a4b);
	-pie-background: linear-gradient(#ad202e, #bf3a4b);
	/* PIE */
	behavior: url(/PIE.php);
}

#homeVideoBannerLink
{
	color: #FFFFFF;	
}

.homeVideoBannerLinkIcon
{
	position: relative;
	top: 10px;
	margin-right: 10px;	
}

#infiniteScrollLoading { text-align:center; }
#infiniteScrollLoading img { width:75px; }
#infiniteScrollError { font-size:14px; text-align:center; }
#infiniteScrollError img { width:40px; margin-right:10px; vertical-align:middle; }
#infiniteScrollError p { display:inline-block; vertical-align:middle; }
#membersOnlyWrapper.membersOnly {
	background: url(/images/design/bg_content_blur_1.jpg) no-repeat bottom left;
	background-size: cover;	
    behavior: url(/PIE.php);	
	border:none;	
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
	height:100%;
	left:0px;
    margin: 0;
	position:absolute;
	padding:50px 0px 0px 0px;
    text-align: left;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
	top:0px;
    width: 100%;
}
#membersOnlyClearFix { float:left; min-height:375px; }
#membersOnlyWrapper p { line-height:1.4; } 

/*  Members Home - Project Summary Styles */

#memberHomeProjectsSummary{
	width: 40%;
	float: right;
	clear: both;
}

#memberHomeProjectsSummary span{
	display: block;
}

#memberHomeProjectsSummary a{
	font-size: 14px;
}

#projectDetails p{
	margin-top: 0px!important;
}


/* [START] Become a Sponsor Signup */
#becomeASponsorDiv
{
	padding: 30px;
	width: 75%;
	margin: 0px auto 50px auto;	
	text-align: left;
	/*background-color:#FFFFFF;*/
	background: url(/images/design/transparent-white-fill-75.png) repeat top left;
	/*-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;*/
	border:3px solid #17295b;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size:16px;
	padding:12px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-top:-15px auto 0px auto;
	-moz-box-shadow: 0px 0px 15px 0px #CCCCCC;
	-webkit-box-shadow: 0px 0px 15px 0px #CCCCCC;
	box-shadow: 0px 0px 15px 0px #CCCCCC;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#becomeASponsorDiv .becomeASponsorColumn {
	width:50%;
	float:left;
}

#becomeASponsorDiv .becomeASponsorItem { padding-bottom:10px; }

#becomeASponsorDiv .becomeASponsorItem label { display: block; }
#becomeASponsorDiv .becomeASponsorItem select { width:auto; }
#becomeASponsorDiv #becomeASponsorCategories { margin-top:10px; }
#becomeASponsorDiv #becomeASponsorCategories input[type=checkbox] { margin-right: 5px; }
#becomeASponsorDiv #becomeASponsorCategories span { display:block; margin-bottom:2px; padding:3px 0px 3px 0px; }
#becomeASponsorDiv #becomeASponsorCategories span.becomeASponsorCategoryDetail { display:block; font-size:14px; border-bottom:1px solid #EBEBEB; margin-left: 22px; }
/* [END] Become a Sponsor Signup */

/* [START] Member Registration */
#memberRegistrationDiv
{
	padding: 30px;
	width: 75%;
	margin: 0px auto 50px auto;	
	text-align: left;
	/*background-color:#FFFFFF;*/
	background: url(/images/design/transparent-white-fill-75.png) repeat top left;
	/*-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;*/
	border:3px solid #17295b;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size:16px;
	padding:12px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-top:-15px auto 0px auto;
	-moz-box-shadow: 0px 0px 15px 0px #CCCCCC;
	-webkit-box-shadow: 0px 0px 15px 0px #CCCCCC;
	box-shadow: 0px 0px 15px 0px #CCCCCC;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}

.memberRegistrationColumn {
	width:33%;
	float:left;
}

.memberRegistrationItem { padding-bottom:10px; }

.memberRegistrationItem label { display: block; }
.memberRegistrationItem select {  }

#memberRegistrationDiv #username
{
	width: 200px;	
}


 
.membership-card{
	padding: 5px; background: rgba(255,255,255,0.8); border: 2px solid blue;
	border: 2px solid #5379ab;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow: 0px 0px 15px 0px #CCCCCC;
	-webkit-box-shadow: 0px 0px 15px 0px #CCCCCC;
	box-shadow: 0px 0px 15px 0px #CCCCCC;
	position:relative;
	/* PIE */
	
	behavior: url(/PIE.php);
}


.form-message{
	display: block;
	font-size: 11px;
	font-weight: bold;	
}

/* [END] Member Registration */

#militaryWrapper{
	overflow: auto;
}

.border-error{
	border: 1px solid #B70000;
}

/* START VOLUNTEER REGISTRATION */
.volunteerRegistrationColumn {
	float: left;
	width: 33.3%;
	
}


.skillsWrapper
{
	margin-left: 15px;
	overflow-y: auto;
	height: 300px;
	padding: 15px;
	background: #FFFFFF;
	border: 2px solid #5379ab;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow: 0px 0px 15px 0px #CCCCCC;
	-webkit-box-shadow: 0px 0px 15px 0px #CCCCCC;
	box-shadow: 0px 0px 15px 0px #CCCCCC;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#skillsList{
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}

#skillsList li{
	padding: 2px 0 2px 0; 
	height: 25px; 
	position: relative; 
	display: block;
	position: relative;
}

#skillsList li label{
	margin-bottom: 1px;
}

#skillsList li input{
	width: 15px; 
	height: 15px;
}

.skillSpan{
	padding-left: 5px; 
	font-weight: 400; 
	top: 0px; 
	position: absolute;
}

/* END VOLUNTEER REGISTRATION */


/** ADD EVENT **/

.addEventColumn{
	width: 100%;
}
		
.addEventItem{
	display: block;
}
		
.third{
	display: inline-block;
	width: 30%;
}
		
.smallHREFButtonBlue
{
/*float: right;*/
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	background: #1373c2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#184a7b), to(#0c2f60));
	background: -webkit-linear-gradient(#184a7b, #0c2f60);
	Background: -moz-linear-gradient(#184a7b, #0c2f60);
	background: -ms-linear-gradient(#184a7b, #0c2f60);
	background: -o-linear-gradient(#184a7b, #0c2f60);
	background: linear-gradient(#184a7b, #0c2f60);
	-pie-background: linear-gradient(#184a7b, #0c2f60);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ffffff;
	cursor:pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#ffffff;
	padding: 4px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	/* PIE */
	behavior: url(/PIE.php);	
}
		
.smallHREFButtonBlue:hover
{
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0c2f60), to(#184a7b));
	background: -webkit-linear-gradient(#0c2f60,#184a7b);
    background: -moz-linear-gradient(#0c2f60, #184a7b);
	background: -ms-linear-gradient(#0c2f60, #184a7b);
	background: -o-linear-gradient(#0c2f60, #184a7b);
	background: linear-gradient(#0c2f60, #184a7b);
	-pie-background: linear-gradient(#0c2f60, #184a7b);
	/* PIE */
	behavior: url(/PIE.php);
}

#eventMessage.error {
	margin-top:40px;
	padding-left:75px;
	background:url(/images/common/error.png) no-repeat left center;
}

#eventMessage.success {
	margin-top:40px;
	padding-left:75px;
	background:url(/images/common/success.png) no-repeat left center;
}

#eventMessage h3 { margin:0; padding:0px 0px 10px 0px; }

/** END ADD EVENT **/

/** ADD NEWS START **/

.addNewsColumn{
	width: 100%;
}
		
.addNewsItem{
	display: block;
}

#newsMessage.error {
	margin-top:40px;
	padding-left:75px;
	background:url(/images/common/error.png) no-repeat left center;
}

#newsMessage.success {
	margin-top:40px;
	padding-left:75px;
	background:url(/images/common/success.png) no-repeat left center;
}

#newsMessage h3 { margin:0; padding:0px 0px 10px 0px; }
		

/** ADD NEWS END **/


/** REQUEST ASSISTANCE START ***/
#requestAssistanceForm label{
	width: 100%;
}

#requestAssistanceDiv{
	border: 3px solid #17295b;
	width: 98%;
	text-align: left;
	/*background-color:#FFFFFF;*/
	background: url(/images/design/transparent-white-fill-75.png) repeat top left;

	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size:16px;
	padding: 15px; 
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin: 0;
	-moz-box-shadow: 0px 0px 15px 0px #CCCCCC;
	-webkit-box-shadow: 0px 0px 15px 0px #CCCCCC;
	box-shadow: 0px 0px 15px 0px #CCCCCC;
	position:relative;
	
	/* PIE */
	behavior: url(/PIE.php);
}

.requestAssistanceColumn {
	width:33%;
	float:left;
}

.requestAssistanceItem { 
	padding-bottom:10px; 
	float: left; 
	width: 100%;	
}

.requestAssistanceItem label { display: block; }
.requestAssistanceItem select {  }



.assistanceCheckboxDiv{
	margin: 6px 0;
}
	
.assistanceCheckboxDiv{
	border-bottom: 1px dashed #CCC;
}


.assistanceCheckbox:hover, .checkSpan{
	cursor: pointer;
}
	
#assistanceDisabledNeeds{
	margin-top: 15px;
}
	
#disabledTypes{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 2px;
}
	
#disabledTypes li{
	padding-left: 0;
}
	
/** REQUEST ASSISTANCE END **/


/* DATA TABLE FOR DASHBAORD */
#clickTrackingDataTable{
	margin-top: 50px;
}
#clickTrackingDataTable td, #clickTrackingDataTable th { 
	font-family: 'Carrois Gothic', sans-serif;
}	

#clickTrackingDataTable td { font-size:14px; padding: 3px; }
#clickTrackingDataTable th 
{ 
	font-size: 15px;
	font-weight: normal;
	border:none;
	color:#FFFFFF;
	padding-bottom:5px;
	background-color: #00105C;
	
}
/*
#clickTrackingDataTable tr.even td.sorting_1{
	background-color: #FFE5E5;
}

#clickTrackingDataTable tr.odd td.sorting_1{
	background-color: #FFC6C7;
}
*/
#clickTrackingDataTable a, #clickTrackingDataTable a:active { color:#0040FF; text-decoration:none; }
#clickTrackingDataTable a:hover { text-decoration:underline; }
#clickTrackingDataTable input[type=checkbox] { width:20px; height:20px; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; }

#clickTrackingDataTable .dataTables_length{
	position: absolute; top:-50px; left: 0;
	display: inline-block;
	margin-bottom: 20px;
	text-align: left;
}

#clickTrackingDataTable .dataTables_filter{
	position: absolute; top:-50px; right: 0;
	display: inline-block;
	margin-bottom: 20px;
	text-align: left;
}

#clickTrackingDataTable .dataTables_footer{
	text-align: left;
}

/* END DATA TABLE FOR DASHBOARD */



/* DATA TABLE FOR MEMBER LIST */

#membersDataTable td, #membersDataTable th { font-family: 'Carrois Gothic', sans-serif; }
#membersDataTable td { font-size:14px; }
#membersDataTable th 
{ 
	border:none;
	color:#000000;
	padding-bottom:5px;
	background:#FFFFFF;
}
#membersDataTable a, #membersDataTable a:active { color:#0040FF; text-decoration:none; }
#membersDataTable a:hover { text-decoration:underline; }
#membersDataTable input[type=checkbox] { width:20px; height:20px; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; }
#membersDataTable .dataTables_filter{
		text-align: right;
}

/* END DATA TABLE FOR MEMBER LIST */

/* VIEW PROJECT DATA TABLE */
#addVolunteerDataTable td, #addVolunteerDataTable th {  }
#addVolunteerDataTable td { 
	font-size:14px; 
	
}

#addVolunteerDataTable th 
{ 
	border:none;
	color:#000000;
	padding-bottom:5px;
	background:#FFFFFF; 
}

#addVolunteerDataTable a, #addVolunteerDataTable a:active { color:#0040FF; text-decoration:none; }
#addVolunteerDataTable a:hover { text-decoration:underline; }
#addVolunteerDataTable input[type=checkbox] { width:20px; height:20px; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; }

/* END VIEW PROJECT DATA TABLE */

/* DATA TABLE GLOBAL STYLES */
#dataTable_wrapper .ui-widget-header { background:none; border:none; }
#dataTable_wrapper .ui-state-default { background:none; }
#dataTableWrapper { color: #FFFFFF; }


.dataTables_length{text-align: left; margin-bottom: 20px; }
.dataTables_filter{ text-align: right; margin-bottom: 20px; }
.dataTables_footer{ text-align: left; }

.paginate_button{
	margin: 0 4px;
}

.paginate_button:hover{
	cursor: pointer;
	font-weight: 700;
}

.paginate_button_disabled{
	color: #999;
}
.paginate_button_disabled:hover{
	font-weight: normal;
	cursor: default;
}

.paginate_active{
	font-weight: 700;
}

/* END DATA TABLE GLOBAL STYLES */

/* START VET SUPPORT CSS *************************************************/

html.vetSearch{
	width: 100%;	
	height: 100%;
	min-width: 300px;
	font-size: 18px;
	line-height: 1.3;
	background: #0c2f60;
	margin: 0px;
}

body.vetSearch
{
	width: 100%;
	min-width: 300px;
	background: #1373c2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#184a7b), to(#0c2f60));
	background: -webkit-linear-gradient(#184a7b, #0c2f60);
	background: -moz-linear-gradient(#184a7b, #0c2f60);
	background: -ms-linear-gradient(#184a7b, #0c2f60);
	background: -o-linear-gradient(#184a7b, #0c2f60);
	background: linear-gradient(#184a7b, #0c2f60);
	-pie-background: linear-gradient(#184a7b, #0c2f60);
	margin: 0px;
}

#bodyWrap{
	width: 95%;
	min-width: 300px;
	height: auto;
	min-height: 600px;
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	/*
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EBEBEB));
	background: -webkit-linear-gradient(#FFFFFF, #EBEBEB);
	background: -moz-linear-gradient(#FFFFFF, #EBEBEB);
	background: -ms-linear-gradient(#FFFFFF, #EBEBEB);
	background: -o-linear-gradient(#FFFFFF, #EBEBEB);
	background: linear-gradient(#FFFFFF, #EBEBEB);
	-pie-background: linear-gradient(#FFFFFF, #EBEBEB);
	*/
	background: #FFFFFF url(/images/design/bg_content_blur_1.jpg) no-repeat top right;
	background-size: cover;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:4px solid #3b5681;
	padding: 0px;
	position: relative;
	margin: 20px auto 20px auto;
	/* PIE */
	behavior: url(/PIE.php);
}

.vetSupportContentPad
{
	padding: 5px 3% 5px 3%;	
	background: url(/images/design/transparent-white-fill-75.png) repeat top left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* PIE */
	behavior: url(/PIE.php);
}

#vsfHeader{
	width: 100%;
	height: 70px;
	display: block;
	color: #FFFFFF;
}

#vsfBody{
	margin: 20px auto 0 auto;
	width: 100%;
	height: 75%;
	display: block;
	position: relative;
	min-width: 300px;
	padding-bottom: 100px;
}

#vsfQuestionsWrapper{
	vertical-align: top;
	display: inline-block;
	width: 60%;
	margin: 0 20px 0 0;
	padding-bottom: 20px;
	min-width: 300px;
	max-width: 700px;
}

#vsfAnswersWrapper{
	vertical-align: top;
	display: inline-block;
	width: 30%;
	height: auto;
	padding-bottom: 20px;
	min-width: 300px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #DEDEDE;
	text-align: center;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

.vsfQuestion, #vsfAnswersHeader{
	width: 100%;
	min-height: 50px;
}

.vsfAnswers{
	color: #000;
}

.answerList{
	width: 100%;
	display: block;
	text-align: center;
	overflow: auto;
	padding: 0;
	margin: 0;
	min-width: 300px;

}

.answerList li{
	display: table;
	float: left;
	width: 125px!important;
	max-width: 125px!important;
	height: 75px;
	padding: 10px 5px 10px 5px;
	margin: 10px;
	text-align: center;
	vertical-align: top;
	border-radius: 10px;
	box-shadow: 0 0 10px #000;
	font-weight: bold;
	word-break:break-strict;
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#bf3a4b, #ad202e);
	background: -moz-linear-gradient(#bf3a4b, #ad202e);
	background: -ms-linear-gradient(#bf3a4b, #ad202e);
	background: -o-linear-gradient(#bf3a4b, #ad202e);
	background: linear-gradient(#bf3a4b, #ad202e);
	-pie-background: linear-gradient(#bf3a4b, #ad202e);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #ffffff;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#ffffff;
	font-size:20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#vsfAnswers .answerList li a
{
	color: #FFFFFF;	
}

.clearfix{
	
}

.answerList li:hover{
	cursor: pointer;
	color: #FFFFFF;
	background: #ad202e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#ad202e,#bf3a4b);
	background: -moz-linear-gradient(#ad202e, #bf3a4b);
	background: -ms-linear-gradient(#ad202e, #bf3a4b);
	background: -o-linear-gradient(#ad202e, #bf3a4b);
	background: linear-gradient(#ad202e, #bf3a4b);
	-pie-background: linear-gradient(#ad202e, #bf3a4b);
	/* PIE */
	behavior: url(/PIE.php);
}

.answerList li span{
	display: table-cell;
	vertical-align: middle;
}


#reviewAnswerList{
	text-align: center;
	display: block;
	list-style-type: none;
	margin: 3px;
	padding: 0px;
}

#reviewAnswerList li{
	display: block;
	margin: 5px 0 0 6px;
	padding: 3px 5px;
	text-align: center;
	width: 90%;
	word-wrap: break-word;
}

#reviewAnswerList li:hover{
	cursor: pointer;
	background: #bf3a4b;
	color: #FFF;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}


#location_status{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(255,255,255,0.8);
	display: block;
	vertical-align: middle;
}

#locationDetectTitle{
	font-size: 18px;
	display: block;
	text-align: center;
	color: #00349E;
}

#status{
	margin-top: 10px;
	display: block;
	font-size: 14px;
	color: black;
	text-align: center;
}

#locationStatusWrapper{
	display: block;
	margin: auto auto;
}

.infoWindow h2{
	color: #00216F;
	font-weight: 700;
	font-size: 16px;
}

.infoWindowParagraph{
	margin: 2px;
	color: #000000;
	font-size: 12px;
}

.infoWindow a{
	color: #0020B7;
}

#vsfResultsWrapper{
	display: block;
	margin: 0px auto 30px auto;
	width: 100%%;
	padding-bottom: 30px;
}


#vsfResultsWrapper #map_canvas{
	margin-bottom: 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #CCCCCC;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#vsfResultsWrapper h1{
	margin-left: 10px;
	color: #002F6F;
}


.resultListing{
	position: relative;
	margin: 30px 25px;
	padding: 5px 25px 15px 25px;
	border-bottom: 1px solid #CCCCCC;
}

.resultListing h3 {
	display: block;
	margin: 3px 0;
	color: #002784;
	font-weight: 700;	
}

.resultListing .distance{
	position: absolute;
	top: 5px;
	right: 15px;
	font-weight: 700;
}

.vsfResultImage{
	display: inline-block;
	width: 75px;
	height: 75px;
	vertical-align: top;
}

.resultListing .description{
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	width: 80%;	
}

.resultListing .directions{
	width: 90%;
	display: block;
	text-align: right;
}

#bodyWrap .smallHREFButtonRed
{
	/*float: right;*/
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#bf3a4b, #ad202e);
	background: -moz-linear-gradient(#bf3a4b, #ad202e);
	background: -ms-linear-gradient(#bf3a4b, #ad202e);
	background: -o-linear-gradient(#bf3a4b, #ad202e);
	background: linear-gradient(#bf3a4b, #ad202e);
	-pie-background: linear-gradient(#bf3a4b, #ad202e);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #ffffff;
	cursor:pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#ffffff;
	font-size:14px;
	padding: 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#bodyWrap .smallHREFButtonRed:hover
{
	color: #FFFFFF;
	background: #ad202e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#ad202e,#bf3a4b);
	background: -moz-linear-gradient(#ad202e, #bf3a4b);
	background: -ms-linear-gradient(#ad202e, #bf3a4b);
	background: -o-linear-gradient(#ad202e, #bf3a4b);
	background: linear-gradient(#ad202e, #bf3a4b);
	-pie-background: linear-gradient(#ad202e, #bf3a4b);
	/* PIE */
	behavior: url(/PIE.php);
}
	
	
#bodyWrap .largeHREFButtonRed
{
	/*float: right;*/
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#bf3a4b, #ad202e);
	background: -moz-linear-gradient(#bf3a4b, #ad202e);
	background: -ms-linear-gradient(#bf3a4b, #ad202e);
	background: -o-linear-gradient(#bf3a4b, #ad202e);
	background: linear-gradient(#bf3a4b, #ad202e);
	-pie-background: linear-gradient(#bf3a4b, #ad202e);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #ffffff;
	margin: -20px auto 150px auto;
	cursor:pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 700;
	color:#ffffff;
	font-size:28px;
	padding: 5px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#bodyWrap .largeHREFButtonRed:hover
{
	color: #FFFFFF;
	background: #ad202e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#ad202e,#bf3a4b);
	background: -moz-linear-gradient(#ad202e, #bf3a4b);
	background: -ms-linear-gradient(#ad202e, #bf3a4b);
	background: -o-linear-gradient(#ad202e, #bf3a4b);
	background: linear-gradient(#ad202e, #bf3a4b);
	-pie-background: linear-gradient(#ad202e, #bf3a4b);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#bodyWrap .smallHREFButtonBlue
{
	/*float: right;*/
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	background: #1373c2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#184a7b), to(#0c2f60));
	background: -webkit-linear-gradient(#184a7b, #0c2f60);
	background: -moz-linear-gradient(#184a7b, #0c2f60);
	background: -ms-linear-gradient(#184a7b, #0c2f60);
	background: -o-linear-gradient(#184a7b, #0c2f60);
	background: linear-gradient(#184a7b, #0c2f60);
	-pie-background: linear-gradient(#184a7b, #0c2f60);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:8px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}
#bodyWrap .smallHREFButtonBlue:hover {
	background: #bf3a4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0c2f60), to(#184a7b));
	background: -webkit-linear-gradient(#0c2f60,#184a7b);
	background: -moz-linear-gradient(#0c2f60, #184a7b);
	background: -ms-linear-gradient(#0c2f60, #184a7b);
	background: -o-linear-gradient(#0c2f60, #184a7b);
	background: linear-gradient(#0c2f60, #184a7b);
	-pie-background: linear-gradient(#0c2f60, #184a7b);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#vsfHeader .smallHREFButtonBlue
{
	float: right;	
}

#bodyWrap .smallHREFButtonRed:hover
{
	color: #FFFFFF;
	background: #ad202e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3a4b), to(#ad202e));
	background: -webkit-linear-gradient(#ad202e,#bf3a4b);
	background: -moz-linear-gradient(#ad202e, #bf3a4b);
	background: -ms-linear-gradient(#ad202e, #bf3a4b);
	background: -o-linear-gradient(#ad202e, #bf3a4b);
	background: linear-gradient(#ad202e, #bf3a4b);
	-pie-background: linear-gradient(#ad202e, #bf3a4b);
	/* PIE */
	behavior: url(/PIE.php);
}

#welcomeScreen{
	display: block;
	position: relative;
	width: 90%;
	height: 100%;
	padding: 5% 5% 5% 5%;
	top:0;
	left:0;
}

#interfaceScreen
{
	display: none;	
	position: relative;
	width: 90%;
	height: 100%;
	padding: 5% 5% 5% 5%;
}

#interfaceScreen.interfaceScreenVisible
{
	display: block;	
}


/* END VET SUPPORT CSS *************************************************/

.boxAd
{
	width: 300px;
	height: 250px;
	border: 1px solid #CCCCCC;
}



/* Heroes Depot */

#depotItemsTable{
	padding: 0 10px 30px 10px;
	margin: 0 0 15px 0;
	background: rgba(230,230,230,0.51);
	background: -moz-linear-gradient(top, rgba(230,230,230,0.51) 0%, rgba(255,255,255,0.51) 21%, rgba(255,255,255,0.5) 79%, rgba(230,230,230,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,0.51)), color-stop(21%, rgba(255,255,255,0.51)), color-stop(79%, rgba(255,255,255,0.5)), color-stop(100%, rgba(230,230,230,0.5)));
	background: -webkit-linear-gradient(top, rgba(230,230,230,0.51) 0%, rgba(255,255,255,0.51) 21%, rgba(255,255,255,0.5) 79%, rgba(230,230,230,0.5) 100%);
	background: -o-linear-gradient(top, rgba(230,230,230,0.51) 0%, rgba(255,255,255,0.51) 21%, rgba(255,255,255,0.5) 79%, rgba(230,230,230,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(230,230,230,0.51) 0%, rgba(255,255,255,0.51) 21%, rgba(255,255,255,0.5) 79%, rgba(230,230,230,0.5) 100%);
	background: linear-gradient(to bottom, rgba(230,230,230,0.51) 0%, rgba(255,255,255,0.51) 21%, rgba(255,255,255,0.5) 79%, rgba(230,230,230,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=0 );
	overflow: auto;
}

#depotItemsTable:after{
	content: '.';
	color: #FFF;
}

.depot-item-wrapper{
	float: left;	
	margin: 10px;
	width: 300px;
	display: block;
	height: 400px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #999;
}

.depotTitle {
	margin: 10px 0;
	display: block;
	width: 100%;
	
}

.depotTitle h3{
	margin: 0;
	display: inline-block;
}

.depotDescription input{
	display: block;
	width: 120px;
	margin: 0 auto;
}

.depotPhoto{
	display: block;
	text-align: center;
	margin-top: 15px;
}

.depotPhoto img{
	width: 75%;
	max-height: 175px;
}

.depot-text-wrapper{
	width: 75%;
	margin: 0 auto;
	display: block;	
}


.depotRequest{
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}

.dotRequest:last-child{
	border-bottom: 0;
}

.requestErrorMsg{
	display: block;
	font-size: 10px;
	text-align: left;
	margin-top: 10px;	
}

.depotPhoto img{
	/* PIE */
	behavior: url(/PIE.php);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	box-shadow: -2px 4px 5px #999;
}

/*ShareThis related styles*/
#involved-share{
	position: absolute;
	top: -50px;
	left: 33%;
	/*width: 100%;*/
}


/* NEWS STYLES */

.newsWrapper { 
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.newsImageWrapper {
	width: 200px;
	height: 120px;
	display: inline-block;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #999;
	border: 5px solid #FFF;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
}

.newsImageWrapper img{
	display:block;
	width: 100%;
	height:100%;
}

.newsDetailsWrapper{
	display: inline-block;
	vertical-align: top;
	width: 500px;
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
}

.newsTitle, .newsDate, .newsSummary{
	vertical-align: top;
}

.newsDate{
	font-size: 14px;
	color: #000;
	font-weight: 700;
	padding: 2px 0;
}

.newsSummary{
	font-size: 14px;
}

.readMore{
	font-size: 14px !important;
	color: #000846;
}

.newsImageWrapperHome{
    width: 220px;
    height: 120px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #999;
    border: 5px solid #FFF;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsDetailWrapperHome{
    display: inline-block;
    vertical-align: top;
    width: 55%;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
}

.therm {
	border: 0px !important;
	background: none !important;
	padding: 0px !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}