
/*---------------------------GENERAL------------------------------*/
body {
	background: #041636 url(../images/body_bg.jpg) no-repeat center top;
	font: 13px/150% 'Open Sans', Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}
* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
p {
 padding: 0 0 1em 0;
}
a {
	color:#649129;
	text-decoration: none;
}
h1 {
	font-size:24px;
 line-height: 130%;
}
h2 {
	font-size:20px;
 line-height: 130%;
 margin: 0 -20px 15px -20px;
 padding:15px 20px 15px 20px;
 clear: both;
}
h3 {
	font-size:18px;
 line-height: 130%;
	color:#649129;
	text-transform:uppercase;
	padding: 0.5em 0 0.25em 0;
}
h4 {
	font-size:16px;
 line-height: 130%;
	padding: 0.5em 0 0.25em 0;
}
h5 {
	font-size:14px;
 line-height: 140%;
	padding: 1em 0 0.5em 0;
}
h6 {
	font-size:12px;
 line-height: 150%;
 padding: 0.5em 0 0 0;
}


ol {
 margin: 0 0 0 1.5em;
 padding: 0.25em 0 1em 0;
}


ul{
	list-style:none;
}

hr {
	margin:7px 0 15px 0;
	height:10px;
	width:100%;
	background: url(../images/h2_bg.png) repeat-x center;
}

/* ............... FORMS ............... */

input, textarea, select {
	background: #eee;
	border: 1px solid #ccc;
	color:#414D4B;
	margin:3px 0 0 0;
	padding:4px 8px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px; 
 /*display: block;*/
}

input, textarea, select {
 max-width: 80%;
 width: 250px;
}

#memberSignup input[type=checkbox] {
    width: auto;
}

.textarea {
 height: auto;
}
input:focus,
input[type=text]:focus,
input:focus.qty-text,
select:focus,
textarea:focus {
 border:3px double  #bbb;
}

input[type=text], 
input[type=file], 
input[type=button],
input[type=submit],
input.button,
input,
.form-select, textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
}
input,
input[type=text], input[type=file], textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:8px 12px;
}

.contactform table {
 min-width: 500px;
}

.contactform .button {
 margin-left: 140px;
}

#global_wrapper {
	width:960px;
	display:block;
	margin:0 auto;
}
/*---------------------------header------------------------------*/
#header {
	width:960px;
	display:block;
}
.header-left-wrapper {
	display:block;
	overflow:hidden;
	float:left;
}
.header-right-wrapper {
	float:right;
	margin:20px 0 0 0;
	display:block;
	overflow:hidden;
}
#header .logo {
	width:140px;
	height:130px;
	display:block;
	float:left;
}


#tnav {
 clear: both;
 width: 960px;
 margin: 0 0 20px 0;
 -webkit-border-radius: 8px 8px 0px 0px;
 border-radius: 8px 8px 0px 0px; 
position:relative;
z-index: 999;
}

#tnav > ul {
 margin: 0;
 padding: 0 10px;
 list-style: none;
 -webkit-border-radius: 8px 8px 0px 0px;
 border-radius: 8px 8px 0px 0px; 
background: #0a1d4c url(../images/nav_bg.jpg);
 height: 42px;
}
#tnav ul > li {
 margin: 0;
 padding: 0 18px;
 list-style: none;
 float: left;
 line-height: 41px;
}
#tnav li {
 position: relative;
}

/* DELETE THESE NEXT TWO WHEN WE GET THE nav START CF FFUNCTION WORKING */
#tnav > ul > li {
 display: none;
}
#tnav > ul > li + li {
 display: block;
}

#tnav ul li a {
 font-size:13px;
 font-weight:400;
 color:#fff;
 text-decoration:none;
 text-transform:uppercase;
 line-height:42px;
}

#tnav ul li a:hover,
#tnav ul li a:focus {
 color: #0B8BBB;
 text-decoration: none;
}

#tnav li ul {
 display: none;
 position: absolute;
 width: 200px;
 background: #041636 url(../images/body_bg.jpg) no-repeat -200px 0;
 top: 38px;
 left: 0;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 border: 1px solid #94BDD9;
 padding: 0;
 z-index: 10;
}

#tnav li ul li ul {
 top: -1px;
 left: 199px;
 left: 195px;
 background-position: -210px -80px;
 z-index: 100;
}
#tnav li ul li ul li ul {
 background-position: -120px 0;
 z-index: 100;
}
#tnav li ul li {
 float: none;
 line-height: 140%;
 padding: 3px 10px;
 -webkit-border-radius: 9px;
 border-radius: 9px; 
}
#tnav li ul li:hover {
 background: #041636;
}
#tnav li ul li a {
 float: none;
 display: block;
 line-height: 140%;
}
#tnav > ul > li:hover > ul {
 display: block;
}
#tnav > ul > li:hover  ul > li:hover > ul {
 display: block;
}
#tnav > ul > li:hover > ul > li:hover > ul >li:hover ul {
 display: block;
}

/*
ul.nav {
	width:960px;
	height:60px;
	list-style:none;
	display:block;
	overflow:hidden;
	text-align:center;
	background:url(../images/nav_bg.jpg) repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
ul.nav li {
	display:inline;
	padding:0 18px;
}
ul.nav li a {
	font-size:13px;
	font-weight:400;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	line-height:42px;
}
ul.nav li a:hover, .ul.nav li a.active {
	color:#0aa2ce;
}

*/



#banner_wrapper {
	width:960px;
	min-height:16px;
	display:block;
	overflow: hidden;
	position:relative;
	margin: -20px 0 20px 0;
	background:url(../images/nav_bg.jpg) repeat-x 0 -30px;
}
.banner {
	width:956px;
	display:block;
	border:2px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
.banner p {
 padding: 0;
}
ul#top_links {
	float:left;
	list-style:none;
	margin:12px 0 0 0;
}
ul#top_links li {
	float:left;
	margin:0 23px 0 0;
}
ul#top_links li a {
	font-size:11px;
	font-weight:600;
	color:#102964;
	text-transform:uppercase;
	text-decoration:none;
}
ul#top_links li a:hover {
	text-decoration:underline;
}
.search-box {
	width:190px;
	height:26px;
	float:right;
	margin:6px 0;
	position:relative;
	-webkit-border-radius: 24px !important;
	-moz-border-radius: 24px !important;
	border-radius: 24px !important;
	-webkit-box-shadow: 0px 0px 1px 1px #285886;
	-moz-box-shadow: 0px 0px 1px 1px #285886;
	box-shadow: 0px 0px 1px 1px #285886;
 background: #fff;
 padding: 2px 5px;
}
.search-text {
	width:150px;
	height:20px;
	float:none;
	border:none !important;
 background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size:11px !important;
	font-style:italic;
	color:#999;
	padding:0 10px !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.search-text:focus {
 color: #345;
}
#searchForm input.search {
	width:14px;
	height:12px;
	display:block;
	background: #fff url(/templates/marine/images/search_icon.png) no-repeat 50% 0;
	position:absolute;
	top:7px;
	right:8px;
	cursor:pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
 border: none;
 overflow: hidden;
 text-indent: -999px;
}
#searchForm input.search:hover {
	background-position: 50% -12px;
}
#socialmedia ul {
	list-style:none;
	float:right;
	clear:both;
	margin:20px 1px 0 15px;
}
#socialmedia li {
	float:left;
}
#socialmedia li+li {
	margin:0 0 0 9px;
}
#socialmedia li a {
	width:32px;
	height:31px;
	display:block;
	background:url(../images/socialmedia.png) no-repeat;
 overflow: hidden;
 text-indent: -999px;
}
#socialmedia li a.fb {
	background-position:0 0;
}
#socialmedia li a.tw {
	width: 30px;
	background-position:-32px 0;
}
#socialmedia li a.in {
	width: 32px;
	background-position:-62px 0;
}
#socialmedia li a.flkr {
	width: 32px;
	background-position:-96px 0;
}
#socialmedia li a.yt {
	width: 32px;
	background-position:-128px 0;
}
#socialmedia li a.fb:hover {
	background-position:0 -31px;
}
#socialmedia li a.tw:hover {
	background-position:-32px -31px;
}
#socialmedia li a.in:hover {
	background-position:-62px -31px;
}
#socialmedia li a.flkr:hover {
	width: 32px;
	background-position:-96px -31px;
}
#socialmedia li a.yt:hover {
	width: 32px;
	background-position:-128px -31px;
}
/*---------------------------content------------------------------*/
#main_wrapper {
	width:960px;
	display:block;
	clear:both;
	overflow:hidden;
}
#main_wrapper h2 {
	font-size:24px;
	line-height: 26px;
	font-family: 'Dosis', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	color: #132E6E;
	background: url(../images/h2_bg.png) repeat-x bottom;
}
#main_wrapper #left_wrapper h2,
#main_wrapper #right_wrapper h2 {
	color:#555;
	font-weight:600;
	font-size:20px;
}
#left_wrapper h2,
#right_wrapper h2 {
	font-family: 'Dosis', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	color:#555;
}
#left_wrapper {
	width:220px;
	display:block;
	float:left;
	margin:0 10px 0 0;
}
#middle_wrapper {
	width:500px;
	display:block;
	float:left;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 10px 0 0;
}
#middle_wrapper h2 {
	text-align:center;
}
.content-info img {
	margin:0 0 20px 0px !important;
}

.content-info #addDateSpan img, .content-info #removeDateSpan img {
    margin: 0 !important;
}

#right_wrapper {
	width:220px;
	display:block;
	float:left;
}
.content-wrapper {
	width:220px;
	display:block;
	overflow:hidden;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 0 10px 0;
 overflow: hidden;
}
.content-info {
	display: block;
	overflow: hidden;
	background:#fff;
	padding: 15px 20px 20px 20px;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 10px 0;
 overflow: hidden;
}

.content-info1 {
 display: block;
 overflow: hidden;
 background:#fff;
 padding: 15px;
 position:relative;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 margin: 0 0 10px 0;
 overflow: hidden;
}

#main_wrapper ul,
#footer ul {
	list-style:none;
	display:block;
 padding: 0.25em 0 1em 0;
}
#main_wrapper ul li {
	background:url(../images/li_bg.png) no-repeat 0 0.5em;
	text-decoration:none;
	font-style:italic;
	color:#333;
	padding:0 0 0 15px;
}
#main_wrapper .submission ul {
 background:none;
 list-style: disc outside none;
 margin: 0 0 0 1.25em;
}
#main_wrapper .submission ul li {
 background:none;
 list-style: disc outside none;
 padding: 0
}
#main_wrapper .submission ul li ul li {
  list-style: circle outside none;
}
#main_wrapper .submission ul li ul li ul li {
  list-style: square outside none;
}

.plug {
	width:220px;
	display:block;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(../images/big_button_bg.jpg) repeat-x;
	margin:0 0 15px 0;
     height:45px;
     padding: 0;
}
.plug a {
	display:block;
	color:#fff;
	font-size:16px;
     line-height: 44px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
	border:none;
	padding: 0 10px;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/big-button-arrow.png) 185px 16px no-repeat;
}
.plug a:hover {
	color:#466317;
}
.buy-now {
	width:147px;
	height:40px;
	display:block;
	background:url(../images/buynow.png) no-repeat !important;
	cursor:pointer;
	margin:0 0 0 25px !important;
 overflow: hidden;
 text-indent: -999px;
}
.date{
	float: right;
	margin: 0 -20px;
	background:#4190db;
	color:#fff;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding:5px 12px;
}
.date h5{
	color:#fff;
	clear:both;
     padding: 0;
}
.date span{
	font-size:9px;
	color:#a0c8ed;
	clear:both;
	text-transform:uppercase;
}
.post{
	font-size:11px;
	color:#888;
	font-style:italic;
	font-weight:200;
	margin: -1em 0 1.5em 0;
}
.post span{
	color:#333;
	font-weight:600;
}
/*---------------------------footer------------------------------*/

#footer {
 color: #676e80;
 padding: 40px 0 20px 0;
	background:url(../images/footer_line.png) repeat-x bottom;
 overflow: hidden;
 clear: both;
}
#footerRight {
 float: right;
 text-align: left;
 width: 400px;
 overflow: hidden;
}
.footerRightBox {
 border: 1px solid;
 overflow: hidden;
 padding: 5px 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 background-color: #041636;
 background: #124  url(/templates/marine/images/body_bg.jpg) no-repeat 50% 70%;
 -webkit-box-shadow: inset 0px 1px 4px 0px rgba(1, 2, 3, 0.5);
 box-shadow: inset 0px 1px 4px 0px rgba(1, 2, 3, 0.7);
}
.footerRightBox .footerLogo {
 display: block;
 margin: 0 auto 10px auto;
}
.footerRightBoxLeft {
width: 49%;
float: left;

}
.footerRightBoxRight {
width: 180px;
float: right;
text-align: right;
color: #fff;
}

.footerRightBoxRight span span {
color: #676e80;
float: left;
width: 50px;
text-align: left;
}

#copyright {
 text-align: right;
 font-size: 0.8em;
 color: #676e80;
 padding: 10px 0;
}


#footer a,
#footer a:hover,
#footer a:focus {
 color: #def;
 text-decoration:none;
}
#footer ul li a:hover,
#footer ul li a:focus {
	color:#def;
	text-decoration:underline;
}

#footer ul {
	list-style:none;
	float:left;
	margin:0 80px 0 0;
}
#footer ul li {
}
#footer ul li a {
	font-size:13px;
	background:url(../images/button-arrow.png) left no-repeat;
	padding:0 0 0 15px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5 {color: #cde;}


/* -------------------inner page------------------------------ */
#sideNav {
 padding: 0 0 20px 0;
 margin: 0;
}

#main_wrapper #sideNav ul {
	list-style:none;
	font-size:13px;
	line-height: 18px;
	display:block;
 padding: 0;
}
#main_wrapper #sideNav ul li {
	margin:0 0 7px 0;
 padding: 0;
	display:block;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#main_wrapper #sideNav ul li a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #59A7F0 url(../images/logoBug.png) no-repeat 3px 9px;
	padding:6px 0 6px 25px;
	display:block;
	color:#fff;
	font-weight:700;
	text-decoration:none;
 margin: -1px;
	border:1px solid #4993d9;
}
#main_wrapper #sideNav ul li a:hover {
	color:#2d78bd;
}
#main_wrapper #sideNav li ul  {
 padding: 0.25em 0 0 8px;
}
#main_wrapper #sideNav li ul li ul  {
  padding: 0 0 0 18px;
}
#main_wrapper #sideNav li ul li {
 background:url(../images/li_bg.png) no-repeat 0 5px;
 border: none;
 padding: 0;
 margin: 2px 0
}
#main_wrapper #sideNav li#leftMenu_active {
    background:url(../images/li_solidBG.png) no-repeat 0 5px;
}
#main_wrapper #sideNav li ul li a {
 border: none;
 background: transparent;
 padding: 0 0 4px 15px;
 color: #041636;
 color: #036;
 font-weight:600;
}
#main_wrapper #sideNav li ul li ul li a {
	background: transparent;
 color: #555;
}
#main_wrapper #sideNav li ul li a:hover,
#main_wrapper #sideNav li ul li a:focus,
#main_wrapper #sideNav li ul li ul li a:hover,
#main_wrapper #sideNav li ul li ul li a:focus {
 color:#2d78bd;
}

#main_wrapper #sideNav li ul {
	display:none;
}

#main_wrapper #sideNav ul.active {
	display:block;
}
#main_wrapper #sideNav ul.active > li {
	display:block;
}
#main_wrapper #sideNav ul.active > li.active ul {
	display:block;
}



/*

#main_wrapper ul.side-menu {
	list-style:none;
}
#main_wrapper ul.side-menu li {
	margin:0 0 7px 0;
}
#main_wrapper ul.side-menu li {
	border:1px solid #4993d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #59A7F0 url(../images/side_nav_bg.png) repeat-x 0 0;
	padding:6px 0 6px 20px;
}
#main_wrapper ul.side-menu li a {
	display:block;
	color:#fff;
	font-size:13px;
	font-weight:700;
	padding:0 0 0 30px;
	text-decoration:none;
	line-height: 18px;
	background:url(../images/challenge.png) no-repeat 0 0;
}
#main_wrapper ul.side-menu li a:hover {
	color:#2d78bd;
}
*/

.challenge {
	background:url(../images/challenge.png) no-repeat 0 0;
}
.challenge:hover {
	background-position:0 -17px;
}
.mission {
	background:url(../images/mission.png) no-repeat 0 0;
}
.mission:hover {
	background-position:0 -17px;
}
.strategy {
	background:url(../images/strategy.png) no-repeat 0 0;
}
.strategy:hover {
	background-position:0 -17px;
}
.staff {
	background:url(../images/staff.png) no-repeat 0 0;
}
.staff:hover {
	background-position:0 -17px;
}
.advisory {
	background:url(../images/advisory.png) no-repeat 0 0;
}
.advisory:hover {
	background-position:0 -17px;
}
#inner-content-wrapper {
	width:730px;
	display:block;
	float:left;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
 overflow: hidden;
}

#inner-content-wrapper h3 {
}
#inner-content-wrapper h4 {
}

/* -------------------form----------------------- */

.radio {
	margin:0 5px 0 0;
}
.radio1 {
	margin:0 5px 0 70px;
}
.form {
	font-size:14px;
	color:#555;
	margin:0 0 55px 0;
	display:block;
	float:left;
	clear:both;
}
.form-element {
	margin:0 0 25px 0;
}
.form label {
	display:block;
	font-family: 'Dosis', sans-serif;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	color:#2573BD;
	margin:0 0 8px 0;
}
.form-text, .form-select, .form textarea {
	width:370px;
	color:#555;
	border:1px solid #a0a0a0;
}
.form-select, .form textarea {
	padding:8px !important;
}
.form textarea {
	height:120px;
}
.form-text, .form textarea {
	width:354px;
}
/* -------------------calender------------------------------ */

.calender-wrapper {
	float:none;
 margin: 0 -15px;
}
.ui-datepicker {
	width: 220px;
	height: 277px;
	display:block;
	display: none;
	float:none;
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position:absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	color:#9DA315;
}
.ui-datepicker-next {
	background:url(../images/next.png) no-repeat 0 5px;
}
.ui-datepicker-prev {
	background:url(../images/pre.png) no-repeat 0 5px;
}
.ui-datepicker .ui-datepicker-prev {
	left:16px;
	top: 3px;
}
.ui-datepicker .ui-datepicker-next {
	right:6px;
	top: 3px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left:16px;
	top: 3px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right:6px;
	top: 3px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
	text-indent:-9999px;
}
.ui-datepicker .ui-datepicker-title {
	font-family: 'Dosis', sans-serif;
	font-size:20px;
	margin: 0 2.3em;
	line-height: 1.6em;
	text-align: center;
	color:#555;
	font-weight:200;
	text-transform:uppercase;
}
.ui-datepicker .ui-datepicker-title select {
	font-size:1em;
	margin:1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
	color:#9da315;
}
.ui-datepicker table {
	width: 100%;
	height:86%;
	font-size: .9em;
	border-collapse: collapse;
	margin:0 0 .4em;
}
.ui-datepicker th {
	background:#eee;
	font-size:9px;
	color:#666;
	text-transform:uppercase;
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	border: 1px solid #e3e3e3;
	border-top:0;
	padding:0;
}
.ui-datepicker td span, .ui-datepicker td a {
	font-size:11px;
	font-weight:400;
	display: block;
	padding:35.3% 0;
	text-align: center;
	text-decoration: none;
	color:#333;
	font-family: 'Open Sans', sans-serif;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding:0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width:auto;
	overflow:visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width:auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float:left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width:95%;
	margin:0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width:50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width:33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width:25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear:left;
}
.ui-datepicker-row-break {
	clear:both;
	width:100%;
	font-size:0em;
}
/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
	top:5px;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
	top:5px;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear:right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
	display: none; /*sorry for IE5*/
	display/**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#fff;
	color: #333;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #72a025;
	text-decoration: none;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #72a025;
	text-decoration: none;
	border: 1px solid #88a1b0;
	background: url(../img/calender_bg.png) repeat;
	font-weight: bold;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #6a9422;
	color: #6a9422;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background:#72a025;
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 2px 1px #618920;
	box-shadow: inset 0px 0px 2px 1px #618920;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 1;
	filter:Alpha(Opacity=100);
	background-image: none;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ffd27a_256x240.png);
}
/*----------------------------------*/


/* ASSIGNABLES */

/* clear float without adding any element height (for layout use) */
.clr {clear: both; zoom: 1; height: 0px; visibility: hidden; overflow: hidden;}
.clear {clear: both;}
.harden_float {
 overflow: hidden;
}
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}

input[type=submit],
input[type=button],
input.button,
a.showMore,
.view-more_outer,
.button_green a,
a.button_green {
 margin: 0.25em 0 0 0;
 font-weight:600;
 display: block;
 clear: left;
 float: left;
 color: #fff;
 text-decoration: none;
 text-transform: uppercase;
 height: 21px;
 font-size: 10px;
 line-height: 21px;
 font-family: 'Open Sans', sans-serif;
 text-align: center;
 cursor: pointer;
  -webkit-border-radius: 4px;
 border-radius: 4px; 
 overflow: hidden;
 padding: 0 1em;
background: #ad0;
background: -moz-linear-gradient(top,  #b0e713 0%, #709e26 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0e713), color-stop(100%,#709e26));
background: -webkit-linear-gradient(top,  #b0e713 0%,#709e26 100%);
background: -o-linear-gradient(top,  #b0e713 0%,#709e26 100%);
background: -ms-linear-gradient(top,  #b0e713 0%,#709e26 100%);
background: linear-gradient(top,  #b0e713 0%,#709e26 100%);
width: auto;
/*
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0e713', endColorstr='#709e26',GradientType=0 );
*/
}

#inner-content-wrapper input[type=submit],
#inner-content-wrapper input[type=button],
#inner-content-wrapper input.button
#inner-content-wrapper .button_green a,
#inner-content-wrapper a.button_green,
#full-width-content input[type=submit],
#full-width-content input[type=button],
#full-width-content input.button
#full-width-content .button_green a,
#full-width-content a.button_green {
 height: 24px;
 font-size: 14px;
 line-height: 1.4em;
}

a.showMore {
 margin: 0;
}
.view-more_outer {
 padding: 0;
}
.view-more_outer .view-more {
 display: block;
 background:url(../images/button-arrow.png) 100% 50% no-repeat;
 padding: 0 1em;
 margin: 0 1em 0 0;
 color: #fff;
}

input[type=submit]:hover,
input[type=submit]:focus,
input.button:hover,
input.button:focus,
a.showMore:hover,
a.showMore:hover,
.view-more_outer:hover,
.button_green a:hover,
.button_green a:focus,
a.button_green:hover,
a.button_green:focus {
 background: #709e26;
background: -moz-linear-gradient(top,  #709e26 0%, #b0e713 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#709e26), color-stop(100%,#b0e713));
background: -webkit-linear-gradient(top,  #709e26 0%,#b0e713 100%);
background: -o-linear-gradient(top,  #709e26 0%,#b0e713 100%);
background: -ms-linear-gradient(top,  #709e26 0%,#b0e713 100%);
background: linear-gradient(top,  #709e26 0%,#b0e713 100%);
/*
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709e26', endColorstr='#b0e713',GradientType=0 );
*/
}



.logo-icon {
	height:30px;
	padding:2px 0 2px 45px;
	color:#2573bd;
	background:url(../images/logo_icon.png) no-repeat left;
}

.smaller {font-size: 0.9em;}
.smallest {
 font-size: 0.8em; 
 line-height:140%;
}
.larger{
 font-size: 1.2em;
}

.largest{
 font-size: 1.6em;
 line-height:130%;
}

.required {
 color: #eb703f;
 padding: 0 4px 0 0;
}

.pad10 {padding: 10px}
.pad20 {padding: 10px 20px}

.margin10 {margin: 10px}
.margin20 {margin: 10px 20px}

.padTop10 {padding-top: 10px;}
.padTop20 {padding-top: 20px;}
.padTop30 {padding-top: 30px;}
.padTop40 {padding-top: 40px;}
.padTop60 {padding-top: 60px;}
.padTop80 {padding-top: 80px;}

.Code {
 border: #8b4513 1px solid;
 padding-right: 5px;
 padding-left: 5px;
 color: #999;
 font-family: 'Courier New' , Monospace;
 background-color: #eee;
}

/* Use for images */
img.framed{
	border:1px solid #dfdfdf;
	padding:10px;
	margin:10px auto 20px auto;
}
.float_left {float:left; margin: 5px 15px 5px 0;} 
.float_right {float:right; margin: 5px 0 5px 15px;}

/* assign to divs - maybe only in Item Design? */
.third {
width: 32%;
float: left;
overflow: hidden;
padding: 6px 0;
}
.third + .third {
padding: 6px 0 6px 2%;
}
.half {
width: 49%;
float: left;
overflow: hidden;
padding: 6px 0;
}
.half + .half {
width: 48%;
float: right;
overflow: hidden;
padding: 6px 0;
}

/* generally used for Javascripting or ColdFusions switches */
.hide {display: none;}
.show {}
.hidden { clear: left;}

.commentDate, .submissionDate {
    color:#808080;
}

#pageCommentThanks {
    color: #649129;
}

label.error, #pageCommentError {
    color: red;
}

.pageComment {
    margin-bottom: 0.5em;
}

img[title="Select a Date"] {
    margin-bottom: 0 !important;
}

label.error {
    display:block;
}

.hello_top {
    text-align: right;
    color: white;
}