﻿@import url('/App_Themes/Shared/Base.css');

html { 
    /* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical; 
}

/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink,
a.webmodules_editModuleLink,
a.webmodules_editModuleLink:link,
a.webmodules_editModuleLink:visited {
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; /*preserve layout*/
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
    line-height: 1; 
}
.webmodules_editModuleLink:hover,
a.webmodules_editModuleLink:hover {
    font-size: 100%;
    color: #00A2FF;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink,
a.webmodules_editPageLink,
a.webmodules_editPageLink:link,
a.webmodules_editPageLink:visited {
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; 
    top: 5px;
    left: 5px;
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
    line-height: 1; 
}
.webmodules_editPageLink:hover,
a.webmodules_editPageLink:hover {
    font-size: 100%;
    color: #00A2FF;
}

/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active {
	background-color: #00FF00;
}

/******************************************************************************
 main navigation menu. 
******************************************************************************/
.mainNavDropDown {
    z-index: 1; /* do not remove; fixes IE8 rendering issue. */
    padding: 10px 0px 0px 0px;
}

/* the <table> element for each menu item. */
.mainNavDropDown_item {
}

/* this <td> is contained by the <table> above. */
.mainNavDropDown_item td {
}

/* this <a> is contained by the <td> above. */
.mainNavDropDown_item a {
    display: block; /* do not mess with this. */
}

/* do *not* put multiplicative things like padding in here. */
.mainNavDropDown_item, /* required */
.mainNavDropDown_item a, /* required */
.mainNavDropDown_item a:link, /* required */
.mainNavDropDown_item a:visited /* required */ {
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}

/* the <table> element for each menu item. */
.mainNavDropDown_item_hover {
}

/* this <td> is contained by the <table> above. */
.mainNavDropDown_item_hover td /* important */ {
}

/* this <a> is contained by the <td> above. */
.mainNavDropDown_item_hover a {
    display: block; /* do not mess with this. */
}

/* do *not* put multiplicative things like padding in here. */
.mainNavDropDown_item_hover, /* required */
.mainNavDropDown_item_hover a, /* required */
.mainNavDropDown_item_hover a:link, /* required */
.mainNavDropDown_item_hover a:visited, /* required */
.mainNavDropDown_item_hover a:hover, /* required */
.mainNavDropDown_item_hover a:active /* required */ {
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}

/***** NYCCruiseAlliance Cut CSS *****/
@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLtRoman';
    src: url('fonts/helveticaneueltroman-webfont.eot');
    src: url('fonts/helveticaneueltroman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltroman-webfont.woff') format('woff'),
         url('fonts/helveticaneueltroman-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltroman-webfont.svg#HelveticaNeueLtRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('fonts/HelveticaNeue-Light.eot');
    src: url('fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue-Light.woff') format('woff'),
         url('fonts/HelveticaNeue-Light.ttf') format('truetype'),
         url('fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeue-UltraLight';
    src: url('fonts/HelveticaNeue-UltraLight.eot');
    src: url('fonts/HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue-UltraLight.woff') format('woff'),
         url('fonts/HelveticaNeue-UltraLight.ttf') format('truetype'),
         url('fonts/HelveticaNeue-UltraLight.svg#HelveticaNeue-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}


a { color: #fff; }

div#logo { width: 85px; padding: 0 0 0 13px; float:left;}
div#logo a { height: 85px; background: url(images/logo.png) no-repeat 0 0; }

#header { background-color:#28307b; /*background: url(images/header.png) repeat-x 0 0;*/ padding: 20px 0 5px; height: 100px; }

#main-nav { width: 802px; float:right; margin-top:30px;}
#main-nav ul { list-style:none; padding:0; margin:0; }
#main-nav ul li { list-style: none; padding: 0 18px 0 0; display:inline;}

#main-nav ul li a:link{ text-transform:uppercase; color:#fff; font-size: 14px; font-family:'OpenSansBold'; text-decoration:none;}
#main-nav ul li a:hover { color:#66c2e5; text-decoration:none;}
#main-nav .active { display: block !important;}

.sub-navigation h3, .cols h3, .sub-navigation h3 a { color: #000; }
/*.sub-navigation h3 strong, .cols h3 strong { font-family: 'OpenSansBold', Arial, sans-serif; }*/
.sub-navigation ul li a:hover, .sub-navigation ul li a.active { background: #28307b; color:#66c2e5; }

/*.image-navigation { background: url(images/sidebar-bg.png) repeat 0 0; } */

.post h1, .post h2, .widget h4 { color: #28307b !important; }
.widget h3 { color: #28307b; }
.post blockquote { background: #28307b; }

.a-link a { color: #009ad4; }



.loader { background: #fff url(images/loading.gif) no-repeat center center !important; }

/*#home-widget { background: url(images/home-widget.png) repeat-x center 0; }
#home-widget a.info { color: #686868; ; }
#home-widget a.info:hover { color: #ed242c; text-decoration: none; }*/

#footer { background-color:#28307b; repeat-x 0 0; }
#footer .bottom { color: #fff; }
#footer .bottom a { color: #fff; }
#footer .bottom a:hover { color:#66c2e5; text-decoration:none;}
#footer .copy a { color: #fff; }
#footer .copy { color: #fff; }

.box { background: #28307b; }


.static {
position:absolute;
top:125px;
z-index:1;	
}
.recaptchacontainer {
    margin-left: 140px;
}