/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}

/* get permanent verticle scrollbar */
html { overflow-y: scroll; }

/*Set initial font styles*/
body {
	text-align: left;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background: url(/uploads/RedWoman/bkg.jpg) left top;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
/*GD	color: #FF0000;*/
	color:#18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
/*GD	color: #FF0000;*/
	color:#18507C;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
/*GD	color: #FF0000;*/
	color:#18507C;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #000000;
}
div#pagewrapper {
	width:965px;
/* now that width is set this centers wrapper */
	margin: 0 auto;
	color: black;
}
/* top banner*/
div#top
{
/*GD in template ivm image map	background: url(/uploads/RedWoman/redwoman_top.jpg) no-repeat left top; */
/*GD 315 => 965 */
	width:965px;
/*GD 112 => 254 */
/*GD 254 => 268*/
	height: 268px;
	font-size:12px;
	font-weight: bold;
/*GD	padding:0 70px 0 580px; */
	color:#fff;
	line-height: 1.6em;
	display:block;
	float:left;
}

div#header {
	height: 58px;
	margin: 0;
	padding: 0;
	/* you can set your own image here, will go behind h1 a image */
}
div#header h1 a {
	background: url(/uploads/RedWoman/redwoman_logo.jpg) no-repeat left top;
	display: block;
	height: 58px;
	text-indent: -999em;
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(/uploads/RedWoman/redwoman_logo.jpg) no-repeat left top;
}
div#header h2 {
	float: left;
	line-height: 1.2em;
	font-size: 1.5em;
	margin: 10px 65px 0px 5px;
	color: #f4f4f4;
}

div#header h2 a
{
color:#fff;
text-decoration: none;
display:block;
float:left;
}

div#header h2 a:hover
{
text-decoration: none;
}
div.breadcrumbs {
/*GD 	padding: 0em 0em 0.5em 1em;*/
	padding:0;
	font-size: 90%;
	margin: 0px;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
	float: right;
	width: 350px;
	text-align: right;
	padding: 20px 5px 2px 0;
	margin: 0;
	color:#fff;
}

input.search-button {
	border: 0;
	width: 100px;
	height: 20px;
	margin-left: 5px;
	padding: 0px 15px 2px 15px;
	cursor: pointer;
	
color:#345B00;
}


div#content {
	margin: 0pc;
	padding: 0px;
	background: url(/uploads/RedWoman/redwoman_content.gif) repeat-y 0 0;
display:block;
float:left;
width:965px;
color:#000000;
}
div#content2
{
	background: url(/uploads/RedWoman/redwoman_content2.gif) repeat-y 0 0;
display:block;
float:left;
width:965px;

}

div.back1 {
	width:685px;
/*GD	padding: 38px 10px 10px 10px;*/
	padding: 10px 10px 10px 10px;
	display:block;
	float:left;
}

div#main {
	padding: 0 10px 0 15px;

}
div#sidebar {
	width: 240px;
	margin: 0px;
	padding: 0 10px 0 10px ;
display:block;
float:left;
}


div#contentend
{
width:965px;
height:56px;
display:block;
float:left;
	background: #92DE2A url(/uploads/RedWoman/redwoman_contentend.gif);
}

div#footer {
	padding: 0;
/*GD	color:#000000;*/
	color:#000;
	background: #92DE2A url(/uploads/RedWoman/redwoman_menu.gif) no-repeat 0 0;
	clear: both;
	width:965px;
	height:30px;
	float:left;
	text-align:center;
	display:block;
}
div#footer p {
	width:965px;
	font-size: 0.8em;
	padding: 0;
	text-align: center;
	margin: 6px 0 0 0;
/*GD	color:#000000;*/
	color:#000;
	vertical-align:middle;
	text-align:center;
	height:26px;
	display:block;
	float:left;
}

div#footer p a {
/*GD	color: #FFF000;*/
	color:#18507C;
}

div#footer img
{
vertical-align:middle;
display:inline;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

div.left49 {
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
	text-align: right;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	color: #009999;
	font-size: 1.7em;
	line-height: 1em;
	margin: 0;
	padding: 15px 0 15px 0;
}
div#content h2.subtitle {
	color: #009999;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0;
	padding-bottom: 15px;
}
div#content h2 {
	color: #009999;
	font-size: 18px;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #0099999;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #000000;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

code, pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #000;
	background-color: #FEFF8A;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

/*GD */
#workshops h2 {
	font-family: 'Nunito', Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	font-weight:normal !important;
	color:#009999;
	margin:0 !important;
}
#workshop h2 {
	font-family: 'Nunito', Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	font-weight:bold !important;
	color:#009999;
}
/* Stylesheet: RedWoman : RedWoman Modified On 2016-04-15 14:51:37 */
/* by Alexander Endresen and mark and Nuno */
#menu_vert {
	margin:0;
	padding: 0;
	height: 35px;
	display:block;
	float: left;
}
.clearb {
	clear: both;
}

#menu_vert a
{
/*GD	color:#FFB66A;*/
	color:#fff;
}

#menuwrapper {
	background: url(/uploads/RedWoman/redwoman_menu.gif);
	height: 35px;
	width: 964px;
	margin: 0;
	padding: 0 0 0 1px;
}
ul#primary-nav, ul#primary-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
}
ul#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
ul#primary-nav ul ul {
	margin-top: 1px;
	margin-left: -1px;
	left: 100%;
	top: 0px;
}
ul#primary-nav li {
	float: left;
	margin: 0px;
	padding: 0 5px 0 5px;
}
#primary-nav li li {
	width: 200px;
	margin-left: 0px;
	margin-top: 1px;
	float: none;
	position: relative;

}

ul#primary-nav li a {
	font-size: 1.1em;
	font-weight: normal;
	padding: 7px 15px 5px 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: transparent;
	color:#fff;
}
ul#primary-nav li li a:hover {
	color: #FFF;
}

ul#primary-nav li li a.menuactive {
	background: transparent;
}

ul#primary-nav li a.menuactive {
	font-weight: bold;
	color: #FFF;
}

ul#primary-nav li a.menuactive:hover {
	color: #fff;
	font-weight: bold;
}

#primary-nav li a.menuparent
{
/*GD	color:#FFB66A;*/
	color:#fff;
}

#primary-nav li li a.menuparent:hover
{
	color: #fff;
	font-weight: bold;
}

#primary-nav li li a.menuparent
{
/*GD color: #000; */
	color:#fff;
}

#primary-nav li li a.menuparent span {
	display: block;
}
ul#primary-nav li ul a {

	text-align: left;
	margin: 0px;
	position: relative;
	font-weight: normal;
/*GD	color: #BD1E22;*/
	color: #fff;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;

}
ul#primary-nav li ul {

/*GD	background: #F3F5F5;*/
	background: #84cece;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	opacity: 0.95;

}
ul#primary-nav li ul ul {
	opacity: 95;
}

#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
	color: #fff;
/*GD	background:  #941C1D;*/
	background: #84cece;
}
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
	color: #fff;
/*GD	background:  #FFB56A;*/
	background:  #54badd;
}

#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}


/* Stylesheet: RedWoman : CSSMenu - Horizontal Modified On 2014-07-13 17:38:51 */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 0;

color:#fff;

}

div#news a
{
/*GD color:#FFB66A;*/
	color:#18507C;
}


div#news p
{
padding-left:10px;
padding-bottom:0px;
margin-bottom:0px;
}

div#news h2 {
/*GD	line-height: 2.4em;*/
	line-height: 1.5em;
	color: #FFF;
	border-left: 0px;
	border:right: 0px;
	font-size:18px;
	padding-left:10px;
	padding-top:10px;
}

.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
/*GD	border-bottom: 1px solid #FFB66A;*/
	border-bottom: 1px solid #18507C;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}

.NewsSummarySummary p
{
margin-left:-10px;
}

.NewsSummaryContent p
{
margin-left:-10px;
}

.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
/*GD */
ul.list1 { list-style-type: none; }

/* Stylesheet: RedWoman : News Modified On 2012-10-21 13:06:09 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(/uploads/RedWoman/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(/uploads/RedWoman/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(/uploads/RedWoman/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: RedWoman : Accessibility and cross-browser tools Modified On 2012-10-21 10:48:58 */
