/* CSS */

html {
height: 100%;
}

body {
  padding: 0;
  margin: 0;
  text-align: center; /*Centering for IE */
  line-height: 1.5em;
  background: #01143f url(../images/style5/main-bg.jpg) 50% 0 no-repeat fixed;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
  line-height: 1.2em;
}

h1 {
  font-size: 2.0em;
}

h2 {
  font-size: 2.0em;
}

a {
  color: #111111;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px #ffffff;
}

a:hover {
  color: #00206a;
}

p {
  margin: 0 0 10px 0;
}

/* Main Layout */

#page-wrapper { 
  padding: 0;
  margin: 0;
  color: #666666;
  text-align: left; /* Reset text alignment */
}

#middle-wrapper {
  margin-bottom: 20px;
}

.width-wrapper {
  margin: 0 auto; /* Center on Page */
}

#main-content {
  float: left;
  width: 100%;
}

#main-content-inner {
}

#middle-wrapper .sidebar-left {
  float: left;
  position: relative;
  z-index: 1;
}

#middle-wrapper .sidebar-right {
  float: left;
  position: relative;
  z-index: 1;
}

.width25 { width: 24.9% }
.width33 { width: 33.3% }
.width50 { width: 49.9% }
.width100 { width: 99.9% }

/* Header  */

#header-wrapper {
  position: relative;
  height: 130px;
  background: url(../images/style5/header.png) top repeat-x;
}

#site-logo {
  margin-top: 25px;
  width: 215px;
  height: 57px;
  padding-right: 10px;
  padding-top: 25px;
  float: left;
  background: url(../images/style5/logo.png) no-repeat;
}

#site-name {
  padding-right: 10px;
  padding-top: 20px;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #ffffff;
  float: left;
  text-shadow: 1px 1px #111111;
}

#site-slogan {
  float: left;
  font-weight: bold;
  font-size: 12px;
  line-height: 100px;
  color: #ffffff;
  text-shadow: 1px 1px #111111;
}

/* Search Box */

/* Search Form */

#search {
  float: right;
  margin-top: -1px;
  padding-right: 5px;
}

#search .form-text {
  padding: 4px 5px 3px 5px;
  color: #333333;
  font-size: 11px;
  vertical-align: middle;
  border: 1px solid #111111;
  width: 150px;
}

#search .form-submit {
  width: 48px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent url(../images/search.png) no-repeat;
  border: 0px;
  vertical-align: middle;
  text-indent: -99999;
}

#search .form-submit:hover {
  background: transparent url(../images/search-hover.png) no-repeat;
}
  
#search .form-item {
  margin-bottom:0em;
  margin-top:0em;
}

#search .container-inline {
  margin-bottom:15px;
}

/* Footer */

#footer {
  padding: 20px;
  text-align: center;
  background: #111111;
}

/* Splash */

#splash {
  margin-bottom: 15px;
  height: 391px;
  background: url(../images/style5/splash-bg.png) repeat-x;
  z-index: -100;
}

#features {
  float: left;
  width: 100%;
  margin-right: -600px;
}

#features-squeeze {
  margin-right: 600px;
}

.feature-block {
  color: #ffffff;
  padding: 43px 20px 43px 0;
}

.feature-block h2 {
  padding-bottom: 20px;
}


.view-featured {

}

.view-featured .views-row {
  padding: 20px;
  margin-bottom: 8px;
  height: 55px;
  color: #ffffff;
  background: url(../images/style5/featured-bg.png) left bottom no-repeat;
  overflow: hidden;
}

.view-featured .views-row a {
  color: #ffffff;
  text-shadow: 1px 1px #111111;
}

.view-featured .views-field-field-image-fid {
  float: left;
  padding-right: 20px;
}

.view-featured .views-field-field-image-fid img {
  border: 1px solid #0091ff;
}

/* Top Regions */

#top-regions  {
  color: #ffffff;
  margin-bottom: 10px;
}

#top-regions h2  {
  padding: 10px 0;
  font-size: 1.5em;
  color: #ffffff;
  text-shadow: 2px 2px #111111;
  border: 0;
}

#top-regions .userblock {
  float: left;
}

#top-regions .userblock-inner {
  padding-right: 5px;
}

#top-regions .item-list ul {
  text-align: left;
}

#top-regions .item-list ul a {
  color: #ffffff;
  text-shadow: 1px 1px #111111;
}

#top-regions .item-list ul a:hover {
  color: #fff000;
}

.more-link {
  clear:both;
  float: right;
  margin: 10px 0;
  padding: 3px 10px;
  background: #ffffff;
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.more-link a {
  text-shadow: 1px 1px #dddddd;
}

.more-link a:hover {
  color: #111111;
  text-shadow: 1px 1px #eeeeee;
}

/* Bottom Regions */

#bottom-regions  {
  padding: 20px;
  color: #ffffff;
  font-size: 0.8em;
  text-align: left;
  background: #111111 url(../images/style5/footer-bg.png) top repeat-x;
}

#bottom-regions h2  {
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 12px;
  text-shadow: 2px 2px #111111;
  text-align: center;
}

#bottom-regions .userblock {
  float: left;
}

#bottom-regions .userblock-inner {
  padding: 0 10px;
}

#bottom-regions .item-list ul {
  text-align: left;
}

#bottom-regions .item-list ul a {
  color: #ffffff;
  text-shadow: 1px 1px #111111;
}

#bottom-regions .item-list ul a:hover {
  color: #fff000;
}

/* Sidebar Blocks */

.left-sideblock {
  margin-bottom: 10px;
  margin-right: 20px;
}

.right-sideblock {
  margin-bottom: 0px;
  margin-left: 14px;
}

.left-sideblock .title-left {
  margin-right: 27px;
  padding-left: 34px;
  height: 54px;
  background: url(../images/style5/title-left.png) left no-repeat;
}

.left-sideblock .title-right {
  height: 54px;
  background: url(../images/style5/title-right.png) right no-repeat;
}

.left-sideblock .content-left {
  padding-left: 34px;
  margin-right: 27px;
  background: url(../images/style5/left-sidebox-left.png) left repeat-y;
}

.left-sideblock .content-right {
  background: url(../images/style5/left-sidebox-right.png) right repeat-y;
}

.left-sideblock .bottom-left {
  margin-right: 27px;
  height: 11px;
  background: url(../images/style5/left-sidebox-bottom-left.png) left repeat-y;
}

.left-sideblock .bottom-right {
  height: 11px;
  background: url(../images/style5/left-sidebox-bottom-right.png) right repeat-y;
}

.left-sideblock .title-left span {
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  color: #ffffff;
  text-shadow: 1px 1px #111111;
}

.left-sideblock h3 {
  padding: 10px 0;
  font-size: 1.0em;
}

.left-sideblock .item-list ul {
  text-align: left;
  font-size: 0.9em;
}

.left-sideblock .item-list ul li {
  padding-bottom: 5px;
  list-style-type:square;
  list-style-position:inside;
}

/* Right Block Corners */

.right-surround-top {
  margin: 0 12px;
  background:transparent url(../images/style5/right-surround-top.png) repeat-x scroll 0 0;
}

.right-surround-top2 {
  margin-left: -12px;
  background:transparent url(../images/style5/right-surround-top2.png) no-repeat scroll 0 0;
}

.right-surround-top3 {
  height: 12px;
  margin-right: -12px;
  background:transparent url(../images/style5/right-surround-top3.png) no-repeat scroll 100% 0;
}

.right-surround {
  margin: 0 12px;
  background: #ededed;
}

.right-surround2 {
  margin-left: -12px;
  background:transparent url(../images/style5/right-surround2.png) repeat-y scroll 0 0;
}

.right-surround3 {
  margin-right: -12px;
  padding: 0px 20px;
  min-height: 70px;
  background:transparent url(../images/style5/right-surround3.png) repeat-y scroll 100% 0;
  overflow: hidden;
}

.right-surround-bottom {
  margin: 0 12px;
  background:transparent url(../images/style5/right-surround-bottom.png) repeat-x scroll 0 100%;
}

.right-surround-bottom2 {
  margin-left: -12px;
  background:transparent url(../images/style5/right-surround-bottom2.png) no-repeat scroll 0 0;
}

.right-surround-bottom3 {
  height: 17px;
  margin-right: -12px;
  background:transparent url(../images/style5/right-surround-bottom3.png) no-repeat scroll 100% 0;
}

.right-sideblock h2 {
  padding-bottom: 20px;
  font-size: 14px;
  color: #666666;
  text-shadow: 1px 1px #ffffff;
  background: url(../images/style5/right-h2.png) 50% 100% no-repeat;
}

.right-sideblock h3 {
  padding: 10px 0;
  font-size: 1.0em;
}

.right-sideblock .content {
  padding: 0 0 5px 0;
}

.right-sideblock .item-list ul {
  text-align: left;
}

.right-sideblock .item-list ul li {
  padding-bottom: 5px;
  list-style-type:square;
  list-style-position:inside;
  font-size: 0.9em;
}

/* Block Corners */

.block-surround-top {
  margin: 0 12px;
  background:transparent url(../images/style5/block-surround-top.png) repeat-x scroll 0 0;
}

.block-surround-top2 {
  margin-left: -12px;
  background:transparent url(../images/style5/block-surround-top2.png) no-repeat scroll 0 0;
}

.block-surround-top3 {
  height: 6px;
  margin-right: -12px;
  background:transparent url(../images/style5/block-surround-top3.png) no-repeat scroll 100% 0;
}

.block-surround {
  margin: 0 12px;
  background: url(../images/style5/block-bg.png);
}

.block-surround2 {
  margin-left: -12px;
  background:transparent url(../images/style5/block-surround2.png) repeat-y scroll 0 0;
}

.block-surround3 {
  margin-right: -12px;
  padding: 0px 20px;
  min-height: 70px;
  background:transparent url(../images/style5/block-surround3.png) repeat-y scroll 100% 0;
  overflow: hidden;
}

.block-surround-bottom {
  margin: 0 12px;
  background:transparent url(../images/style5/block-surround-bottom.png) repeat-x scroll 0 100%;
}

.block-surround-bottom2 {
  margin-left: -12px;
  background:transparent url(../images/style5/block-surround-bottom2.png) no-repeat scroll 0 0;
}

.block-surround-bottom3 {
  height: 16px;
  margin-right: -12px;
  background:transparent url(../images/style5/block-surround-bottom3.png) no-repeat scroll 100% 0;
}


.block-sideblock h2 {
  padding-bottom: 5px;
  font-size: 14px;
  color: #666666;
  text-shadow: 1px 1px #ffffff;
}

.block-sideblock .content {
  padding: 5px 0;
}

/* Block Forms */

.left-sideblock .form-item, .right-sideblock .form-item, .userblock .form-item {
  margin: 0;
  margin-bottom: 0;
  margin-top: 0;
}

/* User Login Form */

#user-login-form .form-text {
  width: 100px;
}

#user-login-form .item-list ul li {
  list-style: none;
  list-style-position:inside;
}

/* Content Corners */

.node-inner {
  margin-bottom: 20px;
}

.main-top {
  margin: 0 6px;
  background:transparent url(../images/style5/main-top.png) repeat-x scroll 0 0;
}

.main-top2 {
  margin-left: -6px;
  background:transparent url(../images/style5/main-top2.png) no-repeat scroll 0 0;
}

.main-top3 {
  height: 6px;
  margin-right: -6px;
  background:transparent url(../images/style5/main-top3.png) no-repeat scroll 100% 0;
}

.main {
  margin: 0 6px;
  background: #ffffff;
}

.main2 {
  margin-left: -6px;
  background:transparent url(../images/style5/main2.png) repeat-y scroll 0 0;
}

.main3 {
  margin-right: -6px;
  padding: 15px 20px 20px 15px;
  min-height: 70px;
  background:transparent url(../images/style5/main3.png) repeat-y scroll 100% 0;
  overflow: hidden;
}

.main-bottom {
  margin: 0 6px;
  background:transparent url(../images/style5/main-bottom.png) repeat-x scroll 0 100%;
}

.main-bottom2 {
  margin-left: -6px;
  background:transparent url(../images/style5/main-bottom2.png) no-repeat scroll 0 0;
}

.main-bottom3 {
  height: 6px;
  margin-right: -6px;
  background:transparent url(../images/style5/main-bottom3.png) no-repeat scroll 100% 0;
}

/* Lists */

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;
}

li.expanded, li.collapsed, li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

.item-list ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: center;
}

.item-list ul li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

ul.links li {
  display:inline;
  list-style-type:none;
  padding:0 0;
}

/* Primary Links */

#primary-links {
  margin: 35px 0 10px 0;
  line-height: 30px;
  height: 30px;
  float: right;
}

#primary-links h2 {
  display: none;
}

#primary-links ul li a {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  text-shadow:1px 1px #111111;
  color: #ffffff;
}

#primary-links ul li a:hover {
  color: #fff000;
  background: url(../images/style5/highlight.png) 50% 0 no-repeat;
}

#primary-links ul li {
  float: left;
}

/* Secondary Links */

#secondary-links {
  height: 52px;
  margin-bottom: 20px;
}

#secondary-inner-left {
  height: 52px;
  background: url(../images/style5/secondary-left.png) left no-repeat;
}

#secondary-inner-right {
  height: 52px;
  background: url(../images/style5/secondary-right.png) right no-repeat;
}

#secondary-inner-center {
  height: 52px;
  margin: 0 6px;
  line-height: 50px;
  background: url(../images/style5/secondary-bg.png) repeat-x;
}

#secondary-links h2 {
  display: none;
}

#secondary-links ul li a {
  display:block;
  padding-left: 10px;
  line-height: 52px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 1px 1px #111111;
}

#secondary-links ul li a:hover {
  color: #fff000;
}

#secondary-links ul li {
  float: left;
  padding-right: 10px;
  background: url(../images/style5/divider.png) right no-repeat;
}

#secondary-links ul li.expanded a {
  padding-right: 15px;
  background: url(../images/expanded.png) 100% 50% no-repeat;
}

#secondary-links ul li.expanded a:hover {
  background: url(../images/expanded-hover.png) 100% 50% no-repeat;
}

/* Secondary Links Level Two */

#secondary-links li ul {
  position: absolute;
  margin: 0 0 0 1px;
  width: 210px;
  left: -999em;
  z-index: 100;
}

#secondary-links li ul li {
  width: 210px;
  background: url(../images/style5/dropdown.png) repeat-y;
}

#secondary-links li ul li.first {
  padding-top: 6px;
  background: url(../images/style5/dropdown-top.png) left top no-repeat;
}

#secondary-links li ul li.last {
  padding-bottom: 6px;
  background: url(../images/style5/dropdown-bottom.png) left bottom no-repeat;
}

#secondary-links li:hover ul, #secondary-links li.sfHover ul {
  left: auto;
}

#secondary-links li ul li a {
  line-height: 30px;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ffffff;
  z-index: 200;
}

#secondary-links li ul li a:hover {
  color: #fff000;
  padding-left: 15px;
  background: #bc0000;
}

#secondary-links li ul ul {
  margin: -36px 0 0px 210px;
}

#secondary-links li:hover ul ul, #secondary-links li.sfHover ul ul, #secondary-links li:hover ul ul ul, #secondary-links li.sfHover ul ul ul, #secondary-links li:hover ul ul ul ul, #secondary-links li.sfHover ul ul ul ul {
  left: -999em;
}

#secondary-links li li:hover ul, #secondary-links li li.sfHover ul, #secondary-links li li li:hover ul, #secondary-links li li li.sfHover ul, #secondary-links li li li li:hover ul, #secondary-links li li li li.sfHover ul {
  left:auto;
}

#secondary-links li.expanded ul li a, #secondary-links li.expanded ul li a:hover, #secondary-links li.expanded ul li li a, #secondary-links li.expanded ul li li a:hover, #secondary-links li ul li.expanded li a, #secondary-links li ul li ul li.expanded li a {
  background: 0;
}

#secondary-links li ul li.expanded a, #secondary-links li ul li ul li.expanded a {
  margin-right: 10px;
  background: url(../images/expanded-b.png) 100% 50% no-repeat;
}

#primary-links li li a {
  width: 210px;
}

.twitter {
  line-height: 52px;
  padding-top: 8px;
  padding-right: 10px;
  float: right;
  vertical-align:middle;
}

.rss {
  line-height: 52px;
  padding-top: 8px;
  padding-right: 10px;
  float: right;
  vertical-align:middle;
}

/* Sideblock Menu */

.sideblock-inner ul.menu {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type:disc;
  text-align: left;
}

.sideblock-inner ul.menu li {
  margin: 0;
  padding: 0;
  list-style-type:disc;
  list-style-position: inside;
}

.sideblock-inner ul.menu ul {
  padding: 10px 0;
}

.sideblock-inner ul.menu li li {
  padding-left: 20px;
  font-size: 0.9em;
}

.sideblock-inner ul.menu li li li {
  font-size: 1.0em;
}

.sideblock-inner ul.menu li a:hover {
}

/* Forms */

.form-item {
  margin: 0;
  padding: 0;
}

/* Breadcrumb */

.breadcrumb {
  margin-bottom: 0px;
}

.breadcrumb a {
  font-size: 11px;
}

/* Tabs */

.tabs-wrapper {
  margin-bottom: 10px;
}

/* Teaser */

.teaser {
  padding-bottom: 30px;
  background: #ffffff url(../images/style5/node-bg.png) 50% 100% no-repeat;
}

.teaser-title {
  clear: both;
}

.teaser-title h2 {
  padding: 15px 0 15px 0;
  font-size: 2.0em;
  text-shadow: 1px 1px #eeeeee;
}

.teaser-author {
  display: block;
  float: left;
  padding: 3px 10px 3px 26px;
  font-size: 0.8em;
  font-weight: bold;
  background: #dddddd url(../images/user.png) 5px 50% no-repeat;
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.teaser-submitted {
  margin-right: 5px;
  display: block;
  float: left;
  padding: 3px 10px 3px 26px;
  font-size: 0.8em;
  font-weight: bold;
  color: #ffffff;
  background: #333333 url(../images/calendar.png) 5px 50% no-repeat;
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.teaser-taxonomy {
  margin-bottom: 20px;
  padding: 10px 10px 10px 26px;
  background: #f9f9f9 url(../images/tags.png) 5px 50% no-repeat;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.field-field-image {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}

.field-field-image img {
  border: 1px solid #111111;
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.teaser h5.description {
  display: none;
}

.teaser-content  {
  margin-bottom: 10px;
}

.teaser-taxonomy ul.links li {
  padding: 0 5px;
  border-right: 1px solid #d6d6d6;
}

.comment_comments a, .comment_add a {
  padding: 3px 10px 3px 26px;
  color: #666666;
  background: #f9f9f9 url(../images/comment.png) 5px 50% no-repeat;
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.comment_comments a:hover, .comment_add a:hover {
  color: #111111;
  background: #eeeeee url(../images/comment.png) 5px 50% no-repeat;
}

.node_read_more a {
  padding: 3px 10px 3px 10px;
  color: #666666;
  background: #f9f9f9;
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.node_read_more a:hover {
  color: #111111;
  background: #eeeeee;
}


/* Node */

.full-node {
  padding-bottom: 20px;
  background: #ffffff url(../images/style5/node-bg.png) 50% 100% no-repeat;
}

.node-inner {
  margin-bottom: 15px;
}

.node-title h1 {
  font-size: 2.0em;
  margin-bottom: 20px;
  color: #333333;
}

.submitted {
  display: block;
  float: left;
  padding: 3px 10px 3px 26px;
  margin-right: 5px;
  margin-bottom: 20px;
  font-size: 0.8em;
  font-weight: bold;
  color: #333333;
  background: #dddddd url(../images/calendar.png) 5px 50% no-repeat;
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.author {
  display: block;
  float: left;
  padding: 3px 10px 3px 26px;
  margin-bottom: 20px;
  font-size: 0.8em;
  font-weight: bold;
  color: #ffffff;
  background: #dddddd url(../images/user.png) 5px 50% no-repeat;
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.full-node h5.description {
  display: block;
  padding-bottom: 5px;
  width: 250px;
}

.node-content {
  clear: both;
}

.taxonomy {
  margin-bottom: 20px;
  padding: 10px 10px 10px 26px;
  background: #f9f9f9 url(../images/tags.png) 5px 50% no-repeat;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.taxonomy ul.links li {
  padding: 0 5px;
  border-right: 1px solid #d6d6d6;
}

.node-content  {
  margin-bottom: 10px;
}

/* Comments */

#comments .box {
  padding: 20px;
  background: #f3f3f3;
  border: 1px solid #eeeeee;
}

#comments .odd {
  background: #f9f9f9;
}

#comments .even {
  background: #f1f1f1;
}

.comment {
  padding: 20px;
}

.comment-info {
  padding-bottom: 20px;
}

.comment-id {
  float:left;
  padding-right: 10px;
}

.comment-id h2 {
  padding: 0;
  margin: 0;
  float: left;
  line-height: 25px;
  font-weight: bold;
  font-size: 25px;
  color: #aaaaaa;
}

.comment-submitted {
  display: block;
  float: left;
  padding: 3px 10px 3px 26px;
  font-size: 0.8em;
  font-weight: bold;
  color: #333333;
  background: #dddddd url(../images/calendar.png) 5px 50% no-repeat;
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.comment .picture {
  float: left;
  padding-right: 20px;
}

.comment img {
  height: 50px;
  width: 50px;
  padding: 1px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.profile .picture {
  float: none;
}

.comment .links {
  float: right;
  line-height: 25px;
}

li.comment_delete a {
  padding-right: 20px;
    font-size: 11px;
  font-weight: bold;
  background: url(../images/delete.png) no-repeat right;
}

li.comment_edit a {
  padding-right: 20px;
    font-size: 11px;
  font-weight: bold;
  background: url(../images/edit.png) no-repeat right;
}

li.comment_reply a {
  padding-right: 20px;
  font-size: 11px;
  font-weight: bold;
  background: url(../images/reply.png) no-repeat right;
}

li.comment_delete a:hover {
  background: url(../images/delete-hover.png) no-repeat right;
}

li.comment_edit a:hover {
  background: url(../images/edit-hover.png) no-repeat right;
}

li.comment_reply a:hover {
  background: url(../images/reply-hover.png) no-repeat right;
}

/* Dynamic Block */

#dynamic {
  float: right;
  padding: 43px 0;
}

div.ddblock-cycle-deepsea div.container{width:600px; height: 300px; background: url(../images/style5/dynamic-bg.png) top no-repeat;}
div.ddblock-cycle-deepsea div.container-inner{position:relative; left:20px; top: 20px}
div.ddblock-cycle-deepsea div.slider{float:left;width:560px;}
div.ddblock-cycle-deepsea div.slider-inner{height:250px;overflow:hidden;position:relative;visibility:hidden;}
div.ddblock-cycle-deepsea div.slide{display:none;height:100%;left:0;position:absolute;top:0;}
div.ddblock-cycle-deepsea div.slide-inner img{height:250px;margin:0 !important;padding:0 !important;width:560px;}
div.ddblock-cycle-deepsea div.slide-text{background:transparent url(../images/transparent_bg.png) repeat scroll 0 0!important;position:absolute; border: 1px solid #444444; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
div.ddblock-cycle-deepsea div.slide-text-horizontal{height:125px;left:0;width:520px;}
div.ddblock-cycle-deepsea div.slide-text-vertical{height:250px;width:300px;}
div.ddblock-cycle-deepsea div.slide-text-top{top:7px;}
div.ddblock-cycle-deepsea div.slide-text-right{bottom:0;right:0px;}
div.ddblock-cycle-deepsea div.slide-text-bottom{bottom:20px; left: 20px}
div.ddblock-cycle-deepsea div.slide-text-left{bottom:0;left:0;}
div.ddblock-cycle-deepsea div.slide-text-inner{padding:20px;}
div.ddblock-cycle-deepsea div.slide-title{float:left;}
div.ddblock-cycle-deepsea div.slide-title-vertical{width:260px;}
div.ddblock-cycle-deepsea div.slide-title-horizontal{float:left;width:200px;}
div.ddblock-cycle-deepsea div.slide-title h2{margin:0 0 0 0;padding:0;  font-size: 14px}
div.ddblock-cycle-deepsea div.slide-title-inner{color:#ffffff;font-weight:bold;}
div.ddblock-cycle-deepsea div.slide-body-vertical{width:260px;}
div.ddblock-cycle-deepsea div.slide-body-horizontal{float:left;width:280px;}
div.ddblock-cycle-deepsea div.slide-body-inner{color:white; font-size: 12px;}
div.ddblock-cycle-deepsea div.slide-body-inner p{margin:0 0 0 0; padding:0;}

/* Read More */

div.ddblock-cycle-deepsea div.slide-read-more{width:80px;}
div.ddblock-cycle-deepsea div.slide-read-more p{padding:0;margin:0;}
div.ddblock-cycle-deepsea div.slide-read-more a{background: url(../images/readmore.png) repeat-x;border:none;bottom:5px;color:#fff;font-size:12px;margin:0;padding: 0 5px;position:absolute;text-decoration:none;text-align:left;width:80px; text-shadow: 0 0 #ffffff;  -moz-border-radius: 3px; -webkit-border-radius: 3px; }
div.ddblock-cycle-deepsea div.slide-read-more-horizontal a{right:5px;}
div.ddblock-cycle-deepsea div.slide-read-more-vertical a{right:5px;}
div.ddblock-cycle-deepsea div.slide-read-more a:hover{background: url(../images/readmore-hover.png) repeat-x; color: #111111;}

/* Pager */

div.ddblock-cycle-deepsea div.number-pager{display:block;float:left;height:15px;left:0;position:relative;width:560px; margin: 6px 0 0 0;}
div.ddblock-cycle-deepsea div.number-pager a{background:#cccccc; display:block;float:left; font-size:10px; font-weight:bold;height:15px;line-height:15px; margin: 0 2px 0 0;text-align:center;text-decoration:none;width:15px;}
div.ddblock-cycle-deepsea div.number-pager a.activeSlide{background:#fff;}
div.ddblock-cycle-deepsea div.number-pager a:focus{outline:none;}

/* Typography */

h3 {
  font-size: 1.1em;
}

p.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;
}

p.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;
}

p.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;
}

p.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;
}

p.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;
}

p.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;
}

p.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;
}

p.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;
}

p.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;
}

p.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;
}

p.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) 0px 10% 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);
}

/* Poll */

.poll .title {
  font-weight: bold;
  color: #111111;
  padding-bottom: 10px;
}

.poll .bar {
  background-color:#ffffff;
  height: 8px;
  margin:1px 0;
  border: 1px solid #111111;
}

.poll .bar .foreground {
  background-color:#fff000;
  float:left;
  height:8px;
}

.poll .text {
  font-size: 1.0em;
  color: #333333;
}

.poll .percent {
  font-size: 0.8em;
}