/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */
* {	margin: 0;	padding: 0;	}
body {
	color: #444;
	font-size: .75em;
	padding: 0;
	margin: 0;
	background-color: #27749b;
	background-image: url(../img/grungbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* anchors
----------------------------------------------- */
a {
	color: #0088cc;
	font-weight:bold;
	text-decoration: none;
	font-family:"trebuchet MS", Arial, sans-serif
}
a:hover {
	color:#9d2f14;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background-color: #FFFFFF;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	margin-bottom:0.3em;
	font-family:"trebuchet MS", Arial, sans-serif
}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}

h1 a {
	font-weight:normal;
}

/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	padding:0;
	margin-bottom:-8px;
	background-color: #431204;
	background-repeat: no-repeat;
	height: 295px;
	margin-left: -10px;
	width: 960px;
	background-image: url(../img/katrinaheader2.jpg);
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #431204;
	margin-top: -30px;
}
h1#branding-too {
	font-weight:normal;
	padding:0;
	margin-bottom:-8px;
	background-color: #431204;
	background-repeat: no-repeat;
	height: 295px;
	margin-left: -10px;
	width: 960px;
	background-image: url(../img/headermaintoo.jpg);
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #431204;
	margin-top: -30px;
}
h1#branding-fyi {
	font-weight:normal;
	padding:0;
	margin-bottom:-8px;
	background-color: #431204;
	background-repeat: no-repeat;
	height: 295px;
	margin-left: -10px;
	width: 960px;
	background-image: url(../img/headerfyi2.jpg);
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #431204;
	margin-top: -30px;
}
h1#branding-gift {
	font-weight:normal;
	padding:0;
	margin-bottom:-8px;
	background-color: #431204;
	background-repeat: no-repeat;
	height: 295px;
	margin-left: -10px;
	width: 960px;
	background-image: url(../img/katrinaheader.jpg);
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #431204;
	margin-top: -30px;
}
h1#branding-katrina{
	font-weight:normal;
	padding:0;
	margin-bottom:-8px;
	background-color: #431204;
	background-repeat: no-repeat;
	height: 295px;
	margin-left: -10px;
	width: 960px;
	background-image: url(../img/gifthead.jpg);
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #431204;
	margin-top: -30px;
}
h1#branding-katrina2{
	font-weight:normal;
	padding:0;
	margin-bottom:-8px;
	background-color: #431204;
	background-repeat: no-repeat;
	height: 295px;
	margin-left: -10px;
	width: 960px;
	background-image: url(../img/katrinaheader.jpg);
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #431204;
	margin-top: -30px;
}
h1#branding-katrina3{
	font-weight:normal;
	padding:0;
	margin-bottom:-8px;
	background-color: #431204;
	background-repeat: no-repeat;
	height: 295px;
	margin-left: -10px;
	width: 960px;
	background-image: url(../img/katrinaheader3.jpg);
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #431204;
	margin-top: -30px;
}
h1#branding-katrina4{
	font-weight:normal;
	padding:0;
	margin-bottom:-8px;
	background-color: #431204;
	background-repeat: no-repeat;
	height: 295px;
	margin-left: -10px;
	width: 960px;
	background-image: url(../img/katrinaheader4.jpg);
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #431204;
	margin-top: -30px;
}
/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:0.5em;
	margin:0 0 10px 0;
}


/* boxes
----------------------------------------------- */
.blankbox {
	margin-bottom:20px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.box {
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
	background-color: #e3e9bb;
	background-image: url(../img/lightgreenfooter.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:capitalize;
	color:#27749B;
	margin-top: -10px;
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	background-image: url(../img/lightgreenheader.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.box h2 a,
.box h2 a.visible {
	color:#27749B;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {

}
.box h2 a:hover {

}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #7e8b2c;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}

.green {
	color: #a9bb3b;
	font-family:"trebuchet MS", Arial, sans-serif
}
.green-bold {
	color: #a9bb3b;
	font-weight: bold;
	font-family:"trebuchet MS", Arial, sans-serif
}
.green-bold-upper {
	color: #a9bb3b;
	font-weight: bold;
	text-transform: uppercase;
	font-family:"trebuchet MS", Arial, sans-serif
}
.green-bold-italics {
	color: #a9bb3b;
	font-weight: bold;
	font-style: italic;
	font-family:"trebuchet MS", Arial, sans-serif
}
.greendark {
	color: #7e8b2c;
	font-family:"trebuchet MS", Arial, sans-serif
}
.green-heading {18px;
	text-align: left;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #7E8B2C;
	background-position: top;
	font-family:"trebuchet MS", Arial, sans-serif
}
.green-fyi-heading {
	font-size:16px;
	text-align: center;
	color: #7E8B2C;
	text-transform: uppercase;
	background-position: top;
	font-family:"trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
.greendark-bold {
	color: #7e8b2c;
	font-weight: bold;
	font-family:"trebuchet MS", Arial, sans-serif
}
.greendark-bold-upper {
	color: #7e8b2c;
	font-weight: bold;
	text-transform: uppercase;
	font-family:"trebuchet MS", Arial, sans-serif
}
.greendark-bold-italics {
	color: #7e8b2c;
	font-weight: bold;
	font-style: italic;
	font-family:"trebuchet MS", Arial, sans-serif
}
.orange {
	color: #9d2f14;
	font-family:"trebuchet MS", Arial, sans-serif
}
.orange-heading {
	text-align: left;
	color: #9d2f14;
	text-transform: none;
	font-size: 1.75em;
	font-family:"trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
.orange-bold {
	color: #9d2f14;
	font-weight: bold;
	font-family:"trebuchet MS", Arial, sans-serif
}
.orange-bold-upper {
	color: #9d2f14;
	font-weight: bold;
	text-transform: uppercase;
	font-family:"trebuchet MS", Arial, sans-serif
}
.orange-bold-italics {
	color: #9d2f14;
	font-weight: bold;
	font-style: italic;
	font-family:"trebuchet MS", Arial, sans-serif
}
.brown {
	color: #431104;
	font-family:"trebuchet MS", Arial, sans-serif
}
.brown-bold {
	color: #431104;
	font-weight: bold;
	font-family:"trebuchet MS", Arial, sans-serif
}
.brown-bold-upper {
	color: #431104;
	font-weight: bold;
	text-transform: uppercase;
	font-family:"trebuchet MS", Arial, sans-serif
}
.brown-bold-italics {
	color: #431104;
	font-weight: bold;
	font-style: italic;
	font-family:"trebuchet MS", Arial, sans-serif
}
.blue {
	color: #27749B;
	font-family:"trebuchet MS", Arial, sans-serif
}
.blue-bold {
	color: #27749B;
	font-weight: bold;
	font-family:"trebuchet MS", Arial, sans-serif
}
.blue-bold-upper {
	color: #27749B;
	font-weight: bold;
	text-transform: uppercase;
	font-family:"trebuchet MS", Arial, sans-serif
}
.blue-bold-italics {
	color: #27749B;
	font-weight: bold;
	font-style: italic;
	font-family:"trebuchet MS", Arial, sans-serif
}
.bluelite {
	color: #9fdae2;
	font-family:"trebuchet MS", Arial, sans-serif
}
.bluelite-bold {
	color: #9fdae2;
	font-weight: bold;
	font-family:"trebuchet MS", Arial, sans-serif
}
.bluelite-bold-upper {
	color: #9fdae2;
	font-weight: bold;
	text-transform: uppercase;
	font-family:"trebuchet MS", Arial, sans-serif
}
.bluelite-bold-italics {
	color: #9fdae2;
	font-weight: bold;
	font-style: italic;
	font-family:"trebuchet MS", Arial, sans-serif
}
/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	height: 28px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 6px;
}
ul.menu li a:hover {

}
ul.menu li a:active {
	background-color: #431204;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background-color: #28739B;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
	border: 1px solid #FFFFFF;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	background-color: #7e8b2c;
	color: #EAEECA;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7e8b2c;
	border-right-color: #7e8b2c;
	border-bottom-color: #7e8b2c;
	border-left-color: #7e8b2c;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}
thead th.table-head {
	font-size:1.25em;
	font-weight:normal;
	text-transform:capitalize;
	color:#7e8b2c;
	border:1px solid #E3E9BB;
	background-color: #E3E9BB;
}
tbody th,
tbody td {
	background-color: #FFFFFF;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
.odd-row-bg {
	background-color: #EAEECA;
}
tfoot th,
tfoot td {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C5D26C;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top-width: 6px;
	border-top-style: double;
	border-top-color: #C5D26C;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:left;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
	text-align: center;
}
fieldset {
	border:1px solid #7e8b2c;
	padding:10px;
	position:relative;
	margin-bottom:10px;
	background-color: #FFFFFF;
	text-align: left;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	border:1px solid #7e8b2c;
	background-color: #7e8b2c;
	color: #FFFFFF;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
	text-align: left;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:0px solid #666;
	padding-top:0.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:0.2em;
	font-size:1.6em;
	color:#9d2f14;
}
.article h3 a{
	color:#0F90A6;
}
.article h3 a:hover{
	color:#7e8b2c;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left;
	margin:3px 10px 3px 0;
	padding:4px;
	border:1px solid #0F90A6;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #7e8b2c;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#7e8b2c;
	padding:.3em 0;
	margin-bottom:0.8em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7e8b2c;
	border-bottom-color: #7e8b2c;
}


/* site information
----------------------------------------------- */
.footer {
	font-size: 11px;
	color:#fff;
	margin:0;
	height: 225px;
	background-color: #431104;
	background-image: url(../img/footermain.jpg);
	background-repeat: repeat-x;
	padding-top: 3.75em;
}
.footer p{
	margin-bottom:10px;
	
}
#site_info .box {
	color:#ccc;
	background:#666;
	margin-bottom:10px;
}
.footer h1{
	color:#bf3918;
	margin-bottom:10px;
	text-transform: capitalize;
	text-align: left;
	font-size: 1.5em;
}
.footer a{
	color:#44c1ff;
}
.footer a:hover {
	color:#9d2f14;
	text-align: left;
}
.footerbox p{
	margin-bottom:10px;
	line-height: 1.75em;
}
.footerbox ul, ol{
	list-style-type: none;
	line-height: 1.6em;
}
.footerquote {
	width: 325px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1.75em !important;
	border-left:4px solid #9d2f14;
	float: left;
	margin-left: 4em;
}
.quotetitle {
	width: 352px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.45em;
	float: left;
	font-style: italic;
	color: #ADBE3A;
	margin-top: 2em;
	margin-left: 2.7em;
}
.quoteauthor {
	width: 323px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:2em;
	border-left:4px solid #431104;
	float: left;
	color: #44c1ff;
	margin-left: 4em;
}
.facebook {
	width: 141px;
	float: right;
	margin-right: 3em;
}
.twitter {
	width: 141px;
	float: right;
	margin-right: 10.25em;
}
/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #7e8b2c;
	margin: 0;
	padding: 2px 5px;
	font-size:1.1em;
	font-weight: normal;
	border: 1px solid #FFFFFF;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: transparent;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 220px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	vertical-align: middle;
}
#kwick .two {
	vertical-align: middle;
}
#kwick .three {
	vertical-align: middle;
}
#kwick .four {
	vertical-align: middle;
}
.kwick_img {
	padding: 5px;
}
