/* @override http://mura:8500/mura/default/includes/themes/glee/css/site.css */

/*	Theme: glee */

/* @group GLOBALS
===================================== */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #434343;
	background-color: #0095d7;
	background-image: url(/default/includes/themes/glee/images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	}
	
* { -moz-outline: 0; }

hr {
	clear: both;
	height: 0;
	margin: 2em 0;
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	}

a {
	text-decoration: none;
	color: #2e7aa7;
	}

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: 1px solid;
	border-color: #becfd6 #becfd6 #dce6ea;
	color: #32566c;
	background: #e9f3f7;
	}

td {
	padding: 10px;
	/*border: 1px solid #d6d6d6;*/
	}

tr.alt td { background: #eee; }  /*Move*/ 

/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

#primary form {
	padding: 2em;
	background: #e9f3f7;
	overflow: hidden;
	/*max-width: 504px; 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: #0c2846;
	font-size: 12px;
	}
	

.submit, .buttons input {
	float: right;
	height: 2em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #2e7aa7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	}
#primary .select_list{
	padding-left: 160px;
	
}

/* @group Globals - Forms - Search
===================================== */

#searchForm {
	/*
position: absolute;
	top: 30%;
	right: 0;*/
	margin: 0;	
	
	float: right;
	}

#searchForm fieldset {
	padding: 0;
	border: 0;
	margin: 0;
	}

#searchForm input.text {
	float: left;
	width: 160px;
	margin: 0 .75em 0 0;
	font-style: italic;
	padding: 1px;
	}

#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: 2px solid #ccc;
	margin-top: 3em;
	padding-top: 2em;
	}

#svComments dl {
	border-bottom: 1px dotted #ccc;
	}



/* @end Globals - Forms - Comments
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.clearfix:after {
	content: " "; /* Avoid extra space */
	}

/* @end HELPER CLASSES
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 25px 25px;
	
	}

#content {
	position: relative;
	padding-top: 15px;
	background-color:#fff;
	}

.home #content {
	margin-top: 0;
	}

#primary {
	float: left;
	width: 100%;
	color: #232323;
	}
.home #primary {
	float: right;
	width: 619px;
	}

.twoColSL #primary {
	float: right;
	width: 604px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	}
 

.twoColSR #primary {
	float: left;
	width: 707px;
	}

.threeCol #primary {
	width: 504px;
	}

.content,
.sidebar {
	min-height: 100px; /*Fixes odd no-content disappearing bug.*/
	}

#left {
	float: left;
	width: 255px;
	margin-right: 26px;
	padding: 0px;
	}

.home #left {
	float: left;
	width: 255px;
	
	padding: 0px;
	}

#right {
	float: right;
	width: 156px;
	margin: 13px 0 0;
	padding: 16px 13px;
	}

.home #right {
	width: 213px;
	margin: -40px 0 0;
	padding: 0;
	}

.threeColSR {
	width: 167px;
	}

.sidebar {}
#left.sidebar {}
#right.sidebar {}


/* @group Layout - Header
===================================== */

#header {
	position: relative;
	
	}

h1 a {
	display: block;
	float:left;
	width: 313px;
	height: 138px;
	margin: 10px 0 10px;
	text-indent: -9999px;
	background-image: url(/default/includes/themes/glee/images/layout/logo_big.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	}

#header .navUtility {
	/*position: absolute;
	top: 32%*/;
	right: 15px;
	float: right;
	padding-right: 10px;
	}

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Right
===================================== */

#right {
	background: #f2f2f2;
	}

/* @end Layout - Right
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	margin-top: 40px;
	padding-top: 17px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;	
	}

#footer p {
	float: right;
	font-size: .9em;
	color: #fff;
	}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}

#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: 1em !important;
	}

#footer .navUtility {
	float: left;
	}

#footer .navUtility li {
	padding: 0 5px;
	border-left: 1px solid #cfcfcf;
	}

#header .navUtility li {
	border-left: 1px solid #959595;
	}

#footer .navUtility li a {
	font-size: .9em !important;
	color: #fff;
	}

/* @end Nav - Primary
-------------------------------- */

/* @group Nav - Primary
===================================== */

#navPrimary {
	height: 40px;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	color: #fff;
	background: #6ab235;
	width: 900px;
	
	}

#navPrimary li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navPrimary li.first {
	margin-left: 0px;
	}

#navPrimary a {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	padding: 0 8px;
	line-height: 40px;
	color: #fff	;
	text-decoration: none;
	font-size:14px;
	}

#navPrimary li a:hover, #navPrimary li.current a, #navPrimary li:hover, #navPrimary li.sfhover {
	background: #fdd701;
	color:#0095d7;
	}

#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
	color: #0095d7;
	}

#navPrimary li li a:hover {
	color: #fff;
		text-decoration: underline;
	}

/* @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: 12em;
	margin: 0;
	padding-left: 0;
	list-style: none;
	background: #2e7aa7;
	}

#navPrimary li li { /* all list items */
	float: left;
	width: 12em; /* width needed for Opera */
	margin: 0 !important;
	}

#navPrimary li li a {
	display: block;
	padding: .5em;
	line-height: 1;
	text-transform: none;
	}

#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: 1001;
	}

#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;
	}

/* @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 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
	line-height: 1.2;
	}

.navSecondary .last {
	border: 0;
	padding-bottom: 0;
	}

.navSecondary li ul {
	margin: .5em 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

.navSecondary li {
	margin-bottom: .5em;
	}

.navSecondary li a {
	display: block;
	}
.navSecondary li a:hover {
	}

.navSecondary li.current a {
	font-weight: bold;
	color: #ff3405;
	}


/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	}

.navSecondary li li {
	margin: 0 0 .5em 1em;
	padding: 0;
	border-bottom: none;
	list-style: none;
	line-height: 1.2em;
	}

.navSecondary li.current li a {
	font-weight: normal;
	color: #434343;
	}

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */


/* @group Nav - More Results
===================================== */

.moreResults {
	border-top: 2px solid #e6e6e6;
	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 #e6e6e6;
	padding-top: 1.8em;
}

.oneCol #svGallery li {
	width: 9%;
	}
	
.twoColSR #svGallery li, .twoColSL #svGallery li {
	width: 17%;
	}

.threeCol #svGallery li {
	width: 18%;
	}


/* @end
-------------------------------- */

/* @group Images
===================================== */
.image-caption {
        -moz-border-radius-bottomleft:3px;
        -moz-border-radius-bottomright:3px;
        -moz-border-radius-topleft:3px;
        -moz-border-radius-topright:3px;
        background-color:#F3F3F3;
        border:1px solid #DDDDDD;
        margin:10px;
        padding-top:4px;
        text-align:center;
}

.image-caption img, .image-caption a img {
        border:0 none;
        margin:0;
        padding:0;
}

.image-caption p.image-caption-text {
        font-size:11px;
        line-height:17px;
        margin:0;
        padding:0 4px 5px;
}


/* @end
-------------------------------- */
/* @group Calendar
===================================== */

.svCalendar table {
	margin-top: 0;
	}

.svCalendar th {
	background: #0c2846;
	vertical-align: middle;
	}

.svCalendar th a, .svCalendar th a:hover {
	background: #0c2846;
	}

.svCalendar th a:hover {
	color: #2e7aa7;
	}


.svCalendar tr.dayofweek td {
	background: #2e7aa7;
	color: #fff;
	}

.svCalendar th,
.svCalendar td {
	border: 1px solid #fff;
	}

.svCalendar td {
		background: #e9f3f7;
	}


/* @end Calendar
-------------------------------- */

/* @group Dragable Feeds */

#svRSSFeeds form {
	background: transparent;
	}

li.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
	padding-left: 10px;
	background: url(../../Copy%20of%20glee/images/pointer_red_sm.gif) no-repeat left .25em;
	}

a.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
	}

#svAddNewFeed {
	padding: 0 !important;
	background: transparent !important;
	}

#svAddNewFeed button { /* !important used to override dragable_feeds.css */
	background: #2e7aa7 !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;*/
	}


/* @end Features
-------------------------------- */


/* @group Home Feeds
===================================== */

.sidebar .svIndex h3 {
	display: block;
	padding: 0 1em;
	margin-bottom: 1em;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background-color: #70B339;
	}
	
	.sidebar .svIndex h3 a{
	color: #fff;
	text-decoration:none;
	background-image: url(/default/includes/themes/glee/images/layout/link_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	}
	.sidebar .svIndex h3 a:hover{
	
	
	text-decoration:underline;
	}
	

.sidebar .svIndex dl {
	margin: 0 1.5em 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
	}

.sidebar .svIndex dl.last, .home .sidebar .svIndex dl:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	}

.sidebar .svIndex dt {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0 0 0 20px;
	}


..sidebar .svIndex dt.releaseDate {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 0px;
	}

.sidebar .svIndex dd {
	margin: 0 0 .25em;
	padding: 0;
	font-size: 1.1em;
	color: #434343;
	}

.sidebar .svIndex dd.summary {
	margin: 0 0 .5em;
	
	}

/*.home .sidebar .credits,
.home .sidebar .tags,
.home .sidebar .ratings,
.home .sidebar .credits {
	color: #999 !important;
	}*/

.sidebar .svIndex dl.hasImage .image {
	margin: 0 .5em 0em 0;
	}

.sidebar .svIndex dl.hasImage .image img {
	
	}

.sidebar .svIndex dd p {
	margin: 0;
	padding: 0;
	line-height: inherit;
	}

.sidebar .svIndex span.readMore a {
	display: none;
	}

/* @end Home Promo Feeds
-------------------------------- */

/* @group Indexes
===================================== */

.svIndex dl {
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
	}

.sidebar .svIndex dl {
	margin: .5em 0;
	padding: .5em 0 .5em;
	}

.svIndex dl.hasImage {
		padding-left: 120px;
		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: block;
	}

.content .svIndex {
	margin-top: 2em;
	}

.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: 0;
	left: 0;
	}

/* @group Ratings */

.content .svIndex dd.credits,
.content .svIndex  dd.comments,
.content .svIndex  dd.tags,
.content .svIndex  dd.rating {
	line-height: 20px; /* acommodate height of stars */
	}

div.stars a {
	width: 14px;
	height: 13px;
	background: transparent url(../../Copy%20of%20glee/images/rater/stars.png) no-repeat;
}

.zero { background-image: url(../../Copy%20of%20glee/images/rater/star_zero.png); }
.one { background-image: url(../../Copy%20of%20glee/images/rater/star_one.png); }
.onehalf { background-image: url(../../Copy%20of%20glee/images/rater/star_onehalf.png); }
.two { background-image: url(../../Copy%20of%20glee/images/rater/star_two.png); }
.twohalf { background-image: url(../../Copy%20of%20glee/images/rater/star_twohalf.png); }
.three { background-image: url(../../Copy%20of%20glee/images/rater/star_three.png); }
.threehalf { background-image: url(../../Copy%20of%20glee/images/rater/star_threehalf.png); }
.four { background-image: url(../../Copy%20of%20glee/images/rater/star_four.png); }
.fourhalf { background-image: url(../../Copy%20of%20glee/images/rater/star_fourhalf.png); }
.five { background-image: url(../../Copy%20of%20glee/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: 200px;
	min-height: 180px;*/
	clear: left;
	}
	
.home .svSlideshow {
	width: 330px;
	/*height: 234px;*/
	overflow: hidden;
	border: 0;
	float: left;
	height: 260px;
	}

.home .svSlides {
	position: relative;
	border: 0;
	z-index: 1;
	padding: 0;
	margin: 0 !important;
	min-height: 186px;
	width: 330px;
	}

.home .svSlides dl {
	/*width: 440px;*/
	height: 200px;
	padding-bottom: 0;
	margin-right: 0;
	border: 0;
	font-size: 1em;
	background: transparent !important; /*for IE 6/7*/
	}

.home .svSlides dt {
	margin-bottom: .35em !important;
	font-size: 2.6em !important;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1;
	color: #fff;
	}

.home .svSlides dt.releaseDate {
	color: #abdffa;
	font-size: 11px !important;
	font-weight: normal;
	margin-bottom: .5em !important;
	}

.home .svSlides dt a {
	color: #fff;
	}

/*.home .svSlides dd {
	margin-bottom: 1.1em;
	letter-spacing: -0.025em;
	font-size: 1.4em !important;
	line-height: 1.2em;
	padding: 0;
	}*/
.home .svSlides dd.slide_cap{
	float: left;
	height: 65px;
	width: 330px;
	clear: left;
	}
.home .svSlides dd.slide_cap p {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	padding-top: 3px;
}

.home .svSlides dd.image { /* Optimized for 180px wide "medium" images - edit image size in "site settings." Adjust here as necessary 
	position: absolute;
	display: block;
	
	float: none;
	padding: 0;*/
	width: 330px;
	height: 180px;
	
	display: block;
	clear: left;
	overflow: hidden;
	}

.home .svSlides dd.image img {
	display: block;
	}

.home .svSlides .readMore {
	float: right;
	}

.home .svSlides .readMore a {
	font-size: 9px !important;
	font-weight: bold;
	color: #fff;
	height: 15px;
	line-height: 17px;
	border: none;
	display: block;
	width: 50px;
	text-align: left;
	padding-right: 22px;
	background: #2e7aa7 url(../../glee/images/arrows_white.gif) no-repeat 6.8em 50%;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1em;
	}

.svPager {
	text-align: center;
	line-height: 2;
	display:none;
	}

.home ol.svPager {
	position: relative;
	z-index: 2;
	width: 190px;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	}

ol.svPager li {

	}

ol.svPager a {
	color: #fff;
	background: #0c243a;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

ol.svPager li.activeLI a,
ol.svPager a:hover {
	background: #ff3405;
		text-decoration: none;
	}



/* @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
-------------------------------- */

/* @end MODULES
-------------------------------- */


/* EOF */

.clear {
	clear:left;
	
}

.big_logo {
	width: 306px;
	float: left;
}
.logo_quote {
	width:551px;
	float:right;
	padding-top: 30px;	
	padding-right: 30px;
	
}
.wrap_foot {
	background-color: #f99500;
	padding-top: 15px;
	padding-bottom: 15px;
	height:100%;
}
.wrap_search {
	padding: 0px 0px 5px 10px;
	 
	height: 20px;
	display: block;
	margin: 0px;
	}

#sec_nav {
	list-style-type: none;
	padding: 10px 0;
	background-color: #FFF;
	height: 280px;
	overflow:hidden;
	margin: 0 0 13px 20px;
	width: 220px;
	
}
#sec_nav li{
	margin: 0px;
	
}
#sec_nav a {
	border-bottom: 1px dotted;
	padding: 2px 5px 2px 35px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0095d7;
	font-weight: normal;
	line-height: 16px;
}#sec_nav a:hover {
	background-image: url(/default/includes/themes/glee/images/layout/green_carrot_sec_nav.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
#content_home {
	position: relative;
	padding-top: 15px;
	background-color:#fff;
	background-image: url(/default/includes/themes/glee/images/layout/featureBarBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#content_sub {
	position: relative;
	padding-top: 15px;
	background-color:#fff;
	background-image: url(/default/includes/themes/glee/images/layout/home_top_bg_2_col.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}	
	
.home_top_mid{
	float: left;
	width: 330px;
	border: thin dotted #C30;
	height: 260px;
	overflow: hidden;
}
.svAd {
	float: right;
	padding: 0 25px 0px 0;	
}
.home_con{
	float:left;
	width: 595px;
	padding-right: 15px;
}
.soc_home{
	float: left;
	height: 50px;
	width: 330px;
	overflow: hidden;
}
.soc_h3 {
	font-size: 16px;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.soc_home img {
	padding-right: 4px;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #7cc359;
	padding-left: 43px;
	background-image: url(/default/includes/themes/glee/images/layout/sun.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 25px;
	margin-bottom: 10px;
}
.home_con h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #2e3190;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}.home_con img {
	padding: 10px;
	float: left;
}
.home_con p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}
.home_con a{
	color: #7cc359;
	text-decoration:none;
	font-weight: bold;
}
.home_con a:hover{
	color:#2e3190;
	text-decoration:underline;
}

/*membership paypal*/

.paypal h2{
	font-size: 18px;
	color: #4C91D6;
	padding-top: 10px;
	padding-bottom: 10px;
}
.paypal ul{
	padding-left: 0px;
	
}
.paypal li{
	padding-left: 0px;
	list-style-type: none;
	clear: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #7EC258;
	border-right-color: #7EC258;
	border-bottom-color: #7EC258;
	border-left-color: #7EC258;	
}
#primary .paypal form{
	margin: 0px;
	padding: 0px 0px 15px 0;
	background-color: #FFF;
	vertical-align: bottom;	
}
#primary .paypal label{
	vertical-align: top;
	padding-top: 0px;
	width: 200px;
}
.topics{
	background-repeat: no-repeat;
	background-position: left center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 0px;
}
.topics ul{
	padding:0 0 0 0px;
	margin: 0px;
}
.topics li a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius: 11px;
	-moz-border-radius:11px;
	border:medium none;
	color:#EB9A2F;
	/*display:block;*/
	font-size:14px !important;
	font-weight:bold;
	height:0px;
	line-height:0px;
	padding:0px;
	margin-bottom: 0px;
	text-align:left;
	background-color: #FFF;
}
.topics a:hover{
	
	color: #4C91D6;
	text-decoration:none;
}
	
.topics li {
	list-style-type: none;
	display: none;
	padding: 0px;
	line-height: 0px;	
}
.sidebar .svIndex {
background-image: url(/default/includes/themes/glee/images/layout/vert_grad_sidbar.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
}
.sidebar dd.tags {
	display:none;
}
.wrap_search form{
	margin-bottom: 0;
}
			
.logo_bar{
	width: 900px;
	height: 140px;
}
.image-caption {
-moz-border-radius:3px;
background-color:#EBFEEA;
border:1px solid #DDDDDD;
margin:10px;
padding-top:4px;
text-align:center;
}

.image-caption img, .image-caption a img {
border:0 none;
margin:0;
padding:0;
}

.image-caption p.image-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}
.w_1 {
	border: thin solid #666666;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}
#form  table td {
	padding: 3px;
}
.w_2 {
	width: 450px;
	height: 200px;
}
#border {
	border: thin solid #666666;
	padding: 3px;
	width: 290px;
	color: #000000;
	line-height: 1.4em;
}
#border_2 {
	border: thin solid #666666;
	padding: 3px;
	width: 120px;
	font-size: 11px;
	color: #000000;
	line-height: 1.4em;
}
#float {
	width: 471px;
	padding-left: 160px;
}
#form {
	border: thin solid #019EE4;
}
label.pds-input-label{
	color:#0C2846;
	font-size:12px;
	line-height:1;
	margin:0;
	padding-top:0.5em;
	text-align:left;
	width:200px;
}
/*.pds-answer-group {
	display:block !important;
	float:left !important;
	width:500px  !important;
}
.pds-answer-input{
	float:left;
	padding: 0 10px 0 0;
}
.pds-links a{
	width: 250px;
	padding: 20px 0 0 0;
	display:none;
}
*/
.pds-box{
	margin:0 0 20px 0 !important;
	
	
	float:left !important;
	
	width:585px !important;
}
.pds-answer label {
	
	line-height:12px !important;
	
	text-align:left !important;
	
	width:400px !important;
}
/*
.pds-votebutton-outer{
	width:100%;
	text-align:center;
}
input.pds-votebutton{
	float:none !important;
}*/
.vote_table{
	background-color:#EEFCD1;
}	
.vote_table td{
	border: 1px #999 dotted;
}
.pds-answer-feedback{
	margin: 15px 0 0 0 !important;	
}
.sysChooseMembershipRenewalLevel table{
	margin:0;
	padding:0;
}
.sysChooseMembershipRenewalLevel td{
	padding: 0 0 3px 0;
	margin:0;
}
.twoColSL_blank #content_sub{
	background-image:none;
}
.twoColSL_blank #left{
	padding-left: 15px;
	width: 240px;
}

/*
Meld forum stuff
*/
.MeldForums .headings {
width:605px !important;
}
.MeldForums .blockinfo {

width:250px !important;
}
.MeldForums .blocklastpost {

width:165px !important;
}
#expo_extras {
        background-color: #C7E6AE;
        list-style-type: none;
        width: 255px;
        margin: 0 auto;
}
#expo_extras li {
       margin: 0 20px;
}
#expo_extras h4 {
background-color:#70B339;
color:#FFFFFF;
display:block;
font-size:14px;
line-height:25px;
margin-bottom:1em;
padding:0 1em;
text-transform:uppercase;
}
#expo_extras h3 {
background-color:#75E196;
color:#FFFFFF;
display:block;
font-size:18px;
line-height:40px;
padding:0 1em;
text-transform:uppercase;
margin-bottom: 0;
}
#sponsors {
        background-color: #FFFFFF;
        list-style-type: none;
        width: 252px;
        margin: 0 auto;
		border-right: #70B339 solid 3px;
}
#sponsors li {
       margin: 10px 20px;
}
#sponsors h4 {
background-color:#70B339;
color:#FFFFFF;
display:block;
font-size:14px;
line-height:40px;
margin-bottom:1em;
padding:0 1em;
text-transform:uppercase;
}
#Thanks li {
       list-style-type: none;
       margin-bottom: 5px;
}
#sec_nav_a {
	list-style-type: none;
	padding: 10px 0;
	background-color: #FFF;
	
	overflow:hidden;
	margin: 0 0 13px 0px;
	width: 220px;
	
}
#sec_nav_a li{
	margin: 0px;
	
}
#sec_nav_a a {
	border-bottom: 1px dotted;
	padding: 2px 5px 2px 35px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0095d7;
	font-weight: normal;
	line-height: 16px;


}#sec_nav_a a:hover {
	background-image: url(/default/includes/themes/glee/images/layout/green_carrot_sec_nav.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}


#greenbusinessdirectory .content .svIndex {
border-top:0;
padding-top:1em;
}
#greenbusinessdirectory #sysFeaturedGreenBusinessPartner{
	border: 2px solid #690;
	padding: 10px;
}
#greenbusinessdirectory #sysFeaturedGreenBusinessPartner dt a{
	display:block;
	padding: 4px;
	text-decoration: none;
	border: #690 solid 2px;
	background-color:#9C9;
	background-image: url(/default/includes/themes/glee/images/layout/arrow.png);
	background-repeat: no-repeat;
	background-position: 555px center;	
}
#greenbusinessdirectory #sysFeaturedGreenBusinessPartner dt a:hover{
	background-color: #690;
	color: #fff;
	
}

#greenbusinessdirectory #sysAllBusinesses{
	
	padding: 10px;
}
#greenbusinessdirectory #sysAllBusinesses dt a{
	display:block;
	padding: 4px;
	text-decoration: none;
	border: #666 solid 2px;
	background-color:#ccc;
	background-image: url(/default/includes/themes/glee/images/layout/arrow.png);
	background-repeat: no-repeat;
	background-position: 555px center;	
}
#greenbusinessdirectory #sysAllBusinesses dt a:hover{
	background-color: #666;
	color: #000;
	
}

#greenbusinessdirectory .svIndex dl{
	border-bottom:none;
padding-bottom:0;
}

.indi_info_wrap {
	
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
padding: 15px;
width: 510px;
background-color:#F4FBF1;
border: 1px solid #DDDDDD;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #339900;

}
.feat_info_wrap {
	
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
padding: 15px;
width: 510px;
background-color:#C2E8B5;
border: 1px solid #999;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #339900;
background-image: url(/glee/assets/Image/Featured_Biz.jpg);
	background-repeat: no-repeat;
background-position: 385px center;
	
}
.feat_info_wrap hr, .indi_info_wrap hr {
border-color: #000;
margin-bottom: .5em;
width: 360px;
}

.address_wrap {
	float: left;
	width: 250px;
}

.press_wrap {
        float: right;
        width:250px;
        height: 49px;

}
.address_wrap p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #333;
}
.address_bold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #339900;
}
.phone_wrap {
	float: right;
	width: 250px;
}
.indi_info_wrap hr{
	border-color:#333;
}
.indi_info_wrap p, .feat_info_wrap p{
	padding-bottom:0;
}
#first_alpha, #sec_alpha {
        float: left;
        width: 280px;
}
#first_alpha ul, #sec_alpha ul {
        margin: 3px 3px 3px 6px;
        
}

#first_alpha li, #sec_alpha li {
        list-style: none;
        font-size: 13px;
        padding: 0;
        
}

li.feat {
	height: 18px;
	background-image:url(/glee/assets/Image/GLEE-BIZ-PARTNERlogoSM.jpg);
	background-repeat: no-repeat; 
	background-position: left top;
	padding-top: 10px;
	
}
li.feat a {
	color: #006600;
	padding-left: 20px;

	
	
}


div#slideshow img {
	float: left;
	padding: 0;
	margin: 0;
	}
div#slideshow a img {
	float: left;
	padding: 0;
	margin: 0;
	}

.green_text {
	color:#006600;
} 	
