/* CSS Reset - Conform Browsers */

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, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: #cccccc;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a {
  color: #36001f;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
}

.item-list h3 {
  font-size: 1.0em;
  font-weight: bold;
  padding: 10px 0;
}

h4 {
  font-size: 1.0em;
  font-weight: bold;
}

h5 {
  font-size: 0.8em;
  font-weight: bold;
}

/* CSS */

body {
  padding: 0;
  margin: 0;
  text-align: center; /*Centering for IE */
  line-height: 1.5em;
  background: url(../images/style2/stripe.png);
  min-width: 760px;
}

/* Main Layout */

#top-wrapper { 
  margin: 15px auto;
  padding: 0;
  text-align: left; /* Reset text alignment */
}

#page-wrapper { 
  margin: 0px auto;
  padding: 0;
  text-align: left; /* Reset text alignment */
  background: #ffffff;
  border: 1px solid #999999;
}

#middle-wrapper {
}

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

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

#main-content-inner {
  margin: 15px;
}

body.two-sidebars #main-content { 
}

body.sidebar-left #main-content { 
}

body.sidebar-right #main-content { 
}

body.two-sidebars #squeeze { 
}

body.sidebar-left #squeeze { 
} 

body.sidebar-right #squeeze { 
}

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

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

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

/* Header  */

#header-wrapper {
  position: relative;
  padding: 15px 0;
  margin: 0 15px;
  font-size: 1.0em;
  background: url(../images/style2/shadow.png) bottom no-repeat;
}

#header-wrapper-b {
  position: relative;
  margin: 0 15px;
  height: 100px;
  font-size: 1.0em;
  background: #fcfcfc url(../images/style2/header-wrapper-bg.png) bottom repeat-x;
}

#site-logo {
  margin-top: 15px;
  padding: 0 15px 0 5px;
  float: left;
}

#site-name {
  margin-top: 20px;
  padding: 0 15px 0 5px;
  line-height: 48px;
  font-size: 48px;
  font-weight: bold;
  color: #36001f;
  float: left;
}

#site-slogan {
  width: 150px;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 10px;
  line-height: 1.0em;
  font-weight: bold;
  float: left;
  color: #36001f;
}

#search-box {
  float: right;
}

/* Footer */

#footer {
  font-size: 1.0em;
  background: #e9e9e9;
  text-align: center;
}

/* Sidebar Blocks */

.left-sideblock {
  font-size: 1.0em;
  margin: 15px 0px 15px 15px;
  background: #fcfcfc url(../images/style2/sideblock-bg.png) bottom repeat-x;
}

.right-sideblock {
  font-size: 1.0em;
  margin: 15px 15px 15px 0px;
  background: #fcfcfc url(../images/style2/sideblock-bg.png) bottom repeat-x;
}

.sideblock-inner, .sideblock-inner {
}

.sideblock-inner .content {
  padding: 15px;
  padding-top: 10px;
}

.right-sideblock .sideblock-inner h2 {
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.0em;
  height: 32px;
  line-height: 25px;
  color: #ffffff;
  background: url(../images/style2/right-sideblock-h2.png) left no-repeat;
}

.left-sideblock .sideblock-inner h2 {
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.0em;
  height: 32px;
  line-height: 25px;
  color: #ffffff;
  background: url(../images/style2/left-sideblock-h2.png) left no-repeat;
}

.sideblock-inner h3 {
  font-size: 1.0em;
  font-weight: bold;
  color: #666666;
  padding: 15px 0;
}

/* Dynamic Block */

#features {
  margin: 0 15px 15px 15px;
}

#dynamic {
  font-size: 1.0em;
  float:left;
}

/* Tab Block */

#tab-block {
  font-size: 1.0em;
  float: right;
  margin-left: -680px;
  width: 100%;
}

#tab-block-squeeze {
  margin-left: 680px;
}

#tab-block-inner {
  margin-left: 15px;
}

/* Features Block */

.views-field-field-image-fid {
  margin-top: -17px;
  margin-bottom: 5px;
  text-align: center;
}

.views-field-field-image-fid img {
  background: #ffffff;
}

.views-field-title {
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
}

.views-field-field-slide-text-value {
  padding: 5px;
}

/* Top Custom Regions */

#top-regions {
  font-size: 1.0em;
  margin-left: 15px;
}

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

#top-regions .userblock-inner {
  margin-right: 15px;
  background: #fcfcfc url(../images/style2/sideblock-bg.png) bottom repeat-x;
}

#top-regions .userblock-inner .content {
  font-size: 0.8em;
  padding-bottom: 15px;
  padding-top: 10px;
}

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

#top-regions .userblock-inner h2 {
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.0em;
  height: 32px;
  line-height: 25px;
  color: #ffffff;
  background: url(../images/style2/black-h2.png) left no-repeat;
}


/* Extra Right Regions */

#extra-right-regions {
  font-size: 1.0em;
}

#extra-right-regions .userblock {
  float: left;
}

#extra-right-regions .userblock-inner {
  margin-right: 15px;
  margin-bottom: 15px;
  background: #fcfcfc url(../images/style2/sideblock-bg.png) bottom repeat-x;
}

#extra-right-regions .userblock-inner .content {
  font-size: 0.8em;
  padding: 15px;
  padding-top: 10px;
}

#extra-right-regions .userblock-inner h2 {
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.0em;
  line-height: 25px;
  color: #36001f;
  background: #eeeeee;;
}


/* Bottom Custom Regions */

#bottom-regions {
  font-size: 1.0em;
  margin-left: 15px;
  margin-bottom: 15px;
}

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

#bottom-regions .userblock-inner {
  margin-right: 15px;
  background: #fcfcfc url(../images/style2/sideblock-bg.png) bottom repeat-x;
}

#bottom-regions .userblock-inner .content {
  font-size: 0.8em;
  padding: 15px;
  padding-top: 10px;
}

#bottom-regions .userblock-inner h2 {
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.0em;
  height: 32px;
  line-height: 25px;
  color: #ffffff;
  background: url(../images/style2/black-h2.png) left no-repeat;
}

/* Footer Custom Regions */

#footer-regions {
  font-size: 1.0em;
  margin: 0 15px 15px 15px;
  color: #ffffff;
  background: url(../images/style2/footer-bg.png);
}

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

#footer-regions .userblock-inner {
  padding: 15px;
}

#footer-regions .userblock-inner .content {
  font-size: 1.0em;
}

#footer-regions .userblock-inner h2 {
  padding-bottom: 15px;
  font-size: 1.0em;
}

#footer-regions a {
  color: #ffffff;
}

#footer-regions  .item-list ul li a {
  color: #ffffff;
}

#footer-regions  .item-list ul li a:hover {
  color: #ffffff;
}

#footer-regions .item-list ul li {
  border-bottom: 1px dashed #ffffff;
}

#footer-regions .more-link a {
  color: #ffffff;
}

.footer-message {
  text-align: center;
  font-weight: bold;
}

/* Side Menu */

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

.sideblock-inner ul.menu li {
  margin: 0;
  padding: 2px 0;
  font-size: 1.0em;
  list-style-position: none;
  list-style-type: none;
  background: url(../images/style2/list-divider.png) bottom repeat-x; 
}

.sideblock-inner ul.menu li a {
  display:block;
  padding: 0 5px;
  line-height: 25px;
  color: #36001f;
  background: url(../images/style2/sidemenu-bg.png) 0 0 repeat-x;
  border: 1px solid #eeeeee;
}

.sideblock-inner ul.menu li a:hover {
  background-postion: 0 -125px;
  text-decoration: none;
}

.sideblock-inner ul.menu li li {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  background: url() bottom repeat-x;
}

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

.sideblock-inner ul.menu li li a {
  color: #666666;
  background: url() 0 0 repeat-x;
  border: 0px solid #f1f1f1;
}

.sideblock-inner ul.menu li li a:hover {
  color: #36001f;
}

.sideblock-inner ul.menu li li a.active {
  color: #36001f;
}

/* 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: left;
}

.item-list ul li {
  margin: 0;
  padding: 3px 0;
  list-style-image: none;
  list-style-type: cirlce;
  list-style-position:inside;
  font-size: 1.0em;
  border-bottom: 1px dashed #dddddd;
}

.item-list ul li a {
  color: #36001f;
}

.item-list ul li a:hover {
  color: #111111;
  text-decoration: underline;
}

ul.links li {
  padding:0 0;
}

.more-link {
  margin-top: 15px;
}

.more-link a {
  background: #36001f;
  line-height: 25px;
  padding: 5px;
  color: #ffffff;
}

.sideblock-inner li.comment_comments a, .sideblock-inner ul.links li.comment_add a, .block-inner li.comment_comments a, .block-inner ul.links li.comment_add a {
  padding: 5px 5px 5px 30px;
  background: url(../images/comment-small.png) 0% 50% no-repeat;
}

.sideblock-inner li.node_read_more a, .block-inner li.node_read_more a  {
  padding: 5px 5px 5px 30px;
  background: url(../images/readmore-small.png) 0% 50% no-repeat;
}

/* Primary Links */

#navigation {
  font-size: 1.0em;
  margin: 15px;
  margin-top: 0px;
}

#primary-links h2 {
  display: none;
}

#primary-links {
  line-height: 60px;
  background: url(../images/style2/primary-bg.png) repeat-x;
}

#primary-links ul li a {
  display: block;
  padding: 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 0;
  margin-right: 2px;
  background: url(../images/style2/primary-hover-bg.png) 0 0 repeat-x;
  _background: url(../images/style2/primary-hover-bg-ie6.png) 0 0 repeat-x;
}

#primary-links ul li a:hover {
  background-postion: 0 -120px;
  color: #ffffff;
  text-decoration: none;
}

#primary-links ul li {
  float: left;
  background: url(../images/style2/divider.png) right no-repeat;
  _background: url() right no-repeat;
}

/* Primary Links Level Two */

#primary-links li ul {
  position: absolute; 
  margin-left: -1px;
  margin-top: 5px;
  padding: 5px 5px 7px 5px;
  width: 300px;
  left: -999em;
  border: 1px solid #005b77;
  background: #6ba200 url(../images/style2/dropdown-bg.png) bottom no-repeat;
   z-index: 10;
}

#primary-links li ul li {
  float:left;
  width: 150px;
  background: url(../images/style2/divider-b.png) top no-repeat;
}

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

#primary-links li ul li a {
  font-size: 1.0em;
  line-height: 30px;
  color: #ffffff;
}

#primary-links li ul li a:hover {
  color: #ffffff;
}

#primary-links li ul ul {
  margin: -35px 0 0px 160px;
}

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

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

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

/* Secondary Links */

#secondary-links h2 {
  display: none;
}

#secondary-links {
  line-height: 30px;
  background: url(../images/style2/secondary-bg.png);
}

#secondary-links li a {
  display: block;
  padding: 0 15px;
  font-size: 1.0em;
  color: #36001f;
  font-weight: bold;
  border-bottom: 0;
  background: url(../images/style2/secondary-hover-bg.png) 0 0 repeat-x;
}

#secondary-links li a:hover {
  text-decoration: none;
}

#secondary-links li a:hover {
  color: #ffffff;
  background-postion: 0 -30px;
}

#secondary-links li {
  float: left;
}


/* Teaser */

.teaser  {
  font-size: 1.0em;
  padding-bottom: 15px;
}

.teaser .teaser-title {
  padding: 15px;
  background: #6fa700 url(../images/style2/title-bg.png) bottom repeat-x;
}

.teaser .teaser-title h2 a {
  line-height: 1.5em;
  font-weight: bold;
  color: #ffffff
}

.teaser .teaser-submitted {
  padding: 5px 15px;
  color: #36001f;
  background: #eeeeee url(../images/style2/secondary-bg.png);
  font-size: 0.8em;
  font-weight: bold;
}

.teaser .teaser-content {
  padding: 15px;
  font-size: 1.0em;
  font-weight: normal;
  color: #36001f;
  background: #ffffff url(../images/style1/teaser-bg.png) top repeat-x;
}

.teaser .teaser-links {
  float: right;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 0.8em;
}

.teaser .teaser-links a {
  font-weight: bold;
}

.teaser li.comment_comments a, .teaser ul.links li.comment_add a {
  padding: 15px 55px 15px 0px;
  background: url(../images/comment.png) 100% 50% no-repeat;
}

.teaser li.node_read_more a {
  padding: 15px 55px 15px 5px;
  background: url(../images/readmore.png) 100% 50% no-repeat;
}

.teaser li.comment_comments a:hover, .teaser li.comment_add a:hover, .teaser li.node_read_more a:hover {
  text-decoration: underline;
}

.teaser .field-field-image img {
  padding: 5px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

/* Content */

.node {
  font-size: 1.0em;
}

.full-node {
}

.title  {
  line-height: 1.5em;
  padding-bottom: 15px;
  font-weight: bold;
}

.node .title {
  border-bottom: 3px solid #eeeeee;
}

.submitted {
  font-size: 0.8em;
  color: #999999;
  padding-bottom: 10px;
}

.field-field-slide-text {
  padding-bottom: 10px;
  font-size: 1.0em;
  font-weight: bold;
  color: #000000;
}

.field-field-image {
  margin: 0;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.field-field-image img {
  padding: 5px;
  border: 1px solid #dddddd;
  background: #eeeeee;
}

.field-field-video {
  margin-bottom: 15px;
}

p {
  padding-bottom: 10px;
}

.links {
  padding-bottom: 10px;
}

#comments {
  clear:both;
}

/* Comments */

.box h2 {
  display: none;
}

#comment-form, .comment {
  margin-top: 15px;
  padding: 15px;
  color: #36001f;
  font-size: 1.0em;
  background: #fcfcfc url(../images/style2/content-bg.png) bottom repeat-x;
}

.comment-title-submitted {
   color: #999999;
}

.comment h3 {
  margin: 0;
  padding: 0;
  color: #36001f;
}

.comment h3 a {
  font-size: 1.0em;
  font-weight: bold;
  color: #36001f;
}

.comment .picture img {
  float: left;
  margin: 0 10px 10px 0;
  height: 100px;
}

.comment .picture img {
  padding: 5px;
  height: 100px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.comment-title-wrapper {
  padding:10px;
  background: #eeeeee;
}

.comment .links {
  float: right;
}

li.comment_delete a {
  padding-left: 20px;
  font-size: 0.8em;
  font-weight: bold;
  background: url(../images/mini-trash.png) no-repeat left;
}

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

li.comment_reply a {
  padding-left: 20px;
  font-size: 0.8em;
  font-weight: bold;
  background: url(../images/mini-comment.png) no-repeat left;
}

.comment a:hover {
  color: #000000;
}

div.links {
  margin-top: 15px;
}

.links li.comment_add a {
  font-size: 1.0em;
  font-weight: bold;
  padding: 15px 00px 15px 55px;
  background: url(../images/comment.png) 0 50% no-repeat;
}

.links li.comment_add a:hover {
  text-decoration: underline;
}

/* Misc */

.breadcrumb {
  margin: 15px 16px 0px 16px;
  padding: 3px;
  background: #eeeeee;
}

.breadcrumb a {
  padding: 2px;
  padding-bottom: 2px;
  font-size: 0.8em;
  color: #ffffff;
  background: #36001f;
}

.profile .picture {
  float:none;
  margin:0 0 5px 0;
}

.profile .picture img {
  width: 100px;
  height: 100px;
}

.edit-block {
  font-size: 0.8em;
  text-align: center;
}

/* Search Form */

#search {
  margin: 10px 0;
}

#search .form-text {
  background: ffffff;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: #999999;
  vertical-align: middle;
  border: 1px solid #dddddd;
  width: 200px;
}

#search .form-submit {
  width: 35px;
  height: 35px;
  margin-top: 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;
}

/* Banners */

.right-banner p {
  padding: 0 0;
  margin: 15px 0;
}

#top-banner {
  float: left;
}

#top-banner p {
  padding: 0 0;
}

/* User Login Form */

#user-bar  {
 float: right;
 padding: 20px;
}

.user-info {
  padding: 15px 0 0 0;
  font-size: 11px;
  text-align: center;
}

#user-bar a {
  font-weight: bold;
  color: #36001f;
}  

#user-bar a:hover {
}

#user-bar label {
 font-size: 11px;
 color: #36001f;
}

#user-bar input {
}

#user-bar li {
  margin: 0;
  padding: 0 5px;
  display: inline;
  font-size: 11px;
  border-bottom: 0;
}

#user-bar .item-list ul {
  margin: 0;
  padding: 0;
  clear: both;
}

#user-bar .form-item {
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
}

#user-bar .form-submit {
  margin-top: 20px;
  padding: 1px;
  background: #36001f;
  border: 1px solid #000000;
  color:#ffffff;
}

#user-bar .form-text {
  width: 120px;
  margin: 0;
  padding: 5px;
  font-size: 10px;
  border: 1px solid #dddddd;
}

/* Poll */

.poll .bar, .poll .bar .foreground {
  height: 10px;
}

.poll .bar {
  background: url(../images/style2/poll-bar.png) repeat-x;
}

.poll .bar .foreground {
  background: url(../images/style2/poll-foreground.png) repeat-x;
}

.block .poll .percent {
  font-size: 0.85em;
}

.block .poll .title {
  font-size: 1.0em;
}

.block .poll ul.links {
  display: none;
}

/* Aggregator */

#aggregator .feed-description, #aggregator .feed-url, #aggregator .feed-updated  {
  padding-bottom: 1.0em;
}

#aggregator .feed-item-meta {
  font-size: 10px;
  color: #666666;
}

/* Forum */

#forum tr td.forum {
  background-image:url(../images/forum-default.png);
  background-position: 10px 50%;
  background-repeat:no-repeat;
  padding-left:60px;
}

/* Quick Tabs */

.quicktabs-style-smooth .block-inner {
  clear: both;
  padding: 15px;
  font-size: 1.0em;
  line-height: 1.2em;
  height: 247px;
  background: #fcfcfc url(../images/style2/sideblock-bg.png) bottom repeat-x;
  border-right: 3px solid #dddddd;
}

ul.quicktabs_tabs {
  margin:0;
  line-height: 35px;
  padding:0 0 0 0;
}

ul.quicktabs_tabs li {
  float: left;
  padding: 0px;
}

ul.quicktabs_tabs li a {
  display: block;
  margin-right: 5px;
  padding: 0 5px;
  list-style-type:none;
  color: #aaaaaa;
  background: #fcfcfc url(../images/style2/tab.png) bottom repeat-x;
}

ul.quicktabs_tabs li a:hover {
  color: #666666;
  text-decoration: none;
  background: #fcfcfc url(../images/style2/tab-hover.png) bottom repeat-x;
}

ul.quicktabs_tabs li.active a {
  color: #36001f;
  background: #fcfcfc url(../images/style2/tab-active.png) bottom repeat-x;
}

ul.quicktabs_tabs li.active a:hover {
  color: #005b77;
  background: #fcfcfc url(../images/style2/tab-active-hover.png) bottom repeat-x;
}


/*!
 * Dynamic display block module template: upright20 - 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-smooth div.container{width: 680px;}
div.ddblock-cycle-smooth div.slide-inner embed {width: 480px; height: 295px; z-index: 9}
div.ddblock-cycle-smooth div.container-inner{height:312px;position:relative;}
div.ddblock-cycle-smooth div.slider{width:680px;}
div.ddblock-cycle-smooth div.slider-inner{width:680px; height:295px;overflow:hidden;position:relative;visibility:hidden;}
div.ddblock-cycle-smooth div.slide{width: 680px;display:none;height:100%;left:0;position:absolute;top:0; background: url(../images/style2/dynamic-bg.png)}
div.ddblock-cycle-smooth div.slide-inner img{height:295px;margin:0 !important;padding:0 !important;width:478px;}
div.ddblock-cycle-smooth div.slide-text{height: 295px; right:0px; top:0; position:absolute;}
div.ddblock-cycle-smooth div.slide-text-horizontal{height:295px;width:200px;}
div.ddblock-cycle-smooth div.slide-text-vertical{height:295px;width:200px;}
div.ddblock-cycle-smooth div.slide-text-top{}
div.ddblock-cycle-smooth div.slide-text-right{}
div.ddblock-cycle-smooth div.slide-text-bottom{}
div.ddblock-cycle-smooth div.slide-text-left{}
div.ddblock-cycle-smooth div.slide-text-inner{padding: 15px;}
div.ddblock-cycle-smooth div.slide-title{}
div.ddblock-cycle-smooth div.slide-title-vertical{width:170px;}
div.ddblock-cycle-smooth div.slide-title-horizontal{width:170px;}
div.ddblock-cycle-smooth div.slide-title h2{margin:0 0 0 0;padding:0; font-size: 1.2em; line-height: 1.5em; padding-bottom: 15px; font-weight: bold;}
div.ddblock-cycle-smooth div.slide-title-inner{color:black;font-weight:bold;}
div.ddblock-cycle-smooth div.slide-body-vertical{width:170px;}
div.ddblock-cycle-smooth div.slide-body-horizontal{width:170px;}
div.ddblock-cycle-smooth div.slide-body-inner{color:#36001f; font-size: 1.0em;}
div.ddblock-cycle-smooth div.slide-body-inner p{margin:0 0 0 0;padding:0;}
div.ddblock-cycle-smooth div.slide-read-more{width:110px;}
div.ddblock-cycle-smooth div.slide-read-more p{padding:0;margin:0;}
div.ddblock-cycle-smooth div.slide-read-more a{background:#588b00; border: 1px solid #36001f;color:#ffffff;font-size:10px; margin:0;padding:2px 5px;position:absolute;text-decoration:none;text-align:left;width:75px; bottom: 15px; right: 15px}
div.ddblock-cycle-smooth div.slide-read-more-horizontal a{}
div.ddblock-cycle-smooth div.slide-read-more-vertical a{}
div.ddblock-cycle-smooth div.slide-read-more a:hover{text-decoration:underline;}
div.ddblock-cycle-smooth div.slide-read-more-horizontal a:hover{}
div.ddblock-cycle-smooth div.slide-read-more-vertical a:hover{}

/* Pager */

div.ddblock-cycle-smooth div.prev-next-pager{background:#36001f;display:block;height:17px;left:0;position:relative;width:680px;}
div.ddblock-cycle-smooth div.prev-next-pager a{background:#36001f;border:none;color:#fff;display:block;float:left;font-family:Tahoma,Arial,sans-serif;font-size:10px;font-weight:bold;height:13px;line-height:17px;margin:0 2px 0 0;text-align:center;text-decoration:none;width:30px;}
div.ddblock-cycle-smooth div.prev-next-pager a#prev2{left:0;position:absolute;}
div.ddblock-cycle-smooth div.prev-next-pager a#count2{left:318px;position:absolute;}
div.ddblock-cycle-smooth div.prev-next-pager a#next2{position:absolute;right:0;}
div.ddblock-cycle-smooth div.prev-next-pager a.activeSlide{background:#88f;}
div.ddblock-cycle-smooth div.prev-next-pager a:focus{outline:none;}

/* Typography */

p.alert {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #36001f;
  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: #36001f;
  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: #36001f;
  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: #36001f;
  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: #36001f;
  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: #36001f;
  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: #36001f;
  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: #36001f;
  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: #36001f;
  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: #36001f url(../images/settings.png) 15px 50% no-repeat;
}

p.web {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #36001f;
  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: #36001f;
  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);
}
