/*------------------------------------------------------------------------
# JA Pollux 1.0 - Nov, 2006
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #484848;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	background: #EDEDE1; /* a trick to stick the footer at the bottom :) */
}

body.contentpane { /* Printable Page */
	width: auto;
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a {
	color: #877D58;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #484848;
	text-decoration: underline;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
	font-size: 0.89em;
}

/* Heading */
h1 {
	font-size: 1.7em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../images/bullet-list.gif) no-repeat 22px 6px;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #D1D1C7;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #DDDAB5;
	background: #F5F3DE;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url(../images/quote.gif) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}
 
.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #484848;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #4D84A7;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #CC7400;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #F5F3DE;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 12px/normal Arial, Helvetica, sans-serif;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button {
	border: 1px solid #D1D1C7;
	padding: 1px 8px;
	background: url(../images/button-bg.gif) top #EDEDE1;
	color: #666666;
}

.button:hover, .button:focus {
	border: 1px solid #A7A79F;
	color: #484848;
}

.inputbox {
	border: 1px solid #D1D1C7;
	background: #F7F6F0;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #A7A79F;
}

/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 15px;
	font-size: 1em;
}

div.module {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right;
}

div.module div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 9px 15px 20px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.module-hilite h3 {
	margin: 0 0 10px;
	font-size: 1em;
}

div.module-hilite {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/box-br-hilite.gif) no-repeat bottom right;
}

div.module-hilite div {
	padding: 0;
	background: url(../images/box-bl-hilite.gif) no-repeat bottom left;
}

div.module-hilite div div {
	padding: 0;
	background: url(../images/box-tr-hilite.gif) no-repeat top right;
}

div.module-hilite div div div {
	padding: 9px 15px 20px;
	background: url(../images/box-tl-hilite.gif) no-repeat top left;
}

div.module-hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}


div.module-hilite2 h3 {
	margin: 0 0 10px;
	font-size: 1em;
}

div.module-hilite2 {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/box-br-hilite.gif) no-repeat bottom right;
}

div.module-hilite2 div {
	padding: 0;
	background: url(../images/box-bl-hilite.gif) no-repeat bottom left;
}

div.module-hilite2 div div {
	padding: 0;
	background: url(../images/box-tr-hilite.gif) no-repeat top right;
}

div.module-hilite2 div div div {
	padding: 9px 15px 20px;
	background: url(../images/box-tl-hilite.gif) no-repeat top left;
}

div.module-hilite2 div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.module-hilite3 h3 {
	margin: 0 0 10px;
	font-size: 1em;
}

div.module-hilite3 {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/red/box-br-hilite.gif) no-repeat bottom right;
}

div.module-hilite3 div {
	padding: 0;
	background: url(../images/red/box-bl_hilite3.gif) no-repeat bottom left;
}

div.module-hilite3 div div {
	padding: 0;
	background: url(../images/red/box-tr_hilite3.gif) no-repeat top right;
}

div.module-hilite3 div div div {
	padding: 9px 15px 20px;
	background: url(../images/red/box-tl_hilite3.gif) no-repeat top left;
}

div.module-hilite3 div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.module-hilite4 h3 {
	margin: 0 0 10px;
	font-size: 1em;
	color: #E21835;
}

div.module-hilite4 {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/red/box-br-hilite4.gif) no-repeat bottom right;
}

div.module-hilite4 div {
	padding: 0;
	background: url(../images/red/box-bl-hilite4.gif) no-repeat bottom left;
}

div.module-hilite4 div div {
	padding: 0;
	background: url(../images/red/box-tr-hilite4.gif) no-repeat top right;
}

div.module-hilite4 div div div {
	padding: 9px 15px 20px;
	background: url(../images/red/box-tl-hilite4.gif) no-repeat top left;
}

div.module-hilite4 div div div div {
	margin: 0;
	padding: 0;
	background: none;
}


div.module-podcast h3 {
	margin: 0 0 10px;
	font-size: 1em;
    background: url(http://www.omships.org/images/static/storiesofhope_title.png) no-repeat top left;
}

div.module-podcast {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/red/box-br-hilite4.gif) no-repeat bottom right;
}

div.module-podcast div {
	padding: 0;
	background: url(../images/red/box-bl-hilite4.gif) no-repeat bottom left;
}

div.module-podcast div div {
	padding: 0;
	background: url(../images/red/box-tr-hilite4.gif) no-repeat top right;
}

div.module-podcast div div div {
	padding: 9px 15px 20px;
	background: url(../images/red/box-tl-hilite4.gif) no-repeat top left;
}

div.module-podcast div div div div {
	margin: 0;
	padding: 0;
	background: none;
}


/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

table.blog .article_seperator {
	display: block;
	height: 30px;
	background: url(../images/seperator.gif) repeat-x center;
}

#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 18px;
	background: url(../images/arrow-off.gif) no-repeat 7px 7px;
}

table.contenttoc th {
	padding: 1px 4px;
	border-bottom: 1px solid #D1D1C7;
	color: #877D58;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.adminform textarea {
	width: auto; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #666666;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	margin: 0 0 15px;
	font-size: 2em;
	line-height: normal;
	padding: 2px 0 3px;
	border-bottom: 1px solid #D1D1C7;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 1.5em;
}

.contentheading {
	font-size: 2em;
        text-transform: capitalize;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon {
	text-decoration: none;
	display: block;
	float: right;
	font-weight: bold;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none!important;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding-bottom: 10px;
	color: #918E7F;
	font-weight: bold;
	line-height: 10px;
}

.modifydate {
	color: #918E7F;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #918E7F;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 2px 5px 2px;
	border: 1px solid #D1D1C7;
	background: url(../images/button-bg.gif) top #EDEDE1;
	text-decoration: none;
	color: #666666;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	border: 1px solid #A7A79F;
	text-decoration: none;
	color: #484848;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	background: #EDEDE1;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
}

tr.sectiontableentry2 td {
	padding: 5px;
}

.small {
	color: #918E7F;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	border: 1px solid #FFFFFF;
	text-align: center;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-headerwrap,
#ja-subnavwrap,
#ja-containerwrap,
#ja-footerwrap {
	text-align: center;
	width: 100%;
}

#ja-headerwhitewrap,
#ja-header,
#ja-subnav,
#ja-container,
#ja-footer {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

.wide #ja-headerwhitewrap,
.wide #ja-header,
.wide #ja-subnav,
.wide #ja-container,
.wide #ja-footer {
	width: 950px;
}

.auto #ja-headerwhitewrap,
.auto #ja-subnav,
.auto #ja-container,
.auto #ja-footer {
	width: 95%;
	min-width: 750px;
	max-width: 1150px;
}

.auto #ja-header { width:100%; }

#ja-containerwrap {
	clear: both;
	border-top: 1px solid #A7A79F;
	background: url(../images/containerwrap-bg.gif) repeat-x top #FFFFFF;
}

#ja-container {
	padding: 0px 0 20px; /*first zero changed from 5 for new location of tool menu */
}


/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: #fff;
}

#ja-headerwhitewrap {
	background: #FFF;
}

#ja-header {
	text-align: left;
	line-height: normal;
}

#ja-header h1 {
	font-size: 2em;
	height: 100px;
}

#ja-header h1 img {
	float: left;
}

#ja-usertoolswrap {
	padding: 0;
	background: url(../images/usertools-left-bg.gif) no-repeat top left;
	height: 25px;
	float: right;
	padding-left: 6px;
}

#ja-usertools {
	padding: 0 10px 0 4px;
	float: left;
	display: block;
	background: url(../images/usertools-right-bg.gif) no-repeat top right;
	font-size: 11px;
	height: 25px;
}

#ja-usertools span {
	float: left;
	margin-right: 30px;
	display: block;
}

#ja-usertools img {
	padding: 5px 2px 0;
}

#ja-usertools a {
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}

#ja-search {
	width: 120px;
	float: left;
	display: block;
}
 
#ja-usertools div.search {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
}

#ja-usertools .inputbox {
	border: none!important;
	width: 100px;
	background: none;
	color: #918E7F;
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	clear: both;
	float: left;
}

#ja-subnavwrap {
	width: 100%;
	float: left;
	background: #BDBAA6;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 4px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #D1D1C7;
	border-left: none;
	display: block;
	color: #484848;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {
	border-top: none!important;
	border-right: none!important;
	border-bottom: 1px solid #D1D1C7;
	border-left: none!important;
/*    background: url(../images/arrow-on.gif) no-repeat center right #EDEDE1!important; */
	color: #484848;
	text-decoration: none;
}

a.sublevel {
	padding: 3px 4px 3px 15px;
	display: block;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
}

#ja-leftcol #active_menu, #ja-rightcol #active_menu {
	color: #484848;
	background: #EDEDE1;
	text-decoration: none;
	border: 1px solid #D1D1C7;
}
/*End: Default Joomla! Menu  */

/* SPOTLIGHT
--------------------------------------------------------- */
.ja-box {
	float: left;
	overflow: hidden;
}

.ja-box h3 {
	margin-bottom: 5px;
	font-size: 1em;
	text-indent: 3px;
}

.ja-box div.moduletable {
	margin: 0 25px 0 0;
}

.ja-box ul {
	padding: 0;
	margin: 0!important;
}

.ja-box li {
	padding: 0;
	margin: 0;
	background: none;
}

.ja-box li a {
	padding: 4px;
	border-bottom: 1px solid #D1D1C7;
	width: 99%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
}

.ja-box li a:hover,
.ja-box li a:active,
.ja-box li a:focus {
	background: url(../images/arrow-on.gif) no-repeat center right #DFDFD4;
	text-decoration: none;
}

.ja-box td {
	padding: 0;
}

.ja-box  .article_seperator {
	display: none;
}

.box-ended div.moduletable {
	margin-right: 0!important;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	margin-left: 3px;
	color: #FFFFFF;
}

#ja-pathway img {
	display: none; /* DO NOT SHOW PATHWAY DEFAULT ARROW */
}

#ja-pathway a {
	padding-right: 20px;
	background: url(../images/slash.gif) no-repeat center right;
	font-size: 0.89em;
}

#ja-pathway a:hover, #ja-pathway a:active {
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
	margin: 25px 0; 
}

#ja-mainbody {
	float: left;
	width: 80%;
}

#ja-mainbody #ja-content {
	float: right;
	width: 70%;
	padding-right: 2.5%;
}

#ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody-fl #ja-content {
	float: left;
	width: 97.5%;
}

#ja-mainbody-fr{
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-content {
	float: right;
	width: 77.5%;
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 25%;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: right;
	width: 20%;
	margin: 25px 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	background: url(../images/footer-bg.gif) repeat-x top #EDEDE1;
}

#ja-footer {
	padding: 15px;
}

#ja-bottomline {
	padding: 15px 0;
	color: #666666;
	float: left;
}

#ja-cert {
	padding-top: 20px;
	float: right;
}

#ja-cert a {
	padding-right: 5px;
}

/* MISCELLANEOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	color: #918E7F;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* JA CoolAds Module */
#ja-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#ja-coolads-container {
	overflow: hidden;
	margin-right: 5%;
}

#ja-coolads-container div.moduletable {
	overflow: hidden;
}

/* Jon's additional styles */

.photoRight {
	float: right;
	padding: 0 10px 0 10px;
	margin: 0;
}

.photoLeft {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

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

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.quoteRight {
	text-align: right;
        padding-left: 50%;
        width:50%;
        padding-top: 0;
}


/*	Styles for Article Content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.allcaps {
    text-transform: capitalize;
}

.centertext {
	text-align: center;
}


.clearing { /* this allows for a color background to the photoGrid div */
	overflow: hidden;
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	font-size: 1px;
}

.designnote {
    background-color: yellow;
}


/*	Show/Hide Divs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

div#ShowHide1, div#ShowHide2, div#ShowHide3, div#ShowHide4, div#ShowHide5, div#ShowHide6, div#ShowHide7, div#ShowHide8, div#ShowHide9, div#ShowHide10{
	display: none;
	padding-top: .1em;
}


/*	Striped Tables Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.stripedtable td {
	padding:10px;
}

.stripedtable p {
	padding:0px;
}

.st_header {
	background-color: #bbb;
}

.st_light {
	background-color: #eee;
}

.st_dark {
	background-color: #ddd;
}

.highlighted {
	background-color:#FFFACD;
	padding: 10px;
}

.highlighted p{
	padding-bottom: 0;
}

.quote { /* For the quotes on the What Others Say pages */
	padding: 0 20px;
}

/*	More Photo Viewer Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

.thumbnailrow { commented out
	height:105px;
	text-align:center;
}

.thumbnail { commented out
	display:inline;
	padding: 0 5px 0 5px;
	height:105px;
	position:relative;
}

a.previouslink { commented out
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	font-size:1.25em;
}

a.nextlink { commented out
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	font-size:1.25em;
}

*/

/*	Styles for Photo Viewer Vertical
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.photoviewer {
        width:100%;
	background-color:#666;
	/*padding: 10px 10px 10px 5px;*/
}

.thumbnailcolumn {
	width:20%;
	text-align:center;
	float:left;
}

.thumbnail {
	display:inline;
	padding: 0 5px 0 5px;
	height:105px;
	position:relative;
}

.thumbnailvertical {
	padding: 2px 2px 2px 2px;
}

.previouslink a {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}

.nextlink a {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}

.bigphoto {
        width:80%;
	float:right;
	padding-top: 1.1em;
        text-align:center;
}

.bigphoto p {
	text-align:center;
	color:#fff;
	width:100%;
}

.cssPreLoad {display:none;}

/*	Styles for Rounded Corner with CSS objects
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.rounded{
	display:block
}
.rounded *{
	display:block;
	height:1px;
	overflow:hidden;
	background:#666
}
.rounded1{
	border-right:1px solid #e1e1e1;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #e1e1e1;
	padding-left:1px;
	margin-left:3px;
	background:#f2f2f2;
}
.rounded2{
	border-right:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	padding:0px 1px;
	background:#f5f5f5;
	margin:0px 1px;
}
.rounded3{
	border-right:1px solid #f5f5f5;
	border-left:1px solid #f5f5f5;
	margin:0px 1px;
}
.rounded4{
	border-right:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
}
.rounded5{
	border-right:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;
}
.rounded_content{
	padding:5px 10px;
	background:#666;
}

/* Drop shadows for news images */
.news-img-shadow {
  float:right;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.news-img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.news-thumb-shadow {
  clear:both;
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.news-thumb-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.whitetext {
 color: white;
}

/*	Search Form Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#newsSearch {
	width: 100%;
}

.row {
	width: 100%;
	text-align: left;
}

form dt {
    clear:both;
    width:33%;
    float:left;
    text-align:right;
}

form dd {
	float:left;
    width:66%;
    margin:0 0 0.5em 0.25em;
}

#portId {
	display: inline;
	margin-left: 10px;
}

.quote {
	font-style: italic;
	padding-bottom: 0;
}

.name {
	text-align: right;
	color: #BBB;
	padding-bottom: 1.5em;
}

.login {
	margin-top: 500px;
	margin-bottom: 20px;
	padding: 10px;
	width: 300px;
	text-align: left;
}

.rightColumn {
	width: 40%;
	float: right;
	text-align: left;
	padding-left: 20px;
}

table#schedule {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table#schedule th {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	-moz-border-radius: 0px;
}
table#schedule td {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	-moz-border-radius: 0px;
}

table#schedule td.header {
	background-color: #D9D9D9;
}

.OddRow {
	background-color: #FFFFFF;
}
.EvenRow {
	background-color: #F1F3F5;
}

/* Facile Forms Styles */

.fform_header {
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

.fform_text {
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
        line-height: 1.5;
}

.nowrap { white-space: nowrap; }


/* New Gallery Styles */

#image_gallery {
position: relative;
overflow: hidden;
}
ul#gallery_thumbs {
list-style: none;
margin: 0;
padding: 0;
}
#gallery_thumbs li {
background: none;
display: inline;
}
.thumb img { /* styles thumbnail previews */
background: #fff;
padding: 2px;
border: 1px solid #ddd;
}
.thumb:hover img {
background-color: transparent;
}
.thumb span { /* hides large previews */
visibility: hidden;
position: absolute;
}
.thumb span img { /* styles large previews */
background: #fff;
padding: 2px;
border: 1px solid #ddd;
}
.thumb:hover span { /* displays preview while hovering over thumb */
visibility: visible;
top: 80px; /* absolute positioning to control where previews are displayed */
left: 0;
z-index: 100;
}

#dateboxes option { /* fixes the display issue in firefox on port search dateboxes */
  padding-right:10px;
}


/* Joom!Fish CSS definition used by the module or component. You might overwrite it in your
 * template and remove this. Within your module configuration you can switch off the loading of the css*/

div.jflanguageselection
{
	float: right;
	vertical-align: middle;
	padding: 3px 2px 2px 2px;
}
 
/* language lists with UL (names & images) */
ul.jflanguageselection
{
	float: left;
	vertical-align: middle;
	list-style: none;
	padding: 0;
         padding-right: 10px;
	margin: 0;
	font-size: 0.8em;
}

ul.jflanguageselection li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
	border: none;
}

ul.jflanguageselection li a
{
	display: block;
}

ul.jflanguageselection img
{
	border: none;
}

/** Styles for the drop down list */

#jflanguageselection
{
	float: right;
	vertical-align: middle;
}

select.jflanguageselection
{
	border: 1px solid #cccccc;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 1px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

label.jflanguageselection
{ position:absolute; left:-3000px}