/*
Lehigh Valley commmon to all pages
*/
body{
	margin-top:0px;
	margin-bottom:0px;
}
#wrapper {
    width: 983px;
    /* 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: 983px;
    height: 10px;
    margin: 0 auto;
}

#footer {
    width: 981px;
    height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 983px;
    height: 33px;
    background-image: url('../../images/community/ny/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: 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: 983px;
    height: 105px;
    background-image: url('../../images/community/ny/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: 983px;
    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);
}

#mainNav .navItem {
    /*width: 189px;*/
    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:none;
}

#mainNav .wide {
    /*width: 243px;*/
}

#mainNav .short {
    /*width: 114px;*/
}

#mainNav .navItem a {
    display: block;
    float: left;
    padding: 10px 33px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#mainContent {
    margin: 0 auto;
    /* min-height: 800px; */
}

#footer {
    width: 960px;
    height: 55px;
    margin: 5px auto 0 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 80px;
    float: left;
    text-align: right;
    color: #30416f;
}

#footer .footerNav {
    width: 370px;
    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 {
    color: black;
    padding:13px 15px;
    background-color: #BEEBFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BEEBFF), to(#87C9E6));
    background-image: -webkit-linear-gradient(top, #BEEBFF, #87C9E6);
    background-image:    -moz-linear-gradient(top, #BEEBFF, #87C9E6);
    background-image:     -ms-linear-gradient(top, #BEEBFF, #87C9E6);
    background-image:      -o-linear-gradient(top, #BEEBFF, #87C9E6);
    background-image:         linear-gradient(to bottom, #BEEBFF, #87C9E6);
}

#divReports.hiliteBox2 {
	border:none;
	box-shadow: 0px 0px 6px 3px #E0E0E0;
	-webkit-box-shadow: 0px 0px 6px 3px #E0E0E0; 
	-moz-box-shadow: 0px 0px 6px 3px #E0E0E0; 
	background-color: #DCF3FD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DCF3FD), to(#C4E4F1));
	background-image: -webkit-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:    -moz-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:     -ms-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:      -o-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:         linear-gradient(to bottom, #DCF3FD, #C4E4F1);
}

.breadcrumb, .breadcrumbs {
	font-size: 10px;
	color: #666;
	margin-bottom:10px;
	display:block;
	text-align: left;
}

.submitButton {
	color:#000;
	padding:10px;
	font-size:14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 6px 3px #CCC;
	-webkit-box-shadow: 0px 0px 6px 3px #CCC; 
	-moz-box-shadow: 0px 0px 6px 3px #CCC;
	background-color: #FFF0CE;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF0CE), to(#F0D596));
	 background-image: -webkit-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:    -moz-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:     -ms-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:      -o-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:         linear-gradient(to bottom, #FFF0CE, #F0D596); 
}
.submitButton:hover {
	text-decoration: underline;
	background-color: #F0D596;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#F0D596), to(#FFF0CE));
	 background-image: -webkit-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:    -moz-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:     -ms-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:      -o-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:         linear-gradient(to bottom, #F0D596, #FFF0CE); 	
}

/********************/
/* Shared Resources */
/********************/

#mainContent #category_list {
	border: thick solid #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#mainContent #category_list h4 {
	border-bottom: none;
	font-size:17px;
	padding: 10px 0px 10px 5px;
	letter-spacing:1px;
	text-transform: uppercase;
}
#mainContent #category_list ul {
	border: thin solid #999;
}
#mainContent #category_list ul li {
	border-bottom: 1px dotted #E1E1E1;
}
#mainContent #category_list a, #mainContent #category_list h4 a, #directory_content h3 {
	color:#003363;
}
#mainContent .listingHeaderLinks a {
	padding-right: 13px;
}

/********************/
/*  Tools   */
/********************/

#tools ul {
	list-style:none;
	padding-left:15px;
}
