/* CSS Document 
Authored by: jlm
For: Gender At Work
Date: 9/13 */

@font-face {
    font-family: 'Oswald';
    src: url('/Portals/0/fonts/oswald-regular-webfont.eot');
    src: url('/Portals/0/fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Portals/0/fonts/oswald-regular-webfont.woff') format('woff'),
         url('/Portals/0/fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('/Portals/0/fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Font stacks: 

font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
font-family:'HelveticaNeueW01-75Bold', Arial, Helvetica, sans-serif;
font-family:'Oswald', Arial, Helvetica, sans-serif;

*/


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:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
	color:#333333;
	background:#222B33;
}
form {
	display:inline;
}
h1 {
	margin-bottom: 15px;
	
	color: #273450;
	font-size: 2.2em; 
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
}

h2 {
	margin-top: 4px;
	margin-bottom: 10px;
	
	color: #00936c;
	font-size: 1.3em;  
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
}
.home h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 100%;
}
.home h2 img {
	margin-left: 7px;	
}

h3 {
	margin-top: 8px;
	margin-bottom: 10px;
	
	color: #e72141;
	font-size: 1.1em;  
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
}

blockquote {
	font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 140%;
}

table {
	border-collapse: collapse;
	margin-bottom: 5px;
}
sup, sub {
	font-size:80%;
}
p, ul, ol {
	padding-bottom: 18px;
}

ul ul, ol ol {
	padding-bottom: 0;
}
ul li,
ul ul li,
ul ul ul li {
	margin-left: 47px;
	padding-left: 21px;
	margin-bottom: 8px;
	list-style-type: none;
	background: url(/Portals/0/Images/bullet.png) no-repeat 0 11px;
}
#subextra ul li,
#subextra ul ul li,
#subextra ul ul ul li  {
	margin-left: 12px;
	background: url(/Portals/0/Images/bullet.png) no-repeat 0 6px;
}



ol li {
	margin-left: 70px;
	margin-bottom: 8px;
}
a, a:link, a:visited {
	color: #24aecb;
	font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
    text-decoration:none;

	outline: none;
	cursor: pointer;
}
a:hover {
  color: #00133d;
  text-decoration:none;
}

.ie8 a[name^=""] {
	line-height:0px;
	font-size:1px;
}
hr {
	border:0;
	border-top:1px solid #00133D;
	height:1px;
	
	margin-bottom: 10px;
}

input,textarea,select{
	font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
	font-size: .8em;
}


/*table - Adds 1px border around a table.*/
.table {
	border: 1px solid #EADFD9;
	border-collapse:collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.table th {
	border: 1px solid #EADFD9;
	background: #F7F700;
	padding: 5px 15px;
	margin: 0;
	
	color: #666666;
	font-size:1.25em; 
	font-weight: normal;
	text-align:left;
}
.table td {
	border: 1px solid #EADFD9;
	padding: 5px 15px;
	margin: 0;	
	
	color: #666666;
	font-size:1em;
}


.imageright {
	margin-left: 25px;
	margin-bottom: 5px;
	float: right;	
}
.imageleft {
	margin-right: 25px;
	margin-bottom: 5px;
	float: left;
}

.largetext {
	color: #9fa09f;
	font-size: 1.35em;
	line-height: 150%;
}

.button {}
a.button, a.button:visited,
.button a, .button a:visited,
input.button {
	display: inline-block;
	border: 1px solid #273450;
	background: #47CBE7;
	padding: 5px 12px;
	margin: 0px;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
	color: #273450;
	font-size: 0.95em;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 100%;
	text-decoration: none;
}
a.button:hover,
.button a:hover,
input.button:hover {
  background: #273450;
  color: #FFFFFF;
}


.captionleft {
	margin-right: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	width: 220px;
	
	background: #F7F700; 
	border-bottom: 1px solid #444F67;
	
	color:#333333;
	font-size: .9em;
	line-height: 150%;
}
.captionright {
	margin-left: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	width: 220px;
	
	background: #F7F700;
	border-bottom: 1px solid #444F67; 
	
	color:#333333;
	font-size: .9em;
	line-height: 150%;
}
.captionleft td,
.captionright td {
	padding: 0px 10px 6px;
}

.captionleft img,
.captionright img {
	margin: 0 -10px;
}

.attribution {
	color: #9fa09f;
	font-size: 0.7em;
}

.red {
  color: #FF0000;
}





/*google search*/
#cse-search-results iframe {
	width: 100%;
}
/*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 {}


#mastouter {
   min-width: 1084px;
   width: auto !important;
	
   background: url(/Portals/0/Images/bkgd_mast.jpg) repeat;
   border-bottom: 1px solid #273450;
}

/*mast styles*/
#mast {
  margin:0px auto;
  width: 1084px;
  text-align:left;
  position: relative;  
}

#mastleft {
  position: absolute;
  top: 0;
  left: 0;
}
#logo { 
  width: 475px; /*532px;*/
  padding: 14px 0px 112px 57px;
  
  background: url(/Portals/0/Images/bkgd_logo.png) no-repeat top left;
  
  position: relative;
  z-index: 50;
}
#logo a,
#logo a:visited{
  border:0px;
}


#mastright {
  float: right;
  width: 550px;
  padding: 11px 0px;
}

#topnav {
	padding-bottom: 36px;
}

.donate {
	float: right;
	margin-left: 11px;
}
.donate a, .donate a:link, .donate a:visited {
	display: inline-block;
	border: 1px solid #273450;
	background: #F7F700 url(/Portals/0/Images/icon_heart.png) no-repeat 9px 5px;
	padding: 5px 14px 5px 29px;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
	color: #273450;
	font-size: 0.85em;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 100%;
	
}
.donate a:hover { 

}
.share {
	float: right;
	margin-left: 11px;
}
.share a, .share a:link, .share a:visited {
	display: inline-block;
	border: 1px solid #273450;
	background: #47CBE7 url(/Portals/0/Images/icon_share.png) no-repeat 13px 5px;
	padding: 5px 17px 5px 32px;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
	color: #273450;
	font-size: 0.85em;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 100%;
}
.share a:hover { 

}


/******* Start Search Styles ********/

#search {
	float: right;
	text-align: right;
	width: 150px;
}
#search * {
  position: relative;
  vertical-align:middle;
}

#search input.textfield {
	border: 1px solid #AADAE4;
	border-right: 0px;
    background: #FFFFFF;
	width: 89px;
	height: 21px;
	text-align: left;
	padding: 1px 7px 2px;
	margin:0px;
	
	-webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
	
	color: #989797;
	font-size: 12px;
	font-weight:normal;
}
.ie9 #search input.textfield {
	padding: 2px 7px 1px;	
}
.ie8 #search input.textfield {
	padding: 3px 7px 0px;	
}
#search .go {
	border: 1px solid #AADAE4;
	border-left: 0px;
    background: #FFFFFF url(/Portals/0/Images/icon_search.png) no-repeat center center;
	vertical-align: top;

	-webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
	  
	height: 24px;
	width: 27px;
	
    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 #AADAE4;
	border-right: 0px;
    background: #FFFFFF;
	width: 89px;
	height: 21px;
	text-align: left;
	padding: 1px 7px 2px;
	margin:0px;
	
	-webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
	
	color: #989797;
	font-size: 12px;
	font-weight:normal;
}
.ie8 #search input.GCSearchBox {
	padding: 3px 7px 0px;
}
#search .GCSearchButton {
	border: 1px solid #AADAE4;
	border-left: 0px;
    background: #FFFFFF url(/Portals/0/Images/icon_search.png) no-repeat center center;
	vertical-align: top;

	-webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
	  
	height: 26px;
	width: 27px;
	
    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 #AADAE4;
	border-right: 0px;
    background: #FFFFFF;
	width: 89px;
	height: 21px;
	text-align: left;
	padding: 1px 7px 2px;
	margin:0px;
	
	-webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
	
	color: #989797;
	font-size: 12px;
	font-weight:normal;
}
.ie8 .dnnSearchInput .textfield{
	padding: 3px 7px 0px;	
}
.dnnSearchInput .go {
	border: 1px solid #AADAE4;
	border-left: 0px;
    background: #FFFFFF url(/Portals/0/Images/icon_search.png) no-repeat center center;
	vertical-align: top;

	-webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
	  
	height: 26px;
	width: 27px;
	
    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;
}


.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 #AADAE4;
	border-right: 0px;
    background: #FFFFFF;
	width: 89px;
	height: 21px;
	text-align: left;
	padding: 1px 7px 2px;
	margin:0px;
	
	-webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
	
	color: #989797;
	font-size: 12px;
	font-weight:normal;
}

.ie8 #content-gcsearch input.GCSearchBox{
	padding: 3px 7px 0px;	
}
#content-gcsearch .GCSearchButton {
	border: 1px solid #AADAE4;
	border-left: 0px;
    background: #FFFFFF url(/Portals/0/Images/icon_search.png) no-repeat center center;
	vertical-align: top;

	-webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
	  
	height: 26px;
	width: 27px;
	
    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 {		
	clear: both;
	text-align:right;
}

#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: right;
}
#mainav .RadMenu_Custom .rmRootGroup {
	float: right;
}

#mainav .RadMenu_Custom .rmLink,
#mainav .RadMenu_Custom .rmLink:visited {
	cursor:pointer;
	text-decoration:none;
	
	border: 0px;
	margin: 0px;
	padding:0px 20px 15px;
	
	display:inline-block;
	text-align: left;
	
	color: #FFFFFF;
	font-size: 1.275em; 
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight: normal;	
	text-decoration: none;
	line-height: 100%;
	text-transform: uppercase;
}
#mainav .RadMenu_Custom .rmText { 
	display:inline-block;   
	padding: 0px;
	margin: 0px;
}
#mainav .RadMenu_Custom .rmFirst .rmLink,
#mainav .RadMenu_Custom .rmFirst .rmLink:visited {
	position: relative;
	vertical-align: middle;
	
    background: url(/Portals/0/Images/icon_home.png) no-repeat left top;
	  
	height: 23px;
	width: 23px;
	
    margin: -3px 18px 0px 0;
	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;
}

#mainav .RadMenu_Custom .rmLast .rmLink,
#mainav .RadMenu_Custom .rmLast .rmLink:visited {
	padding-right: 0px;	
}

#mainav .RadMenu_Custom .rmLink:hover,
#mainav .RadMenu_Custom .rmLink.rmExpanded,
#mainav .RadMenu_Custom .rmLink.focused {    
	color: #273450;
}
#mainav .RadMenu_Custom .rmFirst .rmLink:hover,
#mainav .RadMenu_Custom .rmFirst .rmLink.rmExpanded,
#mainav .RadMenu_Custom .rmFirst .rmLink.focused {
    background-position: left bottom;
}


#mainav .RadMenu_Custom .rmGroup {   
	background: #273450;
	padding: 12px 0px 20px !important;
	
}
#mainav .RadMenu_Custom .rmGroup .rmLink,
#mainav .RadMenu_Custom .rmGroup .rmFirst .rmLink,
#mainav .RadMenu_Custom .rmGroup .rmFirst .rmLink:visited  {
    border: none;
	background: none;
	height: auto;
	width: auto;
	text-indent: 0;
	
	padding: 7px 28px 8px 28px;
	margin: 0;
	
    min-width: 200px;
    text-align: left;
	white-space: normal;
		
	color: #FFFFFF;
	font-size: 1.0em;
	font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 135%;
	text-decoration:none;
	text-transform: none;
	letter-spacing: 0;
}
#mainav .RadMenu_Custom .rmGroup .rmText {
    margin: 0px;
    padding: 0px;
}
#mainav .RadMenu_Custom .rmGroup .rmLink:hover  {    
  color: #47cbe7 !important;  
  background: url(/Portals/0/Images/arrow_blue.png) no-repeat 12px 14px;
}

/* End Main Nav Styles */



#containerouter {
   min-width: 1084px;
   width: auto !important;
	
   background: #FFFFFF;
}

#container {		
	width: 1084px;
	margin: 0px auto;
	padding: 43px 0px 35px;
	text-align: left;
		
    color: #333333;
	font-size: 0.945em; 	
	font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
	line-height: 172%;
}
.home #container {
	padding: 43px 0px 35px;	
}
#maininfo { 	
	min-height: 350px;	
	margin-left: 114px;
	background: url(/Portals/0/Images/bkgd_maininfo.gif) repeat-y 0px 0px;
}
.home #maininfo {
	min-height: 100px;
	background-position: 410px 0px;
}


/*main column */
#content {
	float: right;
	width: 665px;
}

.home #content {
	float: left;
	width: 660px;
		
  position: relative;
  z-index: 0;
}


#breadcrumb_holder {
	padding: 0px 0px 20px;
}

#breadcrumbs {  
	float: left;
	width: 450px;
	text-align: left;
	
	padding-top: 10px;
	
	position: relative;
	z-index: 90;
	
	color: #291a1d;
	font-size: 1em;
	line-height: 120%;
}
#breadcrumbs .SkinObject {
    color: #291a1d;
    font-size: 1em;
    font-weight: normal;
	line-height: 120%;
    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:#24AECB;
  font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin:0px 7px;
}
#breadcrumbs a:hover, #breadcrumbs a.SkinObject:hover  {
  color: #291a1d;
  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: #291a1d;
  font-weight:normal;
}


#toolbar {
	float: right;
	width: 200px;
	text-align:right;
	padding-top: 0px;
}

#toolbar .some {
	margin-right: 15px;
}

#toolbar .some a, #toolbar .some a:link, #toolbar .some a:visited{
	display: inline-block;
	border: 1px solid #C2C2C2;
	width: 25px;
	text-align: center;
	padding: 5px 0;
	margin-left: -1px;
	
	line-height: 100%;
}

#toolbar a.print, #toolbar a.print:visited, #toolbar a.print:link {
	background: url(/Portals/0/Images/icon_print.png) no-repeat 0px 0px;
	padding-left: 24px;
	
	font-size: 0.9em;
	font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
	line-height: 110%;
}
#toolbar a.print:hover {	
}


.contentpane {}



.home .engagement {
	margin-bottom: 27px;
}



#subinfo {
	float: left;
	width: 245px;
	padding-top: 31px;
}
.home #subinfo {
	float: right;
	width: 256px;
	padding-top: 0px;
}


#subnav {
}
#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: 245px;
	margin: 0px 0px 49px 0px;
}

/* 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;
	background: #273450;
	padding: 22px 0px 28px !important;
}


#subnav .RadPanelBar_Custom .rpLink {
	display:block;
	padding: 7px 10px 8px 28px;
	
	position: relative;
	z-index: 2;
	
	color: #FFFFFF;
	font-size: 1.05em;
	font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 135%;
	text-decoration:none;
}

#subnav .RadPanelBar_Custom .rpText {
    padding:0px;
}

#subnav .RadPanelBar_Custom .rpLink:hover,
#subnav .RadPanelBar_Custom .rpLink:active,
#subnav .RadPanelBar_Custom .rpLink:focus {
	color:#47cbe7;
}
#subnav .RadPanelBar_Custom .rpLink.focused {
  color: #47cbe7;
  
  background: url(/Portals/0/Images/arrow_blue.png) no-repeat 12px 14px;
}



#subnav .RadPanelBar_Custom .rpGroup{
	border: 0px;
	padding: 7px 0px !important;
}
#subnav .RadPanelBar_Custom .rpGroup .rpLink,
#subnav .RadPanelBar_Custom .rpGroup .rpLink:visited {
	border: 0px;
	background:none;
    padding: 5px 20px 5px 45px;
	
	color: #FFFFFF;
	font-size: 0.85em;    
	background: none;
    font-weight: normal;
}
#subnav .RadPanelBar_Custom .rpGroup .rpText {    
}
#subnav .RadPanelBar_Custom .rpGroup .rpLink.rpSelected,
#subnav .RadPanelBar_Custom .rpGroup .rpLink:hover,
#subnav .RadPanelBar_Custom .rpGroup .rpLink:active,
#subnav .RadPanelBar_Custom .rpGroup .rpLink:focus {    
  color: #47cbe7;
  background: url(/Portals/0/Images/arrow_blue.png) no-repeat 30px 8px;
}


#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 {}

.connect {}

.connect ul li {
	background: none;
	margin: 0px;
	padding: 0px;
}
.connect a, .connect a:link, .connect a:visited {
	display: block;
	padding: 5px 0px;
	
	background: url(/Portals/0/Images/arrow_blue_lg.png) no-repeat 99% center;
	border-bottom: 1px dotted #999999;
	
	color: #000000;
	font-size: 0.9em;
	font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
}
.connect a:hover {
	color: #24AECB;
}
.connect img {
	position: relative;
	vertical-align: middle;
	
	margin-right: 14px;
}



/*footer styles*/

#footerwrapper { 
    min-width: 1084px;
    width: auto !important;
	background:#222B33 url(/Portals/0/Images/bkgd_footer.jpg) repeat;
}

#footerholder {
	width: 970px;
	margin: 0px auto 0px auto;
	padding: 46px 0px 55px 114px;

	color: #FFFFFF;
  	font-size: 0.85em;
	font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:160%;
	text-align:left;  
}
#footerholder p {
	margin: 0px;
	padding: 0px;
	
	margin-bottom: 7px;
}

#footerholder a, #footerholder a:link, #footerholder a:visited { 
	color: #00c4bf;
	font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footerholder a:hover, #footerholder a:active, #footerholder a:focus { 
	color: #FFFFFF;
}
.copyright {
	float: left;
	width: 600px;
}
.btmNav {
	float: right;
	width: 200px;
	text-align: right;
}

.divider {
  margin: 0px 5px;
}

#loginlinks {
	clear: both;
	text-align: left;
}



/* containers */

.sidebar {
	clear: both;
	margin: 0px 0px 28px 0px;
	padding: 17px 19px;
	position: relative;
	display:block;
	
	background: #E72141;
	border-bottom: 1px solid #444F67;
	
	color: #FFFFFF;
	font-size: 1.05em;
	font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
    font-weight: normal;
	line-height: 135%;
}
.home .sidebar {
	margin: 0px 0px 48px 0px;
	padding-bottom: 27px;
}
.sidebar .cont-content {}

.sidebar h3 { 
	margin-top: 0px;
	margin-bottom: 12px;
	
	color: #F7F700;    
	font-size: 1.3em;
}
.home .sidebar h3 {
	padding-top: 8px;  
	font-size: 1.25em;
}
.sidebar h3 a,.sidebar h3 a:link, .sidebar h3 a:visited {
	color: #F7F700;
	font-family: inherit;
	text-decoration: none;
}
.sidebar h3 a:hover {
	color: #FFFFFF;
}
.sidebar img { 
	margin: -17px -19px 10px;
}
.sidebar p { 
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.sidebar a,.sidebar a:link, .sidebar a:visited { 
	color: #F7F700;
	text-decoration: underline;
}
.sidebar a:hover { 
	color: #FFFFFF;
}
.sidebar .red { 
	color: #FFFFFF;
	text-decoration: underline;
}



.callout {
	clear: both;
	margin: 10px 0px 28px 0px;
	padding: 23px 37px 15px;
	position: relative;
	display:block;
	
	background: #47CBE7;
	border-bottom: 1px solid #444F67;
	
	font-size: 1.05em;
	line-height: 150%;
}
.callout .cont-content {}

.callout h3 { 
	margin-top: 0px;
	margin-bottom: 10px;
	
	color: #3a465f;    
	font-size: 1.4em;
}
.callout h3 a, .callout h3 a:link, .callout h3 a:visited {
	color: #3a465f;
	font-family: inherit;
	text-decoration: none;
}
.callout h3 a:hover {
	color: #FFFFFF;
}
.callout p { 
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.callout a,.callout a:link, .callout a:visited { 
	color: #FFFFFF;
	font-family:'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.callout a:hover { 
	color: #3a465f;
}



.quote {
	clear: both;
	margin: 10px 0px 28px 0px;
	padding: 5px 0 5px 88px;
	position: relative;
	display:block;
	
	background: url('/Portals/0/images/icon_quote.png') no-repeat 0 0;
	
	color: #273450;
	font-size: 1.35em;
}
.quote p { 
	padding-bottom: 0px;
	margin-bottom: 5px;
}


.blurb {
	clear: both;
	margin: 10px 0px 28px 59px;
	padding: 5px 0 5px 23px;
	position: relative;
	display:block;
	
	border-left: 6px solid #e72141;
	
	color: #273450;
	font-size: 1.35em;
}
.blurb p { 
	padding-bottom: 0px;
	margin-bottom: 5px;
}


.featured_yellow {
	clear: both;
	margin: 10px 0px 28px 0px;
	padding: 23px 37px 0px;
	position: relative;
	display:block;
	
	background: #F7F700;
	border-bottom: 1px solid #444F67;
	
	font-size: 1.05em;
	line-height: 130%;
}
.featured_yellow .cont-content {}

.featured_yellow h3 { 
	margin-top: 0px;
	margin-bottom: 10px;
	
	color: #3a465f;    
	font-size: 1.3em;
}
.featured_yellow h3 a, .featured_yellow h3 a:link, .featured_yellow h3 a:visited {
	color: #3a465f;
	font-family: inherit;
	text-decoration: none;
}
.featured_yellow h3 a:hover {
	color: #47cbe7;
}
.featured_yellow p { 
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.featured_yellow .imageleft {
	margin: -23px 18px 0px -37px;
}
.featured_yellow .imageright {
	margin: -23px -37px 0px 18px;
}



.featured_blue {
	clear: both;
	margin: 10px 0px 28px 0px;
	padding: 23px 37px 0px;
	position: relative;
	display:block;
	
	background: #47CBE7;
	border-bottom: 1px solid #444F67;
	
	font-size: 1.05em;
	line-height: 130%;
}
.featured_blue .cont-content {}

.featured_blue h3 { 
	margin-top: 0px;
	margin-bottom: 8px;
	
	color: #3a465f;    
	font-size: 1.3em;
}
.featured_blue h3 a, .featured_blue h3 a:link, .featured_blue h3 a:visited {
	color: #3a465f;
	font-family: inherit;
	text-decoration: none;
}
.featured_blue h3 a:hover {
	color: #FFFFFF;
}
.featured_blue p { 
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.featured_blue a,.featured_blue a:link, .featured_blue a:visited { 
	color: #FFFFFF;
}
.featured_blue a:hover { 
	color: #3a465f;
}
.featured_blue .imageleft {
	margin: -23px 18px 0px -37px;
}
.featured_blue .imageright {
	margin: -23px -37px 0px 18px;
}


ul.dnnActionMenuBody li ul li {
  margin: 0px !important;
  padding: 3px 15px 3px 0px !important;
  background-image: none !important;
}
ul.dnnActionMenuBody li ul li a, ul.dnnActionMenuBody li ul li a:link, ul.dnnActionMenuBody li ul li a:visited {
	color: #24aecb !important;
}
.sidebar ul.dnnActionMenuBody img {
	margin:0px;
}

ul.uLetterSearch li {
	background: none;
	padding: 0px;
	margin: 0px;
	padding-left: 1em;
}


.ModFormMasterC table {
	margin: 0 !important;	
}
.ModFormMasterC .SubHead {
	color: inherit;
	font-size: 1em;
	font-family: inherit;
	padding-right: 15px;
}
.ModFormMasterC .Normal, 
.ModFormMasterC .NormalDisabled, 
.ModFormMasterC .NormalDeleted {
	font-size: 1em;
}

#dnn_ctr584_FormMaster_tdCapthcaCell .Normal {
	padding-top: 15px;
}

#dnn_ctr584_FormMaster_cmdSubmit {
	display: inline-block;
	border: 1px solid #273450;
	background: #47CBE7;
	padding: 5px 12px;
	margin: 0px;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
	color: #273450;
	font-size: 0.95em;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 100%;
	text-decoration: none;
}
#dnn_ctr584_FormMaster_cmdSubmit:hover {
  background: #273450;
  color: #FFFFFF;
}

/*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 */