/* @override http://www.neeccosbdc.org/wp-content/themes/sbdc/style.css */

/*
Theme Name: SBDC template
Description: The new website for SBDC.
Version: 1.0
Author: Red Rocket Media Group
Author URI: http://www.redrocketmg.com.com/
*/



/* Begin Typography & Colors */
* {
	margin:0;
	padding:0;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

body.home {
	text-align:center;
	background:url(/images/home-background.jpg) repeat-x #214F70;
}

body {
	text-align:center;
	background:url(/images/sub-background.jpg) repeat-x #005181;
}

/* @group Structure */

#header-background {
	position:relative;
	width:960px;
	background:url(/images/header-background.jpg) no-repeat;
	height:185px;
	min-height:185px;
	height:auto!important;
	margin:0 auto;
	text-align:left;
}

#container {
	float:left;
	width:838px;
	margin:0 61px;
}

#top {
	float:left;
	width:838px;
	height:185px;
}

#logo {
	float:left;
	width:293px;
	height:185px;
}

#rotating {
	float:right;
	width:545px;
	height:185px;
}

#content {
	font-size: 1.2em;
	}

#menu {
	float:left;
	height:54px;
	width:838px;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#menu-bottom {
	float:left;
	height:20px;
	width:838px;
	background:url(/images/home-menu-below.jpg) no-repeat;
}

#sub-menu-bottom {
	float:left;
	width:838px;
	height:9px;
	background:url(/images/sub-menu-bottom.jpg) no-repeat;
}

#center {
	float:left;
	width:838px;
	height:200px;
	min-height:200px;
	height:auto!important;
	background:url(/images/home-main-bg.jpg) repeat-y;
}

#center-content {
	float:left;
	width:442px;
	margin:40px 0 20px 80px;
}

#center-content h1 {
	color:#cc9900;
	font-size:16px;
}

#sub-center {
	float:left;
	width:838px;
	height:200px;
	min-height:200px;
	height:auto!important;
	background:url(/images/sub-main-bg.jpg) repeat-y;
}

#sub-center-content {
	float:left;
	width:400px;
	margin:40px 0 20px 80px;
}

#sub-center-content h1 {
	color:#666666;
	font-size:22px;
	font-family:Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
}



/* @end */

/* @group typography */

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#666666;
}

h2 {
	color:#666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}

p {
	color:#666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	padding-top:20px;
}

a {
	color:#0f5ba4;
	text-decoration:underline;
}



/* @end */

/* @group Testimonial */

#testimonial {
	float:left;
	width:274px;
	margin:100px 45px 0 5px;
	background:url(/images/sub-testimonial.jpg) repeat-x bottom center;
	background-color: #f0eecc;
	border-top:#999999 1px solid;
	border-bottom:#999999 1px solid;
}

#testimonial-inside {
	margin:10px 25px 30px 25px;
	width:224px;
}

#testimonial-inside p.testimonial {
	color:#cc9900;
	font-size:13px;
}

#testimonial-inside p {
	color:#666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#testimonial-inside span.author {
	color:#333333;
	font-style:italic;
}



/* @end */

/* @group Contact */

#contact-inside {
	margin:10px 25px 30px 25px;
	width:224px;
}

#contact-inside h3 {
	color:#cc9900;
	font-family:"Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:0;
}

#contact-inside p {
	color:#1a3e58;
	font-family:"Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#contact-inside ul, #contact-inside li {
	color:#1a3e58;
	font-family:"Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:none;
}

#contact {
	float:left;
	width:274px;
	margin:200px 45px 0 5px;
}



/* @end */

/* @group Wordpress Styles */

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}



/* @end */

/* @group Sidebar */

#sub-center-sidebar {
	float:right;
	width:324px;
}

#center-sidebar {
	float:right;
	width:224px;
	margin:60px 80px 20px 0;
}

#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}



/* @end */

/* @group Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



/* @end */

/* @group Bottom */

#sub-center-bottom {
	float:left;
	background:url(/images/sub-bottom.jpg) no-repeat;
	width:838px;
	height:21px;
}

#bottom {
	float:left;
	width:838px;
	height:123px;
}

#bottom h2 {
	color:#cc9900;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
}

#bottom p {
	font-size:11px;
	padding-top:5px;
	line-height:13px;
}

#bottom-monfort {
	float:left;
	width:293px;
	height:123px;
	background:url(/images/home-bottom-monfort.jpg) no-repeat;
	overflow:hidden;
}

#bottom-monfort-inside {
	width:208px;
	margin:15px 20px 0 65px;
}

#bottom-monfort-inside a {
  display: block;
  height: 123px;
  width: 208px;
}

#bottom-monfort-inside a span {
  visibility: hidden;
}

#bottom-community {
	float:left;
	width:249px;
	height:123px;
	background:url(/images/home-bottom-partners.jpg) no-repeat;
	overflow:hidden;
}

#bottom-community-inside {
	width:174px;
	margin:15px 55px 0 20px;
}

#bottom-stories {
	float:right;
	width:296px;
	height:123px;
	background:url(/images/home-bottom-stories.jpg) no-repeat;
	overflow:hidden;
}

#bottom-stories-inside {
	width:176px;
	margin:15px 100px 0 20px;
}



/* @end */

/* @group Navigation */


/* @group About Us Button */

#pixopoint_menu1 .page_item.page-item-13 a {
	width:170px;
	font-size:1px;
	color:#FFFFFF;
	min-height:54px;
	text-indent:-9009px;

}

.page_item.page-item-13 {
	background:url(/images/home-menu-about.jpg) no-repeat;
	width:170px;
}

.page_item.page-item-13:hover {
	background:url(/images/home-menu-about-over.jpg) no-repeat;
}

#pixopoint_menu1 .page_item.page-item-13 ul li a, #pixopoint_menu1 .page_item.page-item-13 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-13.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-13.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#0f5ba4;
	background:#FFFFFF;
	border-bottom:1px solid #9cc4e6;
	border-right:1px solid #9cc4e6;
	border-left:1px solid #9cc4e6;
	font-size:14px;
	width:170px;
	min-height:10px;
	text-indent:0;
	}
	
.page_item.page-item-13 ul li a:hover, .page_item.page-item-13 ul li ul li a:hover {
	color:#0f5ba4;
	text-decoration:underline;
}

#pixopoint_menu1 li.page_item.page-item-13.current_page_item a {
	background:url(/images/home-menu-about-over.jpg) no-repeat;
}

.page_item.page-item-20.current_page_ancestor.current_page_parent {
	background:url(/images/home-menu-about-over.jpg) no-repeat;
}

.page_item.page-item-20.current_page_ancestor {
	background:url(/images/home-menu-about-over.jpg) no-repeat;
}



/* @end */

/* @group Resources Button */

.page_item.page-item-16 a {
	width:167px;
	font-size:1px;
	color:#FFFFFF;
	min-height:54px;
	text-indent:-9009px;
}

.page_item.page-item-16 {
	width:167px;
	background:url(/images/home-menu-resources.jpg) no-repeat;
}

.page_item.page-item-16:hover {
	background:url(/images/home-menu-resources-over.jpg) no-repeat;
}

#pixopoint_menu1 .page_item.page-item-16 ul li a, #pixopoint_menu1 .page_item.page-item-16 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-16.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-16.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#0f5ba4;
	background:#FFFFFF;
	border-bottom:1px solid #9cc4e6;
	border-right:1px solid #9cc4e6;
	border-left:1px solid #9cc4e6;
	font-size:14px;
	width:167px;
	min-height:10px;
	text-indent:0;
}

.page_item.page-item-16 ul li a:hover, .page_item.page-item-16 ul li ul li a:hover {
	color:#0f5ba4;
	text-decoration:underline;
}

#pixopoint_menu1 li.page_item.page-item-16.current_page_item a {
	background:url(/images/home-menu-resources-over.jpg) no-repeat;
}

.page_item.page-item-16.current_page_ancestor.current_page_parent {
	background:url(/images/home-menu-resources-over.jpg) no-repeat;
}

.page_item.page-item-16.current_page_ancestor {
	background:url(/images/home-menu-resources-over.jpg) no-repeat;
}



/* @end */

/* @group Services Button */

.page_item.page-item-18 a {
	width:166px;
	font-size:1px;
	color:#FFFFFF;
	min-height:54px;
	text-indent:-9009px;
}

.page_item.page-item-18 {
	background:url(/images/home-menu-services.jpg) no-repeat;
	width:166px;
}

.page_item.page-item-18:hover {
	background:url(/images/home-menu-services-over.jpg) no-repeat;
}

#pixopoint_menu1 li.page_item.page-item-18 ul li a, #pixopoint_menu1 li.page_item.page-item-18 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-18.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-18.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#0f5ba4;
	background:#FFFFFF;
	border-bottom:1px solid #9cc4e6;
	border-right:1px solid #9cc4e6;
	border-left:1px solid #9cc4e6;
	font-size:14px;
	width:166px;
	min-height:10px;
	text-indent:0;
}

.page_item.page-item-18 ul li a:hover, .page_item.page-item-18 ul li ul li a:hover {
	color:#0f5ba4;
	text-decoration:underline;
}

#pixopoint_menu1 li.page_item.page-item-18.current_page_item a {
	background:url(/images/home-menu-services-over.jpg) no-repeat;
}

.page_item.page-item-18.current_page_ancestor.current_page_parent {
	background:url(/images/home-menu-services-over.jpg) no-repeat;
}

.page_item.page-item-18.current_page_ancestor {
	background:url(/images/home-menu-services-over.jpg) no-repeat;
}



/* @end */

/* @group Events Button */

.page_item.page-item-20 a {
	width:169px;
	font-size:1px;
	color:#FFFFFF;
	min-height:54px;
	text-indent:-9009px;
}

.page_item.page-item-20 {
	background:url(/images/home-menu-events.jpg) no-repeat;
	width:169px;
}

.page_item.page-item-20:hover {
	background:url(/images/home-menu-events-over.jpg) no-repeat;
}

#pixopoint_menu1 .page_item.page-item-20 ul li a, #pixopoint_menu1 .page_item.page-item-20 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-20.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-20.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#0f5ba4;
	background:#FFFFFF;
	border-bottom:1px solid #9cc4e6;
	border-right:1px solid #9cc4e6;
	border-left:1px solid #9cc4e6;
	font-size:14px;
	width:169px;
	min-height:10px;
	text-indent:0;
}

.page_item.page-item-20 ul li a:hover, .page_item.page-item-20 ul li ul li a:hover {
	color:#0f5ba4;
	text-decoration:underline;
}

#pixopoint_menu1 li.page_item.page-item-20.current_page_item a {
	background:url(/images/home-menu-events-over.jpg) no-repeat;
}

.page_item.page-item-20.current_page_ancestor.current_page_parent {
	background:url(/images/home-menu-events-over.jpg) no-repeat;
}

.page_item.page-item-20.current_page_ancestor {
	background:url(/images/home-menu-events-over.jpg) no-repeat;
}



/* @end */

/* @group Sponsors Button */

.page_item.page-item-22 a {
	width:166px;
	font-size:1px;	
	color:#FFFFFF;
	min-height:54px;
	text-indent:-9009px;
}

.page_item.page-item-22 {
	background:url(/images/home-menu-sponsors.jpg) no-repeat;
	width:166px;
}
.page_item.page-item-22:hover {
	background:url(/images/home-menu-sponsors-over.jpg) no-repeat;
}

#pixopoint_menu1 .page_item.page-item-22 ul li a, #pixopoint_menu1 .page_item.page-item-22 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-22.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-22.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#0f5ba4;
	background:#FFFFFF;
	border-bottom:1px solid #9cc4e6;
	border-right:1px solid #9cc4e6;
	border-left:1px solid #9cc4e6;
	font-size:14px;
	width:166px;
	min-height:10px;
	text-indent:0;
}
	
.page_item.page-item-22 ul li a:hover, .page_item.page-item-22 ul li ul li a:hover {
	color:#0f5ba4;
	text-decoration:underline;
}

#pixopoint_menu1 li.page_item.page-item-22.current_page_item a {
	background:url(/images/home-menu-sponsors-over.jpg) no-repeat;
}

.page_item.page-item-22.current_page_ancestor.current_page_parent {
	background:url(/images/home-menu-sponsors-over.jpg) no-repeat;
}

.page_item.page-item-22.current_page_ancestor {
	background:url(/images/home-menu-sponsors-over.jpg) no-repeat;
}


/* @end */

li.pixo_search.pixo_right {
	display:none;
}

.sf-menu, .sf-menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
    text-align:center;
}

.sf-menu a {
	display: block;
	color:#FFFFFF;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sf-menu li { /* all list items */
	float: left;
	display:block;
	list-style:none;
}

.sf-menu li ul { /* second-level lists */
	position: absolute;
	width: 87px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.sf-menu li ul a:hover, .sf-menu li ul a.sfHover {
	color:#FFFFFF;
	}

.sf-menu li ul li {
	background:url(/aqua/images/home-navigation-dropdown.gif) repeat-y;
	border-bottom:1px solid #FFFFFF;
	width:87px;
}

.sf-menu li ul ul { /* third-and-above-level lists */
	margin:0 0 0 88px;
}

.sf-menu li:hover ul ul, .sf-menu li:hover ul ul ul, .sf-menu li.sfHover ul ul, .sf-menu li.sfHover ul ul ul {
	left: -999em;
}

.sf-menu li:hover ul, .sf-menu li li:hover ul, .sf-menu li li li:hover ul, .sf-menu li.sfHover ul, .sf-menu li li.sfHover ul, .sf-menu li li li.sfHover ul { /* lists nested under hovered list items */
	left: auto;
}



/* @end */

/* @group Footer */

#footer {
	float:left;
	width:838px;
	margin:10px 0;
}

#footer p {
	font-size:12px;
	color:#628aba;
}

#footer a {
	color:#628aba;
}

#footer-inside {
	float:left;
	margin:0 70px;
	width:698px;
}

#footer-bottom {
	float:left;
	width:698px;
	height:15px;
	margin:0 70px;
}

#footer-bottom p {
	padding-top:0;
}

#footer-bottom li {
	text-align:center;
	display:inline;
	font-size:15px;
	margin:0;
	padding: 0 25px 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer-bottom li.page_item.page-item-13, #footer-bottom li.page_item.page-item-16, #footer-bottom li.page_item.page-item-18, #footer-bottom li.page_item.page-item-20, #footer-bottom li.page_item.page-item-22 {
	background:none;
}

#footer-bottom li.page_item.page-item-13 a, #footer-bottom li.page_item.page-item-16 a, #footer-bottom li.page_item.page-item-18 a, #footer-bottom li.page_item.page-item-20 a, #footer-bottom li.page_item.page-item-22 a{
	font-size:15px;
	color:#FFFFFF;
	min-height:15px;
}

#footer-bottom a {
	color:#FFFFFF;
}



/* @end */

