/*
LAMP commmon to all pages
*/
body {
	margin:0;
	padding:0;
}
img, img a {
	border: none;
}

#wrapper {
    width: 981px;
    min-height: 800px;
    background-color:#FFF;
    box-shadow: 0px 0px 20px 1px #000;
    -webkit-box-shadow: 0px 0px 20px 1px #000; 
    -moz-box-shadow: 0px 0px 20px 1px #000;
    margin: 0 auto;
}

#wrapperBottom {
    width: 981px;
    height: 0px;
    margin: 0 auto;
}

#menubar {
	background: transparent;
	border-bottom: none;
}

#footer {
    width: 981px;
    height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 981px;
    height: 33px;
    background-image: url('../../images/community/lamp/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: 4px 0 0 0;
    padding: 0 8px;
    float: right;
    font-size: 8pt;
    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;
}

#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: 981px;
    height: 105px;
    background-image: url('../../images/community/lamp/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: 9px 0 0 0;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#mainNav {
    width: 981px;
    height: 40px;
    margin: 0 auto;
    font-size: 14pt;
    text-align: center;
    color: #FFFFFF;
    clear: both;
    background-color: #004d95;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#004d95), to(#003363));
    background-image: -webkit-linear-gradient(top, #004d95, #003363);
    background-image:    -moz-linear-gradient(top, #004d95, #003363);
    background-image:     -ms-linear-gradient(top, #004d95, #003363);
    background-image:      -o-linear-gradient(top, #004d95, #003363);
    background-image:         linear-gradient(to bottom, #004d95, #003363);
}

.slicknav_menu {
    background-color: #004d95; /*default blue*/
}

#mainNav .navItem {
    min-height: 30px;
    float: left;
    border-right: thin solid #9DC1E2;
    margin:0px;
}

#mainNav .navItem:hover, #mainNav .selected {
    background-color: #003363;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003363), to(#004d95));
    background-image: -webkit-linear-gradient(top, #003363, #004d95);
    background-image:    -moz-linear-gradient(top, #003363, #004d95);
    background-image:     -ms-linear-gradient(top, #003363, #004d95);
    background-image:      -o-linear-gradient(top, #003363, #004d95);
    background-image:         linear-gradient(to bottom, #003363, #004d95);
}

#mainNav .last {
    border-right: 0;
}

#mainNav .wide {
    /*width: 243px;*/
}

#mainNav .short {
    width: 103px;
}

#mainNav .navItem a {
    display: block;
    float: left;
    padding: 9px 45px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#mainContent {
    /*width : 939px;*/
    margin: 0 auto;
    min-height: 600px;
}

#footer {
    width: 981px;
    height: 50px;
    margin: 13px auto 0;
    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 {
    width: 95px;
    float: right;
    padding: 0 5px;
    text-align: center;
}

#footer .footerNav .small {
    width: 65px;
}

#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;
}

/********************/
/**  Custom List Sidebar  **/
/********************/

#divReports {
	background-color:#E8F0FB;
	box-shadow: 0px 0px 12px 3px #999;
	-webkit-box-shadow: 0px 0px 12px 3px #999; 
	-moz-box-shadow: 0px 0px 12px 3px #999; 
	padding: 6px;
	float: right;
	line-height: 120%;
	margin: 0px -15px 0px 10px;
	width: 250px;
}

#divReports dl {
	color: #000;
	padding:7px;
	margin:0px;
}
#divReports dl dt {
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
	background-color: #ACC7EC;
	cursor:pointer;
	margin-bottom: 2px;
}
#divReports dl dt:hover {
	background-color: #8CABD6;
}
#divReports dl dd {
	font-size: 13px;
	margin: 10px 0px 10px 14px;
	font-weight:normal;
}
#divReports dl dd a {
	display:block;
	padding-bottom:6px;
	font-size: 13px;
	margin-left: 20px;
	text-indent: -20px;
}

#divReports dl dd a, #divReports dl dt a {
	color:#000;
}

/*	 Override Style for Landing Page Maps	*/

#mapTypeOne #filters {
	background-color: #E4E4E4;
}

#mapTypeOne #mapWrapper {
	background-color: #E4E4E4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#00cbff));
	background-image: -webkit-linear-gradient(top, #E4E4E4, #00cbff);
	background-image:    -moz-linear-gradient(top, #E4E4E4, #00cbff);
	background-image:     -ms-linear-gradient(top, #E4E4E4, #00cbff);
	background-image:      -o-linear-gradient(top, #E4E4E4, #00cbff);
	background-image:         linear-gradient(to bottom, #E4E4E4, #00cbff);
}

#classifiedsPage #rightSidebar .classifiedsCategories .title {
	font-size: 15px;
}


/* Mobile */

@media screen and (max-width : 480px) {
    #logo_1, #logo_2 {
        height: 65px;
    }
    #logo_1 .clickAreaLeft, #logo_2 .clickAreaLeft {
        height: 31px;
    }
    #columnLeft #slideshow #slideshowImage {
        background-size: 100%;
        width: 100%;
    }
    #columnLeft #slideshow {
        height: 155px;
    }
    #columnLeft #slideshow #slideshowImage {
        height: 185px;
    }
    #columnRight .callOut .clickArea {
        width: 67%;
        margin: 0 0 0 7%;
    }
}

/* End Mobile */

