/*
Theme Name: F4WC
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0-snd
License: GNU General Public License
License URI: license.txt
Tags:
*/

/*
File:		reset.css - This contains all the reset styles for the website.
Docs:		File is based on html5boilerplate and YUI3 Fonts CSS.
			Learn more:
			http://html5boilerplate.com/docs/css/
			http://yuilibrary.com/yui/docs/cssfonts/

Reset Styles - reset all styles for consistent cross browser styling
*/
/* @group Reset Styles */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; }

a { color: #00e;outline: none!important; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: none!important; }
a:hover, a:active { outline: 0; }
:focus { -moz-outline-style: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}small{font-size:85%;}
h1 {font-size: 182%;}
h2 {font-size: 161.6%;}
h3 {font-size: 138.5%;}
h4 {font-size: 116%;}
h5 {font-size: 108%;}
h6 {font-size: 100%;}
h1, h2, h3, h4, h5, h6 {margin: 0 0 .5em 0;}
p {margin: 0 0 1em 0;}
/* @end */

/* @group Formalize */
.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url('../images/button.png?1298351022') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.3 Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button {
  background: #dddddd url('../images/button.png?1298351022') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}
/* @end */

/* @group WP Styles */

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	clear: both;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}

#nav-above:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#nav-above {display: inline-block;}

/* Hides from IE-mac \*/
* html #nav-above {height: 1%;}
#nav-above {display: block;}
/* End hide from IE-mac */

#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0;
}

#nav-below:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#nav-below {display: inline-block;}

/* Hides from IE-mac \*/
* html #nav-below {height: 1%;}
#nav-below {display: block;}
/* End hide from IE-mac */

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	margin: 0 0 18px 0;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	padding: 0 0 24px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {

}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Content */
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Media */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Widgets */
.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}
/* @end */

/*========================== BEGIN SITE SPECIFIC STYLES ========================== */

/*
Company:	
File:		main.css - This contains all the main styles for the website.
Docs:		File is based on html5boilerplate and YUI3 Fonts CSS.
			Learn more:
			http://html5boilerplate.com/docs/css/
			http://yuilibrary.com/yui/docs/cssfonts/

All the styles are separated into the following groups:
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Media Queries - media queries
Non-Semantic Helper Classes - helper styles
Print Styles - default print styles
*/

/* @group HTML, Body */
html {
	background: #fefefe url(images/bg-page.gif);
	min-width: 947px;
}
body {
	font-family: Arial, sans-serif;
	padding: 0 0 30px 0;
}

/* Android 4.x and newer require a blank bg image to assign correct width values on certain elements */
h1, h2, h3, h4, h5, h6, div, span, ul, li, p {
	background: url(images/blank.png);
}
/* @end */

/* @group Layout */
/* Head */

/* Head Top */
div.hd-top {
	background: #FFF url(images/bg-hd-top-top.png) top left repeat-x;
	margin: 0 0 16px 0;
}

div.hd-top-inner {
	background: url(images/bg-hd-top-bottom.png) bottom left repeat-x;
	padding: 0 0 2px 0;
}

div.hd-top-inner-most {
	width: 947px;
	margin: 0 auto;
	position: relative;
}

/* Logo */
div.logo h2 a:link, div.logo h2 a:visited {
	display: block;
	width: 346px;
	height: 124px;
	text-indent: -9999px;
	background: url(images/bg-logo.png) top left no-repeat;
}

div.logo h2 {
	margin: 0;
}

/* Banner Text */
div.banner-text {
	padding: 0 24px 10px 98px;
}

div.banner-text p {
	margin: 0;
	font-size: 93%;
}

/* Head Search */
div.hd-search {
	float: left;
	padding: 3px 6px 0 6px;
}

div.hd-search label {
	position: absolute;
	left: -9999px;
}

div.hd-search #s {
	border: 1px solid #e0e0e0;
	width: 312px;
	text-align: center;
	color: #999999;
	font-size: 93%;
	height: 33px;
}

html.lt-ie8 div.hd-search #s {
	line-height: 33px;
}

div.hd-search #searchsubmit {
	display: none;
}

/* Head Donate */
div.hd-donate {
	position: absolute;
	right: 13px;
	width: 181px;
}

div.hd-donate h3 {
	margin: 0;
	font-size: 167%;
}

div.hd-donate h3 span {
	display: block;
	font-weight: normal;
	font-size: 77%;
	text-transform: none;
	padding-top: 15px;
}

div.hd-donate h3 a:link,
div.hd-donate h3 a:visited {
	color: #FFF;
	text-transform: uppercase;
	background: #018bc8;
	display: block;
	text-align: center;
	height: 80px;
	text-decoration: none;
	width: 100%;
}

div.hd-donate h3 a:hover {
	background-image: none;
	background-color: #69be28;
}

div.hd-main {
	background: #643b81 url(images/bg-hd-main.jpg) top left repeat-x;
	color: #FFF;
	padding: 0 0 2px 0;
	position: relative;
	min-height: 183px;
}

/* Text Resizer */
div#textsizer {
	padding-top: 11px;
	float: left;
	margin-left: 18px;
}

div#textsizer span.font-size {display: none;}

div#textsizer a:link,
div#textsizer a:visited {
	width: 17px;
	height: 17px;
	display: block;
	float: left;
	text-indent: -9999px;
}

div#textsizer .small-text {background: url(images/icon-small-text.gif) top left no-repeat; width: 18px;}
div#textsizer .medium-text {background: url(images/icon-medium-text.gif) top left no-repeat;}
div#textsizer .large-text {background: url(images/icon-large-text.gif) top left no-repeat;}

/* Head Side */
div.hd-side {
	width: 181px;
	background: url(images/bg-hd-side-overlay.png);
	/*-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
	border: 1px solid rgba(213, 213, 213, .5);*/
	color: #7c5497;
	margin: 0 0 6px 0;
	height: 118px;
}

div.hd-side-inner {
	padding: 10px 35px 4px 28px;
	text-align: center;
}

div.hd-side-inner img {
	max-width: 85px;
	height: auto;
}

div.hd-side p {
	font-size: 70%;
	padding: 0 0 0 8px;
	margin: 0 0 3px 0;
}

div.hd-side p.learn-more {
	padding: 0;
	margin: 0;
	font-size: 77%;
}

div.hd-side p.learn-more a:link,
div.hd-side p.learn-more a:visited {
	display: block;
	color: #69be28;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

div.hd-side p.learn-more a:hover {
	color: #653d82;
}

/* Head Side Text CTA */
div.hd-side-text-cta {
	margin: 0 0 6px 0;
}

div.hd-side-text-cta p {
	margin: 0;
	font-size: 123.1%;
}

div.hd-side-text-cta a:link,
div.hd-side-text-cta a:visited {
	display: block;
	background-color: #86d077;
	color: #451386;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
}

div.hd-side-text-cta a:hover {
	background-color: #59ab3d;
}

/* Body */
div#bd {
	width: 947px;
	margin: 0 auto;
}

body.small-text div.hd-main,
body.small-text div.content-box-a,
body.small-text div.call-outs,
body.small-text div.page-container,
body.small-text div.sidebar,
body.small-text div#ft {font-size: 93%;}

body.large-text div.hd-main,
body.large-text div.content-box-a,
body.large-text div.call-outs,
body.large-text div.page-container,
body.large-text div.sidebar,
body.large-text div#ft {font-size: 116%;}

body.larger-text div.hd-main,
body.larger-text div.content-box-a,
body.larger-text div.call-outs,
body.larger-text div.page-container,
body.larger-text div.sidebar,
body.larger-text div#ft {font-size: 123.1%;}

body.largest-text div.hd-main,
body.largest-text div.content-box-a,
body.largest-text div.call-outs,
body.largest-text div.page-container,
body.largest-text div.sidebar,
body.largest-text div#ft {font-size: 131%;}

html.lt-ie8 body.small-text div.hd-main,
html.lt-ie8 body.small-text div.content-box-a,
html.lt-ie8 body.small-text div.call-outs,
html.lt-ie8 body.small-text div.page-container,
html.lt-ie8 body.small-text div.sidebar,
html.lt-ie8 body.small-text div#ft {font-size: 85%;}

/* Shared Area */
div.shared-area {
/*	background: url(images/bg-light-gray-overlay.png);*/
	padding: 0 0;
}

div.shared-area-inner {
	background-color: #FFF;
	border: 1px solid #d8d8d8;
}

/* Main Column */
div.main {
	width: 747px;
	float: left;
}

div.main-content {
	width: 747px;
	padding: 6px 0 0 0;
}
body.home div.main-content {
	width: 747px;
}

/* Home Top */
div.home-top {
	margin: 0 0 6px 0;
	padding: 0!important;
}

div.home-top div.shared-area-inner {
	padding: 18px 0 0 15px;
}

div.home-top div.shared-area-inner-most {
	background: url(images/bg-green-white-gradient.gif) top left repeat-y;
	padding: 0 0 10px 0;
}

/* Home Top Static */
div.home-top-static {
	width: 199px;
	float: left;
	margin: 0 5px 0 0;
}

/* Content Box A */
div.content-box-a {
	color: #444;
}

div.content-box-a div.inner {
	padding: 18px 0 9px 14px;
}

div.content-box-a div.inner h6 {
	margin: 0;
}

div.content-box-a div.inner p {
	font-size: 93%;
}

div.content-box-a div.inner a:link,
div.content-box-a div.inner a:visited {
	color: #67bd4a;
}

div.content-box-a h2 {
	background: #59ab3d url(images/bg-dark-green-gradient.gif) top left repeat-x;
	color: #FFF;
	margin: 0;
	text-transform: uppercase;
	font-size: 123.1%;
	padding: 17px 20px 17px 14px;
}

/* Content Box B */
div.content-box-b {
	background: #a5a6ab url(images/bg-sisterhood.jpg) top left no-repeat;
	background-size: 100% 100%;
	margin: 0 0 0 9px;
	padding: 9px 9px 0 9px;
	width: 169px;
	color: #0e0d0d;
	min-height: 184px;
	height:auto !important;
	height: 184px;
}

div.content-box-b div.inner {
	background: url(images/bg-content-box-b-overlay.png);
	padding: 7px 6px 12px 6px;
}

div.content-box-b h3 {
	font-size: 131%;
}

div#bd div.content-box-b p {
	margin: 0;
}

div#bd div.content-box-b a:link,
div#bd div.content-box-b a:visited {
	color: #0e0d0d;
	text-decoration: none;
}

div#bd div.content-box-b a:hover {
	color: #694285;
}

/* Homepage Slideshow Container */
div.homepage-slideshow {
	width: 514px;
	float: left;
}

div.homepage-slideshow-inner {
	background-color: #979797;
	padding: 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, .35);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, .35);
}

div.homepage-slideshow-inner-most {
	background-color: #f8f8f8;
	padding: 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}

div.homepage-slideshow div.slide {
	position: absolute;
	left: -9999px;
}

div.homepage-slideshow div.slide-1 {
	position: static;
	left: 0px;
}

/* Slide Image */
div.slide-image {
	position: relative;
	z-index: 10;
}

div.slide-image img {
	display: block;
}

/* Slide Text */
div.slide-text {
	background: #FFF url(images/bg-slide-text.gif) top left repeat-x;
	padding: 6px 0 0 8px;
	color: #414141;
}

div.slide-text h2 {
	background-color: #694285;
	color: #FFF;
	padding: .35em 0 .35em 19px;
	font-size: 123.1%;
	line-height: 1em;
}

div.slide-description {
	padding: 0 0 0 19px;
}

div.slide-description p {
	font-size: 93%;
	margin: 0;
}

div.slide-description a:link,
div.slide-description a:visited {
	color: #694285;
}

/* Slide Next and Previous Buttons */
#slidePrev,
#slideNext {
	width: 21px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	background: url(images/bg-slide-prev.png) top left no-repeat;
	position: absolute;
	top: 133px;
	left: 7px;
	z-index: 100;
}

#slideNext {
	background: url(images/bg-slide-next.png) top left no-repeat;
	left: 470px;
}

/* Call Out */
div.call-out {
	background: url(images/bg-purple-overlay.png);
	color: #444444;
	width: 20.66%;
	float: left;
	margin: 0 2% 0 0;
}

html.lt-ie8 div.call-out {
	width: 20%;
}

div.call-out div.inner {
	padding: .62em 10% .5em 10%;
}

div.call-out-emphasis, html.lt-ie8 div.call-out-emphasis {
	width: 32%;
}

div.call-outs div.last {
	margin: 0;
}

div.call-out-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

div.call-out-image {
	margin: 0 0 17px 0;
	background-color: #FFF;
	padding: 2px 2px 0px 2px;
	position: relative;
	overflow: hidden;
	border: 1px solid #c6c6c6;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, .13);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .13);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .13);
}

div.call-out-image div.bottom-border {
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #FFF;
}

div.call-out h3 {
	color: #733b6e;
	text-transform: uppercase;
	font-size: 161.6%;
	font-weight: normal;
	text-shadow: 1px 2px 0px #fdfdfd;
	font-family: didactic, Arial, sans-serif;
	margin: 0 0 .65em 0;
}

div.call-out h3 a:link,
div.call-out h3 a:visited {
	color: #733b6e;
}

div.call-out-emphasis h3 {
	font-size: 182%;
	margin: 0 0 .5em 0;
	font-weight: bold;
}

div.call-out p {
	font-size: 85%;
	line-height: 1.6em;
	margin: 0;
}

div.call-out-emphasis p {
	font-size: 93%;
}

/* Interior Page Content */
div.page-container {
	color: #000;
	margin: 0 0 6px 0;
}

div.page-container p {
	font-size: 108%;
	line-height: 1.6em;
	margin: 0 0 1.6em 0;
}

div.page-container td {
	font-size: 108%;
	line-height: 1.6em;
}

div.page-container p a:link,
div.page-container p a:visited,
div.page-container li a:link,
div.page-container li a:visited,
div.page-container td a:link,
div.page-container td a:visited {
	text-decoration: underline;
}

div.page-container p a:hover,
div.page-container li a:hover,
div.page-container td a:hover {
	text-decoration: none;
}

div.page-container div.shared-area-inner {
	padding: 16px 36px 35px 36px;
}

/* Columns and Shortcodes */
div.one-half {
	width: 47%;
	float: left;
	margin: 0 6% 0 0;
}

div.one-third {
	width: 29.32%;
	float: left;
	margin: 0 6% 0 0;
}

div.page-container div.last {
	margin: 0;
}


/* AddThis Container */
div.add-this-container {
	padding: 10px 0;
}

/* Breadcrumb */
div.breadcrumb {
	color: #828282;
	vertical-align: middle;
}

div.breadcrumb a:link,
div.breadcrumb a:visited {
	color: #828282;
	background: url(images/bg-breadcrumb-divider.png) center right no-repeat;
	padding: 2px 11px 2px 0;
	margin: 0 7px 0 0;
}

div.page-container div.breadcrumb p a:link,
div.page-container div.breadcrumb p a:visited {
	text-decoration: none;
}

div.page-container div.breadcrumb p a:hover {
	text-decoration: underline;
}

div#bd div.breadcrumb p {
	font-size: 93%;
	vertical-align: middle;
}

span.home-icon {
	display: inline-block;
	background: url(images/bg-breadcrumb-divider.png) center right no-repeat;
	vertical-align: middle;
	padding: 0 8px 0 0;
	margin: 0 4px 0 0;
}

div.breadcrumb span.home-icon a:link,
div.breadcrumb span.home-icon a:visited {
	display: inline-block;
	float: left;
	text-indent: -9999px;
	width: 20px;
	height: 17px;
	background: url(images/home-icon.png) top left no-repeat;
	padding: 2px 0;
	margin: 0;
}

/* Sourcebook Filters */
ul.sourcebook-filters:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul.sourcebook-filters {display: inline-block;}

/* Hides from IE-mac \*/
* html ul.sourcebook-filters {height: 1%;}
ul.sourcebook-filters {display: block;}
/* End hide from IE-mac */

ul.sourcebook-filters {
	display: none;
	padding: 0;
}

ul.sourcebook-filters li {
	float: left;
	list-style: none;
	padding: 0 7px 0 0;
}

ul.sourcebook-filters li span {
	cursor: pointer;
	display: block;
	background-color: #f0ebf4;
	padding: 7px 14px;
}

ul.sourcebook-filters li span:hover {
	background-color: #e5deea;
}

ul.sourcebook-filters li.sourcebook-active span {
	background-color: #653d82;
	color: #FFF;
}

/* Sourcebook Item */
div.sb-all {
	clear: both;
	position: relative;
	padding: 25px 0 1px 0;
	border-bottom: 2px solid #f7f7f7;
}

div.sb-all h3 {
	padding: 0 25px 0 0;
}

div.sourcebook-link-box {
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	padding: 15px 15px 15px 20px;
	margin: 0 0 24px 0;
}

div.sourcebook-link-box ul {
	margin: 0;
	padding: 0;
}

div.page-container div.sourcebook-link-box ul li {
	list-style-position: inside;
	font-weight: bold;
	font-size: 100%;
	color: #70498a;
}

/* Toggle Link Box Button */
span.toggle-link-box {
	position: absolute;
	top: 25px;
	right: 0;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

/* Sidebar */
div.sidebar {
	width: 181px;
	float: right;
	color: #444;
	font-family: Arial, sans-serif;
	padding-top: 27px;
	margin-right: 13px;
}

/* Side Navigation */
div.side-nav {
	background-color: #f2ebf6;
}

div.side-nav-inner {
	padding: 10px 0 10px 8px;
}

/* Side Nav Header */
div.side-nav-header h3 {
	background-color: #6a4286;
	color: #FFF;
	margin: 0;
	font-family: didactic, Arial, sans-serif;
	font-weight: normal;
	font-size: 146.5%;
	text-transform: uppercase;
	padding: 11px 0 11px 11px;
}

div.side-nav-header h3 span {
	display: inline-block;
	background: url(images/bg-side-nav-arrow.png) top left no-repeat;
	width: 12px;
	height: 11px;
	position: relative;
	top: -1px;
	margin: 0 0 0 10px;
}

/* End Side Nav Header */

div.side-nav ul {
	margin: 0;
	padding: 0;
}

div.side-nav ul li {
	list-style: none;
	font-size: 93%;
	line-height: 1em;
}

div.side-nav ul li.bold {
	font-weight: bold;
}

div.side-nav ul li a:link,
div.side-nav ul li a:visited {
	color: #000;
	display: block;
	padding: 6px 0;
}

div.side-nav ul ul {
	padding: 5px 0 5px 20px;
}

div.side-nav ul li ul li {
	font-size: 93%;
}

div.side-nav ul li ul li ul li {
	font-size: 100%;
}

div.side-nav ul li ul li a:link,
div.side-nav ul li ul li a:visited {
	padding: 2px 0;
}

div.side-nav ul li ul {
	display: none;
}

div.side-nav ul li.showsub ul, div.side-nav ul li.showsub ul li {
	display: block;
}

div.side-nav ul.interior-nav li {
	display: none;
}


div.side-nav ul.interior-nav li.current_page_ancestor,
div.side-nav ul.interior-nav li.current-menu-ancestor,
div.side-nav ul.interior-nav li.current_page_item,
div.side-nav ul.interior-nav li.current_page_ancestor ul,
div.side-nav ul.interior-nav li.current-menu-ancestor ul,
div.side-nav ul.interior-nav li.current_page_item ul,
div.side-nav ul.interior-nav li.current_page_ancestor ul li,
div.side-nav ul.interior-nav li.current-menu-ancestor ul li,
div.side-nav ul.interior-nav li.current_page_item ul li {
	display: block;
}


div.side-nav ul.interior-nav li.current_page_ancestor ul ul,
div.side-nav ul.interior-nav li.current-menu-ancestor ul ul,
div.side-nav ul.interior-nav li.current_page_item ul ul,
div.side-nav ul.interior-nav li.current_page_ancestor ul li ul li,
div.side-nav ul.interior-nav li.current-menu-ancestor ul li ul li,
div.side-nav ul.interior-nav li.current_page_item ul li ul li {
	display: none;
}

div.side-nav ul.interior-nav li ul li.current_page_item ul,
div.side-nav ul.interior-nav li ul li.current_page_item ul li {
	display:  block;
}

div.side-nav ul.interior-nav li.current_page_ancestor ul li.current_page_ancestor ul,
div.side-nav ul.interior-nav li.current-menu-ancestor ul li.current_page_ancestor ul,
div.side-nav ul.interior-nav li.current_page_item ul li.current_page_ancestor ul,
div.side-nav ul.interior-nav li.current_page_ancestor ul li.current_page_ancestor ul li,
div.side-nav ul.interior-nav li.current-menu-ancestor ul li.current_page_ancestor ul li,
div.side-nav ul.interior-nav li.current_page_item ul li.current_page_ancestor ul li {
	display:  block;
}

div.side-nav ul li.current-menu-item a:link,
div.side-nav ul li.current-menu-item a:visited,
div.side-nav ul li.current_page_item a:link,
div.side-nav ul li.current_page_item a:visited {
	color: #633C7E;
	text-decoration: underline;
}

div.side-nav ul li.current-menu-item ul li a:link,
div.side-nav ul li.current-menu-item ul li a:visited,
div.side-nav ul li.current_page_item ul li a:link,
div.side-nav ul li.current_page_item ul li a:visited {
	color: #000;
	text-decoration: none;
}

div#bd div.side-nav ul.interior-nav a:hover {
	text-decoration:  underline;
}

html div#bd div.side-nav ul.interior-nav li.side-home-link {
	display: block!important;
}

/* Side Social Networks  */
div.side-social-networks {
	background: url(images/bg-side-social.png) bottom left repeat-x;
}

div.hd-social-networks {
	float: right;
	padding: 20px 15px 0 0;
}

div.side-social-networks ul, div.hd-social-networks ul {
	margin: 0;
	padding: 0;
}

div.side-social-networks ul li {
	list-style: none;
	float: left;
	background: url(images/bg-side-social-li.png) center right no-repeat;
	padding: 8px 4px 7px 5px;
}

div.hd-social-networks ul li {
	list-style: none;
	float: left;
	padding: 8px 0 7px 5px;
}

div.side-social-networks ul li.last {
	background: none;
	padding-right: 0px;
}

div.side-social-networks img, div.hd-social-networks img {
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.side-social-networks img:hover, div.hd-social-networks img:hover {
	opacity: .5;
}

/* Side HDN Thanks */
div.hdn-thanks {
	text-align: center;
	width: 150px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url('images/bg-hdn-thanks.png') repeat-x left top;
}
div.hdn-thanks p {
	font-size: 93%;
	font-style: italic;
	text-align: left;
	padding-top: 10px;
	line-height: 140%;
}

/* Side Box A */
div.side-box-a {
	background: url(images/bg-blue-white-gradient.png) top left repeat-x;
}

div.side-box-a h3 {
	background: #0098db url(images/bg-dark-blue-gradient.png) top left repeat-x;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-family: didactic, Arial, sans-serif;
	margin: 0;
	padding: .5em 0;
	line-height: 1em;
	font-weight: normal;
	font-size: 146.5%;
}

div.side-box-a div.inner {
	padding: 17px 19px 0px 19px;
}

div.side-box-a p {
	font-size: 85%;
	line-height: 1.7em;
}

/* Footer */
div#ft {
	padding: 25px 0 1px 0;
	text-align: center;
}

/* Footer Navigation */
div.ft-nav ul {
	margin: 0;
	padding: 0 0 20px 0;
}

div.ft-nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.ft-nav ul {display: inline-block;}

/* Hides from IE-mac \*/
* html div.ft-nav ul {height: 1%;}
div.ft-nav ul {display: block;}
/* End hide from IE-mac */

div.ft-nav ul li {
	list-style: none;
	font-size: 108%;
	background: url(images/bg-ft-nav.png) center right no-repeat;
	padding: 0 7px 0 2px;
	margin: 0 0 0 0;
	display: inline-block;
}

div.ft-nav ul li.last {
	background: none;
	padding: 0;
	margin: 0;
}

div.ft-nav ul li:last-of-type {
	background: none;
	padding: 0;
	margin: 0;
}

div.ft-nav ul li a:link,
div.ft-nav ul li a:visited {
	color: #000;
}

/* Footer Copy text */
div.ft-copy a:link,
div.ft-copy a:visited {
	color: #222222;
}

div.ft-copy p {
	font-size: 93%;
}

/* WebDriven */
span.site-design-by {
	padding: 10px 0 0 0;
	display: block;
}

span.webdriven {
	vertical-align: middle;
	position: relative;
	top: -3px;
}

/* @end */

/* @group Common Text Styles */
div#bd p.btn-b {
	font-size: 108%;
	text-align: center;
	line-height: 1em;
	margin: 0;
	position: relative;
	top: 7px;
	font-family: didactic, Arial, sans-serif;
}

div#bd p.btn-b a:link,
div#bd p.btn-b a:visited {
	background: #0096d9 url(images/bg-blue-btn.png) top left repeat-x;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 20px;
}
	
div#bd p.btn-b a:hover {
	background-image: none;
	background-color: #007cb2;
}
	
/* @end */

/* @group Default Headings */
div.page-container h1 {
	font-size: 182%;
	font-weight: normal;
	margin: 0 0 1em 0;
}

/* @end */

/* @group Default Lists */
/* Make default ul and ol styles to match p styles */
div.page-container ul,
div.page-container ol {
	margin-bottom: 0 0 1.6em 0;
}

div.page-container ul li,
div.page-container ol li {
	font-size: 108%;
	line-height: 1.6em;
}

/* @end */

/* @group Nav */
div#nav {
	float: left;
	padding: 0 0 0 13px;
}

div#nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#nav ul {display: inline-block;}

/* Hides from IE-mac \*/
* html div#nav ul {height: 1%;}
div#nav ul {display: block;}
/* End hide from IE-mac */

div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	float: left;
	display: inline;
	background: url(images/bg-nav-li.png) top right no-repeat;
	padding: 0 2px 0 0;
}
div#nav ul li a:link,
div#nav ul li a:visited {
	display: block;
	font-weight: bold;
	color: #555555;
	padding: 1em 16px 1.3em 16px;
	text-decoration: none;
	margin: 0 0 -4px 0;
}

div#nav ul li:hover a:link, div#nav ul li.sfhover a:link,
div#nav ul li:hover a:visited, div#nav ul li.sfhover a:visited,
div#nav ul li a:hover {
	color: #7a5793;
}

div#nav ul li.current_page_item a:link,
div#nav ul li.current_page_item a:visited {
	background: url(images/bg-nav-current.png) bottom center no-repeat;
	color: #555555;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 7px 19px 7px 19px;
	margin: 0 0 0 -2px;
	width: 148px;
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .13);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .13);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .13);
	border-left: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	list-style: none;
	line-height: 1;
	background: #f4f4f4 url(images/bg-dropdown.png);
	position: absolute;
	left: -999em;
	z-index: 500;
}
div#nav ul li ul li {
	background: url(images/bg-dropdown-li.png) bottom left repeat-x;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	height: 1%;
	list-style: none;
}

div#nav ul li ul li.last {
	background: none;
}

div#nav ul li:hover ul li a:link, div#nav ul li.sfhover ul li a:link,
div#nav ul li:hover ul li a:visited, div#nav ul li.sfhover ul li a:visited,
div#nav ul li ul li a:link,
div#nav ul li ul li a:visited {
	text-align: left;
	line-height: 1em;
	height: 1%;
	padding: 9px 0;
	margin: 0;
	color: #777;
	font-weight: bold;
	font-size: 93%;
	display: block;
	background-image: none!important;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li:hover ul li a:hover, div#nav ul li.sfhover ul li a:hover,
div#nav ul li ul li a:hover {
	color: #7a5793;
}


/* 3rd Level Dropdown */
div#nav ul ul ul {
	position: absolute;
	left: -999em!important;
	margin: -2em 0 0 5em;
	background-color: #456595;
}
div#nav ul ul ul li {

}
div#nav ul li ul li:hover ul, div#nav ul li ul li.sfhover ul {
	left: auto!important;
}
div#nav ul li ul li ul li a {
	white-space: nowrap;
}
div#nav ul li ul li ul li:hover a, div#nav ul li ul li ul li.sfhover a {

}


/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
	
/* @end */

/* @group Forms */
	
/* @end */

/* Image Styles */
img.right {
	float: right;
	margin: 0 0 1em 17px;
}

img.left {
	float: left;
	margin: 0 17px 1em 0;
}

img.up {
	position: relative;
	top: -20px;
}

img.border {
	border: 1px solid #d4d3d3;
}

/* @group Default Links - link visited hover active */
a:link, a:visited {
	text-decoration: none;
	color: #660099;
}
a:hover, a:active {
	text-decoration: underline;
}
/* @end */

/* @group Media Queries */
@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}
/* @end */

/* @group Non-Semantic Helper Classes */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear: both; }
/* @end */

/* @group Print Styles */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* @end */

/* Uterine Blog Button */
.uterine-blog-button {
	clear: both;
	padding: 9px 4px 0 9px;
}
.uterine-blog-button a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background: url('images/bg-blue-blog-btn.png') repeat-x 0 0 #0b92cc;
}
.uterine-blog-button a:link, .uterine-blog-button a:visited {
	color: #fff;
	text-decoration: none;
}
.uterine-blog-button a:hover {
	background-image: none;
}