/*------------------------------------------------------------------------
/* COMMON STYLES
--------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #545454;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 150%;
}

body#bdnational {
	background: url(../images/body-bg-thick.png) #FFFFFF;
	background-repeat:no-repeat;
	background-position:top center;
}
body#bdmarin {
	background: url(../images/body-bg.png) #FFFFFF;
	background-repeat:no-repeat;
	background-position:top center;
}

body.contentpane {
	width: auto; /* Printable Page */
	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: #003399;
	text-decoration: none;
}

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

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 5px 15px;
}

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

ul li {
	padding-left: 30px;
	background: url(../images/bullet-listblue.gif) no-repeat 15px 8px;
	line-height: 170%;
}

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

ol li {
	margin-left: 35px;
	line-height: 170%;
}

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

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

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 15px 15px;
	border-left: 3px solid #59B2C4;
	background: url(../images/pat-bg1.gif);
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 40px 1em 15px;
	font: italic 1em/1.5 Georgia, Times, serif;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/quote.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/quote2.gif) no-repeat bottom right;
}

/*blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/quote.gif) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}*/

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

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #545454;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.inputbox {
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 0 5px;
	padding: 4px 2px 2px;
	border-bottom: 0px solid #C0C0C0;
	font-size: 1em;
	color:#000033;
	text-transform: uppercase;
}

div.moduletable {
	margin: 0 0 15px;
	padding: 0;
}

div.module-orange h3,
div.module-green h3,
div.module-blue h3,
div.module h3 {
	margin: 0 0 10px 0;
	padding-bottom: 6px;
	font-size: 1em;
	text-transform: uppercase;
}

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

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

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

div.module-orange div div div,
div.module-green div div div,
div.module-blue div div div,
div.module div div div {
	padding: 8px 15px 15px 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module-orange div div div div,
div.module-green div div div div,
div.module-blue div div div div,
div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.module-orange a, div.module-orange a:hover, div.module-orange a:active,
div.module-green a, div.module-green a:hover, div.module-green a:active,
div.module-blue a, div.module-blue a:hover, div.module-blue a:active {
	color: #FFFFFF;
}

/* orange module */
div.module-orange h3 {
	color: #FFFFFF;
}

div.module-orange {
	color: #FFFFFF;
	background: url(../images/box-orange-br.gif) no-repeat bottom right;
}

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

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

div.module-orange div div div {
	background: url(../images/box-orange-tl.gif) no-repeat top left;
}

/* Blue hilite module */
div.module-blue h3 {
	color: #FFFFFF;
}

div.module-blue {
	color: #FFFFFF;
	background: url(../images/box-blue-br.gif) no-repeat bottom right;
}

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

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

div.module-blue div div div {
	background: url(../images/box-blue-tl.gif) no-repeat top left;
}

/* Green hilite module */
div.module-green h3 {
	color: #FFFFFF;
}

div.module-green {
	color: #FFFFFF;
	background: url(../images/box-green-br.gif) no-repeat bottom right;
}

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

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

div.module-green div div div {
	background: url(../images/box-green-tl.gif) no-repeat top left;
}

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

.article_seperator {
	display: block;
	/*background: url(../images/seperator.gif) no-repeat center;*/
	height: 10px;
}

#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 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 4px;
	background: url(../images/pat-bg1.gif);
	text-indent: 5px;
}

.adminform .inputbox {
}

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

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
	color: #000033;
}

.contentdescription {
	padding-bottom: 30px;
	color: #999999;
}

table.blog .contentheading {
	font-size: 170%;
	line-height: normal;
	font-weight: bold;
}

.contentheading {
	font-size: 170%;
	line-height: normal;
	color: #333333;
	font-weight: bold;
}

a.contentpagetitle {
	text-decoration: none!important;
}

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

table.contentpaneopen td, table.contentpane td {
}

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

.moduletable {
	padding: 0;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

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 {
	text-decoration: none;
}

.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: 7px 5px;
/*	border: 1px solid #FFFFFF;
	background: url(../images/pat-bg2.jpg) #C0C0C0;*/
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 7px 5px;
	background: url(../images/seperator2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 7px 5px;
	background: url(../images/seperator2.gif) repeat-x bottom #F2F2F2;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/seperator2.gif) repeat-x bottom #FEFAE1;
}

tr.sectiontableentry1 a:hover, tr.sectiontableentry1 a:active, tr.sectiontableentry1 a:focus,
tr.sectiontableentry2 a:hover, tr.sectiontableentry2 a:active, tr.sectiontableentry2 a:focus {
	background: none;
}

.small {
	color: #999999;
}

.smalldark {
	color: #999999;
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 760px;
	margin: 0 auto;
}

.wide #ja-wrapper {
	width: 950px;
}

.auto #ja-wrapper {
	width: 95%;
}

#ja-containerwrap {
	margin-top: 5px;
	text-align: left;
}

#ja-container {
	padding: 0;
	background: url(../images/leftcol-left-bg.gif) repeat-y 20% 0%;
}

#ja-container-fr, #ja-container-f {
	background-color: #FFFFFF;
}

#ja-container-fl #ja-mainbody-fl {
	border-bottom: none;
}

#ja-container-fr {
	padding: 0;
	background: url(../images/leftcol-left-bg.gif) repeat-y 20% 0% #FFFFFF;
}

#ja-contentwrap {
}

#ja-content {
	padding: 0 20px 5px;
	margin: 0px;
	clear: both;
	display: block;
	min-height: 25px; /*Default height of content items in relation to footer */
}

/* HEADER
--------------------------------------------------------- */
#ja-homeheaderwrap {
}

#ja-homeheader {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 240px;
	position: relative;
	border-bottom: 5px solid #003399;
}

#ja-headerwrap {
}

#ja-header {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 180px;
	position: relative;
	border-bottom: 5px solid #003399;
}

#ja-headermarin {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 190px;
	position: relative;
	border-bottom: 5px solid #006633;
}

#ja-header h1 {
	font-size: 2em;
	position: absolute;
	top: 19px;
	left: 1px;
}

#ja-header h1 a {
	text-decoration: none;
	text-transform: uppercase;
}

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

#imagerotator {
	position: absolute;
	top: 5px;
	margin-left: 255px;
}

#imagerotator div.imagerotator {
	position: absolute;
	top: auto;
	left: -1px;
	clip: rect(30px,auto,auto,auto);
}

/* Top Menu in Header */
#ja-topnavwrap {
	padding-left: 5px;
	position: absolute;
	top: 25px;
	right: 5px;
	height: 26px;
}

#ja-topnavwrap ul {
	margin: 0;
	padding: 0;
	float: left;
	height: 26px;
}

#ja-topnavwrap li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-topnavwrap li a {
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 24px;
}

#ja-topnavwrap li a:hover,
#ja-topnavwrap li a:active,
#ja-topnavwrap li a:focus {
	background: none;
}

/* SEARCH 
-----------------------------------------------------*/
#ja-search {
	position: absolute;
	top: 33px;
	right: 1px;
}

#ja-search div.search {
	padding-left: 18px;
	background: url(../images/icon-search.gif) no-repeat center left;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	background: #FFF;
}

#ja-mainnav {
	font-size: 1em;
	line-height: normal;
}

#ja-mainnav a {
}

#ja-subnav {
	padding: 6px 0;
	margin: 3px 0 0;
	clear: both;
	line-height: normal;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px 3px 7px 12px;
	width: 90%;
	display: block;
	background: url(../images/a-mainlevel-bg.gif) no-repeat bottom left;
	color: #333333;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #000033;
	text-decoration: none;
	background: url(../images/a-mainlevel-bg.gif) no-repeat bottom left;
}

a.mainlevel#active_menu {
	color: #FFCC33;
	background: url(../images/a-mainlevel-bg.gif) no-repeat bottom left #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.mainlevelmarin {
	padding: 5px 3px 7px 12px;
	width: 90%;
	display: block;
	background: url(../images/a-mainlevel-bgmarin.gif) no-repeat bottom left;
	color: #333333;
	text-decoration: none;
}

a.mainlevelmarin:hover,
a.mainlevelmarin:active,
a.mainlevelmarin:focus {
	color: #000033;
	text-decoration: none;
	background: url(../images/a-mainlevel-bgmarin.gif) no-repeat bottom left;
}

a.mainlevelmarin#active_menu {
	color: #FFCC33;
	background: url(../images/a-mainlevel-bgmarin.gif) no-repeat bottom left #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 4px 4px 4px 13px;
	display: block;
	color: #545454;
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #1763FF;
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
}

#active_menu {
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	color: #003399;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Frontpage  */
#ja-sh {
	clear: both;
	/*height: 360px; */
	overflow: hidden;
	margin-top: 3px;
}

/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding-right: 20px;
}

.ja-box-right div.moduletable {
	padding-left: 20px;
	background: url(../images/v3-seperator.gif) top left repeat-y;
}

.ja-box-center div.moduletable {
	padding: 0 20px;
	background: url(../images/v3-seperator.gif) top left repeat-y;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
	padding-bottom: 20px;
	border-bottom: 3px solid #E1E1E1;
}

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

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

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

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

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

#ja-mainbody-fr #ja-contentwrap {
	float: right;
	width: 80%;
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
	background: url(../images/leftcol-bg.gif) no-repeat top right;
}

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

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 24.9%;
	background: url(../images/leftcol2-bg.gif) no-repeat top left;
}

#ja-leftcol-inner {
	padding: 8px 12px 0 8px;
}

#ja-rightcol {
	float: right;
	width: 19%;
}

#ja-leftcol table,
#ja-rightcol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-leftcol ul li,
#ja-rightcol ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 0 6px;
}

#ja-leftcol ul,
#ja-rightcol ul {
	margin: 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	padding: 3px 0 3px;
	color: #999999;
	text-align: right;
}

#ja-footer {
	height: 50px;
	overflow: hidden;
	position: relative;
	text-align: left;
	padding: 0 15px;
	color: #999999;
}

#ja-footer a {
	color: #999999;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #999999;
}

#ja-bottomline {
	float: right;
}


/* MISCELLANOUS
----------------------------------------------------------- */
#ja-banner {
	text-align: center;
	overflow: hidden;
	width: 98%;
}

/* 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*/
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}#bd #ja-wrapper #ja-wrapper-inner #ja-homeheaderwrap #ja-homeheader img {
	margin-top: 20px;
}

#bdnational #ja-wrapper #ja-wrapper-inner #ja-homeheaderwrap #ja-homeheader img {
	margin-top: 25px;
}
#bdmarin #ja-wrapper #ja-wrapper-inner #ja-headerwrap #ja-headermarin img {
	margin-top: 30px;
}
.imgleft15pixels {
	margin-left: 15px;
	margin-bottom: 10px;
}

