/**
 * Theme Name: NIHB
 * Theme URI: /wp-content/themes/nihb
 * Description: Tom Harrison template
 * Version: 0.2
 * Author: Rick Bible
 * Author URI: http://antiquewebsitedesgin.com
 * Tags: blue, theme-options, threaded-comments, sticky-post, microformats, two-columns, three-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid News is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */

@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */

@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */

@import url('../hybrid/library/css/drop-downs.css');

/*email styling in css folder with images*/

@import url('css/minimal.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */

@import url('tabs.css');

/**
* Body
************************************************/

body {
	padding-top: 10px;
	color: #e8e8e8;
	font: 12px/22px Verdana,Arial,Helvetica,sans-serif;
	background-color: #000;
}

/* Body container */

#body-container {
	background-color: #006699;
	padding-top: 10px;
	margin: 0 auto;
	width: 960px;
	border: 2px solid #e8e8e8;
}

/**
* Elements
************************************************/

.green, .green a, .green a:visited {
	color: #94f800;
}

/* Links */

a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	margin: 15px 0 5px 0;
}

.post h2 {
	width: 275px;
	margin: 5px 0 5px 0;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

p {
	margin: 0 0 10px;
}

/* Lists */

.content ul {
	list-style: none;
	margin: 0 0 10px 10px;
}

.content ul.last {
	width: 300px;
}

.content ul li {
	padding-left: 18px;
	background: url(images/bullet2.png) no-repeat left 8px;
}

/*Alumni 24/7 page*/

.wrap-box {
	width: 580px;
	margin: 0 auto;
}

.content .left-box {
	float: left;
	width: 250px;
}

.content .right-box {
	float: right;
	width: 250px;
}

.page-63 .content .left-box {
	float: left;
	width: 270px;
}

.page-63 .content .right-box {
	float: right;
	width: 270px;
}

/*How you can save page*/

.save span {
	width: 100px;
	margin-right: 300px;
	float: right;
	text-align: left;
}

ul.save {
	margin-bottom: 0;
	padding-bottom: 0;
}

.save .last {
	border-bottom: 1px solid #eee;
}

.page-20 .total {
	padding: 0;
	margin-right: 293px;
	width: 150px;
	margin-bottom: 18px;
	font-weight: bold;
	float: right;
	text-align: left;
}

/* Blockquotes */

.page-22 blockquote {
	margin: 0 4px;
	padding: 3px 0 0 28px;
	background: url(images/quote.png) no-repeat 0 0;
	border: none;
	font-size: 16px;
}

.blockquote-name {
	text-align: right;
	line-height: 16px;
	margin-top: 5px;
}

.home blockquote p {
	width: 440px;
	margin: 8px 0 0 0;
	padding: 10px 50px;
	font: 28px "Times New Roman";
	text-align: center;
	width: 440px;
}

.home .blockquote-name {
	text-align: right;
	line-height: 16px;
	margin: 5px 60px 18px;
}

.home blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(images/quote.png) no-repeat 30px 20px;
	border: none;
}

blockquote p {
	margin: 0 0 0;
}

blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 18px;
	padding: 3px 0 0 28px;
	background: url(images/quote.png) no-repeat 0 0;
	border: none;
}

blockquote blockquote {
	color: #555;
}

blockquote em {
	font-style: normal;
}

blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
}

.pullquote p {
	margin: 0;
}

/* Code */

code {
	padding: 0 3px;
	font-size: 12px;
	background: #1d7ffc;
}

pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
}

pre code {
	padding: 0;
	background: transparent;
}

/* Tables */

table {
	width: 100%;
	background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
}

tr {
	margin: 1px;
	border-top: 1px solid #ddd;
}

td {
	padding: 3px;
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	border-right: 1px solid #ddd;
	color: #464646;
}

tr.alt td, tr.even td {
	background: #f7f7f7;
}

th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	background: #eee;
	border-right: 1px solid #ddd;
}

/* Acronyms */

acronym {
	border-bottom: 1px dotted #333;
}

/* Drop caps */

.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #444;
}

/* Notes */

.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
}

/* Warnings/Alerts */

.warning, .alert {
	padding: 6px 9px;
	border: 1px solid #E6DB55;
}

/* Errors */

.error {
	padding: 6px 9px;
	background: #105187;
	color: #eee;
}

/* Downloads */

.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
}

/* Alignment */

.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
}

.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
}

.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
}

.clear {
	clear: both;
}

span.pullquote {
	float: none;
	margin: 0;
}

/*Images*/

.post img {
	max-width: 570px;
}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}

/* Captions */

.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
}

.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
}

/* Gallery [gallery] */

.gallery {
	background: url(images/line.png) repeat-x 0 bottom;
	display: block;
	text-align: center;
	padding-bottom: 20px !important;
	margin-bottom: 0 !important;
}

.gallery img {
	border: 1px solid #cacaca;
}

#stimuli_caption {
	font-size: 14px;
}

/* Author avatar */

.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin: 5px;
	padding: 2px;
	background: #eee;
	border: 1px solid #ccc;
}

/* Thumbnail */

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
}

.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
}

/* custom */

#main-img {
	margin: 10px auto;
	text-align: center;
}

.main-img {
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
}

/**
* Page Navigation
************************************************/

#navigation {
	height: 35px;
	margin: 15px auto 0 auto;
	background: url(images/nav.png) repeat-x;
}

#page-nav {
	width: 940px;
	margin: 0 auto;
}

#page-nav ul {
	list-style: none;
	margin: 0;
}

#page-nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#page-nav a, #page-nav a:visited {
	overflow: hidden;
	display: block;
	font: bold 13px/14px Verdana, Geneva, Tahoma, sans-serif;
	color: #e8e8e8;
	padding: 9px 20px 12px;
	border-right: 1px solid #353535;
	border-color: #840000;
}

#page-nav a:hover {
	padding: 9px 20px 12px;
	background-color: #fe0000;
	text-decoration: none;
}

#page-nav li.current_page_item a {
	font-style: italic;
	background-color: #fe0000;
}

/* Drop-down styles */

#page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 35px;
}

#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul {
	top: -1px;
	font-weight: normal;
	font-style: normal;
}

#page-nav ul ul {
	border: none;
	background: url(images/grid.gif) repeat;
}

#page-nav li li {
	margin: 0;
	padding: 0;
	background: url(images/trans.png) repeat;
}

#page-nav li li a, #page-nav li li a:visited {
	padding: 7px 7px;
	border: none;
	background: #198afa url(images/trans.png) repeat;
	font-weight: normal;
	font-style: normal;
}

#page-nav li li a:hover {
	padding: 7px 7px;
	border: none;
	background-color: #198afa;
	background-image: none;
}

/**
* Search form (in navigation)
************************************************/

#navigation .search {
	float: right;
	width: 200px;
	height: 25px;
}

#navigation input {
	float: right;
	width: 170px;
	height: 20px;
	margin: 4px 0 0 0;
	padding: 1px 8px 1px 22px;
	font: normal normal normal 14px/15px Verdana, Geneva, Tahoma, sans-serif;
	color: #666666;
	background: #f7f3f3 url(images/search-icon.png) no-repeat 5px 0;
	border: 1px solid #e8e8e8;
}

#navigation .search-submit, #navigation .button {
	display: none;
}

/**
* Header
************************************************/

#header-container {
	overflow: hidden;
	background: url(images/right-content.png) no-repeat left 175px;
}

#header {
	overflow: hidden;
	margin: auto;
}

#site-title {
	text-indent: -9000px;
	float: left;
	width: 141px;
	height: 95px;
	margin: 0 0 0 10px;
	background: url(images/logo.png) no-repeat;
}

#site-title a {
	float: left;
	width: 141px;
	height: 95px;
	margin: 0 0 0 10px;
	color: #fafafa;
}

#site-description {
	margin: 25px 30px 0 0;
	width: 762px;
	height: 70px;
	float: right;
	text-indent: -9000px;
	background: url(images/tagline.png) no-repeat;
}

/**
* Header utility widget
************************************************/

#utility-header {
	overflow: hidden;
	float: right;
	width: 500px;
	height: 60px;
}

#utility-header .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
}

#utility-header .widget-inside div, #utility-header .widget-inside img {
	float: right;
}

/**
* Subscribe/feed link (in navigation)
************************************************/

#cat-navigation #feed {
	width: 180px;
	float: right;
}

#feed li {
	float: right;
	border: none;
}

#feed li a {
	padding: 7px 18px 6px 0;
	background: url(images/feed-icon.png) no-repeat right 7px;
}

/**
* Container (content/primary/secondary)
************************************************/

#container {
	padding: 0 10px;
	overflow: hidden;
	width: 940px;
	margin: 25px auto 0 auto;
}

.home .content {
	position: relative;
	width: 600px;
	margin: 10px 0 0 0;
	padding: 0;
}

.home #container {
	background: #006699 url(images/couple.jpg) no-repeat 10px 10px;
}

.home-entry-title {
	

/*width: 230px;*/
	margin: 8px 0 0 0;
	font: 24px "Times New Roman";
}

.try-it {
	width: 300px;
	text-align: right;
	position: absolute;
	top: 210px;
	right: 60px;
	color: #00e400;
	font: bold 24px "Times New Roman";
}

#line {
	background: url(images/line.png) repeat-x;
	width: 440px;
	margin: 0;
	padding: 10px 50px;
	text-align: center;
}

/*#money-back {
	width: 150px;
	height: 57px;
	padding-right: 5px;
	background: url(images/money-back.png) no-repeat left center;
}*/

.home .content ul li {
	padding-left: 16px;
}

.home .content ul {
	margin: 0 0 35px 0;
	float: none;
	font: 22px "Times New Roman";
	color: #fff;
}

.home h3 {
	margin: 0 0 10px;
}

#png-photo {
	display: block;
	width: 136px;
	height: 61px;
	background-color: #e9191a;
}

.lg-button {
	text-indent: -9000px;
	position: absolute;
	top: 255px;
	right: 60px;
}

.lg-button a {
	float: right;
	width: 133px;
	height: 53px;
}

.lg-button a:hover {
	top: 0;
	left: 0;
}

.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
	
}

.content {
	overflow: hidden;
	float: right;
	width: 620px;
	padding: 10px 10px 10px 20px;
}

.page-22 .content {
	background: url(images/testimonials.jpg) no-repeat center 65px;
}

.page-22 .entry-title {
	padding-bottom: 285px;
	text-align: center;
}

.page-26 .entry-title {
	
}

.singular .entry-title, .category .entry-title, .archive .entry-title, .author .entry-title {
	font-size: 28px;
}

.page-21 .entry-title {
	font-size: 28px;
}

.page-template-no-widgets .content {
	position: relative;
	width: 940px;
	padding: 0;
}

/*mp3 player*/

.wpa_container, .wpa_container div, .wpa_container span, .wpa_container a {
	color: #94f800;
}

/**
* Posts
************************************************/

.post {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.single .post, .page .post {
	margin-bottom: 0;
}

.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 20px;
}

.category-forum .even, .category-forum .odd {
	background-color: #135c98;
	padding: 0 10px;
}

.category-forum .entry-title a {
	font-size: 22px;
}

/* Post title */

.entry-title {
	margin-bottom: 3px;
	font-size: 28px;
}

.entry-content a, .entry-content a:visited, .entry-title a, .entry-title a:visited {
	color: #fff;
	text-decoration: underline;
}

.entry-content a:hover, .entry-title a:hover {
	color: #94f800;
}

.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	
}

.page-title, .error-404-title {
	margin: 0 0 20px 0;
}

/* Byline */

.byline {
	font-size: .9em;
	font-style: italic;
	color: #e8e8e8;
}

.archive .byline, .search .byline {
	margin: 0 0 3px 0;
}

.byline a {
	font-style: normal;
	text-decoration: underline;
}

/* Entry */

.entry-content, .entry-summary {
	overflow: hidden;
	font-size: 13px;
}

/* Post meta data */

.entry-meta {
	text-align: right;
	margin-top: 10px;
	clear: both;
	display: block;
	padding: 9px;
	font-size: 1em;
	font-style: italic;
	color: #fff;
	border-top: 1px dashed #007cf7;
}

.entry-meta a {
	font-style: normal;
	text-decoration: underline;
}

/* Page links */

p.pages {
	font-weight: bold;
}

p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
}

/* Series */

.series-title {
	font-size: 1.2em;
}

/* Single-post author box */

.single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px 9px 0 9px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.single .author-profile p {
	margin: 0 0 9px 0;
}

.single .author-profile .avatar {
	margin: 0 20px 9px 0;
}

/* Page templates */

.author-profile {
	overflow: hidden;
	margin-bottom: 20px;
}

.page-template-biography .author-profile {
	margin: 0;
}

.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
}

.post-box {
	overflow: hidden;
	margin-bottom: 20px;
}

/* Archive templates */

.category-title, .tag-title, .date-title, .author-title, .search-title {
	font-size: 28px;
}

.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin: 0 0 20px 0;
}

.audio-gallery {
	float: left;
	padding: 10px 0;
	margin: 10px;
	width: 135px;
	background-color: #105187;
	text-align: center;
}
.audio-gallery a, .audio-gallery a:visited{
	text-decoration: none;
}
.audio-gallery a:hover {
	
}

/* Attachments (post meta data) */

.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
}

.attachment object.video {
	width: 100%;
	height: 360px;
}

.attachment object.audio {
	width: 100%;
}

.attachment-image .post-meta-data {
	clear: left;
}

.attachment .download {
	display: block;
	margin-bottom: 20px;
}

.attachment-icon, .mime-type-icon {
	height: 20px;
	margin-right: 10px;
	padding: 0;
}

.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 20px;
}

/* Breadcrumb */

.breadcrumb {
	display: none;
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #666;
}

/* WP PageNavi */

.wp-pagenavi {
	overflow: hidden;
}

.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
}

/* Navigation links */

.navigation-links {
	overflow: hidden;
}

.next, .previous {
	max-width: 50%;
	font-size: 13px;
}

.previous {
	float: left;
}

.next {
	float: right;
	text-align: right;
}

#comments-template .paged-navigation {
	text-align: center;
}

#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
}

#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
}

/**
* Widgets in general
************************************************/

/*text-5 just centers the widget for address*/

#text-3 {
	font-weight: bold;
}

#secondary .widget ul.blogroll li {
	background: transparent none no-repeat scroll 5px 7px;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}

.blogroll a img {
	width: 150px;
	height: 100px;
}

#utility-after-header {
	width: 960px;
	margin: 0 auto;
}

#utility-after-header .widget {
	margin: 0 0 0 25px;
	padding: 0;
	border: none;
}

.widget_sp_image {
	text-align: center;
}

#widget_sp_image-6 {
	
}

#shoppcartwidget-3 {
	padding-top: 77px;
	background: url(images/credit-cards.png) no-repeat center 10px;
}

.widget {
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 10px 9px 0 9px;
	border: 1px solid #198afa;
}

.widget-title {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 3px 10px 10px;
	font-weight: bold;
	color: #bdbdbd;
}

.widget-title a {
	color: #f7f7f7;
}

.widget ul {
	list-style: none;
	margin-left: 0;
}

.widget ul li {
	padding: 0 0 0 18px;
	background: url(images/arrow.png) no-repeat 3px 7px;
}

/* Widget search */

.widget-search .search-text {
	width: 300px;
}

/* Widget categories */

.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
}

/**
* Content-area widgets (mostly utility widgets)
************************************************/

.content .widget {
	margin: 0;
	padding: 0;
	border: none;
}

.content .widget-title {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #ddd;
}

.content .widget-title a {
	color: #093653;
}

.page-template-widgets .content .widget {
	margin: 0 0 20px 0;
}

/**
* Primary, Secondary, and Tertiary
************************************************/

#widget-container {
	float: left;
	width: 280px;
}

#primary {
	overflow: hidden;
	float: left;
	width: 280px;
}

#secondary {
	overflow: hidden;
	float: left;
	width: 280px;
}

#tertiary {
	overflow: hidden;
	float: left;
	width: 113px;
}

#primary .widget ul li {
	margin: 0 0 0px 0;
	padding: 5px 5px 5px 20px;
	background: #105187 url(images/bullet2.png) no-repeat 5px 12px;
	border-bottom: 1px solid #069;
}

#primary .widget ul ul {
	margin: 5px 0 0 0;
}

#primary .widget ul li li {
	margin: 0 0 0px 0;
	padding: 5px 5px 5px 20px;
	background: #105187 url(images/bullet2.png) no-repeat 5px 12px;
	border-bottom: 1px solid #069;
}

#primary object {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 9px 0;
}

/**
* Comments
************************************************/

#comments a, #comments a:visited {
	color: #e9191a;
}

#comment {
	height: 100px;
}

#comments-template {
	margin-top: 20px;
}

/* Comment headers */

#comments-number, #reply {
	font-size: 1.2em;
}

/* Comments are closed */

.comments-closed {
	color: #666;
	font-style: italic;
}

/* Comment list */

#comments-template ol {
	list-style: none;
	margin: 0;
}

/* Individual comments */

#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #333;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
}

#comments li li li, #comments li li li li li {
	background: #f7f7f7;
}

/* Avatar */

#comments li .avatar {
	display: none;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
	padding: 0;
	border: 1px solid #666;
}

/* Comment meta data */

#comments .comment-author {
	font-weight: bold;
}

#comments .comment-meta-data {
	margin-bottom: 15px;
}

/* Comment text */

.comment-text {
	clear: left;
	font-size: 13px;
}

/* Forms */

.widget .text-input {
	display: block;
	padding: 3px 6px;
	width: 240px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.page-template-quick-post .text-input {
	width: 97.5%;
}

#comments-template label {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

textarea {
	clear: left;
	display: block;
	width: 98%;
	font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #eee;
	background: #001838;
	border: none;
}

.button:hover {
	cursor: pointer;
	background: #093653;
}

.search-form input {
	margin-right: 9px;
}

/**
* Footer container (wraps Subsidiary and Footer)
************************************************/

/**
* Subsidiary
************************************************/

#subsidiary {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 14px auto;
	padding: 2px 0 0 0;
}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 210px;
	margin: 0;
	padding: 15px 20px 0 20px;
	font: 12px/21px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #777;
	background: transparent;
	border: none;
}

#subsidiary .widget-title {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	font-size: 15px;
	color: #bbb;
	background: transparent;
	border-bottom: 1px solid #072145;
}

#subsidiary a {
	color: #aaa;
}

#subsidiary .widget ul {
	margin-left: 0;
}

#subsidiary .widget ul li {
	margin: 0 0 3px 0;
	padding: 0 5px 3px 5px;
	background: transparent;
	border-bottom: 1px solid #072145;
}

/**
* Footer
************************************************/

#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
}

#footer {
	text-align: center;
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff;
	background: url(images/fish.jpg) no-repeat 880px center;
}

#footer img {
	margin-top: -20px;
	float: left;
}

#footer a {
	font-style: normal;
	color: #aaa;
}

#footer .copyright {
	display: inline;
	margin-right: 9px;
}

/* email form */

.linklove {
	display: none;
}