/* CSS Code START ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/**
*   [ 1 ] RESET BROWSER STYLES
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

*:focus { outline: 0; }

ol, ul { list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {quotes: "" "";}
q:before, q:after, blockquote:before, blockquote:after {content: "";}
img, img a {border: none;}

/**
 *  [ 2 ] DISABLE AUTOMATIC BROWSER OUTLINES
*/

/* Remove anoying outline in FireFox */
button::-moz-focus-inner,
select::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border : 0px;
}

/* Remove anoying outline in IE */
button:focus,
select:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline : none;
}

/**
*   [ 3 ] RESET DRUPAL STYLES
*/

#user-login-form {text-align: left;}
.form-item label {font-weight: normal;}
ul.links,
ul.links li,
ul.menu,
ul.menu li,
ul.menu li.leaf,
ul.menu li.expanded,
ul.menu li.collapsed {list-style: none; list-style-image: none;}
.block ul,
.item-list ul,
.item-list ul li,
.form-item,
.form-checkboxes,
.form-radios,
fieldset,
ul.links,
ul.links li,
ul.menu,
ul.menu li,
ul.menu li.leaf,
ul.menu li.expanded,
ul.menu li.collapsed {margin: 0; padding: 0;}
/* CSS Reset Code END ----------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Nice Menus Customization */
  ul.nice-menu li { 
 padding-left: 0.0em;
 padding-top: 0.2em;
 padding-bottom: 0.2em;
 list-style-type: none;
  }
  
/* Sardinia CSS */

body {
  padding: 0;
  margin: 0;
  text-align: center; /*Centering for IE */
  line-height: 1.2em;
  color: #333333;
  background: #001525 url(../images/style2/background.jpg) 50% 0 fixed no-repeat;
}

/* HTML Elements
-----------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin:  0 0 1.0em 0;
  line-height: 1.5em;
}

h1 {
  font-size: 2.0em;
  font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.0em;
  font-weight: bold;
}

a {
  text-decoration: underline;
  color: #333333;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0 0 1.0em 0
}

/* Layout 
-----------------------------------------------*/

#page-wrapper { 
  padding: 0;
  text-align: left; /* Reset text alignment */
}

.width-wrapper {
  margin: 0 auto; /* Center on Page */
}

#header-wrapper {
  height: 100px;
  background: #ffffff url(../images/style2/header-wrapper-bg.png) top repeat-x;
}

#top-user-regions {
 /*padding: 20px 20px 0 20px;
 background: #FFFFFF;
  border-top: 5px solid #333333;
  border-bottom: 5px solid #333333;*/
     background:#ffffff url(../images/style2/dpea-logo-bg.png) right no-repeat;
     border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}



#middle-wrapper {
  padding: 0;
  margin-bottom: 50px;
}

.middle-wrapper-inner {
  padding: 20px 20px 0 20px;
  background: #ffffff;
  border-bottom: 5px solid #333333;
}

#main-content {
  float: left;
  width: 100%;
}

#main-content-inner {
}

#middle-wrapper .sidebar-left {
  float: left;
  z-index: 1;
  position: relative;
}

#middle-wrapper .sidebar-right {
  float: left;
  z-index: 1;
  position: relative;
}

#bottom-user-regions {
  padding: 20px 0;
  color: #dddddd;
  font-size: 0.8em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: url(../images/style2/trans-dark.png);
  border-top: 1px solid #666666;
}

#bottom {
  padding: 20px 0;
  background: #111111;
}

#footer {
  padding: 10px;
  background: #111111;
  border-top: 1px solid #222222;
  text-align: center;
}

.width25 { width: 24.9% }
.width33 { width: 33.3% }
.width50 { width: 49.9% }
.width100 { width: 99.9% }

.user-region {
  float: left;
 
}

/* Header Elements
-----------------------------------------------*/

#site-logo {
  float: left;
  padding-right: 5px;
  line-height: 100px;
}

#site-logo img {
  vertical-align: middle;
}

#site-name {
  float: left;
}

#site-name a {
  font-size: 1.8em;
  line-height: 100px;
  color: #333333;
}

#site-slogan {
  float: left;
}

#site-slogan {
  float: left;
}

/* Search Box 
-----------------------------------------------*/

#search-box {
  float: right;
}

#search .container-inline {
  margin-bottom: 0px;
  padding-bottom: 5px;
}

#search {
  margin-top: 7px;
  background: #ffffff;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 25px;
}

#search .form-text {
  float: left;
  padding:0;
  height:17px;
  margin:3px 0 0 10px;
  background: #ffffff;
  border: 0;
  color: #999999;
  width: 150px;
  vertical-align: middle;
}

#search .form-submit {
  float: right;
  width: 17px;
  height: 25px;
  padding: 0;
  margin-right:5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
  background: transparent url(../images/search.png) 0 50% no-repeat;
  border: 0px;
  vertical-align: middle;
  text-indent: -99999;
}

/* Splash 
-----------------------------------------------*/

#splash {
}

/* Sidebars 
-----------------------------------------------*/

.left-sideblock {
  margin-right: 20px;
  
}

.right-sideblock {

	margin-left: 20px;
}

.sideblock-inner h3 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 1.0em;
  color: #333333;
  font-weight: bold;
  background: url(../images/style2/h3-bg.png) bottom repeat-x;
}

.sideblock-inner .content {
  padding: 10px 0;
  font-size: 0.8em;
  text-align:center;
 
}

.sideblock-inner .content h3 {
  padding: 10px 0 0 0;
  margin-bottom: 5px;
  background: 0;
  border-bottom: 1px dotted #dddddd;
}

/* Top Regions 
-----------------------------------------------*/

#top-user-regions h3 {
  /*display: block;*/
  line-height: 29px;
  height: 29px;
  margin-bottom: 10px;
 
  padding-left: 5px;
  font-size: 1.5em;
  font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
  color: #ffffff;
  text-shadow: -1px -1px #333333;
}

#top-user-regions .user-region-inner {
  /*padding: 0 20px;*/
  padding: 30px 20px 20px 20px;
 font-family: verdana, helvetica, sans-serif; font-weight: normal;
 font-size: 13px;
  
}

#top-user-regions .user1 h3 {
  background: url(../images/style2/top-blocks-h3.png) 100% 0 no-repeat;
}

#top-user-regions .user2 h3 {
  background: url(../images/style2/top-blocks-h3.png) 100% -29px no-repeat;
}

#top-user-regions .user3 h3 {
  background: url(../images/style2/top-blocks-h3.png) 100% -58px no-repeat;

  }

#top-user-regions .user4 h3 {
  background: url(../images/style2/top-blocks-h3.png) 100% -87px no-repeat;
  margin-top: -5px;
}


#top-user-regions {
  /*text-shadow: 1px 1px #ffffff;*/

  
}

/* Feature Views
-----------------------------------------------*/

.views-field-field-image-fid img {
  display: block;
  margin-right: 10px;
  float: left;
  border: 2px solid #dddddd;
}

.views-field-field-slide-text-value {
  padding-bottom: 5px;
  color: #000000;
   font-size: 1.2em;
}

.views-field-view-node a {
  font-size: 0.8em;
  font-weight: bold;
}

.user1 .views-field-view-node a {
  color: #000000;
}

.user2 .views-field-view-node a {
  color: #000000;
}

.user3 .views-field-view-node a {
  color: #000000;
}

.user4 .views-field-view-node a {
  color: #000000;
}

/* Bottom Regions 
-----------------------------------------------*/

#bottom-user-regions a {
  color: #eeeeee;
}

#bottom-user-regions h3 {
  color: #999999;
}

#bottom-user-regions .user-region-inner {
  padding-right: 10px;
}

#bottom-user-regions .item-list ul li {
  padding: 0;
}


/* Menus 
-----------------------------------------------*/

ul.menu {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.menu li.expanded, ul.menu li.collapsed, ul.menu li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

ul.menu li ul {
  padding-left: 2.0em
}

.sideblock-inner ul.menu {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
  border: 1px solid #333333;
}

.sideblock-inner ul.menu li {
  margin: 0;
  padding: 0;
}

.sideblock-inner ul.menu li.expanded, ul.menu li.collapsed, ul.menu li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

.sideblock-inner ul.menu li a {
  padding: 10px;
  display: block;
  color: #ffffff;
  background: #666666;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #333333;
  text-decoration: none;
  text-shadow: 1px 1px #333333;
}

.sideblock-inner ul.menu li a:hover {
  background: #444444;
}

.sideblock-inner ul.menu li.last a {
  border-bottom: 0;
}

.sideblock-inner ul.menu li ul {
  border: 0;
  padding-left: 0;
}

.sideblock-inner ul.menu li li a {
  background: #333333;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #111111;
  text-decoration: none;
  text-shadow: 1px 1px #111111;
}

.sideblock-inner ul.menu li li li a {
  padding: 5px 10px;
  background: #111111;
  border: 0;
  text-shadow: 1px 1px #111111;
}

.sideblock-inner ul.menu li li li a:hover {
  background: #222222;
}


/* Lists 
-----------------------------------------------*/

.item-list ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

.item-list ul li {
  margin: 0;
  padding: 0 0 0 0;
  list-style-image: none;
  list-style-type: none;
  color: #999999;
}

/* Links 
-----------------------------------------------*/

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0;
}

/* Navigation Links 
-----------------------------------------------*/

#navigation-links h3 {
  display: none;
}

#navigation-links {
  height: 40px;
  line-height: 40px;
  background: #333333 url(../images/style2/navigation-links-bg.png) top repeat-x;
}

#navigation-links ul {
  border-left: 1px solid #111111;
}

#navigation-links ul.menu li {
  float: left;
}

#navigation-links ul.menu li a {
  display: block;
  padding: 0 11px;
  color: #000000;
  font:Verdana, Geneva, sans-serif;
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
 

}
#navigation-links ul.menu li.first a {
  padding: 0 11px 0 11px;
}


#navigation-links ul.menu li a:hover {
  text-decoration: underline;
  /*text-shadow: 1px 1px #000000;*/
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  
}

.rss {
  margin-top: 2px;
  padding-right: 5px;
  float: right;
}

.twitter {
  margin-top: 2px;
  padding-right: 5px;
  float: right;
}

/* Navigation Drop Down */

#navigation-links ul.menu li ul {
  position: absolute;
  padding-left: 0px;
  margin: 0;
  width: 150px;
  left: -999em;
  z-index: 100;
  background: #f9f9f9;
  border: 0;
}

#navigation-links ul.menu li ul li {
}

#navigation-links ul.menu li:hover ul, #navigation-links ul.menu li.sfHover ul {
  left: auto;
}

#navigation-links ul.menu li li a {
  width: 140px;
  padding-left: 10px;
  padding-right: 0;
  line-height: 25px;
  font-size: 0.8em;
  color: #333333;
  text-shadow: 1px 1px #ffffff;
  border: 0;
}

#navigation-links ul.menu li li a:hover {
  background: #eeeeee;
}

#navigation-links ul.menu li li.first a {
  padding-right: 0;
  padding-left: 10px;
}


#navigation-links ul.menu li ul ul {
  margin: -25px 0 0 150px;
}

#navigation-links ul.menu li:hover ul ul, #navigation-links ul.menu li.sfHover ul ul, #navigation-links ul.menu li:hover ul ul ul, #navigation-links ul.menu li.sfHover ul ul ul, #navigation-links ul.menu li:hover ul ul ul ul, #navigation-links ul.menu li.sfHover ul ul ul ul {
  left: -999em;
}

#navigation-links ul.menu li li:hover ul, #navigation-links ul.menu li li.sfHover ul, #navigation-links ul.menu li li li:hover ul, #navigation-links ul.menu li li li.sfHover ul, #navigation-links ul.menu li li li li:hover ul, #secondary-links ul.menu li li li li.sfHover ul {
  left:auto;
}

#navigation-links ul.menu li.expanded, #navigation-links ul.menu li li.expanded, #secondary-links ul.menu li li li.expanded  {
  background: url(../images/expanded.png) 100% 50% no-repeat;
}

#navigation-links ul.menu li li.expanded, #secondary-links ul.menu li li li.expanded  {
  background: url(../images/expanded-b.png) 95% 50% no-repeat;
}


/* Primary Links 
-----------------------------------------------*/

#primary-links h3 {
  display: none;
}

#primary-links ul {
  float: right;
}

#primary-links ul.menu li {
  float: left;
}

#primary-links ul.menu li a {
  margin-left: 1px;
  padding: 20px 0px 8px 5px;
  display: block;
  font-size: 2.0em;
  font-weight: bold;
  font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
  text-decoration: none;
  border-bottom: 5px solid;
  width: 130px;
  text-shadow: -1px -1px #ffffff;
}

#primary-links ul.menu li a:hover {
  text-shadow: 2px 2px #111111;
}

#primary-links ul.menu a.Red {
  color: #860000;
  border-color: #860000;
}

#primary-links ul.menu a.Red:hover, #primary-links ul.menu a.Red.active {
  color: #ffffff;
  background: #860000
}

#primary-links ul.menu a.Purple {
  color: #4c0086;
  border-color: #4c0086;
}

#primary-links ul.menu a.Purple:hover {
  color: #ffffff;
  background: #4c0086
}

#primary-links ul.menu a.Blue {
  color: #004c86;
  border-color: #004c86;
}

#primary-links ul.menu a.Blue:hover {
  color: #ffffff;
  background: #004c86
}

#primary-links ul.menu a.Green {
  color: #588600;
  border-color: #588600;
}

#primary-links ul.menu a.Green:hover {
  color: #ffffff;
  background: #588600
}

#primary-links ul.menu a.Orange {
  color: #863900;
  border-color: #863900;
}

#primary-links ul.menu a.Orange:hover {
  color: #ffffff;
  background: #863900
}

/* Secondary Links 
-----------------------------------------------*/

#secondary-links h3 {
  display: none;
}

#secondary-links ul {
  clear: right;
  float: right;
}

#secondary-links ul.menu li {
  float: left;
}

#secondary-links ul.menu li a {
  display: block;
  margin: 8px 0;
  font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
  padding: 0 10px;
  color: #666666;
  text-decoration: none;
  border-right: 1px solid #dddddd;
}

#secondary-links ul.menu li a:hover {
  display: block;
  text-decoration: underline;
}

/* Node Teaser 
-----------------------------------------------*/

.teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999999;
}

.teaser img {
  display: block;
  float: left;
}

.has-image {
  margin-left: 220px;
}

.teaser .title {
  margin-bottom: 0;
  font-size: 1.4em;
}

.teaser .title a {
  font-weight: bold;
  font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
  text-decoration: none;
}

.teaser-body {
  padding-top: 5px;
  font-size: 0.8em;
  color: #666666;
}

.teaser-body p {
  padding-bottom: 5px;
}

.teaser-submitted {
  font-weight: bold;
  font-size: 0.8em;
  color: #999999;
}

.teaser-taxonomy {
  font-size: 0.8em;
  font-weight: normal;
  color: #999999;
}

.teaser-taxonomy .links li {
  padding: 0 5px 0 0;
  border-right: 1px solid #dddddd;
}

.teaser-links {
  font-weight: bold;
  font-size: 0.8em;
  color: #999999;
}

/* Node
-----------------------------------------------*/

.full-node {
  margin-bottom: 20px;
  line-height: 1.5em;
}

h1.title {
  font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
  margin: 0;
  font-weight: bold;
}

.full-node h1.title {
  font-size: 2.8em;
  padding: 10px 0;
  margin-bottom: 20px;
  /*border-top: 1px solid #666666;*/
  border-bottom: 1px solid #000000;
}

.full-node .field-field-slide-text {
  margin-bottom: 1.0em;
  font-size: 1.4em;
  font-weight: bold;
  color: #666666;
}

.full-node .field-field-image  {
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
  width: 300px;
}

.full-node .field-field-image img {
  display: block;
  float: right;
}

.full-node .field-field-image span.description {
  display: block;
  float: right;
  padding: 10px;
  font-size: 0.8em;
  color: #666666;
  font-weight: normal;
  width: 278px;
  border: 0px solid #dddddd;
  border-top: 0;
}

.node-submitted span {
  color: #999999;
  font-weight: bold;
}

.node-submitted {
  margin: 1px 0;
  padding: 10px 0;
  color: #666666;
  font-weight:bold;
  border-bottom: 8px solid #666666;
  border-top: 1px dotted #999999;
}

.node-submitted a {
  text-decoration: none;
}

.node-content {
}

.node-taxonomy {
 font-size: 0.8em;
 font-weight: bold;
 color: #999999;
 padding: 5px 0;
 margin-bottom: 10px;
 border-top: 1px dashed #dddddd; 
 border-bottom: 1px dashed #dddddd;
}

.node-taxonomy a {
 font-weight: normal;
 color: #666666;
}

.node-links {
}

.breadcrumb {
  font-size: 0.8em;
  font-weight: bold;
  border-bottom: 2px solid #999999;
}

/* Comments
-----------------------------------------------*/

.comment {
  padding: 20px;
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #666666;
  background: #ffffff;
  border: 1px solid #dddddd;
  position: relative;
}

.comment .picture img {
  padding-top: 10px;
  clear: right;
  padding-right: 10px;
  width: 40px;
  height: 40px;
  float: left;
}

.comment h3 {
  font-size: 1.0em;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.comment-author {
  float: left;
}

.comment-date {
  float: right;
}

.comment-body {
  clear: right;
  padding-top: 10px;
}

.comment .links {
  float: right;
}

.box h2 {
  padding: 0;
  margin: 0;
  font-size: 1.0em;
  font-weight: bold;
  color: #666666;
}

#comment-form label {
  font-size: 0.8em;
  color: #666666;
}

#comment-form .form-textarea {
  background: #dddddd;
  border:1px solid #CCCCCC;
  font-family:inherit;
  font-size:1em;
  padding:3px;
  color: #666666;
}

#comment-form .resizable-textarea textarea {
  width: 75%;
  height: 200px;
}

.comment-new {
  display: block;
  padding-bottom: 5px;
  color: #ff0000;
  font-weight: bold;
}

.tips, #comment-form a {
  font-size: 0.8em;
  color: #666666;
}

/* Misc
-----------------------------------------------*/

.breadcrumb {
  padding-bottom: 1.0em;
}

/*!
 * Dynamic display block module template: sardinia - Cascading Style Sheet 
 * Copyright(c) 2008 - 2009 P. Blaauw All rights reserved. 
 * Version 1.1 (11-FEB-2009) 
 * Licenced under GPL license 
 * http://www.gnu.org/licenses/gpl.html 
 */ 
 
div.ddblock-cycle-sardinia div.container{padding: 0px;}
div.ddblock-cycle-sardinia div.container-inner{height:400px;position:relative;}
div.ddblock-cycle-sardinia div.slider{float:left; width:600px;}
div.ddblock-cycle-sardinia div.slider-inner{height:400px;overflow:hidden;position:relative;visibility:hidden; border: 0px solid #dddddd;}
div.ddblock-cycle-sardinia div.slide{display:none;height:100%;left:0;position:absolute;top:0;}
div.ddblock-cycle-sardinia div.slide-inner img{height:400px;width:600px;margin:0 !important;padding:0 !important;}
div.ddblock-cycle-sardinia div.slide-title {padding: 20px; position: absolute; bottom: 0px; left: 0px; font-size: 3.0em; font-weight: bold; color: #ffffff; text-shadow: 3px 3px #333333; height: 60px; width: 580px; background: url(../images/style2/trans-dark.png); line-height: 50px;}
div.ddblock-cycle-sardinia div.slide-read-more{}
div.ddblock-cycle-sardinia div.slide-read-more a{background: #333333; line-height: 30px; border:none;bottom:5px;color:#dddddd;font-size:0.8em,;margin:0;padding: 0 5px;text-decoration:none;text-align:left; position: absolute; font-size: 1.0em; right: 0; bottom: 0; text-shadow: 1px 1px #000000}
div.ddblock-cycle-sardinia div.slide-read-more a:hover{background:#444444; color: #ffffff;}

/* Pager */

div.ddblock-cycle-sardinia div.custom-pager {
 position: absolute;
 left: 600px;
 float: left;
 width: 100%;
 z-index: 100;
}

div.ddblock-cycle-sardinia div.custom-pager .custom-pager-item-inner {
  width: 340px;
}

div.ddblock-cycle-sardinia div.custom-pager a {
  padding: 10px;
  color:#666666; 
  float:left; 
  height:79px;
  text-align:left; 
  width: 100%;
  background: #eeeeee;
  text-decoration: none;
  text-shadow: 0px 0px #ffffff;
  border-bottom: 1px solid #dddddd;
}

div.ddblock-cycle-sardinia div.custom-pager a.activeSlide {
  color: #ffffff;
  text-shadow: 0 0 #ffffff; 
}

div.ddblock-cycle-sardinia div.custom-pager a span {
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 0px 0px #ffffff;  
}

div.ddblock-cycle-sardinia div.custom-pager a.activeSlide span {
  font-size: 1.2em;
  text-shadow: 1px 1px #333333;  
}

div.ddblock-cycle-sardinia div.custom-pager .active-pager-item {
  padding-left: 15px;
  margin-left: -15px;
}

div.ddblock-cycle-sardinia div.custom-pager .custom-pager-item-0 .active-pager-item {
  background: url(../images/style2/arrow-0.png) left center no-repeat;
}

div.ddblock-cycle-sardinia div.custom-pager .custom-pager-item-1 .active-pager-item {
  background: url(../images/style2/arrow-1.png) left center no-repeat;
}

div.ddblock-cycle-sardinia div.custom-pager .custom-pager-item-2 .active-pager-item {
  background: url(../images/style2/arrow-2.png) left center no-repeat;
}

div.ddblock-cycle-sardinia div.custom-pager .custom-pager-item-3 .active-pager-item {
  background: url(../images/style2/arrow-3.png) left center no-repeat;
}

div.ddblock-cycle-sardinia div.custom-pager .custom-pager-item-0 a.activeSlide {
  background: #860000; 
}

div.ddblock-cycle-sardinia div.custom-pager .custom-pager-item-1 a.activeSlide {
  background: #4C0086;
}

div.ddblock-cycle-sardinia div.custom-pager .custom-pager-item-2 a.activeSlide {
  background: #004C86;
}

div.ddblock-cycle-sardinia div.custom-pager .custom-pager-item-3 a.activeSlide {
  background: #588600;
  border-bottom: 1px solid #588600;
}

div.ddblock-cycle-sardinia div.custom-pager a:hover {
  background: #dddddd;
}

div.ddblock-cycle-sardinia div.custom-pager a:focus {
  outline:none;
}

/* Typography */

div.alert {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #FEC201;
  border-bottom: 1px dashed #FEC201;
  background: #FFEDB5 url(../images/alert.png) 15px 50% no-repeat;
}

div.info {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #0173bd;
  border-bottom: 1px dashed #0173bd;
  background: #c6e9ff url(../images/info.png) 15px 50% no-repeat;
}

div.notice {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(../images/notice.png) 15px 50% no-repeat;
}

div.download {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #5EAA1F;
  border-bottom: 1px dashed #5EAA1F;
  background: #DAFFBA url(../images/download.png) 15px 50% no-repeat;
}

div.mail {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #57a4ce;
  border-bottom: 1px dashed #57a4ce;
  background: #ecf8ff url(../images/mail.png) 15px 50% no-repeat;
}

div.package {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #574321;
  border-bottom: 1px dashed #574321;
  background: #f1e9dc url(../images/package.png) 15px 50% no-repeat;
}

div.security {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(../images/security.png) 15px 50% no-repeat;
}

div.stop {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #fbd500;
  border-bottom: 1px dashed #fbd500;
  background: #fff09a url(../images/stop.png) 15px 50% no-repeat;
}

div.system {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #3b9acd;
  border-bottom: 1px dashed #3b9acd;
  background: #bdd4e0 url(../images/system.png) 15px 50% no-repeat;
}

div.settings {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #ffffff;
  border-top: 1px dashed #ffffff;
  border-bottom: 1px dashed #ffffff;
  background: #333333 url(../images/settings.png) 15px 50% no-repeat;
}

div.web {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(../images/web.png) 15px 50% no-repeat;
}


li.check {
  padding-left: 30px;
  padding-bottom: 10px;
  list-style-position: outside;
  list-style-type: none;
  font-size: 1.0em;
  font-weight: bold;
  color: #333333;
  background: url(../images/checkmark.png) top left no-repeat;
}

.block ul {
  margin:0;
  padding:0 0 0 0;
}

blockquote {
  margin: 0px;
  padding-left: 58px;
  color: #666666;
  background: url(../images/openquote.png) top left no-repeat;
} 

blockquote p {
  padding-right: 35px;
  background:  url(../images/closequote.png) bottom right no-repeat;
} 

pre {
  padding: 10px;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border: 1px solid #dddddd;
  background: url(../images/pre.png);
}
/* Styling Slideshow - eric */
#views_slideshow_singleframe_teaser_section_rotating_banner-block_1 {
    border: thin solid;
    color: #CCCCCC;
    height: 270px;
    overflow: hidden;
    position:relative;
	left:2.3px;
	width: 150px;
	}

	
/* Views Slideshow Arrows Buttons */
#views_slideshow_singleframe_prev_rotating_banner-block_1,
#views_slideshow_singleframe_previousviews_slideshow_previous{  
  display: inline-block; 
  width: 60px; 
  height: 50px;
  position:absolute;
 left:50px;
 top:300px;
 z-index: 999;
 white-space:nowrap;
 text-indent: -9999px;
  
  background: url(../images/style1/arrow-0.png) no-repeat;  
  font-size: 0.5px;  color: #FFF; 
  
  }    
  
  #views_slideshow_singleframe_playpause_rotating_banner-block_1,
  #views_slideshow_singleframe_pauseviews_slideshow_pause {  
  display: inline-block; 
  width: 75px; 
  height: 50px;
  position:absolute;
 left:85px;
 top:309px;
 z-index: 999;
 white-space:nowrap;
 text-indent: -9999px;
  background: url(../images/style1/pause-0.png) no-repeat;  
  font-size: 0.5px;  color: #FFF; 
  }   
  #views_slideshow_singleframe_next_rotating_banner-block_1,
  #views_slideshow_singleframe_nextviews_slideshow_next {  
  display: inline-block; 
  width: 50px; 
  height: 50px;
  position:absolute;
 left:135px;
 top:308px;
 z-index: 999;
 white-space:nowrap;
 text-indent: -9999px;
  background: url(../images/style1/arrow-0-right.png) no-repeat;  
  font-size: 0.5px;  color: #FFF; 
  }   

  
strong {
 font-weight: bold;
 }
 
em {
 font-style: italic;
 }
 

ul li {
 padding-left: 3.0em;
 padding-bottom: 0.35em;
list-style-type: disc;
list-style-position: inside;
 }

ol li {
 padding-left: 3.0em;
 padding-bottom: 1.0em;
 list-style-type:decimal;
 list-style-position: inside;
 }
 
