
body {
	margin:0px;
    background-image: url('../../images/community/sarasota/bg.png');
    background-repeat: repeat;
    background-color: transparent;
}
#wrapper {
    width: 982px;
    min-height: 800px;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding-bottom: 20px;
    box-shadow: 0px 0px 30px -7px #000;
    -webkit-box-shadow: 0px 0px 30px -7px #000; 
    -moz-box-shadow: 0px 0px 30px -7px #000; 
}

#footer {
    width: 982px;
    height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 982px;
    height: 33px;
    background-image: url('../../images/community/demo/topNav.jpg');
    background-repeat: repeat-x;
    margin: 0 auto;
}

#topNav .closeWindow {
    width: 100px;
    height: 25px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: right;
    margin: 0 25px 0 0;
    padding: 5px 0 0 0;
}

#topNav .closeWindow:hover {
    cursor: pointer;
    color: #CC6600;
}

#topNav .navItem {
    height: 15px;
    margin: 6px 0 0 0;
    padding: 0 10px;
    float: right;
    font-size: 11px;
    text-align: center;
    color: #000000;
}

#topNav .loggedIn {
    float: left;
    border-left: 0px;
    color: #30416f;
}

#topNav .environment {
    color: red;
    /* width: 80px; */
    height: 25px;
    float: left;
    border-left: 0px;
    font-size: 20px;
    width: 120px;
	margin: 10px 0 -10px 4px;
}

#topNav .last {
    border-left: none;
}

#topNav .navItem a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#topNav .navItem a:hover {
    color: #2F2F2F;
    text-decoration: underline;
}

#logo_1,
#logo_2 {
    width: 982px;
    height: 105px;
    background-image: url('../../images/community/sarasota/logo_1.jpg');
    background-repeat: repeat-x;
    margin: 0 auto;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    width: 600px;
    height: 50px;
    cursor: pointer;
    margin: 10px 0 0 20px;
    float: left;
    font-weight : bold;
    color : #30416F;
    font-size: 28px;
    padding: 30px 0 0 0 ;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#mainNav {
    width: 980px;
    height: 40px;
    margin: 0 auto;
    font-size: 14pt;
    text-align: center;
    color: #FFFFFF;
    clear: both;
    padding: 0 0 0 2px;
    background-color: #004d94;
}

#mainNav .navItem {
    min-height: 30px;
    background-color: #004d94;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#004d95), to(#003c74));
    background-image: -webkit-linear-gradient(top, #004d95, #003c74);
    background-image:    -moz-linear-gradient(top, #004d95, #003c74);
    background-image:     -ms-linear-gradient(top, #004d95, #003c74);
    background-image:      -o-linear-gradient(top, #004d95, #003c74);
    background-image:         linear-gradient(to bottom, #004d95, #003c74);
    border-right: 1px solid #004d95;
    border-left: 1px solid #003c74;
    float: left;
}

#mainNav .navItem:hover {
    background-color: #003c74;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003c74), to(#004d94));
    background-image: -webkit-linear-gradient(top, #003c74, #004d94);
    background-image:    -moz-linear-gradient(top, #003c74, #004d94);
    background-image:     -ms-linear-gradient(top, #003c74, #004d94);
    background-image:      -o-linear-gradient(top, #003c74, #004d94);
    background-image:         linear-gradient(to bottom, #003c74, #004d94);
}

#mainNav .selected {
    background-color: #2078ca;
}

#mainNav .last {
    margin-right: 0;
}

#mainNav .navItem a {
    display:block;
    float:left;
    padding: 10px 32px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    font-size: 18px;
}

#mainContent {
    /*width : 939px;*/
    margin: 0 auto;
    min-height: 600px;
}

#footer {
    width: 982px;
    height: 60px;
    margin: 5px auto 0px auto;
    font-size: 9pt;
    clear: both;
    border-top: none;
}

#footer .logo {
    width: 354px;
    height: 60px;
    background-image: url('../../images/community/common/clp_logo.png');
    background-repeat: no-repeat;
    float: left;
}

#footer .footerText {
    width: 150px;
    margin: 5px 0 0 100px;
    float: left;
    text-align: right;
    color: #30416f;
}

#footer .footerNav {
    width: 375px;
    float: left;
    margin: 5px 0 0 0;
}

#footer .footerNav .navItem {
    float: right;
    padding: 0 10px;
    text-align: center;
}

#footer .footerNav .navItem a {
    color: #30416f;
    text-decoration: none;
}

#footer .footerNav .navItem a:hover {
    text-decoration: underline;
}

/* th used in heading for knowledgebase detail.php items (tom): options:
light blue: 92CAF0 
dark blue on light blue: background-color: #C2EFEF; color: #003964;
dark blue background: 0865AB
*/
th, .headingReverse {
    background-color: #0982dc;
    color: black;
}


/* Pop ups */

.ui-widget.ui-dialog {
	border-radius: 0;
	border: 0;
}
.ui-widget.ui-dialog a.ui-dialog-titlebar-close,
.ui-widget.ui-dialog .ui-dialog-buttonset .ui-button {
	border-radius: 3px;
	border: 1px solid #666;
	color: #333;
	font-size: 16px;
	font-family: arial, sans-serif;
}
.ui-widget.ui-dialog .ui-dialog-titlebar-close:hover, 
.ui-widget.ui-dialog .ui-dialog-titlebar-close:focus{
	padding: 1px;



/* Mobile */

@media screen and (max-width : 480px) {
    #sarasota {
        width: 100%;
    }
    #slideshow {
        width: 100%;
        height: 120px;
    }
    #slideshow img {
        width: 100%;
    }
    div#sarasota>* {
        margin-right: 5%;
        margin-left: 5%;
        width: 90%;
    }
    div#sarasota ul {
        width: 80%;
    }
    #sarasota #map {
        width: 100%;
    }
}

/* End Mobile */
