/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 { font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ===============  Default Adjustments  =============== */

body { }

h2 { font-size: 1.375em; }
h3 { font-size:1.125em; }
h4 { font-size: 0.875em; }

h1 {text-transform: uppercase; color: #421573; 	font-family: 'Montserrat', Tahoma, Arial, sans-serif; font-weight: 400; margin: 20px 0 10px;}
h2, h3, h4, h5, h6 {text-transform: uppercase; color: #303030; 	font-family: 'Montserrat', Tahoma, Arial, sans-serif; font-weight: 400; margin: 20px 0 10px;}
	
p {
	font-size: 0.875em;
	line-height: 1.375em;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 1em 0;
	color: #303030;
}	

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.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; }

.hide {display:none;}
.smallest {font-size:.8em;}
.smaller {font-size:.9em;}
.larger {font-size:1.1em;}
.largest {font-size:1.2em;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.strike {text-decoration:line-through;}
.red, .red:visited {color:#f00;}
.green, .green:visited {color:#390;}
.lgreen, .lgreen:visited  {color:#97937d;}
.vtop {vertical-align:top;}
.center {text-align:center;}
.right {text-align:right;}
.f-right{float:right;}
.f-left{float:right;}
.nowrap {white-space:nowrap;}
.breakforprint {page-break-after:always;}
.clear {overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0;}
.skip {position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden;}

/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }

img { max-width:100% !important; height:auto !important; }

.important { 
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

/* Enter unique styles for site here */

/* ## Disabled Form Fields ## */
input[disabled=true] {background-color: #F0F0F0;}
textarea[disabled=true] {background-color: #F0F0F0;}
select[disabled=true] {background-color: #F0F0F0;}
input[readonly=true] {background-color: #F0F0F0;}
textarea[readonly=true] {background-color: #F0F0F0;}
select[readonly=true] {background-color: #F0F0F0;}


/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { color: #79741E; text-decoration:none; }
a:hover, a:active, a:focus { color:#421573; text-decoration:none; }
a:active, a:focus { outline:0; }

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }


/* ## Link Modifiers ## */
a .text { text-decoration:underline; color: #79741E;}
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }


/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:10px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
body {background:url("/cms/images/layout/main_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);border-top: 5px solid #dbc460; }
.container { }
.siteBody {background: none repeat scroll 0 0 #FAF8F2; border-top: 4px double #dedbd2; padding: 30px 0 40px;}
.introContent { padding:15px 0; border-top: 1px solid #dedbd2;}


/* ## Site Header ## */
.siteHeader {
	position:relative;
	min-height:195px;
	margin-bottom:3px;
	z-index:1000;
	background: url(/cms/images/layout/siteHeader_bg.png) repeat-x;
	padding: 15px 0;
}
/*
.siteHeader a.sitelogo,
.siteHeader a.sitelogo:link,
.siteHeader a.sitelogo:visited {position: absolute; top: 30px; left: 385px; display:block; width:212px; height:118px; margin-bottom:10px; background:url(/cms/images/layout/site_logo.png) no-repeat 0 0; text-indent:-9999em;}

*/

.siteHeader a.sitelogo,
.siteHeader a.sitelogo:link,
.siteHeader a.sitelogo:visited {position: absolute; top: 45px; left: 425px; display:block; width:144px; height:160px; margin-bottom:10px; background: url(/cms/images/layout/AWL-Logo.png) no-repeat 0 0; text-indent:-9999em;}


.siteHeader .logoBanner {
	padding:20px 0 0 !important;
}

.siteHeader .hdrPhonenum {
    background-position: 100% 0;
    background-repeat: no-repeat;
    bottom: 12px;
    display: block;
    height: 34px;
    position: absolute;
    right: 12px;
    text-indent: -9999em;
    width: 200px;
}
.headerLinks {
    font-size: 0.9em;
    margin: 0 0 10px;
    padding: 5px 0 0;
    text-align: right;
}
.headerLinks a, .headerLinks a:link, .headerLinks a:visited {
    margin: 0 3px;
    text-decoration: none;
}
.headerLinks a:hover, .headerLinks a:active {
    text-decoration: underline;
}

.siteSearch {     color: #FFFFFF; float: right; margin: 0;}
.siteSearch label { display: none; }
.siteSearch .inner { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #e5e5e2; border-radius: 3px 3px 3px 3px; }
.siteSearch .formee .text {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #AF985F;
    display: inline;
    font-size: 0.8em;
    margin: 0 5px 0 0;
    padding: 0 5px 0 15px;
    width: 175px;
}
.siteSearch .btn {
    background: url("/cms/images/layout/icon_search.png") no-repeat;
    border: 0 none;
    height: 27px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: -9999em;
    width: 27px;
}

.siteHeader p, .siteHeader .headerLinks li, ul.topLftNav {
	font-size: 0.750em;
	font-family: 'Montserrat', Tahoma, Arial, sans-serif;
	text-transform: uppercase;
}

.nLeft {
	width: 375px; 
	float: left;
}

.nRight {
	width: 370px; 
	float: right;
}

.mainNav .nLeft ul.navLeft, .mainNav .nRight  ul.navRight {
	display: table;
	width: 100%;
}

ul.topLftNav {
	margin: 0;
	padding:5px 0 0;
}

ul.topLftNav li:first-child {
	border-right: 1px solid #555555;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

ul.topLftNav li { 
	display: inline;
}

ul.topRtNav {
	margin:0 -8px 0 0;
	padding: 0;
}

ul.topRtNav li { 
	display: inline;
	font-weight: 700;
}

ul.topRtNav li a {
	color: #421573;
	text-decoration: none;
	margin: 0;
}
ul.topRtNav li.hours {
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;
    margin: 0 5px 0;
    padding: 0 5px 0;
}

.lowLeft {
	background: url(/cms/images/layout/swirl_hd.png) no-repeat 0 10px;
	text-align:center;
}

.lowRight {
	background: url(/cms/images/layout/swirl_hd.png) no-repeat 0 10px;
	text-align:center;
}


.lowLeft h1, .lowRight h1 {
	font-family: 'Vast Shadow', cursive, 'Rockwell', Palatino;
	color: #421573;
	padding:3px 0 0;
	margin:0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.65em
}

.lowLeft h2, .lowRight h2 {
	font-family: 'Montserrat', Tahoma, Arial, sans-serif;
	color: #421573;
	padding:0;
	margin:0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.75em
}

/* ==========================================================================
   Main Content
   ========================================================================== */
 
 .pageHeading h1 {
	border-bottom: 4px double #91908b;
 }
 
.sliderPlaceholder {
	background: url("/cms/images/layout/slideWrpr_bg.gif") repeat-x 0 -27px #2D0E50;
    border-bottom: 3px solid #FFFFFF;
    margin-bottom: -20px;
	position: relative;
    top: -30px;
}

.sliderPlaceholder  a.donateNow {
	background: #d1b333;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 2px 0 #000000;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Montserrat',Tahoma,Arial,sans-serif;
    font-size: 1em;
    padding: 10px;
    text-transform: uppercase;
}

.wysiwygBtn a.donateNow {
	background: #d1b333;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 2px 0 #999;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Montserrat',Tahoma,Arial,sans-serif;
    font-size: 1em;
    padding: 10px;
    text-transform: uppercase;
}

.emAlertPlaceholder {
	width:100%;
	background: #bc0000;
	position: absolute;
	z-index:10;
	text-align: center;
	color: #ffffff;
}

.centralContent ul {
	font-size: 0.938em;
	color: #303030;
}

.centralContent ul li {
	padding: 0 0 3px 0;
}

.centralContent ul li ul {
	list-style:none;
	margin: 0;
}

.centralContent table tr td {
    display: inline-block;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 250px;
}

.midContentUpper {
	text-align: center;
}   

.midContentUpper h1 {
	font-family: 'Vast Shadow', cursive, 'Rockwell', Palatino;
	color: #421573;
	padding:3px 0 0;
	margin:0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2.25em;
}

.midContentUpper h2 {
	font-family: 'Montserrat', Tahoma, Arial, sans-serif;
	color: #421573;
	padding:0;
	margin:-5px 0 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em
}

.adopt, .donate, .clinic {
	padding: 130px 0 80px  !important;
}

.adopt {
	background: url(/cms/images/layout/circle_clinic.png)  no-repeat 15px 0;
}
.donate {
	background: url(/cms/images/layout/circle_donate.png)  no-repeat  15px 0;
}
.clinic {
	background: url(/cms/images/layout/circle_adopt.png)  no-repeat  15px 0;
}

.news-events {
	text-align: center;
}

.news-events .heading {
    background: url("/cms/images/layout/news-events_bg.png") no-repeat 0 0;
    color: #FFFFFF;
    font-family: 'Vast Shadow',cursive,'Rockwell',Palatino;
    font-size: 1.85em;
    font-weight: normal;
    padding: 44px 0 44px 6px;
    text-transform: uppercase;
}

.news-events .lowerContent {
	background: url(/cms/images/layout/news-events_decor_bg.png)  no-repeat 7px 50px;
}

.news-events .lowerContent h2, .news-events .lowerContent h2 a {
	font-family: 'Montserrat', Tahoma, Arial, sans-serif;
	color: #421573;
	padding:0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	margin: 10px 0 0;
}

.news-events .lowerContent h3 {
	font-family: 'Montserrat', Tahoma, Arial, sans-serif;
	color: #79741E;
	padding:0 0 5px 0;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.813em
}

.news-events .lowerContent p {
	font-size: 0.875em;
}


.welcome {
	margin: 10px 0 20px;
}

.lowestContent {
}

.box {
	border: 2px solid #636060;
	padding: 16px;
}

.box span {
    background: url("/cms/images/layout/railNav_bg.gif") no-repeat right 4px;
    color: #79741E;
    font-family: 'Montserrat',Tahoma,Arial,sans-serif;
    font-size: 0.813em;
    font-weight: bold;
    margin: 0;
    padding: 0 15px 0 0;
    text-transform: uppercase;
}
	
.wBorderLeft {
    border-left: 2px solid #636060;
	text-align: right;
	margin-left: -4px;
}

.box p {
	text-align: left;
	font-size: 0.875em;
	padding: 0;
	margin: 0;
}

.clickHereTop {
	padding: 0 0 20px 0;
}	

.rtImg { float: right; margin: 15px 0 0 20px; }
.highlight { color: #79741E; }

/* RIGHT RAIL THREE COLUMN */

.rightRail h3 { color: #421573; border-bottom: 1px solid #91908B; padding: 12px 0 5px;}
.rightRail p { 	color: #79741E }
.rightRail span.viewAll {
    background: url("/cms/images/layout/railNav_bg.gif") no-repeat right 24px;
    color: #79741E;
    float: right;
    font-family: 'Montserrat',Tahoma,Arial,sans-serif;
    font-size: 0.813em;
    font-weight: bold;
    padding: 20px 20px 0 0;
    text-transform: uppercase;
}

.rightRail .grmInner { padding: 0 0 40px 0; }
.rightRail .rightCircles { text-align: center; }
.rightRail .rightCircles .adopt {background: url(/cms/images/layout/circle_adopt_sm.png)  no-repeat;}
.rightRail .rightCircles .donate {background: url(/cms/images/layout/circle_donate_sm.png)  no-repeat;}
.rightRail .rightCircles .clinic {background: url(/cms/images/layout/circle_clinic_sm.png)  no-repeat;}
.rightRail .rightCircles .adopt, .rightRail .rightCircles  .donate, .rightRail .rightCircles  .clinic  {background-position: 0 0; padding: 90px 0 80px !important;}
.rightRail .rightCircles h1 {font-family: 'Vast Shadow', cursive, 'Rockwell', Palatino; margin-bottom: 0;}
.rightRail .rightCircles h4 { margin: -5px 0 0; padding: 0; border-bottom: none; color: #421573; }


.rightBanner .grmInner { padding: 0 0 40px 0; }
.rightBanner .rightCircles { text-align: center; }
.rightBanner .rightCircles .adopt {background: url(/cms/images/layout/circle_adopt_sm.png)  no-repeat;}
.rightBanner .rightCircles .donate {background: url(/cms/images/layout/circle_donate_sm.png)  no-repeat;}
.rightBanner .rightCircles .clinic {background: url(/cms/images/layout/circle_clinic_sm.png)  no-repeat;}
.rightBanner .rightCircles .adopt {background-position: 0 0; padding: 90px 40px 80px !important;}
.rightBanner .rightCircles  .donate {background-position: 0 0; padding: 90px 18px 80px !important;}
.rightBanner .rightCircles  .clinic  {background-position: 0 0; padding: 90px 35px 80px !important;}
.rightBanner .rightCircles h1 {font-family: 'Vast Shadow', cursive, 'Rockwell', Palatino; margin-bottom: 0;}
.rightBanner .rightCircles h4 { margin: -5px 0 0; padding: 0; border-bottom: none; color: #421573; }

/* ==========================================================================
   Global Modules
   ========================================================================== */

.mod{
	position: relative;
}

.title { position: relative; margin: 0 0 1em; }
.titleAlt{ margin:0 0 0.1em; font-size:1.2em; }

.titleAlt2{

}

.title .more {
	position: absolute;
	top:0;
	right: 0;
	font-size: 0.6em;
}

.modContent{
	padding: 15px;
}
.featuredNewsStyles { margin: 0 0 20px 0; }
.featuredNewsStyles h4 { margin: 0; }
.featuredNewsStyles h6 { margin: 0 0 5px; color: #666; }
.featuredNewsStyles img { margin: 0 0 10px 0;}
.featuredNewsStyles p { font-size: .750em;}

/* Item Lists Content
   ========================================================================== */

.itemList { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	display: table;
	padding: 1em 0; 
	width: 100%;
	border-top: 1px solid #ccc; 
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.item .contentExtra {
	display: table-cell;
	vertical-align: top;
}

.content .title { 
	margin:0; 
}

.itemList .content p { margin: 0; }

.content .date { 
	font-size:.85em; 
}


/* Item Media
   ========================================================================== */
.aside { 
	display: table-cell;
	padding: 0 15px 0 0; 
	text-align: center;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media (max-width : 400px) { 
	
	.item { display: block; }
	.item > .content { display: block;}
	.item > .aside { display: block;}

}


/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Donations
   ========================================================================== */

table.donationTable {}
table.donationTable tr td.spacer { padding: 10px 0 20px 0;}
table.donationTable tr td {	display: table-cell;}
table.donationTable tr td.field {}
table.donationTable h1 {margin: 0; padding: 0;}
table.donationTable input[type="checkbox"], input[type="radio"] { margin: 0 10px 0 0;}

table.donationTable .DonationType { margin-bottom: 20px;}

table.lowerDonateTable {}
table.lowerDonateTable tr td {
	background: #ffffff; text-align: center;
	padding: 10px;
	overflow: hidden;
	}

table.lowerDonateTable tr td input[type="hidden"] {width: 10px}
table.lowerDonateTable tr td select {
    margin: 0 0 0 -20px;
    width: 210px;
	}
	
table.lowerDonateTable span.moreSpace {
	clear: both;
    display: block;
    height: 48px;
}

.Brick {padding:10px 0;}

/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	border: 1px solid #eae8e3;
	background: #f4f2ec;
	border-radius: 5px;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

/* Pagination
   ========================================================================== */

.sortStatus {
font-size:.813em; font-family: 'Open Sans', Arial, Helvetica, sans-serif;}
   
 .paging {
	padding: 1em 0;
}

.paging-results { 
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled { 
	display: none;
}

.paging-list li.disabled+li { 
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}


/* pagination and filters */

.filters {float:left; display:inline; margin:0 0 5px 0;}
.filters .filterList {float:left; display:inline; margin-bottom:5px;}
.filters label { display:inline; margin:0 5px 0 0; font-weight:bold; font-size:0.8em; }
.filters .sortList {float:left; display:inline;  padding:3px 10px 0;}
.filters .sortList label {margin:0 5px 0 0;}
.filters select {margin-right:10px;}


.filters .sortList .last {border-right:0;}
.filters .sortItem {display:inline; margin:0; padding:2px 4px; font-size:0.8em; border-right:1px solid #999999;}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:12px; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {font-weight:bold; background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {font-weight:bold; background-position:100% -38px;}

.pagination {float:right; width:400px; margin:0 0 10px 0; text-align:right;}
.pagination .view {float:right; display:inline; padding:0 0 0 10px;}
.pagination .view a,.pagination .view a:link, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px;}
.pagination .paging {float:right; display:inline; padding:0 10px; border-right:1px solid #999999;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 3px; padding:2px 6px; text-align:center; text-decoration:none; }
.pagination .paging .active {float:left; display:inline; margin:0 4px; padding:2px 6px; text-align:center; color:#000; background-color:#d2d2d2; text-decoration:none; border:1px solid #969696;}
.pagination .paging .total { float:left; display:block; padding-top:2px; color:#999999;}
.pagination a.arrowRight,.pagination a.arrowRight:link,.pagination a.arrowRight:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}
.pagination a.arrowLeft,.pagination a.arrowLeft:link,.pagination a.arrowLeft:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}



/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert { 		
	overflow:hidden;
	margin: 0 0 .7em;
	min-height: 50px;	
	color: #fff;
}
.alert a { color:#fff; }

.bdr {}
.bdrtop {border-top:1px solid #999;}
.bdrright {border-right:1px solid #999;}
.bdrbottom {border-bottom:1px solid #999;}
.bdrleft {border-left:1px solid #999;}

.alternate	{background-color: #d8d8d8;}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}

 
/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.genericPager {padding:10px 15px 20px 10px;}
.genericPager ul {list-style-type: none; margin:0; padding:0;}
.genericPager li {float:left; display:block; font-size:11px; margin:0 5px 5px 0;}
.genericPager li a {float:left; color:#003871; padding:2px 4px; border:1px solid #ddd; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#000; background-color:#CFCFCF; border: 1px solid #000; text-decoration:none; }
.genericPager li.nolink {color:#fff; border:1px solid #ddd; padding:2px 4px;}
.genericPager li.active {color:#686868; border:1px solid #ddd; padding:2px 4px; background-color:#CFCFCF;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.siteOverlay {display:none; position:relative; width:550px; min-height:1px; background-color:#fff; z-index:1000; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 0 15px #333; -webkit-box-shadow:0 0 15px #333; box-shadow:0 0 15px #333; }
.siteOverlay .overlayBar {padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; height:13px; padding-right:17px; color:#707070; text-transform:uppercase; font-weight:bold; font-size:10px; background:url(/cms/images/layout/icon_x.gif) no-repeat 100% 0; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}


/* =================================================================
                           MODULE STYLES 
===================================================================*/


/* ##  Left Nav  ## */

.railNavWrapper  {
	margin:20px 14px 0 0;
}

.railNavHeading  h2 {font-family: 'Montserrat', Tahoma, Arial, sans-serif; text-transform: uppercase; margin:0 0 10px 0; font-size:0.875em; font-weight:bold; border-bottom:4px double #91908b; text-align: center; padding: 0 0 5px 0; color: #421573;}
.railNavHeading span.trigger {display:none;}
.railNavHeading a,
.railNavHeading a:link,
.railNavHeading a:visited { text-decoration:none; font-weight:normal; }
.railNavHeading a:hover, 
.railNavHeading a:active { text-decoration:underline; }

.railNav {
    font-family: 'Montserrat', Tahoma, Arial, sans-serif;
    font-weight: 400;
    list-style-type: none;
    padding: 0;
	text-transform: uppercase;
	margin: 0 !important;
}

ul.railNav li { background: url(/cms/images/layout/railNav_bg.gif) no-repeat right 50%; border-bottom: 1px solid #91908b !important;}
ul.railNav a, 
ul.railNav a:visited, ul.railNav li {
    color: #303030;
    display: block;
    font-family: inherit;
    font-size: 0.813em;
    font-weight: 700;
    padding: 6px 10px 6px 0;
    text-decoration: none;
}
ul.railNav a:hover, 
ul.railNav a:active {text-decoration:none; color: #79741E; }
ul.railNav a.active, 
ul.railNav a.active:visited,
ul.railNav a.on, 
ul.railNav a.on:visited { text-decoration:none; color: #79741E;}

ul.railNav ul  {margin:4px 0 0 10px; list-style-type:none;}
ul.railNav ul li {}
ul.railNav ul a, 
ul.railNav ul a:visited {}
ul.railNav ul a:hover, 
ul.railNav ul a:active {text-decoration:none;}

ul.railNav li:first-child { padding-top: 0; background-position: right 8px; }
ul.railNav li:last-child { background-position: right 50%; border-bottom: none !important; padding-bottom: 0; }

ul.railNav a:current {text-decoration:none; color: #79741E; background: none !important; }


/* ##  BREADCRUMB  ## */
.breadcrumbs { font-size:.813em; font-family: 'Open Sans', Arial, Helvetica, sans-serif;}
.breadcrumbs a, .breadcrumbs a:visited {
    background: url("/cms/images/layout/breadcrumb_bg.gif") no-repeat right 6px;
    color: #421573;
    padding: 0 10px 0 5px;
    text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:none; color: #79741E; }
.breadcrumbs span { padding: 0 10px 0 5px; font-weight:normal; color: #717171; }


/* ##  PAGE TOOLS  ## */
.tlswrpr { font-size:.9em; text-align:right; padding:0 10px 10px 0; }
/* Page Remote Bookmark */

/* Print and Email icons and wrapper */
.pageTools { float:right;position: relative; }
.share, .email, .print { cursor: pointer; }

.pageTools .shareWrpr { position: absolute; right: 0; }
.pageTools a.share span {
	background: url("/cms/images/layout/pageTools.png") no-repeat -170px 0;
	padding: 0 23px;
}    
.pageTools a.email { 
	background: url("/cms/images/layout/pageTools.png") no-repeat -90px 0;
	padding: 0 30px;
	position: absolute;
	right: 85px;
}
.pageTools a.print {
	background: url("/cms/images/layout/pageTools.png") no-repeat 0 0;
	padding: 0 32px;
	position: absolute;
	right: 180px;
}

/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	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: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	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; }
}

	


/* ===============  HOME SLIDESHOW  =============== */

.mainStage {position:relative; overflow:hidden; width:960px; height:425px; margin:0 20px;}

.mainStage h1 {color:#72A3D0; font:normal 14px Sone,'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em 0; padding:0; text-transform:lowercase; text-shadow:1px 1px 1px #fff; z-index:2;}
.mainStage h1 sup {font-size:0.5em;}
.mainStage h3 {color:#72A3D0; font:bold 20px 'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em; z-index:2;}
.mainStage-top {position:absolute; top:20px; border-bottom:1px dashed #bbc2c9; width:100%;padding-bottom:4px; z-index:1;}
.mainStage .items {width:20000em; position:absolute; clear:both}
.mainStage .single {float:left; position:relative; width:960px; height:425px; margin:0; padding:0;  background-repeat:no-repeat; background-position:right 0;}
.mainStage .single h3 { font-size:60px; text-transform:uppercase; margin:80px 0 0 0; text-shadow:2px 2px 2px #ABC9E4;}
.mainStage .single p {font-size:14px; font-weight:bold; color:#72a3d0; line-height:1.6em;}

.mainStage .navi {position:absolute; top:15px; right:0;}
.mainStage a.browse {background:url(/cms/images/slideshow/slide_arrows.png) no-repeat; display:block; width:25px; height:30px; cursor:pointer; font-size:1px; position:absolute; z-index:1000; top:0;}
.mainStage a.right {background-position:-25px 0; right:0;}
.mainStage a.right:hover {background-position:-25px -30px;}
.mainStage a.right:active {background-position:-25px -60px;}
.mainStage a.left {margin-left:0;right:35px;}
.mainStage a.left:hover {background-position:0 -30px;}
.mainStage a.left:active {background-position:0 -60px;}
.mainStage a.disabled {visibility:hidden !important;}


/* ## Button Styles ## */
/* 
    <span class="btnWrapper"><input class="btn" value="Submit" /></span>
	or
	<a href="#" class="btnWrapper"><span class="btn">Submit</a></a>
*/

.btnWrapper { display:inline-block; padding:2px; background-color:#421573; text-decoration:none !important; }
.btn { display:inline-block; margin:0; padding:4px 6px; font-weight:normal; color:#fff; background-color:#421573; border:none; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; }

.submitBtn { display:inline-block; margin:0 auto 20px; padding:15px; font-weight:bold; color:#fff; background-color:#421573; border:none; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; text-transform: uppercase; border-radius: 8px; }


.btnWrapper:hover, .btnWrapper:hover .btn { background-color:#7A7A7A; }

.btnAlt {background-color:#cccccc ;}
.btnAlt .btn{color:#666666; background-color:#cccccc ; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer;}
.btnAlt:hover, .btnAlt:hover .btn { background-color:#E3E3E3; }

.btnLarge .btn {padding:5px 10px; font-size:1.4em;}

.btnFullWidth {display:block;}
.btnFullWidth .btn {display:block; padding-left:0; padding-right:0; }
.btnFullWidth input.btn { width:100%; }


/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btnWrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */
.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}


/* ## footer ## */

.footer { position:relative; background: #200938; color: #ffffff; font-family: 'Montserrat', Tahoma, Arial, sans-serif; text-transform: uppercase; padding: 30px 0 0; border-top: 4px double #ffffff; }

.advFooter {position: relative; margin-bottom:15px; padding:0 0 5px 0; font-size: 0.750em; }
.advFooter li.callout {margin-bottom:10px;}
.advFooter .callout a,
.advFooter .callout a:link,
.advFooter .callout a:visited {font-size:1.065em; color:#6d6d6d;}

ul.advList {margin:0 0 10px; padding:0; list-style-type:none;}
ul.advList a,
ul.advList a:link,
ul.advList a:visited {text-decoration:none; color: #ffffff;}
ul.advList a:hover,
ul.advList a:active {text-decoration:underline; color: #f8f8f8;}
ul.advList .listhdng {display:block; margin-bottom:8px; font-size:1.065em;}
ul.advList .listhdng,
ul.advList .listhdng a,
ul.advList .listhdng a:link,
ul.advList .listhdng a:visited {color:#ffffff;}

.lowFoot ul.socialIcons li {
	display: inline;
	border-right: 0 none;
}


.lowFoot  {
    border-bottom: 1px solid #FFFFFF;
    margin: -90px 0 10px;
    text-align: right;
}

.lowFoot ul.advList li {
	display: inline;
	border-right: 1px solid #555555;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

.lowFoot ul.advList li.borderFoot {
	border-right: 0 none;
    margin: 0;
    padding: 0;
}

 .ftBorder {
	border-left: 1px solid #ffffff;
	margin: 0 0 0 15px !important;
	padding: 0 0 0 20px !important;
 }
 
.footerHeading {display:block; margin:0 0 2px; font-weight:bold; font-size:1.1em;}

.welcomeMessage {position:absolute; bottom:5px; right:0; width:50%; padding:20px; font-size:12px; background-color:#ECF1F8; border:1px solid #9BAAB7;}
.welcomeMessage .iconClose {position:absolute; top:3px; right:3px; width:13px; height:13px; background:url(/cms/images/layout/icon_x.gif) no-repeat 0 0; cursor:pointer;}

.subFooter { padding:10px 0; }
.subFooter ul.subFootText {text-align: right;}
.subFooter ul.subFootText li  {font-family: 'Open Sans', Arial, Helvetica, sans-serif; text-transform: none; display: inline; }
.subFooter ul.subFootText li:first-child { border-right: 1px solid #ffffff; padding: 0 20px 0 0; margin: 0 20px 0 0;}

.footerLinks {}
.footerLinks a,
.footerLinks a:link,
.footerLinks a:visited {text-decoration:none; color:#666666;}

.footerLinks a:hover,
.footerLinks a:active {text-decoration:underline;}

.copyright { text-align:right; color:#787878;}


/* ## Footer Email Signup ## */

.emailSignup {margin:0 0 15px;}
.emailSignup p { margin:0 0 2px 0; }
.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
.emailSignup .text {float:left; width:165px; margin:0 5px 0 0;}


/* ## Footer Social Follow ## */

.followUs {margin:0 0 10px;}
ul.socialFollow {margin:0; padding:0; list-style-type:none;}
ul.socialFollow li {display:inline-block;}
ul.socialFollow li a {display:inline-block; width:32px; height:32px; background:url(/cms/images/layout/social-32.png) no-repeat 0 0; text-indent:-9999em; overflow:hidden;}
ul.socialFollow li.facebook a {background-position:0 0;}
ul.socialFollow li.twitter a {background-position:0 -69px;}
ul.socialFollow li.gplus a {background-position:0 -138px;}
ul.socialFollow li.pinterest a {background-position:0 -207px;}


/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }


/* ## NEW Limit Text Box ## */
.limitTextBox {}
.limitTextBox span {
	display: none;
}
.limitTextBoxBar {        
	width:100%;
}
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;
}
.limitTextBoxBarInner {
	width:0%;
	background-color:#FF0000;
}
.limitTextBoxInputWrpr {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.limitTextBoxInputWrpr textarea {
	box-sizing: border-box;
	vertical-align: top;
}

.limitTextBoxSpellWrpr {
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
}

/* Email a Friend Styles */
.sendAFriend { background: #ffffff; border:none;}
.eaf_wrpr {width:660px; margin:0 auto; background:url("/cms/images/layout/main_bg.png") repeat;border-top: 5px solid #dbc460;}
.eaf_wrpr p, .eaf_wrpr .accountBlocks .formRow label {font-size: 0.75em; padding: 0 0 0 6px;}
.eafHeader{background:url("/cms/images/layout/siteHeader_bg.png") repeat-x scroll 0 -80px; display:block; width:660px; height:140px;position:relative; margin:0 auto; text-align: center;}

.eaf_wrpr a.sitelogo img {
    padding: 10px 0 0;
    width: 185px;
}

.eafSectionTitle {font-weight:bold; font-size:1.4em; float:left; color:#007AC0;}
.eafSection {overflow:hidden;margin-left:27px;}
.accountBlockHeader{background:#0271B6 url("/cms/images/layout/bkgToolsWrpr.png") repeat 50% 50%; display:block; height:48px; width:580px; line-height:48px; color:#FFF; overflow:hidden; padding:0 40px; position:absolute; bottom:0;}
.accountBlockHeader h4{margin:0; color:#FFF; font-size:1.5em; line-height:48px;}
.eafFooter {margin:20px auto 0 auto; font-size:11px; color:#1065AB; padding:18px 5px 10px; overflow:hidden; clear:both;}
.eafFooter a{color:inherit; text-decoration:none;}
.eaf_wrpr .red {padding-right:8px; background:transparent url(/cms/images/global/field-error.gif) no-repeat 0% 45%;}
.eaf_wrpr .accountBlocks {position:relative; margin:10px 0 0 0; background:none repeat scroll 0 0 #FAF8F2; overflow:hidden; border-top:4px double #ddd; padding: 0 40px 0;}
.eaf_wrpr .accountBlocks .formRow label{text-align:left;}
.eaf_wrpr .accountBlocks .formRow .text{width:96%; border:1px solid #b3c6da;}
.accountBlocks .inner {}
.accountBlocks .blockhdng {color:#421573; font-size:1.4em; padding:12px 5px; margin:0; }
.floatLeft {float:left; display:inline;}
.floatRight {float:right; display:inline;}
.multiColumn {}
.multiColumn .halfColumn {float:left; display:inline; width:46%;}
.multiColumn .rightColumn {float:right;}
.accountLogin {background:url(/cms/images/global/lbl-or.gif) no-repeat center 45%;}
.accountLogin .halfColumn {width:46%;}
.accountBlocks .cartwrpr  {margin:0; padding:0;}
.accountBlocks .multipleShips {border-bottom:0; padding:0; margin:0;}
.formRow {margin:0 0 8px 0; overflow:hidden;}
.formRow label {margin:0 0 2px 0;}
.formRow input.text {width:210px; margin:0 0 7px 0;}
.eaf_wrpr .formRow input.text {width:200px; margin:0 0 0 0; float:right;}
.formRow input.full {width:93%;}
.formRow .req, .formRow .fieldreq {padding:0 0 0 8px; background-position: 0% 45%;}
.formRow .red {padding:0 0 0 8px; background-position: 0% 45%;}
.formRow .error, .formRow .fieldred {padding:0 0 0 8px; background-position: 0% 45%;}
.forms fieldset {margin:0; border:0; padding:0;}
.formRow .formLabel {display:block; font-weight:normal; float:left;}
.formsColumn .formRow .formLabel {float:left; display:inline; width:110px; margin-right:10px;}
.multiCol .colWrap {float:left; display:inline;}
.multiCol2 .colWrap {width:48%;}
.multiCol .ratio35	{width:34%;}
.multiCol .ratio40	{width:39%;}
.multiCol .ratio60	{width:59%;}
.multiCol .ratio65	{width:64%;}
.eaf_req {padding-right:12px; font-weight:bold; background:url(/cms/images/layout/icon_required.gif) no-repeat 97% 4px;}
.eaf_red {padding-right:12px; font-weight:bold; color:#f00; background:url(/cms/images/layout/icon_error.gif) no-repeat 97% 4px;}
.eaf_help {font-size:.9em; color: #999;}

/* Tooltip Classes */
.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}

/*Contact us Non Wyswiwyg styles */
dl.forms {float:left; display:inline; width:100%; margin:0 0 10px 0;}
dl.forms dt {float:left; clear:left; width:115px; margin:0; padding:0 12px 7px 0; text-align:left; }
dl.forms dt.full {width:90%; clear:both;}
dl.forms dd {float:left; width:60%;	margin: 0;	padding:0 0 7px 0;}
dl.forms dd.clear {padding:0; margin:0;}
dl.forms dd.full {width:90%; clear:both;}
dl.forms dd.clear {width:90%; clear:both; float:none;}
dl.forms dd.help {padding-top:2px;}
dl.forms dl {float:none; display:block; margin:0;}
dl.forms .req {font-weight:bold;}
dl.forms .error {font-weight:bold; color:#f00;}
dl.forms input.text {width: 160px;}
dl.forms textarea {}


.form-req {
    color: #cc0000;
    margin-right: 3px;
}

.eaf_wrpr .reqRight {position: absolute; top:20px; right: 20px; }

.emNumber {     color: #421573;
    float: left;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0 0 0 -20px;
    padding: 0 10px 0 0;}

/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
}


/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

}

/* STYLES FOR CMS */
#divCT_Main { z-index: 0; position: relative;}
#divCT_Image {z-index: 10; position: relative; }

