/*
nla commmon to all pages
*/

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body{
	margin-top:0px;
	margin-bottom:0px;
	background-color: #eff0cc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#eff0cc));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #eff0cc);
	background-image:    -moz-linear-gradient(top, #FFFFFF, #eff0cc);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #eff0cc);
	background-image:      -o-linear-gradient(top, #FFFFFF, #eff0cc);
	background-image:         linear-gradient(to bottom, #FFFFFF, #eff0cc);
}

h1, h2, h3, h4, .header, .mapHeader, #searchTitle, #mainNav  {
	font-family: 'Montserrat', 'arial narrow', 'arial', sans-serif;
}

a{
    color: #006b3f;
    cursor: pointer;
}

#wrapper {
    width: 981px;
    min-height: 780px;
    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;
}

#footer {
    width: 981px;
    height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 981px;
    height: 33px;
    background-image: url('../../images/community/nla/topNav.jpg');
    background-repeat: repeat-x;
    background-position: 0 -10px;
    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;
    padding: 0 6px;
    float: right;
    font-size: 10px;
    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;
}


#topNav {
    background: none transparent;
}

#logo_1,
#logo_2 {
	z-index: 0;
	position: relative;
}
#topNav {
	z-index: 1;
	position: relative;
}

#headerBg {
	position: absolute;
	z-index: 0;
	margin: -33px 0 0;
}

#logo_1,
#logo_2 {
    width: 981px;
    height: 96px;
    margin: -20px auto 0;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    width: 540px;
    height: 70px;
    cursor: pointer;
    margin: 10px 0 0 20px;
    float: left;
    clear: left;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 370px;
    height: 65px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}
#logo_1 .clickAreaRight img,
#logo_2 .clickAreaRight img {
	float: right;
}

#logo_1 h1,
#logo_2 h1 {
	margin: -12px 0 0;
	font-size: 68px;
	line-height: 47px;
	color: #01456A;
	text-indent: -6px;
	padding: 0;
}

#logo_1 h2,
#logo_2 h2 {
	margin: 7px 0 0 0;
	font-size: 13px;
	color: #01456A !important;
	line-height: 15px;
	padding: 0;
	float: none;
}

#logo_1 img,
#logo_2 img {
	float: left;
	margin: -21px 9px 0 -7px;
}

#mainNav {
    width: 100%;
    height: 62px;
    margin: 0 auto;
    font-size: 14pt;
    text-align: left;
    color: #FFFFFF;
    clear: both;
    background-color: #88a331;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bbcb43), to(#88a331));
    background-image: -webkit-linear-gradient(top, #bbcb43, #88a331);
    background-image:    -moz-linear-gradient(top, #bbcb43, #88a331);
    background-image:     -ms-linear-gradient(top, #bbcb43, #88a331);
    background-image:      -o-linear-gradient(top, #bbcb43, #88a331);
    background-image:         linear-gradient(to bottom, #bbcb43, #88a331);
}

#mainNav .navItem {
    float: left;
    margin: 0 1px 0 0;
    background-color: #88a331;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bbcb43), to(#88a331));
    background-image: -webkit-linear-gradient(top, #bbcb43, #88a331);
    background-image:    -moz-linear-gradient(top, #bbcb43, #88a331);
    background-image:     -ms-linear-gradient(top, #bbcb43, #88a331);
    background-image:      -o-linear-gradient(top, #bbcb43, #88a331);
    background-image:         linear-gradient(to bottom, #bbcb43, #88a331);
    border-right: 1px solid #bbcb43;
    border-left: 1px solid #88a331;
    font-size: 19px;
    line-height: 20px;
}


#mainNav .navItem:hover, #mainNav .selected {
    background-color: #bbcb43;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#88a331), to(#bbcb43));
    background-image: -webkit-linear-gradient(top, #88a331, #bbcb43);
    background-image:    -moz-linear-gradient(top, #88a331, #bbcb43);
    background-image:     -ms-linear-gradient(top, #88a331, #bbcb43);
    background-image:      -o-linear-gradient(top, #88a331, #bbcb43);
    background-image:         linear-gradient(to bottom, #88a331, #bbcb43);
}

#mainNav .last {
    border-right: 0;
}
#mainNav .first {
    border-left: 0;
}

#mainNav .navItem a {
    display:block;
    float:left;
    padding: 13px 21px 12px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}
#mainNav .navItem a .navDesc {
    font-size: 11px;
    display: block;
}


#mainContent {
/*width : 939px;*/
    margin: 0 auto;
    min-height: 600px;
}

#footer {
    width: 960px;
    height: 55px;
    margin: 13px auto 0;
    font-size: 8pt;
    clear: both;
    border-top: none;
}
#footer .lanoLogo {
	width: 186px;
	height: 69px;
    background-image: url('../../images/community/nla/lanoLogo.jpg');
    background-repeat: no-repeat;
    float: left;
    margin: 0 0 0 5px;
}
#footer .logo {
    width: 354px;
    height: 60px;
    background-image: url('../../images/community/common/clp_logo.png');
    background-repeat: no-repeat;
    float: left;
}

#footer .footerText {
    width: 100px;
    margin: 10px 0 0 0;
    float: left;
    color: #30416f;
}

#footer .footerNav {
    float: left;
    margin: 10px 0 0 0;
}

#footer .footerNav .navItem {
    float: right;
    padding: 0 5px;
    text-align: center;
}

#footer .footerNav .one {
    width: 90px;
}

#footer .footerNav .two {
    width: 50px;
}

#footer .footerNav .three {
    width: 75px;
}

#footer .footerNav .four {
    width: 56px;
}

#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
*/



.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 h4 {
	border-bottom: none;
	font-size:17px;
	padding: 8px 0px 11px 9px;
	letter-spacing:1px;
	text-transform: uppercase;
	color:#003363;
}
#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;
}

.focusBox {
    background-color: #eef9f1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eef9f1), to(#dcebe0));
    background-image: -webkit-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:    -moz-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:     -ms-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:      -o-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:         linear-gradient(to bottom, #eef9f1, #dcebe0);
}

/********************/
/*  Knowledgebase   */
/********************/

th, .headingReverse {
    padding: 0 10px 5px;
    border-bottom: 2px solid #000;
    font-size: 12px;
    line-height: 15px;
}

#divReports.hiliteBox2, 
.kbBox {
	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: #eef9f1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eef9f1), to(#dcebe0));
    background-image: -webkit-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:    -moz-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:     -ms-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:      -o-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:         linear-gradient(to bottom, #eef9f1, #dcebe0);
}

.kbBox a { 
	word-break: break-all;
}

.knowledgebase #wrapper {
	min-height: 1300px;
}

/********************/
/*  Tools   */
/********************/

#tools ul {
	list-style:none;
	padding-left:15px;
}

/********************/
/*  Sign In   */
/********************/

#signup {
	margin: 25px;
}

/****/

.ui-dialog .ui-dialog-titlebar-close .ui-button-icon-primary.ui-icon.ui-icon-closethick {
	margin: -8px 0 0 -8px;
}
