/* CSS Document 
Authored by: jlm, edited by ss
For: Women's Center
Date: 7/13 */

/* Font stacks: 

font-family: "proxima-nova", Arial, Helvetica, sans-serif;

*/

@font-face {
    font-family: 'typoslabserif-lightregular';
    src: url('/Portals/0/fonts/typoslabserif-light-webfont.eot');
    src: url('/Portals/0/fonts/typoslabserif-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Portals/0/fonts/typoslabserif-light-webfont.woff') format('woff'),
         url('/Portals/0/fonts/typoslabserif-light-webfont.ttf') format('truetype'),
         url('/Portals/0/fonts/typoslabserif-light-webfont.svg#typoslabserif-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, table, td {/*Sets up a series of default settings, and how other selectors can inherit them. This reduces the size of your CSS file and decreases any style maintenance*/
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	text-align: center;
	font-size:100%;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	color:#262828;
	background:#eae5e0;
}
form {
	display:inline;
}
h1 {
	margin-bottom: 14px;
	
	color: #262828;
	font-size: 3.45em; 
	font-family: 'typoslabserif-lightregular', "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 120%;
}
h2 {
	margin-top: 10px;
	margin-bottom: 3px;
	
	color: #231f71;
	font-size: 1.50em;  
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 500;
	line-height: 120%;
}

h3 {
	margin-top: 20px;
	margin-bottom: 3px;
	
	color: #231f71;
	font-size: 1.2em;  
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 120%;
}

.home h3 {
    margin-top: 0px;
    margin-bottom: 15px;
	
    color: #211d70;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
.home #subinfo {
    background: #F6F4F2;
    font-size: 1.05em;
    letter-spacing: 0;
    margin-bottom: 23px;
}
.date {
	color: #211d70;
	font-family: 'typoslabserif-lightregular', "Times New Roman", Times, serif;
	padding-bottom: 3px;
	display: inline-block;
	font-size:1.2em;
}

table {
	border-collapse: collapse;
	margin-bottom: 5px;
}
sup, sub {
	font-size:80%;
}
p, ul, ol {
	padding-bottom: 15px;
}

ul ul, ol ol {
	padding-bottom: 0;
}
ul li,
ul ul li,
ul ul ul li {
	margin-left: 42px;
	padding-left: 24px;
	margin-bottom: 10px;
	list-style-type: none;
	background: url(/Portals/0/images/bullet.gif) no-repeat 0 9px;
}
#subextra ul li,
#subextra ul ul li,
#subextra ul ul ul li  {
	margin-left: 12px;
	background: url(/Portals/0/images/bullet.gif) no-repeat 0 6px;
}



ol li {
	margin-left: 65px;
	margin-bottom: 10px;
}
a, a:link, a:visited {
	color: #22b0c0;
    text-decoration:none;

	outline: none;
	cursor: pointer;
}
a:hover {
  color: #211d70;
  text-decoration:underline;
}

.ie8 a[name^=""] {
	line-height:0px;
	font-size:1px;
}
hr {
	border:0;
	border-top:1px dashed #424E67;
	height:1px;
	
	margin-bottom: 10px;
}

input,textarea,select{
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size: .8em;
}


/*table - Adds 1px border around a table.*/
.table {
	border: 1px solid #E2E2E2;
	border-collapse:collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.table th {
	border: 1px solid #E2E2E2;
	background: #22b0c0;
	padding: 9px 20px 7px;
	margin: 0;
	
	color: #FFFFFF;
	font-size:1.25em; 
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-align:left;
}
.table td {
	border: 1px solid #E2E2E2;
	padding: 7px 20px;
	margin: 0;	
	
	font-size:1em;
}


.imageright {
	margin-left: 20px;
	margin-bottom: 5px;
	float: right;	
}
.imageleft {
	margin-right: 20px;
	margin-bottom: 5px;
	float: left;
}


.button {}
a.button, a.button:visited,
.button a, .button a:visited,
input.button {
  border:none;
  background: #211d70;
  padding: 5px 25px 6px;
  margin: 0px;
  display:inline-block;    
  
  color: #FFFFFF !important;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 120%;
  text-decoration: none;
  cursor:pointer;
}
a.button:hover,
.button a:hover,
input.button:hover {
  background: #22b0c0;
}

.home #subinfo a.button, .home #subinfo a.button:visited,
.home #subinfo .button a, .home #subinfo .button a:visited,
.home #subinfo input.button {
  background: #FFFFFF;
  border:1px solid #d3cec8;
  padding: 6px 21px 6px;
  
  float: right;
  
  color: #2fbdcc !important;
  font-size: 1em;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.home #subinfo a.button:hover,
.home #subinfo .button a:hover,
.home #subinfo input.button:hover {
  background: #F6F4F2;
}

.largetext {
	color: #454544;
	font-size: 1.50em;
	font-family: 'typoslabserif-lightregular', "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 150%;
}
p.largetext { 
  padding-bottom: 21px;
}
.home .largetext {
	font-size: 1.95em;
	line-height: 135%;
}
.home #content p.largetext { 
	margin-top: -6px;
	padding-bottom: 30px;
}

.captionleft {
	margin-right: 32px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	
	color:#838383;
	font-size: .9em;
	line-height: 120%;
	
	border-right: 1px solid #cccccc;
}
.captionleft td {
	padding-right: 20px;
}
.captionright {
	margin-left: 32px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	
	color:#838383;
	font-size: .9em;
	line-height: 120%;
	
	border-left: 1px solid #cccccc;
}
.captionright td {
	padding-left: 20px;
}

.captionleft img,
.captionright img {
	padding-bottom: 9px;
}



.red {
  color: #FF0000;
}



/*google search*/
#cse-search-results iframe {
	width: 650px;
}
/*for space underneath each entry of DNN search results*/
.searchtable td {
  padding-bottom: 8px;
}
.searchtable_index {  /*DNNSearch numbers*/
display:block;
padding-right: 10px;
text-align:right;
}
.searchtable_title {  /*DNNSearch module title links*/
}
.contentapprovalhead {
font-size: 11px;
}




#wrapper {}

#topnavouter {
   min-width: 1000px;
   width: auto !important;
	
   background: #F6F4F2;
   border-bottom: 1px solid #EAE6E3;
}

#topnav_holder {
  margin:0px auto;
  width: 1000px;
  text-align:left; 
}

#helpline {
 float:left;
 font-family: "proxima-nova", Arial, Helvetica, sans-serif;
 text-transform:uppercase;
 color:#211d70;
 font-size:.80em;
 font-style:normal;
 font-weight:600;
 margin-top:6px;
}

#topnavLinks {
 float:right;
 width:470px;
}
#topnav {  
  text-align: left;
  float:left;
}

#topnav a, #topnav a:link, #topnav a:visited {
	display: inline-block;
	padding: 7px 22px 5px;
	
	color: #8a847f;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration:none;
}
#topnav a:hover {
	color:#211d70;
	text-decoration: underline;
}
#topnav a.icon-home {
 background:url(/Portals/0/images/icon-home.png) no-repeat 100% 7px;
 padding-right:19px;
}
#topnav a.icon-home:hover {
 background:url(/Portals/0/images/icon-home_dn.png) no-repeat 100% 7px;
 padding-right:19px;
}
#topnav a.icon-news {
 background:url(/Portals/0/images/icon_news.png) no-repeat 100% 7px;
 padding-right:19px;
}
#topnav a.icon-news:hover {
 background:url(/Portals/0/images/icon_news_dn.png) no-repeat 100% 7px;
 padding-right:19px;
}
#topnav a.icon-enews {
 background:url(/Portals/0/images/icon_enews.png) no-repeat 100% 9px;
 padding-right:19px;
}
#topnav a.icon-enews:hover {
 background:url(/Portals/0/images/icon_enews_dn.png) no-repeat 100% 9px;
 padding-right:19px;
}
#topnav a.addthis_button {
 background:url(/Portals/0/images/icon_share2.png) no-repeat 100% 8px;
 padding-right:21px;
}
#topnav a.addthis_button:hover {
 background:url(/Portals/0/images/icon_share2_dn.png) no-repeat 100% 8px;
 padding-right:21px;
}
#topnav a.icon-search {
 background:url(/Portals/0/images/icon_search.png) no-repeat 100% 7px;
 padding-right:19px;
}
#topnav a.icon-search:hover {
 background:url(/Portals/0/images/icon_search_dn.png) no-repeat 100% 7px;
 padding-right:19px;
}

#topnav a:first-child {
	padding-left: 0px;
}

#giveNow {
    float:right;
	width: 100px;
	text-align: right;
}
#giveNow .donate {
	background: #211d70;
	padding: 6px 20px 10px;
	display: inline-block;
	margin-bottom: -10px;
	
	border-bottom-left-radius: 200px 25px;
	border-bottom-right-radius: 200px 25px;
	
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 500;	
	text-decoration: none;
	text-transform:uppercase;
	cursor:pointer;
	border:none;
}
#giveNow .donate:hover {
	background: #22b0c0;
}

#mastouter {
   min-width: 1000px;
   width: auto !important;
	
   background: #FFFFFF;
}

/*mast styles*/
#mast {
  margin:0px auto;
  width: 1000px;
  text-align:left;  
}

#mastleft {
  float: left;
  width: 404px;
  padding: 37px 0px 38px 296px;
}
#logo { 
}
#logo a,
#logo a:visited{
  border:0px;
}



#mastright {
  float: right;
  width: 200px;
}

/******* Start Search Styles ********/
#escape {
  float:right;
  width: 200px;
  text-align:right;
  padding-top: 37px;
}
#escape a, 
#escape a:link, 
#escape a:visited {
 color:#30bece;
 text-decoration:none;
 border-bottom:7px solid #30bece;
 font-weight:600;
 padding-bottom:2px;
}
#escape a:hover {
 color:#211d70;
 text-decoration:none;
 border-bottom:7px solid #211d70;
}
#escape a.why, 
#escape a.why:link, 
#escape a.why:visited {
 color:#8a847f;
 text-decoration:none;
 border-bottom:none;
 text-transform:uppercase;
 font-size:.75em;
 font-weight:300;
}
#escape a.why:hover {
 color:#211d70;
 text-decoration:underline;
 border-bottom:none;
}
/*#search {
  float:right;
  width: 200px;
  text-align:right;
  padding-top: 37px;
}

#search * {
  position: relative;
  vertical-align:middle;
}

#search input.textfield {
	border: 1px solid #EAE6E3;
	border-right: 0px;
    background: #FFFFFF;
	width: 125px;
	height: 17px;
	text-align: left;
	padding: 10px 13px 11px;
	margin:0px;
	
	color: #8a847f;
	font-size: 15px;
	font-weight:normal;
}
#search .go {
	border: 1px solid #EAE6E3;
	border-left: 0px;
    background: #FFFFFF url(/Portals/0/images/search.png) no-repeat 7px 11px;
	vertical-align: top;
	  
	height: 40px;
	width: 40px;
	
    margin: 0px;
	padding: 0px;
	display: inline-block;
	
	text-align:left;
	text-indent: -9999px;
	
	color: #FFFFFF;
	font-size: 1px;
	line-height: 1px;
	font-weight:normal;
	letter-spacing:-2px;
} */


/* Google Search */
/*#search input.GCSearchBox {
	border: 1px solid #EAE6E3;
	border-right: 0px;
    background: #FFFFFF;
	width: 125px;
	height: 17px;
	text-align: left;
	padding: 10px 13px 11px;
	margin:0px;
	
	color: #8a847f;
	font-size: 15px;
	font-weight:normal;
}

#search .GCSearchButton {
	border: 1px solid #EAE6E3;
	border-left: 0px;
    background: #FFFFFF url(/Portals/0/images/search.png) no-repeat 7px 11px;
	vertical-align: top;
	  
	height: 40px;
	width: 40px;
	
    margin: 0px;
	padding: 0px;
	display: inline-block;
	
	text-align:left;
	text-indent: -9999px;
	
	color: #FFFFFF;
	font-size: 1px;
	line-height: 1px;
	font-weight:normal;
	letter-spacing:-2px;
} */

/* Search Results search box */
#content-search {
  margin-bottom: 15px;
}
.dnnFormItem input {
  font-family: Arial, Helvetica, sans-serif;
}
.dnnSearchInput{
  margin: 0px;
  min-width: inherit;
  width:auto;
  
  margin-bottom: 20px;
}
.dnnSearchInput .dnnFormItem {
  padding: 0px;
}
.dnnSearchInput .textfield {
	border: 1px solid #EAE6E3;
	border-right: 0px;
    background: #FFFFFF;
	width: 220px;
	height: 17px;
	text-align: left;
	padding: 10px 13px 11px;
	margin:0px;
	
	color: #8a847f;
	font-size: 15px;
	font-weight:normal;
}

.dnnSearchInput .go {
	border: 1px solid #EAE6E3;
	border-left: 0px;
    background:url(/Portals/0/images/icon_search.png) no-repeat 7px 11px;
	vertical-align: top;
	cursor:pointer;
	  
	height: 40px;
	width: 30px;
	
    margin: 0px 0 0 -10px;
	position:relative;
	padding: 0px;
	display: inline-block;
	
	text-align:left;
	text-indent: -9999px;
	
	color: #FFFFFF;
	font-size: 1px;
	line-height: 1px;
	font-weight:normal;
	letter-spacing:-2px;
}


.dnnSearchResults {
  width: 100%;
}
.dnnSearchResults table {
  width: 100%;
}
.dnnSearchResults .dnnGridItem,
.dnnSearchResults .dnnGridAltItem {
  background: none;
  border:0px;
}
.dnnSearchResults .dnnGridItem td,
.dnnSearchResults .dnnGridAltItem td {
  padding: 5px 0px;
}
.dnnSearchResults .SubHead,
.dnnSearchResults .Normal {
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
}
.PagingTable { border:0px !important; }

/* Search Results search box */
#content-gcsearch {
  margin-bottom: 15px;
}
#content-gcsearch input.GCSearchBox {
	border: 1px solid #EAE6E3;
	border-right: 0px;
    background: #FFFFFF;
	width: 205px !important;
	height: 17px;
	text-align: left;
	padding: 10px 13px 11px;
	margin:0px;
	
	color: #8a847f;
	font-size: 15px;
	font-weight:normal;
}

#content-gcsearch .GCSearchButton {
	border: 1px solid #EAE6E3;
	border-left: 0px;
    background: #FFFFFF url(/Portals/0/images/icon_search.png) no-repeat 7px 11px;
	vertical-align: top;
	cursor:pointer;
	  
	height: 40px;
	width: 40px;
	
    margin: 0px;
	padding: 0px;
	display: inline-block;
	
	text-align:left;
	text-indent: -9999px;
	
	color: #FFFFFF;
	font-size: 1px;
	line-height: 1px;
	font-weight:normal;
	letter-spacing:-2px;
}

/******* End Search Styles ********/


#mainav_holder {
   min-width: 1000px;
   width: auto !important;
	
   background: #FFFFFF;
   border-top: 1px solid #EAE6E3;
   border-bottom: 1px solid #EAE6E3;
}

#mainav {		
	width: 1000px;
	margin: 0px auto;
	text-align: center;
}

#mainav ul {
    margin:0px;
	padding:0px;
	
}
#mainav li {
	list-style-type: none;
	background: none;
	padding:0px;
	margin:0px;
	display:inline-block;
}

/* Start Main Nav Styles */
#mainav .RadMenu_Custom {
  /*Needed so that mainav does not overlap container menu. 
  Cannot be 902 or less because of container styles and cannot be 905 or higher because of action menu.*/
  	z-index: 903 !important;  
	
	margin: 0px;
	width: auto;
	display: inline-block;
	float:none;
}
#mainav .RadMenu_Custom .rmLink {
  cursor:pointer;
  text-decoration:none;

	border: 1px solid #FFFFFF;
	padding: 17px 23px 15px 24px;
	display:inline-block;
	text-align: left;
	font-family:'typoslabserif-lightregular', "Times New Roman", Times, serif;
	color: #5c5856;
	font-size: 1.3em; 
	font-weight: 500;	
	font-style:normal;
	text-decoration: none;
	line-height: 100%;
}
#mainav .RadMenu_Custom .rmText {    
  padding: 0px;
}
#mainav .RadMenu_Custom .rmLink.focused
 {    
	color: #5c5856;
	background: #e4e4e4; 
}
#mainav .RadMenu_Custom .rmLink:hover,
#mainav .RadMenu_Custom .rmLink.rmExpanded {    
	color: #ffffff;
	background: #22b0c0; 
}

#mainav .RadMenu_Custom .rmGroup {    
	background: #22b0c0;
	
	border-bottom-left-radius: 250px 25px;
	border-bottom-right-radius: 250px 25px;
	
	-webkit-box-shadow:  0px 1px 0px 0px rgba(0, 0, 0, .7);
    -moz-box-shadow:  0px 1px 0px 0px rgba(0, 0, 0, .7));
	box-shadow:  0px 1px 0px 0px rgba(0, 0, 0, .7);	
	
    padding: 15px 23px 30px !important;
	
}
#mainav .RadMenu_Custom .rmGroup .rmLink {
    border: none;
    min-width: 175px;
    text-align: left;
	border-bottom: 1px solid #38c7d7;
	
    color: #FFFFFF;
    font-size: 15px;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 8px 0px;
}
#mainav .RadMenu_Custom .rmGroup .rmText {
    margin: 0px;
    padding: 0px;
}
#mainav .RadMenu_Custom .rmGroup .rmLink:hover  {    
    color: #221e71;
    font-weight: normal;
}
#mainav .RadMenu_Custom .rmGroup .rmLast .rmLink {
	border-bottom: 0px;
}

/* End Main Nav Styles */





#breadcrumb_holder {
   min-width: 1000px;
   width: auto !important;
	
   background: #FFFFFF url(/Portals/0/images/bkgd_breadcrumb.png) repeat 0px 0px;
}

#breadcrumb_inner {		
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#breadcrumbs {  
	float: left;
	width: 700px;
	text-align: left;
	padding:15px 0 0;
	font-size: 13px;
	color: #262828;
}
#breadcrumbs .SkinObject {
    color: #2dbbca;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}

#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited,
#breadcrumbs a.SkinObject, #breadcrumbs a.SkinObject:link, #breadcrumbs a.SkinObject:visited {
  text-decoration: none;
  color: #2dbbca;
  font-weight: normal;
  margin:0px 5px;
}
#breadcrumbs a:hover, #breadcrumbs a.SkinObject:hover {
  color: #262828;
  text-decoration: underline;
}
#breadcrumbs a:first-child, #breadcrumbs a:first-child:link, #breadcrumbs a:first-child:visited {
  margin-left: 0px;
}
#breadcrumbs a.active, #breadcrumbs a.active:link, #breadcrumbs a.active:visited,
#breadcrumbs a.active.SkinObject, #breadcrumbs a.active.SkinObject:link, #breadcrumbs a.active.SkinObject:visited {
  color: #262828;
  font-weight:normal;
}

#toolbar {
	float: right;
	text-align:right;
	width: 295px;
	padding:10px 2px 0 0;
}
#toolbar a, #toolbar a:link, #toolbar a:visited {
	display:inline-block;
	margin-left: 18px;
	
	color: #2DBBCA;
	font-size: 0.75em;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration: none;
}
#toolbar a:hover {
	color: #231F71;
}
#toolbar a.print, #toolbar a.print:link, #toolbar a.print:visited {
	background: url(/Portals/0/images/icon_print.png) no-repeat 100% 7px;
	padding: 8px 22px 6px 4px;
}
#toolbar a.print:hover {
	background: url(/Portals/0/images/icon_print_dn.png) no-repeat 100% 7px;
}
#toolbar a.addthis_button, #toolbar a.addthis_button:link, #toolbar a.addthis_button:visited {
	background: url(/Portals/0/images/icon_share2.png) no-repeat 100% 7px;
	padding: 8px 22px 6px 4px;
}
#toolbar a.addthis_button:hover {
	background: url(/Portals/0/images/icon_share2_dn.png) no-repeat 100% 7px;
}

.headerpane {
	clear: both;	
	padding-bottom: 5px;
	
    color: #262828;
	font-size: .95em; 	
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	line-height: 170%;
}



#containerouter {
   min-width: 1000px;
   width: auto !important;
	
   background: #FFFFFF;
}


#container {		
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	
    color: #262828;
	font-size: .95em; 	
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	line-height: 170%;
}

#maininfo { 	
	min-height: 350px;	
	padding: 28px 0px 35px 0px;
}
.home #maininfo {
	padding: 47px 0px 30px 0px;
}

/*right column */
#content {
	float: right;
	width: 672px;
}
.home #content {
	width: 648px;
	padding-top: 27px;
	
	font-size: 1.05em;
	line-height: 140%;
}
.home #content p {
	margin: 0px;
	padding-bottom: 5px;
}

.contentpane {}

.home #bottomcols {}
.home .column1 {
	float: left;
	width: 290px;
}
.home .column2 {
	float: right;
	width: 290px;
}

#subinfo {
  float: left;
  width: 290px;
  padding-top:0;
}

.home #subinfo {
	background: #F6F4F2;
	padding: 27px 25px 25px;
	width: 240px;
	
	line-height: 140%;
	letter-spacing: 0.5px;
}


#subnav {
	margin: 0px 0px 34px 0px;
}
#subnav ul {
	margin:0px;
	padding:0px; 
	
}
#subnav ul li {
	list-style-type: none;
	background: none;
	margin:0px;
	padding:0px;
}


/* Start Subnavigation Styles */
#subnav .RadPanelBar_Custom {    
  width: 290px;
}

/* Fixes Panelbar issues */
#subnav .RadPanelBar_Custom .rpLink,
#subnav .RadPanelBar_Custom .rpHeaderTemplate, 
#subnav .RadPanelBar_Custom .rpOut {
  border:0px;
}
#subnav .RadPanelBar_Custom .rpOut {
  display: inline;
}
.ie #subnav .RadPanelBar_Custom .rpOut {
  display: block;
}
#subnav .RadPanelBar_Custom A.rpLink:hover .rpOut { 
	padding: 0px;
}
#subnav .RadPanelBar_Custom .rpExpandHandle { 
	display:none;
}
#subnav .RadPanelBar .rpRootGroup { 
  border:0px;
	border-top: 1px solid #D9D9D9;
}


#subnav .RadPanelBar_Custom .rpLink {
	display:block;
	padding: 10px 18px 9px;
	border: 1px solid #D9D9D9;
	border-top:0px;
	
	background: #fbfbfb; 
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #fbfbfb 74%, #f0f0f0 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), 
					color-stop(74%,#fbfbfb), color-stop(100%,#f0f0f0)); 
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#fbfbfb 74%,#f0f0f0 100%); 
	background: -o-linear-gradient(top,  #fbfbfb 0%,#fbfbfb 74%,#f0f0f0 100%); 
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#fbfbfb 74%,#f0f0f0 100%); 
	background: linear-gradient(to bottom,  #fbfbfb 0%,#fbfbfb 74%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f0f0f0',GradientType=0 );
	
	color: #252727;
	font-size: 1.05em;
	font-weight:normal;
	line-height: 125%;
	text-decoration:none;
}

#subnav .RadPanelBar_Custom .rpText {
    padding:0px;
}

#subnav .RadPanelBar_Custom .rpLink:hover,
#subnav .RadPanelBar_Custom .rpLink.focused{
  color: #FFFFFF;
  border-color: #D9D9D9;
  
  background:#22b0c0;
  filter: none;
}


#subnav .RadPanelBar_Custom .rpGroup{
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	padding: 7px 0px !important;
	width: 288px !important;
}
#subnav .RadPanelBar_Custom .rpGroup .rpLink {
	border: 0px;
	background:#FFFFFF;
    padding: 8px 20px 8px 35px;
	
	
	font-size: 0.9em;    
	background: none;
    font-weight: normal;
}
#subnav .RadPanelBar_Custom .rpGroup .rpText {    
}
#subnav .RadPanelBar_Custom .rpGroup .rpLink.rpSelected,
#subnav .RadPanelBar_Custom .rpGroup .rpLink:hover {    
  color: #22b0c0;
}


#subnav .RadPanelBar_Custom .rpGroup .rpGroup .rpLink {
    padding: 15px 20px 15px 50px;
}
#subnav .RadPanelBar_Custom .rpGroup .rpGroup .rpGroup .rpLink {
    padding: 15px 20px 15px 75px;
}

/* End Subnavigation Styles */




#subextra {}


/*footer styles*/

#footerwrapper { 
    min-width: 1000px;
    width: auto !important;
	background:#eae5e0 url("/Portals/0/images/bkgd_footer.gif") repeat-x 0 0;
}

#footerholder {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 31px 0px 55px;

	color: #75726f;
  	font-size: 0.85em;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:155%;
	text-align:left;  
}
#footerholder h4 {
	color: #211d70;
	font-size: 1.1em;  
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight:600;
	line-height: 120%;
	text-transform: uppercase;
}
#footerholder p {
	margin: 0px;
	padding: 0px;
}
#footerholder strong {
	font-weight: 600;
}
#footerholder a, #footerholder a:link, #footerholder a:visited {
  text-decoration:none;
  color: #2fbccc;
  font-weight: normal;
}
#footerholder a:hover {
  color: #211d70;
  text-decoration:underline;
}

#footer_top { 
  padding-bottom: 33px;
}
#address {
  float: left;
  width: 700px;
}
.divider {
  margin: 0px 5px;
}
#social {
  padding-top: 5px;
}
#social a, #social a:link, #social a:visited {
	display:inline-block;
	margin-right: 26px;
	
	color: #75726f;
	font-size: 0.95em;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration: none;
}
#social a:hover {
	color: #2fbccc;
}
#social a.facebook, #social a.facebook:link, #social a.facebook:visited {
	background: url(/Portals/0/images/icon_facebook.png) no-repeat 100% 8px;
	padding: 8px 15px 6px 0px;
}
#social a.twitter, #social a.twitter:link, #social a.twitter:visited {
	background: url(/Portals/0/images/icon_twitter.png) no-repeat 100% 9px;
	padding: 8px 24px 6px 0px;
}
#social a.linkedin, #social a.linkedin:link, #social a.linkedin:visited {
	background: url(/Portals/0/images/icon_linkedin.png) no-repeat 100% 7px;
	padding: 8px 24px 6px 0px;
}

#eNews {
	float: right;
	width: 286px;
}
#enewsForm{
	padding-top: 2px;
}
#enewsForm * {
  position: relative;
  vertical-align:middle;
}

#enewsForm input.textfield {
	border: 1px solid #d5ccc3;
	border-right: 0px;
    background: #ffffff;
	width: 234px;
	height: 18px;
	text-align: left;
	padding: 8px 7px 9px;
	margin:0px;
	
	color: #919595;
	font-size: 1.3em;
	font-family: 'typoslabserif-lightregular', "Times New Roman", Times, serif;
}

#enewsForm .go {
	border: 1px solid #d5ccc3;
	border-left: 0px;
    background: #ffffff url(/Portals/0/images/enews.png) no-repeat 3px 4px;
	vertical-align: top;
	  
	height: 37px;
	width: 37px;
	
    margin: 0px;
	padding: 0px;
	display: inline-block;
	cursor:pointer;
	
	text-align:left;
	text-indent: -9999px;
	
	color: #FFFFFF;
	font-size: 1px;
	line-height: 1px;
	font-weight:normal;
	letter-spacing:-2px;
}



#footer_btm { }

.copyright {
  float: left;
  width: 700px;
  font-size: 0.95em;
  
  word-spacing: 2px;
}
#btmLogo {
  float: right;
  text-align:right;
  width: 100px;
  
  margin-top: -2px;
}

#loginlinks {
  text-align: left;
}




/* containers */

.sidebar {
	clear: both;
	margin: 0px 0px 45px 0px;
	padding: 15px 0px 15px 0px;
	position: relative;
	display:block;
	
	border-top: 4px solid #0d4f7e;
	border-bottom: 4px solid #0d4f7e;
	
	font-size: 0.9em;
	font-family:"proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: normal;
	line-height: 135%;
}
.sidebar .cont-content {}

.sidebar h3 { 
	margin-top: 0px;
	margin-bottom: 8px;

	font-size: 1.5em;
	text-transform:none;
	line-height: 110%;
	font-weight:normal;
}
.sidebar p { 
  padding-bottom: 0px;
  margin-bottom: 10px;
}


.graybox {
	clear: both;
	margin: 0px 0px 45px 0px;
	padding: 25px 20px 10px 20px;
	position: relative;
	display:block;
	
	background: #f6f4f2;
	
	color: #262828;
	font-size: 1.05em;
	font-family:"proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: normal;
	line-height: 135%;
}
.graybox .cont-content {}

.graybox h3 { 
	margin-top: 0px;
	margin-bottom: 10px;
	
	color: #22b0c0;
	font-size: 1.4em;
	text-transform:none;
	line-height: 110%;
}
.graybox p { 
  padding-bottom: 0px;
  margin-bottom: 19px;
}

.graybox a.button, .graybox a.button:visited, 
.graybox .button a, .graybox .button a:visited, 
.graybox input.button {
	padding: 6px 13px 6px;
    background: #ffffff;
	color: #22b0c0 !important;
	font-size: 1em;
	font-family:"proxima-nova", Arial, Helvetica, sans-serif;
	border:1px solid #d3cec8;
}

.graybox a.button:hover,
.graybox .button a:hover,
.graybox input.button:hover {
  background: #fbfaf9;
}


.callout {
	clear: both;
	margin: 15px 0px 35px 0px;
	padding: 17px 20px 15px;
	position: relative;
	display:block;
	
	border: 1px solid #E2E2E2;
}
.callout .cont-content {}

.callout h3 { 
	margin-top: 0px;
	margin-bottom: 3px;
	
	font-size: 1.3em;
   color: #231f71;
   font-weight:normal;

	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.callout p { 
  padding-bottom: 0px;
  margin-bottom: 10px;
}


/*clears floats with no presentational markup*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/*Hides from IE Mac \*/

.clearfix {
	display: block;
	height: 1%;
}
/*End Hack \*/

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */


.ControlPanel, .PagingTable {
	width: 100%;
	height: 64px;
	background-color: #FFFFFF;
	BORDER-RIGHT: #003366 1px solid;
	BORDER-TOP: #003366 1px solid;
	BORDER-LEFT: #003366 1px solid;
	BORDER-BOTTOM: #003366 1px solid;
}
.SkinObject {
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	text-decoration: none;
}
A.SkinObject:link {
	text-decoration:    none;
	color:#003366;
}
A.SkinObject:visited {
	text-decoration:    none;
	color:#003366;
}
A.SkinObject:active {
	text-decoration:    none;
	color:#003366;
}
A.SkinObject:hover {
	text-decoration:    none;
	color:#003366;
}
/* style for module titles */
.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  20px;
	font-weight:    normal;
	color: #333333;
}
/* style of item titles on edit and admin pages */
.SubHead {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	font-weight:    bold;
	color: #003366;
}
/* styles used by Data Grids */
.DataGrid_AlternatingItem {
	background-color:White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container {
	background-color: Transparent;
}
.DataGrid_Footer {
	background-color:White;
}
.DataGrid_Header {
	background-color:Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item {
	background-color:Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem {
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
/* styles used by TreeMenu Skin Object */
.TreeMenu_Node {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}
.TreeMenu_NodeSelected {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
	text-decoration:    none;
	color: #003366;
}
A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited {
	text-decoration:    none;
	color: #003366;
}
A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active {
	text-decoration:    none;
	color: #003366;
}
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover {
	text-decoration:    none;
	color: #ff0000;
}
/* styles used in the FileManager */
.FileManager {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar {
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer {
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}
.FileManager_FileList {
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}
.FileManager_MessageBox {
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}
.FileManager_Header {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #999999 1px solid;
	height: 25px;
}
.FileManager_Pager {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #999999 1px solid;
	height: 25px;
}
.FileManager_StatusBar {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}
.FileManager_Item {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}
.FileManager_AltItem {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}
.FileManagerTreeNode {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
.FileManagerTreeNodeSelected {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
	text-decoration:    none;
	color: #003366;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
	text-decoration:    none;
	color: #003366;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {
	text-decoration:    none;
	color: #003366;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {
	text-decoration:    none;
	color: #ff0000;
}
/* styles used in the Wizard Framework */
.Wizard {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;

	width:650px;
}
.WizardButton {
	border-right: #999999 1px solid;
	padding-right: 2px;
	border-top: #999999 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #999999 1px solid;
	padding-top: 2px;
	border-bottom: #999999 1px solid;
	background-color: #999999;
}
.WizardHeader {
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter {
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText {
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText {
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
/* text style used for help text rendered by modules */
.Help {
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffff99;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:underline;
	color: #003366;
}
A.CommandButton:visited {
	text-decoration:    underline;
	color: #003366;
}
A.CommandButton:active {
	text-decoration:    underline;
	color: #003366;
}
A.CommandButton:hover {
	text-decoration:    underline;
	color: #ff0000;
}
/* button style for standard HTML buttons */
.StandardButton {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
HR {
	color: #999999;
	height:1pt;
	text-align:left
}
/* Custom admin module fixes */
#dnn_ctr605_DD select {
	width: 110px;
}
#dnn_ctr606_DD select {
	width: 110px;
}
#dnn_ctr607_DD select {
	width: 110px;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}
.ModuleTitle_MenuBar {
	cursor: pointer;
	height:16px;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer;
	color: black;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3); */
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.Head {
	font-size:  12px;
	font-weight:    bold;
	color: #4F7884;
}
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled {
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled {
}
/*Container style*/
.dropdown select {
	font-size: 10px;
	font-family: Arial, sans-serif;
}
@charset "utf-8";
/* CSS Document */
