/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

/**
 * Sports Afield, for Drupal 6.x
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

.advertisement
{
	margin: 0;
	padding: 0;
	text-align: center;
}

.image-advertisement 
{  
	float: left;  
	padding: 0 4px;  
}

#block-ad-122
{
	background-color: transparent;
	text-align: center;
	margin: 0 -4px 3px;
	padding: 0;
}

#block-ad-123
{
	padding: 0;
	background-color: transparent;
	text-align: center;
	margin: 0 -4px 2px;
}

#block-ad-124
{
	margin-top: 0;
	width: 952px;
	padding: 0;
	margin-left: -4px;
	margin-bottom: -4px;
}

#block-ad-125
{
	float: left;
	margin-top: 0;
	padding-top: 0;
	width: 952px;
	padding: 0;
	margin-left: -4px;
	margin-bottom: -8px;
}

#block-ad-127
{
	background-color: transparent;
	text-align: center;
	margin: 0 -4px 3px;
	padding: 0;
	width: 164px;
}

#block-ad-128
{
	background-color: transparent;
	text-align: center;
	margin: 0 -4px 3px;
	padding: 0;
}
#block-ad-129
{
	padding: 0;
	background-color: transparent;
	text-align: center;
	margin: 0 -4px 2px;
}


#ad-276
{
	margin: 2px 0;
}#ad-277
{
	margin: 2px 0;
}
#ad-278
{
	margin: 2px 0;
}
#ad-279
{
	margin: 2px 0;
}

.block-poll .links ul {
	color: #ffffff;
	padding: 0;
	margin-bottom: 8px;
}

/**
 * Generic elements
 */

/**
 * Default drupal Generic elements
 */
fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
	border: solid 0px #B7A971;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
  vertical-align:top;
}

tr.even, tr.odd, tbody th {
  border: solid #000;
  border-width: 1px 0;
}

tr.odd, tr.info {
/*  background-color: #5e5e5e; */
background-color: #fff;
}

.even td, .odd td{
  padding-top:5px;
  padding-bottom:5px;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}
.form-radios {
  margin:0.25em 0 0.25em -6px;
}
#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 8px;
	background-color: #ffffff;
	padding: 8px 12px 12px 8px;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

#edit-start-wrapper {
	height: 50px;
	width: 170px;
}

#edit-end-wrapper {
	height: 50px;
	width: 170px;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #000;
/*  background: #fff url(images/gradient-inner.png) repeat-x 0 0;*/
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/***
Default Css End ****/

/*- Reset 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, b, u, i, center, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background:transparent;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse; border-spacing:0;}
input, textarea, button {font-family:inherit; font-size:1em;}
/*- End Of Reset Styles ----------------------------------------------------*/
*{font-size:100.01%}
html{font-size:62.5%;}
body{
	color:#5f5f5f;
	font:1.2em/1.25em Arial, Helvetica, sans-serif;
	line-height: 150%;
	background:url(images/bg-body.jpg);
	padding-bottom: 8px;
}
p{
	padding-bottom: 8px;
}
a{
	text-decoration:none;
	color:#424242;
}
a:hover{text-decoration:underline;}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	line-height: 125%;
	color: #5F5F5F;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: -4px;
	line-height: 125%;
	color: #A90510;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 4px;
	margin-bottom: -4px;
	line-height: 125%;
	color: #5F5F5F;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
	margin-top: 4px;
	margin-bottom: 0px;
	color: #000000;
}

h7, h7 a, h7 a:link, h7 a:visited, h7 a:hover
{
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 4px;
	margin-bottom: -4px;
	line-height: 100%;
	color: #FFFFFF;
}
/* wrapper */
#wrapper{
	width:978px;
	position:relative;
	margin:0 auto 10px;
}
.wrapper-t{
	background:url(images/bg-wrapper-t.png) no-repeat;
	height:14px;
	overflow:hidden;
}
.wrapper-b{
	background:url(images/bg-wrapper-b.png) no-repeat;
	height:18px;
	overflow:hidden;
}
.wrapper-c{
	background:url(images/bg-wrapper-r.png) repeat-y;
	height:1%;
	padding:0 20px 0 14px;
	overflow:hidden;
}
/* top-panel */
.top-panel{
	height:1%;
	padding:6px 4px 2px 0;
	overflow:hidden;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
}
.top-panel a{color:#fff;}
/* user-list */
.user-list{
	float:right;
	overflow:hidden;
}
.user-list li{
	padding:0 10px 0 9px;
	background:url(images/sep1.gif) no-repeat 100% 3px;
	float:left;
	line-height:18px;
	margin:0 -2px 0 2px;
	display:inline;
}
/* subscribe */
.subscribe{
	float:left;
	overflow:hidden;
}
.subscribe li{
	float:left;
	background:url(images/sep1.gif) no-repeat 0 3px;
	padding:0 5px 0 10px;
	margin:0 2px 0 -2px;
	display:inline;
	line-height:18px;
}
.main-holder{
	float:left;
	position:relative;
	width:100%;
	padding:363px 0 13px;
}
/* header */
#header{
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.social-holder{
	width:100%;
	overflow:hidden;
	padding:7px 0 8px;
}
/* social-list */
.social-list{float:right;}
.social-list li{
	float:left;
	margin:0 0 0 4px;
	display:inline;
}
.social-list a{
	text-indent:-9999px;
	overflow:hidden;
	width:28px;
	height:29px;
	float:left;
	cursor:pointer;
	background:url(images/ico-social.gif) no-repeat;
}
.social-list .twitter{background-position:-32px 0;}
.social-list .msn{background-position:-96px 0;}
.social-list .yahoo{background-position:-64px 0;}
.social-list .myspace{background-position:-128px 0;}
.social-list .delicious{background-position:-160px 0;}
.social-list .rss{background-position:-192px 0;}
.social-list .send{background-position:-224px 0;}
.social-list .find-facebook{
	position:relative;
	background:url(images/find-facebook.gif) no-repeat;
	width:136px;
	height:40px;
	margin:-9px 0 0;
}
.slogan{
	margin:1px 0 0;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/text-the-worlds.gif) no-repeat;
	width:518px;
	height:20px;
}
#header .holder{
	width:100%;
	overflow:hidden;
	padding:0 0 7px;
}
/* logo */
.logo{
	width:292px;
	height:115px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	position:absolute;
	top:46px;
	left:0;
	z-index:2;
}
.logo a{
	display:block;
	height:115px;
}
.image-list{float:right;}
.image-list li{
	float:left;
	margin:0 0 0 8px;
	display:inline;
}
.image-list img{display:block;}
/* nav */
#nav{
	width:100%;
	padding:0 0 8px;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	float:left;
	line-height:18px;
	font-size:13px;
	font-weight:bold;
	padding:0 5px 0 7px;
	background:url(images/sep1.gif) no-repeat 0 3px;
}
#nav li:first-child{background:none;}
#nav a{color:#cc9;}
#nav a:hover,
#nav li:hover a,
#nav li.hover a{
	color:#c93;
	text-decoration:none;
}
#nav li:hover,
#nav li.hover{position:relative;}
#nav li:hover .drop,
#nav li.hover .drop{display:block;}
#nav .drop{
	position:absolute;
	top:100%;
	left:0;
	width:236px;
	padding:8px;
	background:#000032;
	display:none;
}
#nav ul{border-top:1px solid #cc9;}
#nav ul li{
	float:none;
	background:none;
	padding:3px 0;
	border-bottom:1px solid #cc9;
}
#nav ul a{
	padding:0 0 0 15px;
	background:url(images/bullet.gif) no-repeat 0 3px;
	color:#fff !important;
}
#nav ul a:hover{color:#c93 !important;}
/* panel */
#header .panel{
	padding:7px 0 6px;
	margin:0 0 8px;
	width:100%;
	background:#663;
}
#header .panel:after{
	content:"";
	display:block;
	clear:both;
}
/* subnav */
.subnav{float:left;}
.subnav li{
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	float:left;
	background:url(images/sep2.gif) no-repeat;
	padding:5px 14px 4px;
	margin:0 1px 0 -1px;
}
.subnav li:first-child{ background:none;}
.subnav li > a{color:#fff !important;}
.subnav > a:hover,
.subnav li:hover > a,
.subnav li.hover > a{
	color:#c93 !important;
	text-decoration:none;
}
.subnav li:hover,
.subnav li.hover{position:relative;}
.subnav li:hover .drop,
.subnav li.hover .drop{display:block;}
.subnav .drop{
	position:absolute;
	width:265px;
	display:none;
	top:100%;
	left:0;
	padding:8px;
	background:#663;
}
.subnav ul{border-top:1px solid #cc9;}
.subnav ul li{
	float:none;
	border-bottom:1px solid #cc9;
	padding:3px 0;
	background:none;
	font-size:12px;
	line-height:18px;
}
.subnav ul a{
	padding:0 0 0 15px;
	background:url(images/bullet.gif) no-repeat 0 3px;
	color:#fff !important;
}
.subnav li.hover ul a{
	color:#fff !important;
	padding:0 0 0 15px;
	background:url(images/bullet.gif) no-repeat 0 3px;
}
.subnav li.hover ul a:hover{color:#c93 !important;}
/* search-form */
.search-form{
	width:238px;
	float:right;
	padding:0 16px 0 0;
	margin-bottom:0 !important;
	vertical-align: top;
}
.search-form .textbtn{
	text-transform:uppercase;
	padding:4px 0 0;
	float:right;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	background: none;
	border: none;
	cursor: pointer;
}
.search-form .row div{
	width:160px;
	border:1px solid #000;
	background:#cc9;
	float:left;
	padding:3px 7px;
	height:18px;
	overflow:hidden;
}
.search-form .text{
	width:137px;
	border:0;
	padding:1px 0;
	float:left;
	background:none;
	margin:0;
}
.search-form .btn{
	text-align:left;
	color:#a90510;
	cursor:pointer;
	float:right;
	/*background:url(images/btn-submit.gif) no-repeat;*/
	background:#000 url(images/bullet-more.gif) no-repeat 100% 0;
	width:18px;
	height:18px;
	font-size:0;
	line-height:0;
	border:0;
	padding:0;
	margin:0;
}
.search-form .btn:hover{background:#000 url(images/bullet-more.gif) no-repeat 100% 100%;}
/* ad-list */

.ad
{
	margin: 0px;
	padding: 0 0 8px;
}

.ad-list{
	width:952px;
	margin:0 -8px 0px 0;
	overflow:hidden;
}
.ad-list li{
	float:left;
	margin:0 8px 0 0;
}
.ad-list img{display:block;}
/* breadcrumbs */
.breadcrumbs{
	color:#CCCC99;
	font-size:13px;
	line-height:35px;
	margin:0;
	overflow:hidden;
	width:100%;
}
.breadcrumbs a{color:#cc9;}
.breadcrumbs strong{
	float:left;
	text-transform:uppercase;
}
.breadcrumbs ul{
	float:left;
	font-weight:bold;
}
.breadcrumbs ul li{
	float:left;
	padding:0 5px;
	line-height:18px;
}
/* main */
#main{
	height:1%;
	overflow:hidden;
}
#twocolumns{
	float:left;
	width:636px;
}
#twocolumns.notesFromAfield {
	width:944px;}

#content{
	width:468px;
	float:right;
}

#twocolumns.notesFromAfield #content {
	width:776px;
}
#twocolumns.notesFromAfield #content p {
	margin-bottom:8px;}
/* aside */
.aside{
	float:left;
	width:160px;
}
#sidebar{
  	width:300px;
  	float:right;
}
/* block */
.block{
	overflow:hidden;
	height:1%;
	color:#000;
	padding:8px;
	background:#cc9;
    padding:7px 8px 7px 8px;
    margin:0 0 8px;
}
.block-opt{
	overflow:hidden;
	height:1%;
	color:#000;
	padding:8px;
	background: #c93;
    margin:0 0 8px;
}
.block-opt h2{
	font-size:16px;
	text-transform:uppercase;
	padding:0 0 6px;
	margin:0 0 5px;
	color:#000;
	border-bottom:1px solid #a90510;
}
.block .ad{
	padding: 0;
	margin: -8px 0 -8px -8px;
}
.block-menu-menu-from-afield li{
	height:1%;
	line-height:14px;
	margin: 0 0 8px;
	padding:0 0 0 15px;
	background:url(images/bullet.gif) no-repeat 0 2px;
}

.block h2{
	font-size:16px;
	text-transform:uppercase;
	padding:0 0 6px;
	margin:0 0 5px;
	color:#000;
	border-bottom:1px solid #a90510;
}

.block h3{
	font-size:16px;
	margin:0;
}
.block .headline{
	text-transform:uppercase;
	padding:0 0 6px;
	margin:0 0 5px;
	color:#000;
	border-bottom:1px solid #a90510;
}
.block1 {background:#c93;}
.block1 .headline{
	color:#fff;
	border-bottom-color:#000
}
.block2 {
	background:#663;
	color:#fff;
	padding:8px 8px 9px;
}
.block2 .headline{
	border-bottom-color:#DEDEDE;
	color:#CC9933;
	font-size:16px;
	line-height:16px;
}
/* social */
.social{
	overflow:hidden;
	padding:0 !important;
	width:100%;
}
.social li{
	height:1%;
	padding:0 10px 0 0;
	overflow:hidden;
	margin:0 0 10px;
	line-height:14px;
}


.social a{
	cursor:pointer;
	margin:0 6px 0 0;
	width:28px;
	height:29px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}

.social .info a {
  cursor:pointer;
  float:auto;
  height:auto;
  margin:auto;
  overflow:auto;
  text-indent:inherit;
  width:auto;
}

.social p{margin:0;}
* html .social a{margin:0 3px 0 0;}
.social .send{background:url(images/ico-send.png);}
.social .facebook{background:url(images/ico-facebook.png);}
.social .twitter{background:url(images/ico-twitter.png);}
.social .info{
	height:1%;
	overflow:hidden;
}
.social ul li{
	padding:0;
	margin:0;
}
.ad img{display:block;}
/* item-list */
.block-views-ask_doctari_qa-block_1 li{
	height:1%;
	line-height:14px;
	margin: 0;
	padding: 0 0 8px 15px;
	background: red url(images/bullet.gif) no-repeat 0 2px;
}
.item-list{
	margin:0 0 -2px !important;
	overflow:hidden;
	padding:0 !important;
	width:100%;
}
.item-list li{
	height:1%;
	line-height:14px;
	margin: 0 0 8px;
	padding:0 0 0 15px;
	background:url(images/bullet.gif) no-repeat 0 2px;
}

.leaf{
	height:1%;
	line-height:14px;
	margin: 0 0 8px;
	padding:0 0 0 15px;
	background:url(images/bullet.gif) no-repeat 0 2px;
}

/* link-more */
.link-more{
	display:block;
	float:left;
	margin-top:1px;
	overflow:hidden;
	position:relative;
	width:100%;
	list-style-image: none;
}
.link-more a{
	background:url(images/bullet-more.gif) no-repeat scroll 100% 0 #000000;
	color:#FFFFFF;
	float:right;
	height:18px;
	line-height:20px;
	padding:0 26px 0 9px;
}
.link-more a:hover{
	text-decoration:none;
	background:#a90510 url(images/bullet-more.gif) no-repeat 100% -32px;
}
.block .image {margin:0 0 9px;}
.block .image img{
	display:block;
	margin:0 auto;
}
.block .more{
	padding:0 0 0 19px;
	font-style:italic;
	display:block;
}
/* vote-form */
.vote-form p{margin:0 10px 11px 0;}
.vote-form .row{
	height:1%;
	overflow:hidden;
	padding:0 0 7px 14px;
}
.vote-form .row input{
	width:16px;
	height:15px;
	margin:0 5px 0 0;
	padding:0;
	float:left;
}
.vote-form .row label{float:left;}
/* description */
.description img{
	float:left;
	margin:0 8px 0 0;
}
.description img{margin:0 5px 0 0;}
.description div{
	height:1%;
	overflow:hidden;
}
.description h4{
	color:#A90510;
	font-size:1.6em;
	line-height:1.13em;
}
.description h5{
	color:#000000;
	font-size:1.2em;
	font-style:italic;
	margin:0 0 5px;
}
.description p{margin:0 0 1px;color:#000;}
.text-call-to{
	display:block;
	margin:0 auto;
	padding: 8px 0 12px;
	text-indent:-9999px;
	background:url(images/text-call-to.png) no-repeat 0 10px;
	width:903px;
	height:37px;
}
.text-call-to a{
	display:block;
	height:39px;
}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
}
#footer .container{
	width:100%;
	overflow:hidden;
	padding:0 0 15px;
	font-size:12px;
	line-height:15px;
}
/* bar */
#footer .bar{
	width:100%;
	overflow:hidden;
	padding:12px 0 5px;
}
#footer .phone{
	color:#c93;
	font-size:28px;
	line-height:32px;
	float:left;
	margin:-12px 15px 0 0;
}
/* add-nav */
#footer .add-nav{
	float:left;
	overflow:hidden;
	margin:0 0 0 -5px;
}
#footer .add-nav li{
	line-height:16px;
	font-size:12px;
	float:left;
	background:url(images/sep3.gif) no-repeat 0 3px;
	padding:0 6px;
	margin:0 1px 0 -1px;
}
#footer .navs{
	width:600px;
	overflow:hidden;
	padding:10px 0 5px 12px;
}
#footer a{color:#fff;}
#footer .nav{
	float:left;
	width:205px;
	margin:0 5px 0 0;
}
#footer .nav li{
	line-height:15px;
	margin:0 0 3px;
}
#footer .nav a{
	background:url(images/bullet1.gif) no-repeat 0 3px;
	padding:0 0 0 14px;
}
#footer .center{width:165px;}
#footer .nav-holder{
	font-weight:bold;
	background:#663;
	float:left;
	width:619px;
	overflow:hidden;
	padding:9px 0 8px 17px;
	margin:0 8px 0 0;
}
/* logo-small */
.logo-small{
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/logo1.gif) no-repeat;
	width:205px;
	height:89px;
	display:block;
	margin:0 auto 10px;
}
/* subscribe-form */
.subscribe-form{
	width:264px;
	float:left;
	padding:10px 18px 13px;
	background:#c93;
	margin-left:16px;
	position:relative;
	height:187px;
}
.subscribe-form .ttl{
	display:block;
	color:#000032;
	font-size:16px;
	line-height:18px;
	margin:0 0 3px;
}
.subscribe-form label{
	display:block;
	margin:0 0 8px;
	color:#fff;
	font-weight:bold;
}
.subscribe-form a{
	color:#fff;
	font-weight:bold;
}
.subscribe-form .row{
	width:221px;
	border:1px solid #000;
	background:#fff;
	height:18px;
	overflow:hidden;
	padding:3px 7px;
	margin: 0 0 3px;
}
.subscribe-form .text{
	float:left;
	border:0;
	background:none;
	margin:0;
	padding:2px 0 1px;
	width:198px;
}

.subscribe-form .btn{
	float:right;
	background:url(images/btn-submit.gif) no-repeat;
	width:18px;
	height:18px;
	font-size:0;
	line-height:0;
	border:0;
	padding:0;
	margin:0;
	text-align:left;
	color:#a90510;
	cursor:pointer;
}
#footer .holder{
	width:100%;
	overflow:hidden;
}
/* share-list */
.share-list{float:left;}
.share-list li{
	float:left;
	margin:0 8px 0 0;
}
.share-list a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height:32px;
	width:32px;
	cursor:pointer;
}
.share-list .facebook{background:url(images/facebook.png);}
.share-list .twitter{background:url(images/twitter.png);}
.share-list .yahoo{background:url(images/yahoo.png);}
.share-list .msn{background:url(images/msn.png);}
.share-list .myspace{background:url(images/myspace.png);}
.share-list .delicious{background:url(images/delicious.png);}
.share-list .rss{background:url(images/rss.png);}
.share-list .send{background:url(images/send.png);}
.copyright{
	width:538px;
	float:right;
	text-align:right;
	color:#fff;
	font-size:10px;
	padding:0 17px 0 0;
	line-height:15px;
	font-weight:bold;
}
#footer .copyright a{color:#c93;}
#content .block .description h2,
.promo .block .description h2{
	font-size:20px;
	text-transform:uppercase;
	line-height:22px;
	color:#000;
}
#content .block .description h3,
.promo .block .description h3{
	font-size:14px;
	font-style:italic;
	line-height:16px;
	color:#a90510;
	margin:0 0 3px;
}
/* article */
.article{
	background:#fff;
	padding:4px 8px 8px;
	margin:0 0 8px;
	overflow:hidden;
}
.article .headline{
	margin:0 0 5px;
	border-bottom:1px solid #d5d5d5;
	padding:0 0 6px;
	text-transform:uppercase;
}
.article h2{
	font-size:23px;
	line-height:25px;
}
.article .posted{
	font-size:0.83em;
	margin:0 0 3px;
}
.article h3{
	font-size:1.33em;
	line-height:1.18em;
	color:#a90510;
	margin:0 0 3px;
}

.article li{
	height:1%;
	line-height:14px;
	margin: 8px 0 8px 24px;
	padding:0 0 0 15px;
	background:url(images/bullet.gif) no-repeat 0 2px;
}

.links li{
	display:inline;
	line-height:16px;
	font-size:11px;
	color:#434343;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:0 0 0 12px !important;
	background:url(images/bullet2.png) no-repeat 0 2px;
}
.links li .secondline{margin-left: 12px;}
.links a{
  color:#434343;
  font-size:11px;
}
.alignleft{
	float:left;
	margin:0 8px 0 0;
}
.alignright{
	float:right;
	margin:0 0 0 8px;
}
.article .foot{
	border-top:1px solid #d5d5d5;
	width:100%;
	padding:4px 0 0;
	overflow:hidden;
}
.article .content{
	width:100%;
	overflow:hidden;
	padding:0 0 4px;
}
.article .more{
	padding:0 0 0 18px;
	font-size:0.92em;
	background:url(images/bullet3.png) no-repeat 0 3px;
	text-transform:uppercase;
	font-weight:bold;
}
.tab-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 8px;
	position:relative;
}
/* tabset */
.tabset{
	width:100%;
	overflow:hidden;
}
.tabset li{
	float:left;
	line-height:27px;
	font-size:15px;
	font-weight:bold;
	color:#ddd;
	text-transform:uppercase;
	margin:0 1px 0 -1px;
	background:url(images/sep4.gif) no-repeat;
}
.tabset a{
	padding:0 8px;
	height:28px;
	float:left;
	color:#ddd;
}
.tabset a.active,
.tabset a:hover{
	text-decoration:none;
	background:#fff;
	color:#000;
}
/* tab-content */
.tab-content{
	background:#fff;
	padding:8px;
	overflow:hidden;
	height:1%;
}
.tab-content .container{
	height:1%;
	overflow:hidden;
	background:url(images/border.gif) repeat-y 343px 0;
}
.image-holder{
	margin:0 0 8px -1px;
	position:relative;
	width:100%;
	display:none;
}
.image-holder.active{
	display:block;}
.image-holder img{display:block;}
.image-holder .caption{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
* html .image-holder .caption{bottom:-1px;}
.image-holder .caption .hold{
	color:#fff;
	font-weight:bold;
	width:428px;
	overflow:hidden;
	padding:6px 8px 8px 16px;
	background:url(images/bg-caption.png) repeat-x;
}
.image-holder .ttl{
	display:block;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	text-transform:uppercase;
}
.image-holder p{margin:0 0 0px;}
/* carusel */
.carusel{
	height:1%;
	padding:0 9px 0 13px;
	overflow:hidden;
	position:relative;
}
.carusel .prev,
.carusel .next{
	position:absolute;
	top:24px;
	left:0;
	text-indent:-9999px;
	overflow:hidden;
	height:18px;
	width:18px;
	background:url(images/btn-carusel.gif) no-repeat;
	z-index: 3;
}
.carusel .next{
	background-position:-18px 0;
	left:434px;
	right:0;
}
.carusel div{
	width:430px;
	overflow:hidden;
	height:65px;
}
.carusel ul li{
	width:80px;
	height:63px;
	float:left;
	margin:0 4px 0 0;
	border:1px solid #d44008;
}
.carusel ul a{
	float:left;
	border:4px solid #cfcf9f;
}
.carusel ul img{float:left;}
.carusel ul a:hover,
.carusel ul .active a{border-color:#663;}
/* paging */
.paging{
	color:#424242;
	height:1%;
	overflow:hidden;
	font-size:11px;
	line-height:13px;
	background:#fff;
	padding:6px 15px 5px;
	margin:0 0 8px;
}
.paging a{color:#424242;}
.paging a:hover{
	text-decoration:none;
	color:#a90510;
}
.paging .active{color:#a90510;}
.paging strong{float:right;}
.paging ul {
	font-weight:bold;
	float:left;
}
.paging ul li{
	margin:0 15px 0 0;
	float:left;
	line-height:13px;
}
.paging ul .next a{
	background:url(images/bullet2.png) no-repeat 0 2px;
	padding:0 0 0 14px;
}
.paging ul .last a{
	background:url(images/bullet3.png) no-repeat 0 2px;
	padding:0 0 0 17px;
}
/* product-list */
.product-list{
	width:459px;
	overflow:hidden;
	margin:0 -8px 3px 0;
}
.product-list li{
	float:left;
	line-height:17px;
	margin:0 8px 0 0;
	text-align:center;
	width:144px;
}
.product-list a{
	float:left;
	color:#a90510;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
}
.product-list img{
	display:block;
	margin:0 0 4px;
}
.tab-content h2{
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
}
.tab-content p{margin:0 0 10px;}
.video-holder{
	display:none;
	float:left;
	padding-right:2px;
	width:335px;
	height: 356px;
}
.video-holder.active {
	display:block;}

.video-holder .video{
	width:335px;
	overflow:hidden;
}
.video-holder .video img{display:block;}
.video-holder h2{
	color:#a90510;
	font-size:16px;
	text-transform:none;
	line-height:24px;
}
.video-holder h3{
	color:#5F5F5F;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top: 4px;
}

.quicktabs_tabpage h2{
	color: #5F5F5F;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 6px;
}

/* carusel-video */
.carusel-video{
	float:right;
	margin-top:7px;
	padding:18px 0 10px;
	position:relative;
	width:100px;
}
.carusel-video div{
	height:312px;
	overflow:hidden;
}

.carusel-video ul{
	height:300px;
}

.carusel-video ul li{
	height:70px;
	margin:0 0 8px;
	vertical-align:top;
}
.carusel-video img{display:block;}
.carusel-video ul a{
	display:block;
	border:3px solid #663;
}
.carusel-video ul a:hover,
.carusel-video ul .active a{
	border-color:#b72c34;
}
.carusel-video .prev,
.carusel-video .next{
	text-indent:-9999px;
	overflow:hidden;
	height:18px;
	width:18px;
	position:absolute;
	top:-8px;
	left:41px;
	background:url(images/btn-carusel1.gif) no-repeat;
}
.carusel-video .next{
	background-position:0 -18px;
	bottom:-8px;
	top:auto;
}
/* promo */
.promo{
	font-size:12px;
	line-height:15px;
	height:1%;
	overflow:hidden;
}
.left-column{
	width:528px;
	float:left;
}
.right-column{
	width:408px;
	float:right;
}
.left-column .tab-content{min-height:414px;}
* html .left-column .tab-content{height:414px;}
.right-column .tab-content{min-height:156px;}
* html .right-column .tab-content{height:156px;}
.text-subscribe-now{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/text-subscribe-now.gif) no-repeat 0 8px;
	width:840px;
	height:40px;
	margin:0 auto;
	padding:8px 0 23px;
}
/* columns */
.columns{
	width:416px;
	overflow:hidden;
	margin:0 -8px 0 0;
}
.columns .col{
	width:200px;
	margin:0 8px 0 0;
	float:left;
}
.item-list .link-list{
	width:160px;
	margin:0 0 0 -4px;
	overflow:hidden;
}
.promo .item-list .link-list li{
	float:left;
	padding:0 5px;
	background:url(images/sep5.gif) no-repeat 0 2px;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	display:inline;
	margin:0 1px 0 -1px;
}
.item-list .link-list a{color:#c93;}
.promo .image-holder .caption .hold{
	width:488px;
	background:url(images/bg-caption1.png) repeat-x;
}
/* author */
.promo .author{
	width:149px;
	float:left;
	text-align:right;
}
.promo .author strong{
	font-size:20px;
	text-transform:uppercase;
	line-height:23px;
	display:block;
	margin:0 0 5px;
}
.promo .author em{font-size:12px;}
.promo .text{
	width:328px;
	float:right;
}
.promo .image-holder p{
	margin:0 0 9px;
	line-height:14px;
}
/* gallery */
.gallery{
	width:516px;
	margin:0 -4px 0 0;
}
.gallery:after{
	content:"";
	display:block;
	clear:both;
}
.gallery li{
	float:left;
	width:80px;
	border:1px solid #d44008;
	margin:0 4px 0 0;
}
.gallery img{display:block;}
.gallery a{
	display:block;
	border:4px solid #cfcf9f;
}
.gallery .active {position:relative;}
.gallery .active .arrow{display:block;}
.gallery a:hover,
.gallery .active a{
	border-color:#663;
}
.gallery .arrow{
	display:none;
	background:url(images/btn-carusel1.gif) no-repeat;
	height:18px;
	width:18px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:-9px;
	left:11px;
}
/* items */
.items {margin:0 0 -8px;}
.items .item{
	width:100%;
	overflow:hidden;
	margin:0 0 8px;
}
.items .item img{
	float:left;
	margin:0 8px 0 0;
}
* html .items .item img{margin:0 5px 0 0;}
.items .item .info{
	height:1%;
	overflow:hidden;
}
.items .ttl{
	display:block;
	font-size:16px;
	line-height:19px;
}
.items .ttl a{color:#a90510;}
.tab-content .items p{margin:0 0 5px;}
/* calendar */
.calendar .header{
	text-align:center;
	height:1%;
	overflow:hidden;
	padding:3px 40px;
	position:relative;
	color:#a90510;
	font-size:20px;
	line-height:25px;
}
.calendar .prev,
.calendar .next{
	position:absolute;
	top:13px;
	left:4px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/btn-calendar.gif) no-repeat;
	width:14px;
	height:8px;
}
.calendar .next {
	background-position:-14px 0;
	left:auto;
	right:4px;
}
.calendar table{
	font-weight:bold;
	width:284px;
	border:solid #fff;
	border-width:1px 1px 1px 0;
}
.calendar table td{
	text-align:right;
	color:#545421;
	background:#fff;
	width:37px;
	padding:2px 1px;
	border-left:1px solid #fff;
}
.calendar table th{
	color:#545421;
	padding:2px 1px;
	background:#f8f8c5;
	border-left:1px solid #fff;
}
.calendar table .current{background:#e0e0ad;}
.promo .description{margin:0 0 -2px;}
.promo .item-list li{
	margin:0 0 13px;
	vertical-align:top;
}
/* logo-print */
.logo-print{
	position:absolute;
	top:0;
	left:-9999px;
}

.draggable .block{
background:none;
}

/* Editior */
#tinymce{
background:#fff;
}
.search-btn{
background:transparent none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
cursor:pointer;
float:right;
font-size:13px;
font-weight:bold;
line-height:20px;
padding:4px 0 0;
text-transform:uppercase;
width:auto;
}
.searchbox{
background:transparent none repeat scroll 0 0;
border:0 none;
float:left;
margin:0;
padding:1px 0;
width:127px;
font-size:13px;
}

#block-block-5{
width:619px;
margin-right:8px;
float:left;
}
#block-simplenews-1 #edit-mail-wrapper{
float:left;
margin:0;
width:203px;
}
#block-simplenews-1 #edit-mail{
border:0px;
}
#block-simplenews-1 #edit-submit-1{
background:transparent url(images/btn-submit.gif) no-repeat scroll 0 0;
border:0 none;
color:#A90510;
cursor:pointer;
float:left;
font-size:0;
height:18px;
line-height:0;
margin:0;
padding:0;
text-align:left;
width:18px;
}
#block-simplenews-1 .issues-link{
margin:0px;
}
#block-simplenews-1 #edit-submit{
background:transparent url(images/btn-submit.gif) no-repeat scroll 0 0;
border:0 none;
color:#A90510;
cursor:pointer;
float:left;
font-size:0;
height:18px;
line-height:0;
margin:0;
padding:0;
text-align:left;
width:18px;
}
#block-block-8,#block-block-10,#block-block-12{
padding:0px;
margin:0px;
background:none;
}
.vote-form .choices .form-radios .form-item{
height:1%;
overflow:hidden;
padding:0 0 7px 14px;
}
#edit-vote{
float:right;
height:18px;
padding:0 26px 0 8px;
line-height:17px;
background:#000 url(images/bullet-more.gif) no-repeat 100% 0;
color:#fff;
border:0px;
font-size:12px;
width:auto;
}
.foot .node_read_more{
display:none;
}
.more_icon{
background:url(images/bullet2.png) no-repeat scroll 0 2px transparent;
color:#434343;
display:inline;
font-size:11px;
font-weight:bold;
line-height:16px;
margin:0 10px 0 0;
padding:0 0 0 12px;
text-transform:uppercase;
}
#hide_icon ul li{
background:none;
padding:0px;
margin:0px;
}
.emfield-emvideo{
float: left; margin-right: 10px;
}
/*pager*/
.pager{
background:none repeat scroll 0 0 #FFFFFF;
color:#424242;
font-size:11px;
height:1%;
line-height:13px;
margin:0 0 8px !important;
overflow:hidden;
padding:6px 15px 5px !important;
text-align:left !important;
font-weight:bold;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding:0;
}
.item-list ul li {
  margin: 0 0 0 15px;
  padding:0;
	list-style-type: none;
	list-style-position: outside;
}

.block .pager{
background: transparent;
	text-align: center;
	margin: 0;
	padding: 0;
}
.pager-first a{
background:url(images/bullet3b.png) no-repeat scroll 0 2px transparent;
padding:0 0 0 16px;
text-transform: uppercase;
}
.pager-previous a{
background:url(images/bullet2b.png) no-repeat scroll 0 2px transparent;
padding:0 0 0 12px;
text-transform: uppercase;
}
.pager-next a{
background:url(images/bullet2.png) no-repeat scroll 0 2px transparent;
padding:0 0 0 10px;
text-transform: uppercase;
}
.pager-last a{
background:url(images/bullet3.png) no-repeat scroll 0 2px transparent;
padding:0 0 0 16px;
text-transform: uppercase;
}
.pager-current{
color:#A90510;
}
.view .links li{
background:none;
}
.follow-links a{
display:inline;
}
#block-follow-site{
width:320px;
}
.follow_edit,.follow_configure{
background:none !important;
}
#block-block-19{
float:right;
width:396px;
}
#block-block-22 {
  margin-bottom: 8px;
}
.quicktabs_main{
margin-bottom:8px;
}
.container-inline div{
background:#CCCC99 none repeat scroll 0 0;
border:1px solid #000000;
float:right;
height:18px;
overflow:hidden;
padding:3px 7px;
width:145px;
}
.form-item {
	margin:0 !important;}
	
.follow-links a {
	text-indent:-9999px;
	float:left;
	padding:0;
	height:32px;
	width:32px;
	margin-right:8px;}

.quicktabs_main.quicktabs-style-sky {
	padding:8px !important;}

.container {
/*background:transparent url(images/border.gif) repeat-y scroll 343px 0;*/
height:1%;
overflow:hidden;
}

#quicktabs_tabpage_1_1 h2 {
	font-size: 18px;
	line-height: 20px;
	text-transform:uppercase;}

#hide_icon ul li:after {
	content:", ";}
#hide_icon ul li:last-child:after {
	content:"";}

.taxonomy-term-description {
	display:none;}
h2.content-title {
	color: #5F5F5F;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;}
.profile {
	background:#fff;
	padding:10px;
	margin:0;}
ul.secondary {
border-bottom:1px solid #BBBBBB;
margin:0 0 10px;
padding:0 0 0 2em;
}
ul.secondary li {
	border:none;
display:inline;
padding:0;
}
ul.secondary li a {
background-color:#FFFFFF;
border-color:#BBBBBB #BBBBBB #FFFFFF;
border-style:solid;
border-width:1px;
padding:0 1em;
}
ul.secondary a.active {
	background-color:#FFFFFF;
	border-color:#BBBBBB #BBBBBB #FFFFFF;
	border-style:solid;
	border-width:1px;
	padding:0 1em;}

.clear-block form, .help {
	padding:10px;
	background:#fff;}

form#poll-view-voting {
	padding:0;
	background:none;}
form#poll-view-voting-1 {
	padding:0;
	background:none;}
	
#content .item-list {
	position:relative;}
#content .item-list strong {
	position:absolute;
	right:10px;
	top:0px;
	line-height:25px;}

.galleries {
	background:#fff;
	}
.galleries h3{
	font-size: 18px;
	margin: 0;
	line-height: 125%;
}
.images{
	background:#fff;
}
.views-field-image-image{
}

.notesfromafieldblock {
	padding:10px;
	background:#666633;
	margin-bottom:10px;}
.notesfromafieldblock h2 {
	color:#5F5F5F;
	font-size:24px;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	color:#Fff;
	margin-bottom:5px;}
.notesfromafieldblock ul {
	overflow:hidden; }
.notesfromafieldblock ul li {
	width:33%;
	float:left;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;}
.notesfromafieldblock ul li .image {
	margin-bottom:5px;}
	
block ul {
margin:0;
padding:0;
}
ul.menu {
border:medium none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-align:left;
}
li.leaf {
	list-style-image:none;
	list-style-type:none;
	background:transparent url(images/bullet.gif) no-repeat scroll 0 2px;
	height:1%;
	line-height:14px;
	margin:0 0 8px !important;
	padding:0 0 0 15px;
}
.block ul {
margin:0 0 0.75em;
padding:0;
}
.view-content ul li {
	padding:0 0 0 15px;
	margin:0 0 8px;
}
.view-content ul#boddingtonCarousel li,
.view-content ul#photosCarousel li,
.view-content ul#sportsvideoCarousel li {
	padding:0 !important;
}
	
//fixes

li.jcarousel-item {
	padding:0 0 0 0px !important;
}



#sidebar div.block-image div.content {
  text-align: center;
  margin: auto;
}
	
div.form-item .container-inline div {
  height: 22px;
  padding: 0;
  vertical-align: center;
}

#search-form {
  float: none;
  width: 448px;
}

#block-simplenews-1 #edit-mail-wrapper {
  float: none;
}

ul.galleries {
  background-color: #000032;

}

.view .image-gallery-terms li {
  background-color: #FFF !important;
}
.view .image-gallery-nodes ul {
	text-align:left;
	overflow:hidden;
}
.view .image-gallery-nodes ul li {
  display:block;
  overflow:hidden;
  height:275px;
  padding:0;
  width:220px;
  float:left;
  margin:5px;
}
.youtubevideoholder .emfield-emvideo {
	float:none;}
	.youtubevideoholder .emfield-emvideo object {
		width:100%;}
	
a#sendSubcriptionForm {
bottom:35px;
height:18px;
position:absolute;
right:48px;
text-indent:-9999px;
width:18px;
background:#000000 url(images/bullet-more.gif) no-repeat scroll 100% 0;
}
a#sendSubcriptionForm:hover {
	background-position:bottom;}
.image-gallery-nodes {
	background:#FFF; 
	padding:5px !important;
	width:458px;}

table#galleryofimages {
	width:458px;}
table#galleryofimages tr td {
	text-align:center;
	vertical-align:middle;
	width:429px; }

#comments{
	background:#fff;
	padding:4px 8px 8px;
	margin:0 0 8px;
	overflow:hidden;
}

#comments h3{
	color:#5F5F5F;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top: 4px;
	margin-bottom: 8px;
}

#site-map{
	background:#fff;
	padding:4px 8px 8px;
	margin:0 0 8px;
	overflow:hidden;
}

.gmap{
	overflow:hidden;
	margin-bottom: 8px;
}

.emvideo.emvideo-video.emvideo-zzz_custom_url {
	display:none;}

