/*---------------Base styles--------------*/
* {
	margin: 0;
	padding: 0;
}
html, body, form {
	height: 100%;
}
body {
	background: #f5f9ff;
	font-family: Tahoma, Geneva, Verdana, sans-Serif;
	font-size: 14px;
	line-height: 21px;
	color: #404040;
}
#wrap {
	min-height: 100%;
}
h1 {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 24px;
	line-height: 29px;
	color: #804c0e;
	margin: 0;
	padding: 0 0 25px 0;
}
.h1tagline {
    font-family: Times, "Times New Roman", Georgia, serif;
    font-style: italic;
    font-size: 17px;
    line-height: 30px;
    padding: 0 0 37px 0;
    display: block;
    margin: -25px 0 0 0;
}
h2 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	color: #2F4E89;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    color: #404040;
}
a:link, a:visited {
    color: #4e6eab;
}
a:hover {
    color: #cc7a16;
}
ul li {
    list-style-type: disc;
}

/*---------------Header styles------------------*/
#headerWrap {
	height: 220px;
	background: url(images/header-bg.jpg) repeat-x;
}
#header {
    width: 940px;
    margin: 0 auto;
    overflow: auto;
}
#logoDiv {
    float: left;
    padding: 23px 0 0 21px;
}
#supFL {
    font-family: Times, "Times New Roman", Georgia, serif;
    font-size: 18px;
    color: #404040;
    text-align: right;
    line-height: 22px;
    float: right;
    padding: 46px 30px 0 0;
}

/*------------------Nav styles------------------*/  
#nav {
	clear: both;
	padding: 25px 0 17px 0;
	width: 940px;
	background: url(images/nav-under.jpg) bottom left no-repeat;
}
.mainMenu {
    background: url(images/navbar-bg.jpg) repeat-x;
    overflow: auto;
    border-top: 4px solid #cc7a16;
    border-bottom: 4px solid #cc7a16;
    margin: 0;
}
.mainMenu .root {
    display: block;
    float: left;
    list-style: none;
}
.mainMenu .mi a:link, .mainMenu .mi a:visited {
	color: #fff;
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.75);
}
.mainMenu .mi a:hover {
	text-decoration: none;
	background: url(images/navbar-bg-over.jpg) repeat-x;
}
.mainMenu .m {
    float: none;
    z-index: 9999;
    background: #000;
    margin-left: 0;
}
.mainMenu .m a:link {
    display: block;   
}
.mainMenu .m a:hover {
    background: #cc7a16;
}
#login {
    width: 882px;
    margin: 0 auto;
    text-align: right;
    font-size: 12px;
}
#login a:link, #login a:visited {
    text-decoration: none;
    color: #404040;
}
#login a:hover {
    text-decoration: underline;   
}
.registerGroup, .registerGroup .buttonGroup {
    display: inline;
}
.registerGroup .buttonGroup {
    margin: 0;
}
.registerGroup .buttonGroup li {
    list-style: none;
    width: auto;
}
.userDisplayName {
    display: inline;
}
.buttonGroup .userMessages,
.buttonGroup .userNotifications,
.buttonGroup .userProfileImg {
    display: none;
}
.loginGroup {
    display: inline;
    width: auto;
}
.LoginLink {
    margin-left: 10px;
}

/*--------------Large Image Stripe styles---------------*/
#lgImgWrap {
    background: #fff;
    padding: 23px 0;   
}
#lgImgC {
    width: 882px;
    margin: 0 auto;
    background: #2F4E89;
    background: url(images/c-bg.jpg) repeat-x;
    background: -webkit-linear-gradient(top, #4e6eab, #102e67);
    background: linear-gradient(to bottom, #4e6eab, #102e67);
    -moz-box-shadow: 0px 2px 5px 0px #808080;
    -webkit-box-shadow: 0px 2px 5px 0px #808080;
    box-shadow: 0px 2px 5px 0px #808080;
    overflow: auto;
}
#lgImg_img {
    float: left;
}
#lgImg_nav {
    float: right;
    width: 202px;    
}
#lgImg_nav ul {
    margin: 0;
}
#lgImg_nav ul li {
    list-style: none;
}
#lgImg_nav ul li a:link, #lgImg_nav ul li a:visited {
    font-family: Times, "Times New Roman", Georgia, serif;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 61px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.50);
    padding: 0 0 0 75px;
}
#lgImg_nav ul li a.homeLink {
    background: url(images/home-icon.png) 24px 50% no-repeat;
}
#lgImg_nav ul li a.homeLink:hover {
    background: #945810;
    background: url(images/home-icon.png) 24px 50% no-repeat, -webkit-linear-gradient(top, #A76312, #804C0E);
    background: url(images/home-icon.png) 24px 50% no-repeat, linear-gradient(to bottom, #A76312, #804C0E);
}
#lgImg_nav ul li a.aboutLink {
    background: url(images/info-icon.png) 24px 50% no-repeat;
}
#lgImg_nav ul li a.aboutLink:hover {
    background: #945810;
    background: url(images/info-icon.png) 24px 50% no-repeat, -webkit-linear-gradient(top, #A76312, #804C0E);
    background: url(images/info-icon.png) 24px 50% no-repeat, linear-gradient(to bottom, #A76312, #804C0E);
}
#lgImg_nav ul li a.contactLink {
    background: url(images/email-icon.png) 24px 50% no-repeat;
}
#lgImg_nav ul li a.contactLink:hover {
    background: #945810;
    background: url(images/email-icon.png) 24px 50% no-repeat, -webkit-linear-gradient(top, #A76312, #804C0E);
    background: url(images/email-icon.png) 24px 50% no-repeat, linear-gradient(to bottom, #A76312, #804C0E);
}
#lgImg_nav ul li a.sitemapLink {
    background: url(images/map-icon.png) 24px 50% no-repeat;
}
#lgImg_nav ul li a.sitemapLink:hover {
    background: #945810;
    background: url(images/map-icon.png) 24px 50% no-repeat, -webkit-linear-gradient(top, #A76312, #804C0E);
    background: url(images/map-icon.png) 24px 50% no-repeat, linear-gradient(to bottom, #A76312, #804C0E);
}

/*----------------Content Styles------------------*/
#main {
	overflow: auto;
	padding-bottom: 315px; /* must be same height as the footer */
	background: url(images/main-bg.jpg) repeat-x;
}
#content {
	width: 882px;
	margin: 0 auto;
	padding: 41px 0 0 0;
}
#contentCol {
    width: 670px;
    float: left;
    padding: 0 0 80px 0;
}
.ContentPane .Normal{
    font-family: Tahoma, Geneva, Verdana, sans-Serif;
	font-size: 14px;
	line-height: 21px;
	color: #404040;
}
#aboutNav {
    margin: 0;
}
#aboutNav li {
    list-style: none;
    display: block;
    float: left;
}
#aboutNav li a:link, #aboutNav li a:visited {
    padding: 5px 10px;
    margin: 0 10px 0 0;
    background: #404040;
    color: #fff; 
    text-decoration: none; 
    line-height: 30px; 
}
#aboutNav li a:hover {
    background: #000;
}
/* styled table on "Board Members" and "Links" pages */ 
.tdata {
    border-collapse: collapse;
}
.tdata tr.altrow {
    background-color: #fff;
}
.tdata th {
    text-align: left;
    background: #C7D3E8;
}
.tdata td, .tdata th {
    padding: 6px 18px;
}
.section {
    border-bottom: 1px dashed #404040;
    padding: 20px 0;   
}
/* styled tables on Fairweather Stadards page */
.tdata_b {
    border-collapse: collapse;
}
.tdata_b td {
    border: 1px solid #404040;
    padding: 5px 8px;
}

/*---------------DMX Lite Styles----------------*/
.FileGrid_Item td,
.FileGrid_AlternatingItem td,
.FileGrid_MouseOverRow td {
	line-height: 1.4;
}

/*---------------Button Styles-------------------*/
a.dnnPrimaryAction:link,
a.dnnPrimaryAction:visited {
	color: #fff;
}

/*---------------Sidebar Styles-----------------------*/
#sideCol {
    width: 192px;
    margin: 0 0 0 20px;
    float: left;
    padding: 0 0 80px 0;
}
#fbLink, #intVidLink, #confLink {
    display: block;
    width: 192px;
    height: 49px;
    margin: 0 0 22px 0;
    background-color: #fff;
    background-image: url(images/side-buttons.png);
    -moz-box-shadow: 0px 3px 4px 0px #ccc;
    -webkit-box-shadow: 0px 3px 4px 0px #ccc;
    box-shadow: 0px 3px 4px 0px #ccc;
}
#fbLink {
    background-position: 0px 0px;
}
#intVidLink {
    background-position: 0px -50px;
}
#confLink 
{
    background-position: 0px -100px;
}
a#fbLink:hover, a#intVidLink:hover, a#confLink:hover {
    background-color: #fcfcfc;
}

/*-----------------Footer styles-----------------------*/
#footerWrap {
	position: relative;
	margin-top: -315px; /* negative value of footer height */
	height: 315px;
	clear: both;
	background: url(images/footerWrap-bg.jpg) repeat-x;
}
#footerCenter {
    width: 940px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    background: url(images/foot-bar-over.jpg) no-repeat;
}
#footerBar {
    height: 47px;    
    padding: 26px 30px;
    overflow: auto;
    background: url(images/footer-bg.jpg) repeat-x;
    font-size: 11px;
    line-height: 23px;
    color: #ebeff6;
    border-top: 4px solid #cc7a16;
    border-bottom: 4px solid #cc7a16;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
#footerBar a:link, #footerBar a:visited {
    text-decoration: none;
    color: #fff;
}
#footerBar a:hover {
    color: #cc7a16;
}
#copycredit {
    float: left;
}
#copy, #credit {
    display: block;
}
#footNav {
    float: right;
    text-align: right;
}
.footerMenu {
    margin: 0;
}

/*Opera Fix*/
body:before 
{
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;/
}



/*  STICKY FOOTER NOTES
1. Do not use vertical margins with this code. You must use vertical padding instead.
2. Do not use relative font sizing - e.g. "em". Use absolute sizing - e.g. "px".
3. When using with .NET, you must add form tag to height 100% statement: 
	html, body, form, #wrap {height: 100%;}
*/