@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
/* Developed by www.devsaran.com */
/*-------------------------------------------*
/*Reset
/*-------------------------------------------*/

/* Default Style
--------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
	border: 1px solid #bbbbbb;
	background: #d8d8d8 url(images/quote.png) no-repeat;
	padding: 10px 5px 5px 47px;
	text-shadow: 1px 1px #fff;
	margin: 5px 0;
	border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

hr {
  height:1px;
  background: #9f9f9f;
  margin: 7px 0;
  border: none;
	clear: both;
	float: none;
	width: 100%;
}

input, select {
  vertical-align:middle;
}

select {
  border-radius: 4px;
  border: 1px solid #ACACAC;
  padding: 3px 4px;
}

.clear {
  clear: both;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  text-indent: -9999px;
  height: 0;
}
.remove-margin {
  margin-right: 0 !important;
}

fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.4615em;
  padding: 15px;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

/*-------------------------------------------*
/*Body, Common Classes &Structure
/*-------------------------------------------*/
body {
  background: #EEE;
  font-size: 13px;
  line-height: 23px;
  color: #757575;
  font-family: 'Georgia', serif;
}

a {
  text-decoration: none;
  color: #2E70B1;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #B81007;
}

p {
  margin: 0 0 0.8em;

}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

#wrap {
  width: 940px;
  padding: 0 0px 35px;
  margin: -28px auto 0 auto;
  border-top: 0px solid #B81007;
}
.not-front #main {
  padding: 18px 20px 20px 35px;
  background:#ffffff;
  min-height: 300px;
  width: 905px;
}
#wrap-header {
background:#FE2909;
background: #5AB75C;
height: 38px;

}
/*-------------------------------------------*
/*Headings
/*-------------------------------------------*/
h1,
h2,
h3,
h4 {
  color: #000;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
}

h1 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.2em;
}

h2 {
  font-size: 26px;
  color: #97B735;
  font-family: 'Copse', serif;
}

h3 {
  font-size: 18px;
  font-family: 'Copse', serif;
}

h4 {
  font-size: 16px;
}

h2,
h3 {
  margin-top: 12px;
  margin-bottom: 8px;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: #000;
}

/*-------------------------------------------*
/*Header
/*-------------------------------------------*/
#header {
  width: 100%;
  position: relative;
  border-bottom: 0px solid #EEE;
  padding: 0 10px;
}

#logo{
  text-align:center;
  padding: 21px 15px 0px 0px;
}

#sitename {
  float: left;
  padding: 20px 0;
  display:none;
}

#sitename h2,
#sitename h1 {
  margin: 0;
  line-height: 1.2em;
  font-size: 24px;
  font-weight: bold;
}

#sitename h2 a,
#sitename h1 a {
  color: #222;
  text-decoration: none;
}

#sitename h2 a:hover,
#sitename h1 a:hover { color: #B81007 }
#sitename p {
  font-weight: normal;
  color: #666;
  font-size: 12px;
}

/*-------------------------------------------*
/*  6.  Navigation
/*-------------------------------------------*/
#navigation {

  height: 48px;
  top: 0px;
  right: 0px;
  font-size: 1em;
}

#navigation a {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

/*** ESSENTIAL Navigation Style ***/
#main-menu .menu ,
#main-menu .menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-menu .menu {
  line-height: 1.0;
}

#main-menu .menu ul {
  position: absolute;
  top: -999em;
  width: 10em; /* left offset of submenus need to match (see below) */
}

#main-menu .menu ul li {
  width: 100%;
}

#main-menu .menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}

#main-menu .menu li {
  float: left;
  position: relative;
  border-right: 1px solid #495DBC;
  border-left: 1px solid #2A3A75;
}


#main-menu .menu li.first {
  border-left: 0px solid #69275F;
}
#main-menu .menu li.first a {
-webkit-border-radius: 6px 0px 0px 6px;
-moz-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;
behavior: url(/PIE.php);
}

#main-menu .menu li.last {
  border-right: 0px solid #69275F;
}
#main-menu .menu li.last a {
-webkit-border-radius: 0px 6px 6px 0px;
-moz-border-radius: 0px 6px 6px 0px;
border-radius: 0px 6px 6px 0px;
behavior: url(/PIE.php);
}

#main-menu .menu a {
  display: block;
  position: relative;
}

#main-menu .menu li:hover ul {
  left: 0;
  top: 4em; /* match top ul list item height */
  z-index: 99;
}

#main-menu ul.menu li:hover li ul { top: -999em }
#main-menu ul.menu li li:hover ul {
  left: 10em; /* match ul width */
  top: 0;
}

#main-menu ul.menu li li:hover li ul { top: -999em }
#main-menu ul.menu li li li:hover ul {
  left: 10em; /* match ul width */
  top: 0;
}

/*** navigation skin ***/
#main-menu .menu {
  float: left;
  margin-bottom: 1em;
}

#main-menu .menu a {
  color: #ffffff;
  padding: 9px 23px;
  text-decoration: none;
  font-family: 'FagoNo', Arial, Helvetica, sans-serif;
  font-size:16px;
  background:#3C4F9C;
  text-shadow: 1px 1px #40173A;
}

#main-menu .menu a.active {
  color: #000; 
}

#main-menu .menu a:focus,
#main-menu .menu a:hover,
#main-menu .menu a:active {
  color: #FFF;
  background: #571F4D;
}

#main-menu .menu a.active {
  color: #FFF !important;
  background: #571F4D;
}

#main-menu .menu a.active-trail{
  color: #FFF !important;
  background: #C00;
}

#main-menu .menu ul a:focus,
#main-menu .menu ul a:hover,
#main-menu .menu ul a:active {
  background: #571F4D;
}

#main-menu .menu li ul {
  border-right: 1px solid #ECECEE;
}

li.sfHover {
  color: #000;
}

#main-menu .menu li li {
  background: #FFF;
  border-bottom: 1px solid #ECECEE;
}

#main-menu .menu li li li {
  background: #FFF;
}

#main-menu .menu ul a {
  padding: .75em 1.2em;
}
#site-menu {
float:right;
}
#site-menu li {
float: left;
position: relative;
list-style:none;
}

/*** arrows **/
#main-menu .menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  width: 9px;
  height: 5px;
  text-indent: -999em;
  overflow: hidden;
  background: url('images/arrows-down.png');
}

a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: 1.9em;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -9px 0px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#main-menu .menu ul .sf-sub-indicator {
  top: 1em;
  width: 5px;
  height: 9px;
  background: url('images/arrows-side.png');
}
#main-menu .menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}

/* apply hovers to modern browsers */
#main-menu .menu ul a:focus > .sf-sub-indicator,
#main-menu .menu ul a:hover > .sf-sub-indicator,
#main-menu .menu ul a:active > .sf-sub-indicator,
#main-menu .menu ul li:hover > a > .sf-sub-indicator,
#main-menu .menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -5px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
  margin: 0 !important;
  border-right: none !important;
  border-bottom: none !important;
  background: url('images/shadow.png') no-repeat bottom right;
  padding: 3px !important;
}

.sf-shadow ul ul {
  padding-left: 0 !important;
}

.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

/*-------------------------------------------*
/* Home Quote
/*-------------------------------------------*/
#home-quote {

}

#home-quote h2 {
  margin: 0 0 10px;
}

/*-------------------------------------------*
/* Home Highlights
/*-------------------------------------------*/
.home-highlight-box {
  float: left;
  width: 290px;
  margin-right: 25px;
  text-align: left;
}

.home-highlight-box h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 42px;
}

.home-highlight-box h2 a {
  font-size: 35px;
  margin-bottom: 12px;
  color:#5AB75C;
  font-family: 'ArcherBold', Arial, Helvetica, sans-serif;
  font-family: 'DKCrayonCrumble', serif;
  text-shadow: 1px 1px white;
  font-weight: normal;
  text-transform: none;
  background: url("images/link-arrow.png") top right no-repeat;
  padding-right: 40px;
  text-decoration:none;
}
.home-highlight-box h2 a:hover {
  text-decoration: underline;
}
.home-highlight-box p {
  font-size: 17px;
  color:#757575;
  font-family: 'ArcherMedium', Arial, Helvetica, sans-serif;
  font-family: 'Copse', serif;
  line-height: 27px;
}

.home-highlight-box img {
  margin-bottom: 10px;
  -moz-box-shadow: 0px 0px 5px #CCC;
  -webkit-box-shadow: 0px 0px 5px #CCC;
  box-shadow: 0px 0px 5px #CCC;
}

/*-------------------------------------------*
/* Footer
/*-------------------------------------------*/
#footer-wrap{
	margin-top: 40px;
}

#footer-saran h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-box {
  float: left;
  width: 215px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.footer-box img {
  -moz-box-shadow: 0px 0px 5px #CCC;
  -webkit-box-shadow: 0px 0px 5px #CCC;
  box-shadow: 0px 0px 5px #CCC;
}

.region-footer {
  margin-bottom: 20px;
  text-align: center;
}

/*-------------------------------------------*
/* Front-page Slider 
/*-------------------------------------------*/
#home-quote {
  position: relative;
  width: 966px;
  height: 403px;
  margin-bottom: 14px;
    background: url("images/banner-bg.png") 0 0 no-repeat;
}
#home-highlights {
padding: 0 10px;
}

.main_view {
  float: left;
  position: relative;
}

.window {

}

.image_reel {
  position: absolute;
  top: 0;
  left: 0;
}

.image_reel img {
  float: left;
}

.paging {
  padding: 5px 0 15px 0;
  z-index: 100;
  position: relative;
  bottom: 22px;
left: 53px;
}

.paging a {
  text-indent:-9999px;
  background:url(images/slide-nav-button.png) no-repeat center;
  width:12px;
  height:12px;
  display:inline-block;
  margin: 4px;
  border:none;
  outline:none;
}

.paging a.active {
  background:url(images/slide-nav-button-hover.png) no-repeat center; 
  border:none; 
  outline:none;
}

.paging a:hover {
  font-weight: bold;
  border:none;
  outline:none;
}

.front .desc {
  width:335px;
  display: none;
  position: absolute;
  bottom: 0;
  top:55px;
  left: 140px;
  line-height:50px;
  z-index: 101;
  color: #96B939;
  font-family: 'ArcherMedium', Arial, Helvetica, sans-serif;
  font-family: 'Copse', serif;
  font-size: 45px;
  padding: 0px;
  border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  -khtml-border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
}

.desc p {
  margin: 0;
}

#header {
  z-index:2;
}

#slider { 
  z-index:1;

}

/*-------------------------------------------*
/*Nodes &Pages
/*-------------------------------------------*/
#post-content {
  display: inline;
  margin: 0;
}

body.sidebar-first #post-content {
  float: left;
  margin: 0;
  padding: 0;
  width: 620px;
}

.node {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}

#post-content h1 {
  margin-bottom: 0px;
  font-family: 'ArcherBold', Arial, Helvetica, sans-serif;
      font-family: 'DKCrayonCrumble', serif;
  color: #5AB75C;
  font-size: 45px;
  text-transform: none;
  font-weight:normal;
}

.page-title {
  margin-bottom: 18px !important;
}
#breadcrumbs {
  border-bottom: 1px solid #EEE;
  padding-bottom: 8px;
  font-size: 11px;
  margin-bottom: 11px;
  font-size: 13px;
  color: #A0A0A0;
    font-family: 'Droid Sans', arial, serif;
}

/*-------------------------------------------*
/*Sidebar
/*-------------------------------------------*/
#sidebar {
  float: right;
  width: 260px;
}

#sidebar .block {
  margin-bottom: 30px;
}

#sidebar .block h2 {
  color: #666;
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

/*-------------------------------------------*
/*Copyright
/*-------------------------------------------*/
#copyright {
  border-top: 0px solid #EEE;
  padding-top: 18px;
  margin-top:10px;
  font-size: 12px;
  padding-left: 0px;
  padding-right: 0px;
  width:960px;
}
#copyright  p{
font-size: 12px;
font-family: Arial;
color:#4F4F4F;
line-height: 10px;
}
}

.credits {
  float: right;
}

/*************************/
.submitted {
  background: #dfdddd;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 2px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

.links li a {
  background: #d3d1d1;
  padding: 4px 5px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  color: #B81007;
}

.content ul, .content ol {
  padding-left:20px;
}

.content table {
  background: #ececec;
  border: 0px solid #bbbbbb;
}

.content th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 0px solid #c8c7c7;
}

.content td {

  color: #747474;
  text-align: left;
  padding-left: 4px;
  border-right: 0px solid #c8c7c7;
  border-bottom: 0px solid #c8c7c7;
  padding-top: 5px;
padding-bottom: 5px;
}

.form-wrapper legend {
font-weight: bold;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#main table.cke_editor {
  background: transparent;
  border: 0;
}
#main table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit {
  background: #97B735;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;


  -moz-transition: all 0.2s ease-in-out 0s;

  cursor: pointer;

  border: 0px solid #9D4D2C;
  color: #fff;
  padding: 8px 12px;
  text-shadow: 0px 0px 0px #300033;
  margin-right: 4px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size:14px;

  
}

.form-submit:hover {
  background: none repeat scroll 0 0 #8F3581;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  border-radius: 3px;
  border: 1px solid #acacac;
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 33px;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #8F3581;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #97B735;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  color: #6c6c6c;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags a:hover{
  color: #205194;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#main .field-label{
  color: #000;
}

#main .field-items .field-item{
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* comment
/*-------------------------------------------*/
#comments {
  clear: both;
  margin-top: 14px;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 8px;
}

.comment {
  margin-bottom: 1.5em;
  padding: 5px;
  border-radius: 7px;
  min-height: 150px;
  border-bottom: 1px solid #d9d9d9;
}

h3.comment-title a{
  margin-bottom: 5px;
  font-size: 16px;
  color: #67696d;
}

.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}

.form-textarea-wrapper textarea {
  border-radius: 3px;
  border: 1px solid #acacac;
}

.comment .submitted {
  display:inline;
  background: #e5e5e5;
}

.comment .user-picture{
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin-right: 7px;
  margin-bottom: 7px;
}

.comment-new-comments{
  display: none;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

.views-row {
float: left;
width: 280px;
margin-right: 0px;
position: relative;
margin-right: 20px;

}
.views-row-even {

}
.view-id-news .views-row {
	
	width: 905px;
	min-height: none;
}


.view-choose-a-gift .views-field-title {
  font-family: 'ArcherMedium', Arial, Helvetica, sans-serif;
      font-family: 'DKCrayonCrumble', serif;

  font-size: 33px;
  line-height: 22px;
  margin-bottom: 20px;
}
.view-choose-a-gift .views-field-title a {
  color: #DE4C1D;
}

.view-choose-a-gift .views-field-uc-product-image {
margin-bottom:15px;
}

.view-choose-a-gift  .views-field-body p {
font-family: georgia;
color:#757575;
font-size: 13px;
}

.view-choose-a-gift  .views-field-display-price {
position: absolute;
top: 10px;
left: 10px;
background: url("images/sticker-icon.png") 0 0 no-repeat;
color:#ffffff;
  font-family: 'ArcherMedium', Arial, Helvetica, sans-serif;
  font-family: 'Copse', serif;
  font-size: 25px;
  padding-top: 20px;

width: 60px;
height: 50px;
text-align:center;
}

#main-menu  ul.menu {
margin-top:12px;
}

#site-menu .menu a {
font-weight:normal;
color:#ffffff;
font-size:13px;
padding: 0px 0px 0 30px;
  font-family: 'Droid Sans', arial, serif;
}
#site-menu .menu a:hover {
text-decoration:underline;
}
#site-menu .menu li.first {
background: url("images/icon-home.png") 0 0 no-repeat;
}
#site-menu .menu li {
background: url("images/icon-basket.png") 0 0 no-repeat;
margin-right: 20px;
}
#site-menu .menu li.last {
background: url("images/icon-help.png") 0 0 no-repeat;
}





#block-block-6 {
height: 85px;
background: url("images/footer-bg.png") 0 0 no-repeat;
padding-left:10px;
margin-bottom:30px;
}
#block-block-6 img {
margin-top: 26px;
margin-right:10px;
}
#block-block-6 img.mu-logo {
margin-top: 20px;
margin-right:25px;
}

.node-type-product .field-name-uc-product-image {
float:left;
margin-right: 20px;
margin-bottom: 100px;
}

.node-type-product .field-name-body {
float:left;
width:585px;
}
.add-to-cart {
float:left;
width:545px;
padding: 0 20px;
background:#eeeeee;
}

.node-type-product .content {
position: relative;
}

.node-type-product .display-price {
font-family: 'Copse', serif;
font-size: 20px;
clear: none;
float: none;
text-align: left;
}

.node-page p {
font-family: georgia;
font-size: 14px;
color:#757575;
line-height: 23px;
}

.node-type-page .field-name-field-image-content {
float: right;
margin: 0 0px 30px 30px;
}

.node-type-page .field-name-body  h2{
      font-family: 'DKCrayonCrumble', serif;
  color: #5AB75C;
  font-size: 38px;
}

.node-type-page .field-name-body  .intro{
font-size: 20px;
font-style: italic;
}

.order-review-table {

width: 890px;
margin:0 0 15px 0;
}

.order-review-table .pane-title-row {
border: solid 0px #999;
background: #DBDBDB;
padding: 5px 4px;
text-shadow: 1px 1px white;
font-size: 13px;
color: #757575;
line-height: 23px;
border-bottom: 1px solid #CCC;
}
.order-review-table .review-button-row {
border: solid 0px #999;
}

.steps-number {
background: url("images/sticker-icon.png") 0 0 no-repeat;
color:#ffffff;
  font-family: 'ArcherMedium', Arial, Helvetica, sans-serif;
  font-family: 'Copse', serif;
  font-size: 16px;
  padding-top: 10px;
  line-height: 20px;
float: left;
margin-right: 20px;
width: 60px;
height: 50px;
text-align:center;
}
.steps-larger {
font-size:22px;
}

.steps-txt {
font-family: georgia;
font-size: 14px;
color:#757575;
line-height: 23px;
width: 330px;
float:left;
}

.steps-holder {
width: 420px;
float: left;
min-height: 200px;
}

.page-cart .subtotal {
	text-align: right;
	padding-right:5px;
}

.page-cart tr {
border-bottom: 1px solid #CCC;
}
.page-cart-checkout tr {
border-bottom: 0px solid #CCC;	
}

.page-cart-checkout .content table {
	background:#ffffff;
}
.page-cart-checkout-review .content table {
	
	background:#ECECEC;
}
#uc-order-total-preview {
	border-bottom: 1px solid #CCC;
	
}

.page-cart-checkout .field-label {
width: 200px;
padding-right:10px;	

}

.form-item-panes-payment-payment-method {
background: url("images/payment-methods.png") 0 30px no-repeat;
height: 70px;
}

#line-items-div {
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
border-top: 1px solid #BBB;
border-bottom: 0px solid #BBB;
}


.order-review-table .title-col, .order-review-table .data-col {
line-height: 23px;
}
.order-review-table .title-col {
width: 200px;
}
.order-review-table .data-col {
width: 690px;
}


#review-instructions {
margin-bottom: 15px;
}
.order-review-table .row-border-top {
border-top: solid 0px #999;
}
#webform-component-panes--webform-nid9--0--text, #webform-client-form-8 {
font-size: 11px;
}
.page-cart-checkout-review .cart-review th{	
display:none;
}
.page-cart-checkout-review .cart-review tr {
border-bottom: 0px solid #CCC;
}
#cart-pane {
display:none;
}

.page-cart #customer-pane .fieldset-description {
display:none;
}

#webform-client-form-8 .description { font-size: 11px;}

#webform-client-form-9 .description { background: url(images/gift_aid.jpg) top right no-repeat;
padding-right: 120px; }

@font-face {
    font-family: 'DKCrayonCrumble';
    src: url('/sites/all/themes/microsite/fonts/dk-crayon-crumble.eot');
    src: url('/sites/all/themes/microsite/fonts/dk-crayon-crumble.eot?#iefix') format('embedded-opentype'),
         url('/sites/all/themes/microsite/fonts/dk-crayon-crumble.woff') format('woff'),
         url('/sites/all/themes/microsite/fonts/dk-crayon-crumble.ttf') format('truetype'),
         url('/sites/all/themes/microsite/fonts/dk-crayon-crumble.svg#DKCrayonCrumble') format('svg');
    font-weight: normal;
    font-style: normal;

}

.region-home-high1 { background: url("images/promo1-bg.png") 0 40px no-repeat; }
.region-home-high2 { background: url("images/promo2-bg.png") 0 40px no-repeat; }
.region-home-high3 { background: url("images/promo3-bg.png") 0 40px no-repeat; }

#block-menu-block-1 {
	width: 400px;
	margin-right:30px;
	background: #EFEFEF;
	float: left;
	
}
#block-menu-block-1 ul { padding-left:0px;}
#block-menu-block-1 ul li { list-style: none; padding: 0 0px; border-bottom: 1px solid #b7b7b7;}
#block-menu-block-1 ul li.last { border-bottom: 0px solid #b7b7b7;}
#block-menu-block-1 ul li a	{ display:block; padding: 10px 20px;}
#block-menu-block-1 ul li a:hover	{ color:#DE4C1D;}
#block-menu-block-1 ul li a.active { background: #3C4F9C; color:#ffffff;}


.node-type-impact-report #block-system-main,.node-24 #block-system-main {
	float:left;
	width: 430px;
	
}

#main-menu .menu a.sf-with-ul {
padding-right: 12px;
}
a > .sf-sub-indicator {
display:none;
}
#main-menu .menu li:hover ul {
top: 33px;
}
#main-menu .menu li > ul > li.first > a, #main-menu .menu li > ul > li.last > a {
-webkit-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;

}
#main-menu .menu li li {
border-bottom: 0px solid #ECECEE;
}
.sf-shadow ul {
background: none;
padding: 0px !important;
}
#main-menu .menu li > ul > li {
border-right: 0px solid #D9E591;
border-left: 0px solid #ADBD43;
}
blockquote, q {
quotes: none;
border: 0px solid #bbbbbb;
background: #EEEDEB url(images/quote.png) no-repeat;
padding: 10px 5px 5px 47px;
text-shadow: 0px 0px #fff;
margin: 5px 0;
border-radius: 7px;
}
#post-content blockquote p {
color: #423B34;
font-family: 'Georgia', serif;
font-size: 13px;
}
