/* @override http://mura:8500/mura/default/includes/themes/merced/css/site.css */

/*	Theme: GBWBA */

@import url("custom.css");
@import url("clubfinder.css");

/* @group GLOBALS
===================================== */

body {
	font-family: Arial,sans-serif;
	font-size: 62.5%;
	color: #434343;
	background: #7577BC url(../images/bg_body.png) no-repeat 50% 0%;
	margin-top: 20px;
	margin-bottom: 40px;
	}



	
* { -moz-outline: 0; }

hr {
	clear: both;
	height: 0;
	margin: 2em 0;
	border: 1px solid #b6b9d9;
	border-width: 1px 0 0;
	}

a {
	text-decoration: none;
	color: #7577bc;
	}

a:hover {
	text-decoration: underline;
	}

p.intro {
	color: #666;
	line-height: 1.4em;
	margin-bottom: 1.25em;
	}


/* @group Globals - Tables
===================================== */

.content table {
	width: 100%;
	margin-top: 30px;
	}

th {
	border-width: 1px;
	border-style: solid;
	border-color: #d1d3d2;
	font-weight: bold;
	color: #000;
	background: #b6b9d9;
	}

td {
	
	border-width: 1px;
	border-style: solid;
	border-color: #d1d3d2;
	font-weight: bold;
	background: white;
	}

tr.alt td { background: #eee; }  /*Move*/ 

/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

#primary form {
	padding: 10px;
	background: #dcdcdc;
	overflow: hidden;
	max-width: 480px; /*width of #primary in three column layout*/

	}

#primary #svSearchResults form {
	max-width: 100%;
}

#primary fieldset {
	border: none;
	padding: 0;
	}


#primary legend {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#primary label {
	padding-top: .5em;
	line-height: 1;
	color: #212654;
	}

.submit, .buttons input {
	float: right;
	height: 2em;
	line-height: 2em;
	border: none;
	padding: 0 1em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #626970;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	}

/* @group Globals - Forms - Search
===================================== */

#searchForm {
	position: absolute;
	top: 160px;
	right: 30px;
	margin: 0;
	padding: 0;
	}

#searchForm fieldset {
	padding: 2px 0 0 6px;
	border: 1px none #ff6347;
	background: transparent url(../images/bg_search.gif) no-repeat;
	width: 224px;
	height: 23px;
	}
#searchForm fieldset .submit, #searchForm fieldset .buttons input {
text-align: center;
	float: right;
	border: none;
	margin-right: 6px;
	background: #ffffff;
	padding: 1px 0 0 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	}
#searchForm input.text {
	float: left;
	width: 160px;
	margin: 0 .75em 0 0;
	font-style: italic;
	padding: 1px;
	border: 1px solid white;
}

#searchForm .submit {
	float: right;
	}

/* @end Globals - Forms - Search
-------------------------------- */


/* @group Globals - Forms - Login
===================================== */

/* @group Globals - Forms - Login
===================================== */

#login {
	padding-bottom: 1em !important;
	}

#login ol {
	padding-top: 0;
	}

#svLoginContainer input.text {
	width: 99%;
	}

#svLoginContainer p.required {
	float: none;
	clear: both;
	}

#sendLogin fieldset {
	margin-top: -.5em;
	padding-top: .25em;
	}

/* @end Globals - Forms - Login
-------------------------------- */

.sidebar #login {
	padding: 0;
	}

/* @end Globals - Forms - Login
-------------------------------- */


/* @group Globals - Forms - Comments
===================================== */

#svComments {
	border-top: 1px dotted #dcdcdc;
	margin-top: 3em;
	padding-top: 2em;
	}

#svComments dl {
	border-bottom: 1px dotted #b6b9d9;
	}



/* @end Globals - Forms - Comments
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.clearfix:after {
	content: " "; /* Avoid extra space */
	}

/* @end HELPER CLASSES
-------------------------------- */



/* @group LAYOUT
===================================== */
#wrapper100 {
	width: 100%;
	}
#wrapper100.home {
	background: #626970 url(../images/bg_top_home.gif) repeat-x;
	}	
#wrapper100.default {
	background: #626970 url(../images/bg_top_default.gif) repeat-x;
	}
#wrapper100.site {
	background: #626970 url(../images/bg_top_site.gif) repeat-x;
	}	
#wrapper100.sports {
	background: #626970 url(../images/bg_top_sports.gif) repeat-x;
	}
#wrapper100.games {
	background: #626970 url(../images/bg_top_games.gif) repeat-x;
	}
#wrapper100.events {
	background: #626970 url(../images/bg_top_events.gif) repeat-x;
	}		
#wrapper {
	width: 1000px;
	margin: 0 auto;
	}

/*#wrapperfooter {
	width: 1000px;
	margin: 0 auto;
	}	*/
	
#container {
	width: 100%;
	background: transparent;
	}

#content {
	position: relative;
	margin-top: 0px;
	padding: 15px 0px 0px 0px;
	background: white ;
	}
	
/* Spacing */

.clear { clear: both; height: 0;  }
.clearer { clear: both; display: block; font-size: 1px; height: 0; line-height: 1px; margin: 0; padding: 0; }
.clearmore5 { clear: both; height: 5px; }
.clearmore10 { clear: both; height: 10px; }
.clearmore20 { clear: both; height: 20px; }
.clearmore30 { clear: both; height: 30px; }
.clearmore40 { clear: both; height: 40px; }

.innertube5{ margin: 5px; }
.innertube10 { margin: 10px; }
.innertube15{  margin: 15px; }
.innertube20{  margin: 20px; }
.innertube20t0{  margin: 0px 20px 20px 20px; }
.innertube30{  margin: 30px; }
.innertube20w{ padding: 0 20px 0 20px; }
.innertube30w{ padding: 0 30px 0 30px; }
.innertubehome{ padding: 20px 20px 10px 20px; }

.innerpad15{  padding: 15px; }
.innerpad20{  padding: 20px; }
.innerpad20t0{  padding: 0px 20px 20px 20px; }
.innerpad40t0{  padding: 0px 40px 40px 40px; }
/* @end Spacing
-------------------------------- */	
	
	
.home #content {
	margin-top: 0px;
	padding-top: 0px;
/*	background: transparent url(../images/berkhamsted_golf_club.jpg) no-repeat ;
	height: 600px;*/
	/*background: white url(../images/banner_sub_home_news.jpg) no-repeat;*/
	}


#primary {
	float: left;
	width: 100%;
	color: #232323;
	padding: 0px 0px 40px 0px;
	/*background-color: #48d1cc;*/
	}
/*#primary img{
margin: 0px 15px;
	}*/
.home #primary img{
	margin: 0px 0px;
}
	
/* HOME MAIN SECTION */		
.home #primary {
	/*width: 100%;*/
	float: left;
	width: 640px;
	/*background: #7fff00;*/
	margin-top:20px;
	padding: 0px;
	}
.twoColSL #primary {
	float: right;
	width: 720px;
	/*margin-right: 40px;*/
	/*background: yellow;*/
	}
	
.twoColSL #content {
	background: white url(../images/bg-homesideL.gif) no-repeat;
}
	
.twoColSR #content {
	background: white url(../images/bg-sideR.gif) no-repeat top right;
}
.threeCol  #content {
	background: white url(../images/bg-3col.gif) no-repeat;
}
.twoColSR #primary {
	float: left;
	width: 700px;
	margin-left: 20px;
	/*background: #87ceeb;*/
	}

.threeCol #primary {
	width: 500px;
	margin-left: 20px;
	/*background: #ffb6c1;*/
	}

.content,
.sidebar {
	min-height: 400px; /*Fixes odd no-content disappearing bug.*/
	width: 200px;
		
	}
	
/* HOME RIGHT */
.home #right.sidebar {
	min-height: 400px; /*Fixes odd no-content disappearing bug.*/
	background: transparent url(../images/bg-homesideR.gif) no-repeat;
	width: 300px;
	padding-left: 10px;
		
	}	

#left {
	float: left;
	width: 180px;
	margin-right: 30px;
	/*p2adding: 30px 0;*/
	/*background: transparent url(../images/sidenav_shade.gif) no-repeat;*/
	/*background: #dcdcdc;*/
	}

.home #left {
	width: 687px;
	padding: 0;
	}

#right {
	float: right;
	width: 180px;
	margin: 0px;
	/*padding: 10px;*/
	/*  background: #e0ffff;*/
	}

.home #right {
	/*width: 240px;*/
	margin: 20px 0 0 0;
	padding: 0;
	/*b2ackground: aqua;*/
	}

.threeColSR {
	width: 200px;
	}

.sidebar {}
#left.sidebar {/*background: #9932cc;*/}
#right.sidebar { /*background: #9932cc;*/}


/* @group Layout - Header
===================================== */

#header {
	position: relative;
	/*padding-top: 50px;*/
	height: 230px;
	}
	





/*h1 a {
	display: block;
	width: 206px;
	height: 108px;
	text-indent: -9999px;
	position: absolute;
	top: 100px;
	font-size: 1em;
	color: white;
	letter-spacing: -1px;
	left: 10px;
	background: url(../images/logo.png) no-repeat;
	}
	*/
h1 a {
	display: block;
	width: 261px;
	height: 137px;
	text-indent: -9999px;
	position: absolute;
	top: 80px;
	font-size: 1em;
	color: white;
	left: 5px;
	background: url(../images/logo_large.png) no-repeat;
	}	
	
	
	
h1 a:hover {text-decoration: none;color: white;}
h1 a p{
padding: 0px;
margin: 0px;
font-size: 1em;
	}

/*	h1.default a {
	background: url(../images/logo.gif) no-repeat;
	}
h1.site a {
	background: url(../images/logo_site.gif) no-repeat;
	}	
h1.sports a {
	background: url(../images/logo_sports.gif) no-repeat;
	}	
h1.games a {
	background: url(../images/logo_games.gif) no-repeat;
	}	
h1.events a {
	background: url(../images/logo_events.gif) no-repeat;
	}	
		*/	
#header .navUtility {
	position: absolute;
	top: 150px;
	right: 0px;
	width: 403px;
	padding: 14px 0px 0px 25px;
	/*height: 47px;*/
}
/*#header #default.navUtility  {	background: url(../images/tab_top.gif) no-repeat;}
#header #site.navUtility  {	background: url(../images/tab_top_site.gif) no-repeat;}
#header #sports.navUtility  {	background: url(../images/tab_top_sports.gif) no-repeat;}
#header #games.navUtility  {	background: url(../images/tab_top_games.gif) no-repeat;}
#header #events.navUtility  {	background: url(../images/tab_top_events.gif) no-repeat;}*/

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Right
===================================== */

#right {
/*	background: transparent url(../images/sidenavR_shade.gif) no-repeat;*/
	}

/* @end Layout - Right
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	/*margin-top: 40px;*/
	padding-top: 17px;
	/*border-top: 1px solid #E8EAAA;*/
	padding-bottom:40px;
	background: url(../images/bg-footer.png) repeat-x;
	}

#footer p {
	float: right;
	font-size: 1.2em;
	color: #fff;
	}
	
#footer a  {
	color: #fff;
	}
	
	
	
#postfooter {
	clear: both;
	background: url(../images/post_footer.gif) no-repeat top;
	height: 100px;
	width: 1020px;
	margin: 0 auto;
}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin: 0 0 2.3em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #A0A4A7;
	}

#crumbList li {
	font-size: 1.1em;
	}

#crumbList li a:hover {
	text-decoration: underline;
	}

/* @end Nav - Breadcrumb
-------------------------------- */

/* @group Nav - Utility
===================================== */

.navUtility {
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.navUtility li {
	display: inline;
	margin: 0 .5em 0 -0.5em;
	padding: 0 10px;
	list-style: none;
	font-size: 1.2em !important;
	}

#footer .navUtility {
	float: left;
	}

#footer .navUtility li {
	padding: 0 0.5em 0 1em;
	border-left: 1px solid #cfcfcf;
	}

#header .navUtility li {
	border-right: 1px solid #8D9296;
	font-size: 90%;
	}
#header .navUtility li a{
	color: #222655;
	}
#header .navUtility li a:hover{
	color: #222655;
	}
#footer .navUtility li a {
	font-size: .9em !important;
	color: #999;
	}

/* @end Nav - Primary
-------------------------------- */


/* @group Nav - Primary
===================================== */




#navPrimary {
	height: 40px;
	overflow: hidden;
	margin: 0px 0 0px 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	color: #fff;
	/*float: right; */
	/*padding-top: 10px;*/
	background: #212654 ;
	}
/*.pnk #navPrimary {

	background: #dc2488 ;
	}*/

#navPrimary li {
	float: left;
	margin: 0 1px;
	padding: 0 0px;
	list-style: none;
	/*border-right: 1px dotted white;*/
	/*text-transform: uppercase;*/
	background: url(../images/bg_navline.gif) no-repeat right;
	font-size: 1.2em;

	}

#navPrimary li.first {
	margin-left: 0px;
	}

#navPrimary li a {
	display: block;
	padding: 0 8px;
	line-height: 39px;
	text-decoration: none;	
	}

#navPrimary li a:hover, #navPrimary li:hover/*, #navPrimary li.sfhover*/ {
	background: transparent url(../images/bg_nav.gif) no-repeat center bottom;
	color: red;
}
 #navPrimary li.current a {	color: #dc143c; }
	
 #navPrimary li li a,  #navPrimary li.current li a {	color: #222655; }

 #navPrimary li.current li a:hover {	color: red; }
 
 #navPrimary li.current{color: #dc143c; }
 
 #navPrimary li a {	color: #eeeeee; }/* top link colour*/

/* #navPrimary li.sfhover a:hover {color: white;}*//* default top link hover colour -  ie opera only?*/
 
 #navPrimary li:hover a {color: red;}/* top link colour - when sub links (dropdown) selected*/
 #navPrimary li:hover a:hover {color: red;}
 #navPrimary li:hover li a{color: #222655; }/*  sub link colour NOT IE6*/

#navPrimary li.current li:hover, a:hover {color: #9E2D59;text-transform: none;}/* HOVER sub links*/	

#navPrimary li.current li a:hover, #navPrimary li li a:hover {
	
		text-decoration: none;
background: #CBCBD6 url(../images/bg_subnav_over.gif) repeat-x;	
	}


/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 10;
	width: 15em ;
	margin: 0;
	padding-left: 0;
	list-style: none;
	background: #fff/*#F1C914*/;
	border: 1px solid #626970;
	border-top: none;
	}

#navPrimary li li { /* all list items */
	float: left;
	width: 15em; /* width needed for Opera */
	margin: 0 !important;
	border: none;
	/*border-bottom: 1px dotted white;*/
	font-size: 1.2em;
	border-right: 1px none #93979c;
	background: white url(../images/bg_subnav.gif) repeat-x bottom;
	}

#navPrimary li li a, #navPrimary li.current li a  {
	display: block;
	padding: .5em  .5em  .5em  .5em;
	line-height: 1;
	text-transform: none;
	/*background: #AAAEB0 none;*/
	width: 14em;
	border-right: 1px none #93979c;
	
	}

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
	border: 0;
	}

#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -1.95em 0 0 12em;
	}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
		z-index: 10002;
	}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 10002;
	}






/* @end Nav - Primary - Dropdown
-------------------------------- */



/* @end Nav - Primary
-------------------------------- */





/* @group Nav - Secondary
===================================== */





.navSecondary {
	margin: 0 0 4em;
	padding: 0;
	list-style: none;
	height: auto;
	}

.navSecondary li {
	margin: 0 0 0px 0;
/*	border-bottom: 1px solid #cbcbcb;*/
	font-weight: normal;
	line-height: 1.2;
	background: transparent;
	color: #222655;
	
}

.navSecondary li a{
	padding: .3em 0 .3em 10px;
	color: #222655;
	border-bottom: 1px solid #cbcbcb;
	background: transparent;
	display: block;
	width: 170px;
}


/*.navSecondary li.first  {
	border: 0;
	border-bottom: 1px none #d6d6d6;
background: #80858b;

	}
.navSecondary li.last  {
	border: 0;
	border-bottom: 1px none #d6d6d6;
background: #80858b;

	}*/
	
.navSecondary li ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

.navSecondary li {/* set nspace between links */
	/*margin-bottom: .5em;*/

	}

.navSecondary li a:hover, .navSecondary li.current li a:hover   {
	text-decoration: none;
	background: transparent;
	color: #dc143c;
	}
.navSecondary li.current a:hover  {
	text-decoration: none;
	/*background: black;*/
	}
.navSecondary li.current a{
	color: #dc143c;
	/*background: black;*/
	}
.navSecondary li.current li.current a{
	color: #dc143c;
	background: transparent;
	}

/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	}

.navSecondary li li {
	margin: 0px 0 0 0px;
	border-bottom: 1px solid #fff;
	list-style: none;
	line-height: 1.2em;
	background: transparent;
	padding-left: 0px;
	width: 165px;
	}
.navSecondary li.current li a {
	border-bottom: 1px none #CBCBCB;
	}
.navSecondary li.current li.last {
	border-bottom: 1px solid #CBCBCB;
	}
	
.navSecondary li.current li a,.navSecondary li li a {
	font-weight: normal;
	color: #7577bc;
	padding-left:10px;
	background: #fffafa;
	}
	.navSecondary li.current li.current a {
	color: #dc143c;
	background: #fffafa;
	}
	.navSecondary li.current li:hover a,.navSecondary li.current li a:hover {
	color: #dc143c;
	background: #f5f5f5;
	}







/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */


/* @group Nav - More Results
===================================== */

.home #primary h2 {
	margin-top: 30px;
	text-indent: 20px;
	background: white;
}

.home #primary #svSearchResults {
	background: white;
	padding: 0 0 0 20px;
}
#svSearchResults .moreResults {
	background: #d7d8e4;
}
.moreResults {
	border-top: 2px solid #d7d8e4;
	padding-top: 1.5em;
	
}

/*.moreResults dt {
	float: left;
	margin-right: .5em;
	}*/

.moreResults ul {
	/*float: right;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	
	}

.moreResults li {
	display: inline;
	padding: 0 .25em;
	list-style: none;
	border-right: 1px solid #b6b6b6;
	
	}
	
.moreResults li.resultsFound {
	padding-right: .5em;
}
	
.moreResults li.navNext {
	border-right: 0;
	}
	
.moreResults li.navPrev {
	border-right: 0;
	}

.moreResults li a {
	padding: 0;
	}

/* @end Nav - More Results
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* @group Galleries
===================================== */
/*Optimized Grid for 80px Thumbnails*/

#svGallery {
	border-top: 2px solid #d7d8e4;
	padding-top: 1.8em;
	clear: both;
}

.oneCol #svGallery li {
	width: 9%;
	}
	
.twoColSR #svGallery li, .twoColSL #svGallery li {
	width: 11%;
	}

.threeCol #svGallery li {
	width: 18%;
	}


/* @end
-------------------------------- */

/* @group Calendar
===================================== */

.svCalendar table {
	margin-top: 0;
	}

.svCalendar th {
	background: #212654;
	vertical-align: middle;
	}

.svCalendar th a, .svCalendar th a:hover {
	background: #212654;
	}

.svCalendar th a:hover {
	color: #b6b9d9;
	}


.svCalendar tr.dayofweek td {
	background: #b6b9d9;
	color: #fff;
	}

.svCalendar th,
.svCalendar td {
	border: 1px solid #fff;
	}

.svCalendar td {
		background: #ddddee;
	}


/* @end Calendar
-------------------------------- */

/* @group Dragable Feeds */

#svRSSFeeds form {
	background: transparent;
	}

li.boxItemHeader { /* Link of items inside dragable boxes */
	color: #b6b9d9;
	padding-left: 10px;
	background: url(../images/pointer_red_sm.gif) no-repeat left .25em;
	}

a.boxItemHeader { /* Link of items inside dragable boxes */
	color: #b6b9d9;
	}

#svAddNewFeed {
	padding: 0 !important;
	background: transparent !important;
	}

#svAddNewFeed button { /* !important used to override dragable_feeds.css */
	background: #b6b9d9 !important;
	font-size: 11px !important;
	}

/* @end */



/* @group Features
===================================== */

#features {
	overflow: hidden;
	}

#features dl {
	float: left;
	clear: none;
	width: 213px;
	margin: 0 16px 0 0;
	}

#features dt {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.025em;
	}

#features dt a {
	color: #232323;
	}

#features dt a:hover {
	text-decoration: none;
	}

#features dd {
	font-size: 1.1em;
	}

#features dd p {
	margin: -3px 0 8px;
	line-height: 15px;
	}

#features dd a {
	font-weight: bold;
	}

#features dd.image {
	float: none;
	margin: 0 0 1.7em;
	}

#features dd.image img {
	/* recommended size: */
	/*width: 213px;*/
	/*height: 120px;*/
	padding: 0px;
	margin: 0px;
	}


/* @end Features
-------------------------------- */


/* @group Home Feeds
===================================== */

.home .sidebar .svIndex h3 {
	display: block;
	padding: 0 1em;
	margin-bottom: 1em;
	line-height: 40px;
	font-size: 1.4em;
	color: #fff;
	background: #333862 url(../images/bg_h3.gif) repeat-x ;
	}
.home #sysEvents  h3 {
	display: block;
	padding: 0 1em;
	margin-bottom: 1em;
	line-height: 40px;
	font-size: 1.4em;
	color: #fff;
	background: #333862 url(../images/bg_h3.gif) repeat-x ;
	
	}
	
.home	.content .svIndex {

	border-top: 1px none #ccc;
}
.home #primary .svIndex {
	margin:0;
	}
	
.home .sidebar .svIndex dl {
	margin: 0 1.5em 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
	}

.home .sidebar .svIndex dl.last, .home .sidebar .svIndex dl:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	}

.home .sidebar .svIndex dt {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3;
	}

.home .sidebar .svIndex dt.releaseDate {
	margin: 0 0 3px;
	font-size: 1em;
	text-transform: uppercase;
	color: #979797;
	}

.home .sidebar .svIndex dd {
	margin: 0 0 .25em;
	padding: 0;
	font-size: 1.1em;
	color: #434343;
	}

.home .sidebar .svIndex dd.summary {
	margin: 0 0 .5em;
	}

/*.home .sidebar .credits,
.home .sidebar .tags,
.home .sidebar .ratings,
.home .sidebar .credits {
	color: #999 !important;
	}*/

.home .sidebar .svIndex dl.hasImage .image {
	margin: 0 .5em 0em 0;
	}

.home .sidebar .svIndex dl.hasImage .image img {
	width: 50px;
	}

.home .sidebar .svIndex dd p {
	margin: 0;
	padding: 0;
	line-height: inherit;
	}

.home .sidebar .svIndex span.readMore a {
	display: none;
	}

/* @end Home Promo Feeds
-------------------------------- */

/* @group Indexes
===================================== */

.svIndex dl {
	padding-bottom: 1em;
	border-bottom: 1px dotted #b6b9d9;
	}

.sidebar .svIndex dl {
	margin: 5px 5px 5px 5px;
	}

.svIndex dl.hasImage {
	padding-left: 90px;
	position: relative;
	min-height: 90px;
}

.sidebar .svIndex dl.hasImage {
	min-height: 0;
	padding-left: 0;
	}

.svIndex dl.hasImage .image {
	float: none;
}

.sidebar .svIndex dl.hasImage .image {
	display: none;
	}

.content .svIndex {
	margin-top: 0;
	padding-top: 0px;
	border: none;

	}

.content .svIndex dt {
	font-size: 1.6em;
	margin-bottom: .5em;
	}

.svIndex dt.releaseDate {
	text-transform: uppercase;
	color: #777;
	margin-bottom: .5em;
	font-size: 1em !important;
	}

.svIndex dd {
	line-height: 1.2;
	}

.svIndex dd.image {
	position: absolute;
	top: 0px;
	left: 0;
	}
	
#primary .svIndex dd.image img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
	
.home #primary .svIndex dd.image img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* @group Ratings */

.content .svIndex dd.credits,
.content .svIndex  dd.comments,
.content .svIndex  dd.tags,
.content .svIndex  dd.rating {
	line-height: 30px; /* acommodate height of stars */
	}

div.stars a {
	width: 14px;
	height: 13px;
	background: transparent url(../images/rater/stars.png) no-repeat;
}

.zero { background-image: url(../images/rater/star_zero.png); }
.one { background-image: url(../images/rater/star_one.png); }
.onehalf { background-image: url(../images/rater/star_onehalf.png); }
.two { background-image: url(../images/rater/star_two.png); }
.twohalf { background-image: url(../images/rater/star_twohalf.png); }
.three { background-image: url(../images/rater/star_three.png); }
.threehalf { background-image: url(../images/rater/star_threehalf.png); }
.four { background-image: url(../images/rater/star_four.png); }
.fourhalf { background-image: url(../images/rater/star_fourhalf.png); }
.five { background-image: url(../images/rater/star_five.png); }

/* @end */

/* @group Slideshow
===================================== */

.svSlides dl {
	border: 0;
	margin: 0;
	}
	
.svSlides dl.hasImage { /* Optimized for 180px wide images. Edit image size in "site settings." Adjust here as necessary*/
	position: relative;
	padding-left: 340px;
	min-height: 180px;
	}
	
.home .svSlideshow {
	position: relative;
	width: 605px;
	height: 230px;
	overflow: hidden;
	padding: 10px 20px 0px 15px;
	margin: 20px 0 0px 0px;
	color: #fff;
	background: black url(../images/bg_news.png) no-repeat 0px 0px;
	font-size: 86%;
}
	
	.home .svSlideshow h3{
	text-align: right;
	font-size: 160%;
	margin-bottom: 0px;

	}
	
.home .svSlideshow dd.summary h3{
	text-align: left;
	}


.home .svSlides {
	position: relative;
	border: 0;
	z-index: 1;
	padding: 0;
	margin: 0 !important;
	min-height: 166px;
	}

.home .svSlides dl { /* text container within the news slideshow */
	width: 265px;
	height: 230px;
	padding-bottom: 0;
	margin-right: 0;
	border: 0;
	font-size: 1em;
	background: transparent !important; /*for IE 6/7*/
	overflow: hidden;
	}

.home .svSlides dt {
	margin-bottom: .35em !important;
	font-size: 1.8em !important;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1.5;
	color: #F1C914;
	}
	
.sectorcol .svIndex   dt {
	font-size: 1.3em;
}	
	

.home .svSlides dt.releaseDate {
	color: #abdffa;
	font-size: 11px !important;
	font-weight: normal;
	margin-bottom: .5em !important;
	}

.home .svSlides dt a {
	color: #F1C914;
	}

.home .svSlides dd {
	margin-bottom: 1.1em;
	letter-spacing: -0.025em;
	font-size: 1.4em !important;
	line-height: 1.5em;
	padding: 0;
	width: 240px;
	}

.home .svSlides dd.image { /* Optimized for 180px wide "medium" images - edit image size in "site settings." Adjust here as necessary */
	position: absolute;
	display: block;
	width: 320px;
	height: 180px;
	float: none;
	padding: 0;
	/*border: 1px solid #1c5981;*/
	overflow: hidden;
	
	}

.home .svSlides dd.image img {
	display: block;
}

.home .svSlides .readMore {
	position: absolute;
	right: 0px;
	bottom: 25px;
}

.home .svSlides .readMore a {
	font-size: 11px !important;
	font-weight: bold;
	color: #f1c914;
	padding: 0 1em;
	display: block;
	text-align: left;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 0;
	/*	b2ackground: #b6b9d9 url(../images/arrows_white.gif) no-repeat 6.8em 50%;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;*/
}

.svPager {
	text-align: center;
	line-height: 2;
	}

.home ol.svPager {
	position: relative;
	z-index: 2;
	width: 320px;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	}

ol.svPager li {

	}

ol.svPager a {
	color: #fff;
	/*background: black;*/
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

ol.svPager li.activeLI a,
ol.svPager a:hover {
	/*background: black;*/
	text-decoration: none;
	color: #abadd6;
}



/* @end Slideshow
-------------------------------- */

/* @end Indexes
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools p#welcome {
	font-weight: bold;
	color: #ff3405;
	}

/* @end Session Tools
-------------------------------- */


/* @group User Tools - Categories
===================================== */

#svCategories li {
	margin: 0;
	padding: 0;
	}

#svCategories li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Categories
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

#favoriteList li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}

#favoriteList li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Favorites
-------------------------------- */
/* SF Additional styles */


/*- Page Sectors --------------------------- */

/*- Page Sectors --------------------------- */

.column, .floatleft { float: left; }
.column .floatright { float: right !important; }


.sector{ width: 100%; }
.sectora{ margin: 0 auto; width: 580px; }
.sector1a { width: auto; }
.sector2a,.sector2b { width: 49%; }


/* total container width 1000px - 1px for height control*/
.sector3a { background: transparent; height: 480px; width: 1px; }
.sector3b { }
.sector3c { }
.sector3d { }

.wt480{width: 480px;}
.wt479{width: 479px;}

.wt260{width: 260px;}
.wt700{width: 700px;}

/*- Home Menu Links--------------------------- */

#menuhome {
        width: 300px;
/*		  margin-right: 20px;
		  position: absolute;
		  right: 0px;
		  top: 20px;*/
		  padding-bottom: 10px;

        }
		  
#menuhome ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
#menuhome li {
        list-style: none;
        margin: 0  0  10px  0;
        padding: 0;
		  line-height: 25px;
		  font-size: 1.4em;
		  font-weight: bold;
        }
#menuhome li a {
        height: 40px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 32px;
        text-decoration: none;
		  
        }
		  
		  

#menuhome li a:link, #menuhome li a:visited {
        color: #fff;
        display: block;        
        padding: 8px 0 0 20px;
        }

#menuhome li a:hover, #menuhome li #current { 
        color: #fff;
        padding: 8px 0 0 20px;
        }
/* button themes */
		  
	#menuhome li.pnk a:link, #menuhome li.pnk a:visited { color: white; background:#CF207D  url(../images/button_pnk.gif);}	  
	#menuhome li.pnk a:hover, #menuhome li.pnk #current { color: white; background:#CF207D  url(../images/button_pnk.gif) 0 -40px; }
	
	#menuhome li.grn a:link, #menuhome li.grn a:visited { color: white; background:#009986  url(../images/button_grn.gif);}	  
	#menuhome li.grn a:hover, #menuhome li.grn #current { color: white; background:#009986  url(../images/button_grn.gif) 0 -40px; }
	
	#menuhome li.blu a:link, #menuhome li.blu a:visited { color: white; background: #008DDE url(../images/button_blu.gif);}	  
	#menuhome li.blu a:hover, #menuhome li.blu #current { color: white; background: #008DDE url(../images/button_blu.gif) 0 -40px; }
	
	#menuhome li.org a:link, #menuhome li.org a:visited { color: white; background:#EA5700  url(../images/button_org.gif);}	  
	#menuhome li.org a:hover, #menuhome li.org #current { color: white; background:#EA5700  url(../images/button_org.gif) 0 -40px; }
	
	#menuhome li.yel a:link, #menuhome li.yel a:visited { color: white; background:#F6D900  url(../images/button_yel.gif);}	  
	#menuhome li.yel a:hover, #menuhome li.yel #current { color: white; background:#F6D900  url(../images/button_yel.gif) 0 -40px; }

	
	/*- Footer Links--------------------------- */
	
	
#footer .navLinks {
		
	}
	
#footer .navLinks table td {
	background: transparent;
	border: none;
	border-right: 1px dashed white;
	padding: 0px 20px  0px  0px;
	font-weight: normal;
	font-size: 0.8em;
}
	
#footer .navLinks table td li {
	list-style-image: none;
	list-style: none;
	text-align: right;
}
#footer .navLinks table td li a {
	display: block;
	color: white;
}
/* SectorCol _________________________ */

.svIndex, .home .svIndex  {border: 1px solid #575757;
	
}
.sectorcol{
	margin-top: 20px;
	width: 310px;
	/*border: 1px solid #575757;*/
	background: transparent;
}
.sectorcol h3 {
	display: block;
	padding: 0 1em;
	margin-bottom: 1em;
	line-height: 40px;
	font-size: 1.4em;
	color: #fff;
	background: #333862 url(../images/bg_h3.gif) repeat-x ;
}

.sectorcol .svIndex dl {
	margin: 20px;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
			
/* footer links test _________________________ */
			
#navfooter {
	position: relative;
	top: 0px;
	left: -30px;
}
#navfooter ul{
	top: 0px;
	list-style: none;
	left: 200px;
	background: #adff2f;
}
#navfooter li{
	background: #adff2f;
	width: 200px;
	list-style: none;
	display: inline;
}	  
#navfooter ul ul{
	top: 0px;
	position: absolute;
	float: left;
	display: list-item;
	background: #ffb6c1;
}

#navfooter li li{
	background: #adff2f;
	width: 200px;
	list-style: none;
	display: list-item;
}	
/* @end MODULES
-------------------------------- */

#footer .container {
	background: transparent;
}	
	

#footer .footercol {
	width:100%;
	background: transparent url(../images/bg_footerCol.gif) repeat-y;
	overflow: hidden;
	position: relative;
}

.footercol .container {
	width:210px;
	background: transparent;
	
	padding: 10px 20px 20px 20px!important;
	padding: 10px 15px 20px 15px;
	float: left;
	
}

.footercol .container h3 a {
	display: block;
	width: 178px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/logo_white.png) no-repeat;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	}

	
	
.footercol  span.sia a {
	display: block;
	width: 178px;
	height: 123px;
	text-indent: -9999px;
	background: url(../images/logo_sia.png) no-repeat;
	position: relative;
	}
.footercol  span.sfDev a {
	display: block;
	width: 178px;
	height: 46px;
	text-indent: -9999px;
	background: url(../images/sf_logo.png) no-repeat;
	position: relative;
	}
	
	
	
	
.container h4{
	font-size: 1.4em;
	color: white;
}
	
.container ul{
	margin: 0em;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	height: auto;
	}

.container li {
	margin: 0 0 2px 0;
	font-weight: normal;
	line-height: 1;
	background: transparent;
	color: #fff;	
}

.container li a{
	padding: 1px;
	color: #fff;
	border-bottom: 1px none #cbcbcb;
	background: transparent;
}

.container li a:hover {
	text-decoration: underline;
	background: transparent;
	color: #fff;
	}
.container li.current a:hover  {
	text-decoration: none;
	/*background: black;*/
	}
.container li.current a{
	color: #fff;
	text-decoration: none;
	/*background: black;*/
	}

	
	
	
	
	
	
	
	
	

/* EOF */

.ad{
margin-bottom: 20px;
}
