﻿           
/**** Elements ****/
body
{
	background: url(Images/BodyBG.jpg);
	position: relative;
}

h2
{
	color: #003f72;
	font-size: 24px;
	margin: 20px 0;
}
h3
{
	color: #555555;
	font-size: 20px;
	margin: 20px 0;
}
h4
{
	color: #0083be;
	font-size: 16px;
	margin: 15px 0;
}

h2.MarginTop
{
	margin-top: 30px;
}
h2.SmallMargin, h3.SmallMargin
{
	margin-bottom: 10px;
}

p
{
	margin: 15px 0;
}

a
{
	color: #c4262e;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a.Blue
{
	color: #0083be;
}

.nowrap {
    white-space: nowrap;
}

input, textarea
{
	font-family: Arial;
}

.DefaultTextBox
{
	background-color: #efefef;
	border: 1px solid #999;
	color: #333;
	padding: 3px;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.DefaultButton
{
	background-color: #c6c6c6;
	border: 1px solid #696969;
	color: #333;
	font-size: 13px;
	padding: 2px 5px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.DefaultDropDownList
{
	background-color: #efefef;
	border: 1px solid #999;
	color: #333;
	padding: 2px;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.WhiteBg
{
    background:#ffffff;
}
/**** Template ****/
#pnlPageContainer
{
	background: White url(Images/PageBG.jpg) repeat-x;
}
#pnlTopLinksBar
{
	background: url(Images/TopLinksBG.png) repeat-x;
	height: 39px;
}

#pnlTopLinksBar div.Links
{
	margin: 0 auto;
	text-align: center;
}
ul#TopLinks
{
	line-height: 36px;
	list-style-type: none;
}
ul#TopLinks li
{
	display: inline;
	margin: 0 6px;
}
ul#TopLinks li a
{
	color: #c0bcb5;
	font-size: 14px;
	text-decoration: none;
}
ul#TopLinks li.RootLink a
{
	color: White;
}
ul#TopLinks li.SmallArrow
{
	background: url(Images/SmallGrayArrow.png) no-repeat center;
	height: 39px;
	margin-right: 4px;
	width: 9px;
}

#pnlHeader
{
	margin: 10px auto 0 auto;
}
.mobileLinkDiv
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:block;
    margin:5px 0;
}
.mobileLinkDiv a
{
    float:right;
    font-weight:bold;
    
}
#pnlContentContainer
{
	background: url(Images/RibbonEnds.png) no-repeat;
	clear: both;
	margin: 0 auto;
}

#pnlContent
{
	background: White url(Images/ContentBG.png) no-repeat;
	background-position: center 50px;
	color: #6a6a6a;
	margin: 0 58px;
}
#pnlPageContent .ContentPadding
    
{
   
   padding: 15px 30px 30px;
   background:#ffffff;

}

#pnlPageContent .ContentDivider
{
	background: url(Images/ContentDividerBG.png) repeat-x;
	height: 5px;
	margin: 30px 0;
	text-align: center;
}
#pnlPageContent .ContentDivider h3
{
	background-color: White;
	display: inline;
	padding: 0 5px;
	position: relative;
	text-align: center;
	top: -9px;
}
#pnlPageContent .ContentVerticalDivider
{
	background: url(Images/ContentVerticalDividerBG.png) repeat-y;
	float: left;
	margin: 0 30px;
	width: 4px;
}
#pnlPageContent ul.StandardList, #pnlPageContent ol.StandardList
{
	list-style-type: disc;
	margin: 20px 0 20px 30px;
}
#pnlPageContent ul.StandardList li, #pnlPageContent ol.StandardList li
{
	margin: 10px 0;
}

#pnlRibbon
{
	background: url(Images/RibbonBG.png) repeat-x;
	height: 50px;
}
#pnlRibbon #RibbonTagline
{
	background: url(Images/RibbonTagline.png) no-repeat center;
	float: left;
	height: 50px;
	margin-left: 10px;
	width: 333px;
}


#pnlRibbon .RibbonTagline
{
	background: url(Images/RibbonTagline.png) no-repeat center;
	float: left;
	height: 50px;
	margin-left: 10px;
	width: 333px;
		
}


#pnlRibbon .RibbonTagline2
{

	background: url(Images/RibbonTaglineMCL.png) no-repeat center;
	float: left;
	height: 50px;
	margin-left: 0px;

	width: 391px;
	
}


#pnlRibbon #RibbonTagline h2
{
	color: #b1cce6;
	display: none;
	font-size: 15px;
	line-height: 50px;
}
ul#RibbonMenu
{
	float: right;
	list-style-type: none;
	margin-right: -8px;
}
ul#RibbonMenu li
{
	background: url(Images/RibbonMenuDivider.png) no-repeat;
	display: block;
	float: left;
	position: relative;
	z-index: 501;
}
ul#RibbonMenu li a
{
	color: White;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 50px;
	margin-left: 2px;
	padding: 0 10px 0 10px;
	text-decoration: none;
}
ul#RibbonMenu li.Hover
{
	background-color: #013f72;
}
ul#RibbonMenu li a.Selected
{
	background: url(Images/RibbonSelectedBG.png) repeat-x;
}
ul#RibbonMenu li.Hover a.Selected
{
	background-image: none;
}
ul#RibbonMenu ul.SubMenu
{
	background-color: #013f72;
	display: none;
	list-style-type: none;
	padding: 5px 15px;
	position: absolute;
	right: 0px;
	top: 50px;
	width: 140px;
	z-index: 500;
	
	box-shadow: 0 3px 4px #787878;
	-moz-box-shadow: 0 3px 4px #787878;
	-webkit-box-shadow: 0 3px 4px #787878;
}
ul#RibbonMenu ul.SubMenu li
{
	background-image: none;
	float: none;
}
ul#RibbonMenu ul.SubMenu li a
{
	float: none;
	font-size: 14px;
	line-height: normal;
	margin: 10px 0;
	padding: 0;
}
ul#RibbonMenu ul.SubMenu li a:hover
{
	background-color: transparent;
	text-decoration: underline;
}

#pnlFooter {
    /*	background: url(Images/FooterBG18x265.png) repeat-x;
	height: 265px;
    */
    border-bottom: #c4252d solid 15px;
    background: #174170 !important;
    height: 280px !important;
}
#pnlFooter .ContentPadding
{
	padding: 10px 30px 0 30px;
}
#pnlFooter .FooterVerticalDivider
{
	background: url(Images/FooterVerticalDivider.png) no-repeat;
	float: left;
	height: 152px;
	margin: 0 15px;
	width: 2px;
}

#pnlFooter ul.FooterNav
{
	float: left;
	list-style-type: none;
	margin: 0 10px;
	max-width: 135px;
}
#pnlFooter ul.FooterNav li
{
	margin: 5px 0;
}
#pnlFooter ul.FooterNav li.Heading
{
	color: White;
	font-size: 18px;
	margin-bottom: 10px;
}
#pnlFooter ul.FooterNav li a
{
	color: #7692ac;
}
#pnlFooter ul.FooterNav li.Heading a
{
	color: White;
}

#pnlBottomPartners
{
	margin: 30px auto;
	text-align: center;
}

/**** Inside Pages ****/
#pnlBreadcrumbBar
{
	background: url(Images/BreadcrumbBarBG.png) no-repeat;
	height: 50px;
	margin: 0 1px;
	overflow:hidden;
}
#pnlBreadcrumbBar #BreadcrumbText
{
	color: #747474;
	float: left;
	line-height: 50px;
}
#pnlBreadcrumbBar #BreadcrumbText span
{
	float: left;
}
#pnlBreadcrumbBar #BreadcrumbText a
{
	float: left;
}
#pnlBreadcrumbBar #BreadcrumbText .BreadcrumbTextDivider
{
	background: url(Images/BreadcrumbTextDivider.png) no-repeat center center;
	float: left;
	height: 50px;
	margin: 0 10px;
	width: 4px;
}
#pnlBreadcrumbBar #BreadcrumbSocialLinks
{
	float: right;
	margin-top: 17px;
}

#pnlBreadcrumbBar ul.BreadcrumbNav
{
	float: right;
	list-style-type: none;
}
#pnlBreadcrumbBar ul.BreadcrumbNav li
{
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
}
#pnlBreadcrumbBar ul.BreadcrumbNav li.Selected
{
	background: url(Images/BreadcrumbNavSelected.png) no-repeat center bottom;
}
#pnlBreadcrumbBar ul.BreadcrumbNav li a
{
	color: #1588be;
	font-size:13px;
}
#pnlBreadcrumbBar ul.BreadcrumbNav li.Selected a
{
	color: #9c9c9c;
}

.ContentHeading
{
	height: 50px;
	margin: 0 0 30px -29px;
}

.ContentArea
{
	width: 630px;
}
.ContentArea h2
{
	margin-top: 30px;
}
.ContentArea strong, #pnlPageContent strong
{
	color: #333333;
}
.ContentArea ul, .ContentArea ol
{
	margin: 20px 0 20px 40px;	
}
.ContentArea ul li, .ContentArea ol li
{
	margin: 5px 0;
}
.ContentArea ul.ListItemMarginsLarge li, .ContentArea ol.ListItemMarginsLarge li
{
	margin: 10px 0;
}

p.RadioButtonDescription
{
	color: #6a6a6a;
	font-size: 13px;
}

#pnlRightContent
{
	background-color: #e4e4e4;
	float: right;
	margin-left: 30px;
	padding: 20px;
	width: 200px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#pnlRightContent p
{
	margin: 10px 0 0 0;
}
#pnlRightContent .RightContentDivider
{
	background: url(Images/RightContentDividerBG.png) repeat-x;
	height: 5px;
	margin: 20px 0;
}

.RelatedLinks
{
}
.RelatedLinks h3
{
	margin-bottom: 15px;
}
.RelatedLinks a
{
	float: left;
}
.RelatedLinks .RelatedLinksDivider
{
	background: url(Images/BreadcrumbTextDivider.png) no-repeat center center;
	float: left;
	margin: 0 8px;
	width: 4px;
}

/**** Pages - Default ****/
#HomepageContent h2, #HomepageContent h3
{
	margin-top: 0;
}
#HomepageContent h2
{
	font-size: 22px;
}
#HomepageContent h3
{
	font-size: 18px;
}

#pnlHomeIntro {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 253px;
    margin: 0px;
    overflow: hidden;
    padding: 25px 30px 0;
    width: auto;
}
#HomeRotator 
{
	float: left;
    height: 242px;
    overflow: hidden;
    position: relative;
    width: 460px;
}



.introText
{
    width:437px;
    height:140px;
    overflow:hidden;
    float:left;
    padding:0 0 0 28px;
    font-weight:500;
    background:url(Images/SPM/introTextBg.jpg) no-repeat;
}

#pnlHomeIntroText h2
{
	font-size: 20px;
	margin-bottom: 15px;
}

#pnlHomeIntroText a {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    padding:0;
    margin:0;
    float:left;
}
#pnlHomeIntroText p a
{
    float:none;
    display:inline;

  
}
#pnlHomeIntroText a img
{
    display:block;
    border:none;
}
#HomeActNowBox
{
	background: url(Images/HomeActNowBoxExtended.png) no-repeat;
	float: left;
	height: 308px;
	width: 435px;
}
#HomeLearnNowBox
{
	background: url(Images/HomeLearnNowBoxExtended.png) no-repeat;
	float: right;
	height: 308px;
	width: 435px;
}

.HomeActNowBox ul.ActNowButtons
{
	list-style-type: none;
	margin: 80px 0 0 20px;
}
.HomeActNowBox ul.ActNowButtons li
{
	margin: 5px 0;
}
.HomeActNowBox ul.ActNowButtons li a, a.ActNowButton
{
	background: url(Images/HomeActNowButtons2.png) no-repeat;
	display: block;
	height: 38px;
	overflow: hidden;
	text-indent: -1000px;
	width: 340px;
}
.HomeActNowBox ul.ActNowButtons li a:hover, a.ActNowButton
{
	text-decoration: none;
}


.HomeActNowBox ul.ActNowButtons li.VeteransChat a, a.ActNowButton.VeteransChat
{  
	background-position: 0 0px;
	color:white

	
}

.HomeActNowBox ul.ActNowButtons li.Text a, a.ActNowButton.Text
{   color: White;
	background-position: 0px -38px;
	/*background-color: #9a1e24;*/

}

.HomeActNowBox ul.ActNowButtons li.SelfCheckQuiz a, a.ActNowButton.SelfCheckQuiz
{
	background-position: 0 -76px;
}
.HomeActNowBox ul.ActNowButtons li.HomelessChat a, a.ActNowButton.HomelessChat
{
	background-position: 0 -114px;
}
.HomeActNowBox ul.ActNowButtons li.WarningSigns a, a.ActNowButton.WarningSigns
{
	background-position: 0 -152px;
}
.HomeActNowBox ul.ActNowButtons li.Concerned a, a.ActNowButton.Concerned
{
	background-position: 0 -190px;
}
.HomeActNowBox ul.ActNowButtons li.Resources a, a.ActNowButton.Resources
{
	background-position: 0 -228px;
}


.HomeActNowBox ul.ActNowButtons li.AboutCrisis a, a.ActNowButton.AboutCrisis
{
	background-position: 0 -266px;
}

.HomeActNowBox ul.ActNowButtons li.DeafSupport a, a.ActNowButton.DeafSupport
{
	background-position: 0 -304px;
}




#pnlContent .HomeContentDivider
{
	background: url(Images/HomeContentDivider.png) no-repeat;
	clear: both;
	height: 22px;
	margin: 10px 0;
}

/**** Pages - ChatTermsOfService.aspx ****/
.ChatTermsOfServiceBox
{
	background: #f1f1f1; 
	border: 1px solid #ccc; 
	color: #101010; 
	font-family: Arial;
	font-size: 12px;
	height: 370px;
	padding: 10px 20px; 
	overflow: auto; 
}
.ChatTermsOfServiceBox h4
{
	color: #101010;
	font-family: Arial;
	font-size: 13px;
	margin: 10px 0;
	text-decoration: underline;
}
.ChatTermsOfServiceBox p
{
	margin: 10px 0;
}
/****Pages -TextTermsOfService.aspx ****/
.TextTermsOfServiceBox
{
    background: #f1f1f1; 
	border: 1px solid #ccc; 
	color: #101010; 
	font-family: Arial;
	font-size: 12px;
	height: auto;
	padding: 10px 20px; 
	overflow: auto; 
}
.TextTermsOfServiceBox h4
{
	color: #101010;
	font-family: Arial;
	font-size: 13px;
	margin: 10px 0;
	text-decoration: underline;
}
.TextTermsOfServiceBox p
{
	margin: 10px 0;
}
/**** Pages - Resources/SpreadTheWord.aspx ****/
.SpreadTheWordBox
{
	background: url(Images/Resources/SpreadTheWord/SpreadTheWordBoxBG.png) no-repeat;
	height: 279px;
	margin: 20px 0;
	width: 630px;
}
.SpreadTheWordBox .BoxContentPadding
{
	padding: 17px 30px 0 20px;
}
.SpreadTheWordBox h2
{
	color: White;
	font-size: 24px;
	margin: 0 0 30px 0;
}
.SpreadTheWordBox p
{
	margin: 15px 0;
}

/**** Classes ****/
.MinContentContainerWidth
{
	min-width: 1076px;
}
.ContentContainerWidth
{
	width: 1076px;
}
.MinContentWidth
{
	min-width: 960px;
}
.ContentWidth
{
	width: 960px;
}

.NoMargin
{
	margin: 0;
}

/**** Panels ****/
.HighlightPanel
{
	background-color: #eee;
	border: 1px solid #b7b7b7;
	margin: 20px 0;
	padding: 15px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	box-shadow: 0 3px 5px #ddd;
	-moz-box-shadow: 0 3px 5px #ddd;
	-webkit-box-shadow: 0 3px 5px #ddd;
}

.BlueHighlightPanel
{
	background-color: #e6f0f5;
	border: 1px solid #9bc5d7;	
	margin: 15px 0;
	padding: 15px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.LightPanel
{
	background-color: #eee;
	margin: 15px 0;
	padding: 10px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.FormPanel label
{
	color: #333;
	display: inline-block;
	width: 150px;
}
.FormPanel p *
{
	vertical-align: middle;
}

/**** Colors & Fonts ****/
.BlueText
{
	color: #003f72;
}
.MediumBlueText
{
	color: #0083be !important;
}
.LightBlueText
{
	color: #42a2cd;
}
.RedText
{
	color: #c4262e;
}
.GrayText
{
	color: #555555;
}
.LightGrayText
{
	color: #909090;
}
.StandardText
{
	color: #6a6a6a;
}
.DarkText
{
	color: #333333;
}

.FontSizeLarge
{
	font-size: 16px;
}
.FontSizeNormal
{
	font-size: 15px;
}
.FontSizeSmall
{
	font-size: 14px;
}
.FontSizeVerySmall
{
	font-size: 13px;
}

.MediumBorder
{
	border: 2px solid #bbbbbb;
}
.Font24
{
    font-size:24px !important;
}

/* START additional information */

#TopSpace{
margin-top:130px;
}

a#militarysuicide
{
z-index: -1;

}

a#resources
{
margin-top: -60px;

z-index: -1;

}

a.sections
{
    float:left;  font-size:22px; font-weight:bold;  margin-bottom:20px; padding-bottom:10px; padding-top:20px;
    color:#003F72; text-decoration:none;  border-bottom:solid 1px #CCCCCC;
    width:600px;
}


ul li.linklist
{
font-size:10px;
color:#C4262E;
    
}

ul li.linklist a
{font-weight: bold; font-size:15px;
}

ul.orgs
{
display: block;
    height: auto;
    list-style: none;
    margin-left: 0;
    overflow: hidden;
    width: 630px;

}


ul.orgs li
{
    /*width:191px; height:190px; padding-right:17px; font-size:13px; padding-bottom:9px; line-height:18px;  float: left;*/
     width:192px; height:190px; padding-right:17px; font-size:13px; padding-bottom:9px; line-height:18px; 
float:left;
}




ul.orgs li#height
{
height:160px;

}



ul.orgs li a
{
     margin-top:50px;  
    
     
}


ul.orgs li a p
{
margin-top: 5px; padding-bottom:0;
}

/*
ul.orgs li a div
{

 padding-top: 5px;
 

}*/


/* END additional information */

/* Accessablility Page Options For Deaf */


#Christian
{
	float:right;
	padding-left: 10px;
}


#DeafActNowBox
{
	float: left;
	height: 200px;
	width: 350px;

}

.DeafActNowBox ul.ActNowButtons
{
	background-image:url('/VeteransWebsiteV3/Accessability/ChristianSarcona.jpg');
	list-style-type: none;
	margin: 50px 0 0 00px;
}
.DeafActNowBox ul.ActNowButtons li
{
	margin: 5px 0;
	
}
.DeafActNowBox ul.ActNowButtons  a 
{
	background: url(Images/GetHelp/Accessability/DeafButtons.png) no-repeat;
	display: block;
	height: 37px;
	overflow: hidden;
	text-indent: -1000px;
	width: 340px;
}
.DeafActNowBox ul.ActNowButtons li a:hover
{
	text-decoration: none;
}


.DeafActNowBox ul.ActNowButtons li.VeteransChat a
{  
	background-position: 0 0px;
	color:white

	
}

.DeafActNowBox ul.ActNowButtons li.Text a
{   color: White;
	background-position: 0 -52px;
	

}


.DeafActNowBox ul.ActNowButtons li.HomelessChat a
{
	background-position: 0 -103px;
}

	
/* End Options For Deaf*/

/* Get Help Page*/

.GetHelpMainText
{
	width:400px;
	margin-right:0px;
	
	}

#GetHelpActNowBox
{
	float: left;
	height: 568px;
	width: 350px;

}

.GetHelpActNowBox ul.ActNowButtons
{

	list-style-type: none;
	margin: 30px 0 0 00px;
}
.GetHelpActNowBox ul.ActNowButtons li
{
	margin: 5px 0;
	
}
.GetHelpActNowBox ul.ActNowButtons  a 
{
	background: url(Images/GetHelp/GetHelpButtons.png) no-repeat;
	display: block;
	height: 37px;
	overflow: hidden;
	text-indent: -1000px;
	width: 340px;
}
.z ul.ActNowButtons li a:hover
{
	text-decoration: none;
}


.GetHelpActNowBox ul.ActNowButtons li.VeteransChat a
{  
	background-position: 0 0px;
	color:white

}

.GetHelpActNowBox ul.ActNowButtons li.MilitaryChat a
{   color: White;
	background-position: 0 -52px;
	}


.GetHelpActNowBox ul.ActNowButtons li.HomelessChat a
{
	background-position: 0 -103px;
}

.GetHelpActNowBox ul.ActNowButtons li.Text a
{
	background-position: 0 -157px;
}
.GetHelpActNowBox ul.ActNowButtons li.DeafSupport a
{
	background-position: 0 -213px;
}


/*-----------SPM home page--------------*/
.spmDefaultDiv
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    background: #e6e6e6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.spmRibbon
{
    width:960px;
    height:auto;
    overflow:hidden;
    margin:20px auto;
    position:relative;
    text-align:center;
}
.rowDiv
{
    width:960px;
    height:auto;
    overflow:hidden;
    margin:10px auto;
    position:relative;
    
}
.rowDiv .addthis
{
    margin:10px 0;
}
.leftDiv,.rightDiv
{
    width:auto;
    height:auto;
    overflow:hidden;
    text-align:left;
    position:relative;
    display:block;
    float:left;
   
}
.itMattersText
{
    width:450px;
    height:368px;
    overflow:hidden;
    padding:30px 0 0 30px;
}
.itMattersText p
{
    padding:10px 10px;
    margin:0;
}
.marginLR
{
    margin-right:25px;
    margin-left:30px;
}
.Font36
{
    font-size:36px !important;
}
.ItalyText
{
    font-style:italic;
}
.RedBoldTitleText,.BlueBoldTitleText
{
    
    font-weight:bold;
    font-size:18px;
}
.BoldTitleText
{
    font-weight:bold;
    font-size:18px;
    color:#454545;
}
.RedBoldTitleText
{
    color:#bb2226;
}
.BlueBoldTitleText
{
    color:#154172;
}
.twitterItMattersPara
{
   
    margin:20px 0 40px 20px;
    width:310px;
}
.inTheNewsPara
{
    padding:20px 30px 93px 30px;
}

.whatMattersBox
{
    width:560px;
    height:399px;
    overflow:hidden;
    position:relative;
}
   #WhatMattersRotator{
	width:560px;
	height: 399px;
	overflow:hidden;
	position:relative;
}
.whatMattersText
{
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 300px;
    z-index: 11;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.whatMattersText p
{
    margin:20px 0 0 20px !important;
}
.getInvolvedBtn
{
    font-family:Myriad Pro;
    margin:30px 0 10px 20px;
    font-size:32px;
    color:#ffffff;
    font-weight:bold;
    width:250px;
    height:52px;
    line-height:52px;
    overflow:hidden;
    display:block;
    border-radius:4px;
    border: 1px solid #8c0c0b;
    box-shadow:0 3px 5px rgba(0, 0, 0, 0.75);
    text-align:center;
    text-shadow: 0 -1px rgba(0,0,0,0.35);
     background: #c22227; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyMjIyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTEzMTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c22227 0%, #651315 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c22227), color-stop(100%,#651315)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c22227 0%,#651315 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c22227 0%,#651315 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c22227 0%,#651315 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c22227 0%,#651315 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c22227', endColorstr='#651315',GradientType=0 ); /* IE6-8 */

}
.WhiteTitleFont36Text
{
    font-size:36px;
    color:#ffffff;
    font-weight:bold;
}
.twitterVCL
{
    position:relative;
    margin-left:20px;
    padding-bottom:20px;
    margin-top:15px;
    width:310px;
    height:auto;
    overflow:hidden;
    background: url(Images/ContentDividerBG.png) repeat-x bottom;
}
.twitterHeader
{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-left:52px;
    font-size:24px;
    font-weight:bold; 
     
   
}
.twitterVCLIcon
{
    position:absolute;
     background: url(Images/SPM/twitter.png) no-repeat;
     width:42px;
     height:52px;
     overflow:hidden;
     top:-10px;
}
/*----------SPM Gallery--------------*/
.loading
{
    background:url(Images/loading.gif) no-repeat center;
    display:none;
    width:100%;
    height:32px;
    overflow:hidden;
}
.spmGalleryContainer
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    background: #e6e6e6; /* Old browsers */
}

.spmGalleryContainer .topSection
{
    width:958px;
    height:407px;
    overflow:hidden;
    text-align:center;
    margin:0 auto;
    background: url(Images/SPM/mattersBg.jpg) no-repeat center;
}
.topSection .t_content
{
    width:480px;
    height:407px;
    overflow:hidden;
    float:right;
    margin-right:30px;
    text-align:left;
    color:#ffffff;
    padding-top:40px;
}
.t_content .titleText
{
    font-size:40px;
    font-weight:bold;
    color:#ffffff;
}
.shareBtn
{
    width:300px;
    height:56px;
    overflow:hidden;
    display:block;
    border-radius:4px;
    border: 1px solid #999898;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
    text-align:center;
    background: #eaeaea; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eaeaea 0%, #bcbcbc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eaeaea 0%,#bcbcbc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-8 */
}
.shareBtn > a
{
    color: #565658;
    display: block;
    font-size: 30px;
    height: 100%;
    line-height: 56px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.socialMedias
{
    margin:15px 0;
}
.spmGalleryContainer .toMe
{
    width:958px;
    height:126px;
    overflow:hidden;
    text-align:center;
    margin:0 auto;
    background: url(Images/SPM/toMe.jpg) no-repeat center;
}
.spmGalleryContainer #GallerySection
{
    width:928px;
    padding:0 15px;
    height:auto;
    overflow:hidden;
    text-align:center;
    margin:0 auto;
    background-image: url(Images/SPM/galleryBg.png);
    background-repeat:repeat;
}
#GalleryCount
{
    display:block;
    text-align:center;
    margin:20px 0;
    color:#484848;
    font-weight:600;
    font-size:24px;
}

#GalleryItems
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    display:block;
}
#GalleryItems a
{
    display:inline;
    float:left;
    margin:0 12px 12px 0;
    padding:10px;
    text-decoration:none;
    color:#333333;
    font-size:14px;
    font-weight:600;
    width:273px;
    min-height:100px;
    position:relative;
    text-align:left;
    background:#ffffff;
}
#GalleryItems .item .caption
{
    display:none;
    width:273px;
    position:absolute;
    bottom:10px;
    left:10px;
    
}
.caption > span {
    background: none repeat scroll 0 0 #faf9f8;
    display: block;
    padding: 10px;
    opacity:0.7;
filter:alpha(opacity=70);
    
}
#Gallery #GalleryItems {display:block;}

.spmGalleryContainer .seeMoreSection
{
     width:958px;
    height:126px;
    overflow:hidden;
    text-align:center;
    margin:0 auto;
    background-image: url(Images/SPM/seeMore.jpg);
    background-repeat:no-repeat;
}
.seeMoreSection ul
{
    width:100%;
    height:auto;
    overflow:hidden;
    list-style:none;
    display:block;
}
.seeMoreSection ul li
{
    width:auto;
    height:auto;
    overflow:hidden;
    display:block;
    float:left;
}
.seeMoreSection .seeMoreBg
{
    width:319px;
    height:118px;
    overflow:hidden;
     background-image: url(Images/SPM/more2a.png);
    background-repeat:no-repeat;
    background-position:-1px -1px;
}
.ValidateErrorText
{
    color:#C62328;
}
.sharePhotoBox
{
    text-align:center;
    width:900px;
    height:auto;
    overflow:hidden;
    position:absolute;
    left:50%;
    top:100px;
    margin-left:-450px;
 
}

.chooseAPhoto
{
    background: url("Images/SPM/chooseAPhoto.png") no-repeat scroll center center transparent;
    height: 223px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 401px;
}
.chooseAPhoto > span
{
    display:inline-block;
    margin-top:135px;
}
.submitFormDiv {
    background-image: url(Images/SPM/galleryBg1.png);
    background-repeat:repeat;
    height: auto;
    margin-left: 90px;
    margin-top: -30px;
    overflow: hidden;
    padding: 30px 0 0px;
    text-align: center;
    width: 718px;
    z-index:1;
     position:relative;
     box-shadow:0 5px 30px rgba(0, 0, 0, 0.75);
}
.share_row1,.share_row2,.share_row3
{
    width:718px;
    height:auto;
    overflow:hidden;
    margin:10px auto;
}
.mattersToMePage .share_row1
{
    width:689px;
}
.share_row2 > p
{
    margin-left:30px;
    margin-right:30px;
    padding:10px;
    display:block;
    text-align:left;
    background:#ffffff;
    border-radius:4px;
    border: 1px solid silver;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
    font-size:14px;
}
.share_row3 a
{
    color:#c62328;
    font-weight:bold;
    text-decoration:underline;
}
.share_row3
{
    text-align:center;
}
.share_row1 li
{
    float:left;
    display:block;
}
.share_row1 li.share_col1
{
    height: auto;
    overflow: hidden;
    padding: 10px 0 0 30px;
    text-align: left;
    width: 200px;
}
.share_row1 li.share_col2
{
    height: auto;
    overflow: hidden;
    width: 488px;
}
.thankYouBox
{
    height: auto;
    overflow: hidden;
    padding: 10px 0 0 30px;
    text-align: left;
    width: 250px;
}
.sharingItMattersBox
{
    height: auto;
    overflow: hidden;
    width: 438px;
}
.addComm
{
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
    display:block;
    margin-top:15px;
   
}
.addComm p
{
    top:0px;
    left:60px;
    position:absolute;
    color: #777777;
}
.addComm textarea
{
    height: auto;
    overflow: hidden;
    padding: 35px 0 0 12px;
    width: 387px;
    border-radius:4px;
    border: 1px solid silver;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
}
.mySubmit
{
    cursor:pointer;
    margin:0 auto;
    font-size:36px;
    color:#ffffff;
    font-weight:bold;
    width:300px;
    height:56px;
    overflow:hidden;
    display:block;
    border-radius:4px;
    border: 1px solid #999898;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
    text-align:center;
   background: #c22227; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyMjIyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTEzMTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c22227 0%, #651315 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c22227), color-stop(100%,#651315)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c22227 0%,#651315 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c22227 0%,#651315 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c22227 0%,#651315 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c22227 0%,#651315 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c22227', endColorstr='#651315',GradientType=0 ); /* IE6-8 */

}
.viewGalleryBtn
{
    font-family:Myriad Pro;
     margin:0 auto;
    font-size:36px;
    color:#ffffff;
    font-weight:bold;
    width:300px;
    height:56px;
    overflow:hidden;
    display:block;
    border-radius:4px;
    border: 1px solid #999898;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
    text-align:center;
    background: #004178; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDE3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDIzNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #004178 0%, #002340 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004178), color-stop(100%,#002340)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #004178 0%,#002340 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #004178 0%,#002340 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #004178 0%,#002340 100%); /* IE10+ */
background: linear-gradient(to bottom,  #004178 0%,#002340 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004178', endColorstr='#002340',GradientType=0 ); /* IE6-8 */

}
.closeWindow
{
    background: #DBDBDB;
    display: block;
    height: 50px;
    margin: 30px 0 0;
    overflow: hidden;
    width: 100%;
}
.closeWindow > a
{
    color:#515151;
    font-weight:bold;
    font-size:20px;
    display: block;
    height: 22px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 0;
    width: 168px;
}
.VList
{
    display:block;
    list-style:none;
    width:361px;
    height:auto;
    overflow:hidden;
    background:#ffffff;
    margin:25px auto;
    text-align:left;
    padding:0 0 30px 20px;
}
.HList {
    display: block;
    float: left;
    height: auto;
    margin: 20px 0;
    overflow: hidden;
    width: 580px;
}
.closeBtn {
    background: url("Images/SPM/closeBtn.png") no-repeat scroll 50% 50% #C4262E;
    border-radius: 4px 4px 4px 4px;
    display: block;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    text-align: center;
    width: 52px;
    float:right;
    margin:20px 0;
}
.VList li
{
    clear:both;
    height: auto;
    width:100%;
    overflow:hidden;
    margin: 4px 0;
    position: relative;
}
.VList li:first-child > p
{
    font-size:34px !important;
}
.thankYou
{
    font-size:46px !important;
}
.VList li > a
{
    width:320px;
    height:52px;
    line-height:52px;
    overflow:hidden;
    display:block;
    border-radius:4px;
    border: 1px solid silver;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
    background: #eaeaea;
    font-weight:bold;
    font-size:20px;
    color:#888888;
}
.HList li > a
{
    background: none repeat scroll 0 0 #EAEAEA;
    border: 1px solid silver;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    color: #888888;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding: 0 5px 0 0;
    width: auto;
}
.leftAlignIcon
{
    background-image: url("Images/SPM/mySMIcons42x52.png");
    background-repeat: no-repeat;
    background-size: 210px 52px;
    float: left;
    height: 52px;
    margin: 0;
    width: 42px;
}
.faceBookIcon
{
    background-position:0 0 !important;
}
.twitterIcon
{
     background-position:-168px 0 !important;
}
.pinterestIcon
{
     background-position:-84px 0 !important;
}
.paddingLR10
{
    padding-left:10px;
    padding-right:10px;
}
.leftAlignText
{
    text-align:left;
    font-size:20px;
}
.headerRibbon
{
    width:899px;
    height:80px;
    overflow:hidden;
    display:block;
     background: url("Images/SPM/ribbonBg.png") no-repeat scroll center center transparent;
     z-index:2;
     position:relative;
}
.headerRibbon p
{
    color:#ffffff;
    font-weight:bold;
    font-size:34px;
}



/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.searchTabDiv ul.searchTabHeader
{
    list-style:none;
    margin:0;
    padding:0;
    display:block;
    height:auto;
    width:100%;
    overflow:hidden;
     margin-left:10px;
}
.searchCond
{

    width:auto;
    height:auto;
    overflow:hidden;
    display:block;
    background:url("Images/searchCondBg.png") repeat;
    padding:10px;
    border:1px solid #dddddd;
    margin-top:-1px;
}
.searchTabDiv {
    display: block;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.searchTabDiv ul.searchTabHeader li
{
    display:inline-block;
    height:auto;
    width: 205px;
    overflow:hidden;
    position:relative;
    background: url("Images/tab-bg-cropped.png") right top no-repeat;
    border-left:1px solid #dddddd;
    float:left;
    margin:0;
}



.hide-tab {
  display: none; }

.searchTabDiv ul.searchTabHeader li.selectedTab
{
     background: url("Images/tab-bg-selected.png") right top no-repeat;
     border-bottom:none;
     height:auto;
}
.searchTabDiv ul.searchTabHeader li.selectedTab.last 
{
    background: url("Images/tab-bg-selected.png") right top no-repeat; 
}

.searchTabDiv ul.searchTabHeader li.last {
  background: url("Images/tab-bg-noShadow.png") right top no-repeat; }

.searchTabDiv ul.searchTabHeader li.selectedTab a
{
     background: none;
     
}
.searchTabDiv ul.searchTabHeader li a
{
    font-family: "myriad-pro-condensed-n6", "myriad-pro-condensed",sans-serif;
    font-style: normal;
    font-weight: 600;
    height: 70px;
    display:block;
    width:100%;
    overflow:hidden;
      background-image: none;
     position:relative;
     text-decoration:none;
     color:#333333;
     font-size:15px;
     font-weight:bold;
}

span.varLogo, span.nrdrLogo, span.samhsaLogo {
  width: auto;
  overflow: hidden;
  padding: 10px 70px 10px 14px;
  height: auto;
  display: block;
  background-position: 89% 0px; }
.varLogo
{
    background:url("Images/varLogo.png") no-repeat;
}
.nrdrLogo
{
     background:url("Images/nrdrLogo.png") no-repeat;
}

span.samhsaLogo {
  background: url("Images/samhsaLogo.png") 85% 10px no-repeat; }


.samhsa-result-box {
  position: relative; }

#searchTerm
{
  
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    display: block;
    height: auto;
    margin: 0 0 0 45px;
    overflow: hidden;
    padding: 4px;
    width: 250px;
    -webkit-box-shadow: -1px -1px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    -1px -1px 1px rgba(50, 50, 50, 0.75);
box-shadow:         -1px -1px 1px rgba(50, 50, 50, 0.75);
}
#SearchBtn,.nrdSearchBtn
{
      cursor:pointer;
    margin:10px 0 10px 10px;
    font-size:18px;
    color:#ffffff;
    font-weight:bold;
    width:150px;
    height:40px;
    overflow:hidden;
    display:block;
    border-radius:4px;
    border: 1px solid #064475;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.73);
    text-align:center;
background: #457398; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NzM5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjQ0NzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #457398 0%, #064475 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#457398), color-stop(100%,#064475)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #457398 0%,#064475 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #457398 0%,#064475 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #457398 0%,#064475 100%); /* IE10+ */
background: linear-gradient(to bottom,  #457398 0%,#064475 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#457398', endColorstr='#064475',GradientType=0 ); /* IE6-8 */


}
.rowBox {
    height: auto;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.contentShadowDivider
{
    background:url('Images/nrdShadowDivider.png') no-repeat bottom;
    padding:0 0 20px;
}
.dataPager > span {
    background: none repeat scroll 0 0 #F1F1F1;
    display: inline-block;
    height: 18px;
    overflow: hidden;
    padding: 6px;
    text-align: center;
    width: 18px;
    color: #a6a6a6;
    font-size: 16px;
    font-weight: bold;
     border-radius:4px;
}
.dataPager a {
    background: none repeat scroll 0 0 #A6A6A6;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 18px;
    overflow: hidden;
    padding: 6px;
    text-align: center;
    width:auto;
    min-width: 18px;
     border-radius:4px;
}

/* samhsa styles */

.expander-trigger, .expander-close {
  display: inline-block;
  text-align: center;
  color: #3C769E;
  padding: 7px 10px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  margin: 0; }
 
.expander-trigger:hover, .expander-close:hover {
    text-decoration: none;
    background: #c0dae6; }

p.expander-trigger-wrap {
  text-align: center;
  width: 100%;
  margin: 0;
  margin: none; }

.expanderBox p.expander-trigger-wrap {
  margin-top: 10px; }

.samhsa-result-box h4 {
  padding-bottom: 10px;
  border-bottom: 1px dotted silver; }

p.samhsa-result {
  width: 50%;
  margin: 0 0 5px 0; }

p.samhsa-result.samhsa-result-distance {
  /*position:absolute;
  right:0;
  top: 75px;*/
  float: right;
  font-size: 14px;
  text-align: right;
  margin-right: 15px;
  width: 200px;
  color: #006C9E; }

.ContentArea .samhsaDetails {
  list-style-type: none;
  margin: 0 20px;
  padding: 0; }

.ContentArea .samhsaDetails li {
  padding: 5px 0 15px 0;
  display: block;
  width: 100%;
  float: left;
  height: auto;
  border-bottom: 1px dotted #9BC5D7; }

.samhsaDetails h5, .samhsaDetails p {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0; }

.samhsaDetails h5 {
  font-size: 14px; }

.samhsaDetails p {
  width: 49.5%; }

  
.ContentArea .whentocall ul ul {
  margin: 5px 0 5px 40px;
}
.ContentArea .whentocall ul{ 
  margin: 0px 0 20px 40px;
}
.whentocall ul.list2 {
  width: 500px;  
  list-style-type: disc;
}
.whentocall ul.list2 li{
  display:inline-block;
  width: 200px;
}
.whentocall ul.list3 li{
  float: left;
  width: 50%;
}
.whentocall ul.list3{
  list-style-type: disc;
}
.whentocall .wtc-img{
  width:200px;  
  margin: 20px 15px 15px 10px;
}
.whentocall p.subtitle{
  margin-bottom: 5px;
}
.whentocall .resource{
  margin-bottom: 20px; 
  background-color: #F0F8FF; 
  padding: 10px 15px; 
  min-height: 170px; 
  width: 600px; 
}
.whentocall .left { 
  width: 230px; 
  float: left;
}
.whentocall .right {
  width: 370px; 
  float: left;
}
.whentocall .clearme {
  clear:both;
}
.ContentArea .whattoexpect ul ul {
  margin: 5px 0 5px 20px;
}
.ContentArea .whattoexpect ul ul.dashed {
  list-style-type: none;
}
.ContentArea .whattoexpect ul ul.dashed > li {
  text-indent: -5px;
}
.ContentArea .whattoexpect ul ul.dashed > li:before {
  content: "–";
  text-indent: -5px;
  display: inline-block;
  width: 6px;  
}
.whattoexpect .wte-img { 
  padding: 0px 0px 20px 20px;
  float: right;
  width: 200px;
  margin-top: 4px;
}
/* Share buttons - Desktop */

.share-btns {
    float: left;
    display: block;
    position: absolute;
    margin-left: -50px;
    margin-top: 25px;
}
.share-fb, .share-tw, .share-em {
    display: block;
    margin-bottom: 10px;
}