/*
NAM commmon to all pages
*/

/* BRAND
	Blue, light: #5a79ad
	Blue, dark: #475f99
	Green, light: #c3d148
	Green, dark: #81b24e
	Orange, light: #e9c03a
	Orange, dark: #d8963a
	font-family: 'GandhiSansRegular', 'Arial', sans-serif;
*/

body{
	margin-top:0px;
	margin-bottom:0px;
	background-color: #8ca3ca;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8ba2c9), to(#42577c));
	background-image: -webkit-linear-gradient(top, #8ba2c9, #42577c);
	background-image:    -moz-linear-gradient(top, #8ba2c9, #42577c);
	background-image:     -ms-linear-gradient(top, #8ba2c9, #42577c);
	background-image:      -o-linear-gradient(top, #8ba2c9, #42577c);
	background-image:         linear-gradient(to bottom, #8ba2c9, #42577c);
	font-family: 'GandhiSansRegular', 'Arial', sans-serif;
}
.listingHeader h1 {
	font-family: 'GandhiSansRegular', 'Arial', sans-serif !important;
}

#wrapper {
    width: 983px;
    min-height: 780px;
    background-color:#FFF;
    box-shadow: 0px 0px 20px 1px #333;
    -webkit-box-shadow: 0px 0px 20px 1px #333; 
    -moz-box-shadow: 0px 0px 20px 1px #333;
    margin: 0 auto;
}

#wrapperBottom {
    width: 983px;
    height: 0px;
    margin: 0 auto;
}
#footer {
    width: 981px;
    height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 960px;
    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 8px;
    float: right;
    font-size: 8pt;
    text-align: center;
    color: #000000;
}

#topNav .loggedIn {
    border-left: 0px;
}

#topNav .environment {
    color: red;
    width: 80px;
    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: 960px;
    height: 125px;
    margin: 0 auto;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    /* width: 800px; */
    height: 50px;
    cursor: pointer;
    margin: 0 0 0 20px;
    float: left;
    font-weight : bold;
    color : #30416F;
    font-size: 28px;
    padding: 0;
}

#logoDiv {
	float:left;
	background: url(/communityplatform/public/images/community/nam/banner.png) center center no-repeat;
	height: 90px;
	width:530px;
	cursor: pointer;
}
.clickAreaLeft h1,
.clickAreaLeft h2 { /* BRAND */
	font-family: 'GandhiSansRegular', 'Arial', sans-serif;
	text-shadow: 1px 1px -2px #333;
	text-indent: -99999px;
	position:absolute;
}

.clickAreaLeft h1 { /* BRAND */
	font-size: 50px;
	margin: 30px 0 8px -40px;
	color: #526DA4 !important;
	text-align: left;
	display: block;
	float: left;
}
.clickAreaLeft h2 { /* BRAND */
	font-size:25px;
	margin:  5px 0px 5px 30px;
	color: #75a042 !important;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#wrapper div#mainNav {
    width: 94% !important;
    margin: 0 3%;
}

#mainNav { /* BRAND */
    height: 60px;
    padding: 0;
    font-size: 14pt;
    text-align: center;
    color: #FFFFFF;
    clear: both;
    background-color: #e9c03a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9c03a), to(#d8963a));
    background-image: -webkit-linear-gradient(top, #e9c03a, #d8963a);
    background-image:    -moz-linear-gradient(top, #e9c03a, #d8963a);
    background-image:     -ms-linear-gradient(top, #e9c03a, #d8963a);
    background-image:      -o-linear-gradient(top, #e9c03a, #d8963a);
    background-image:         linear-gradient(to bottom, #e9c03a, #d8963a);
    border-radius: 10px;
	font-family: 'GandhiSansRegular', 'Arial', sans-serif;
}


#mainNav .navItem { /* BRAND */
	text-align: left;
    min-height: 47px;
    float: left;
    margin: 0;
    border-right: thin solid #e9c03a;
    border-left: thin solid #d8963a;
    text-shadow: 1px 1px 2px #333;
}

#mainNav .navItem:hover, #mainNav .selected { /* BRAND */
    background-color: #d8963a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d8963a), to(#e9c03a));
    background-image: -webkit-linear-gradient(top, #d8963a, #e9c03a);
    background-image:    -moz-linear-gradient(top, #d8963a, #e9c03a);
    background-image:     -ms-linear-gradient(top, #d8963a, #e9c03a);
    background-image:      -o-linear-gradient(top, #d8963a, #e9c03a);
    background-image:         linear-gradient(to bottom, #d8963a, #e9c03a);
}

#mainNav .last {
    border-right:none;
}
#mainNav .first {
    border-left:none;
}

#mainNav .navItem a {
    min-height: 39px;
    padding: 11px 20px 10px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    display:block;
    float:left;
}

#mainNav .navItem .navDesc {
	display: block;
	font-size: 14px;
	margin-top: 4px;
}

#mainContent {
    /*width : 939px;*/
    margin: 0 auto;
    min-height: 600px;
}

#footer {
    width: 960px;
    height: 55px;
    margin: 13px auto 0;
    font-size: 9pt;
    clear: both;
    border-top: none;
}

#footer .logo {
	width: 336px;
	height: 51px;
	background-image: url('../../images/community/common/clp_logo_white.png');
	background-repeat: no-repeat;
	float: left;
}

#footer .footerText {
    width: 150px;
    margin: 5px 0 0 80px;
    float: left;
    text-align: right;
    color: #FFF;
}

#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: #FFF;
    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;
	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;
}

/********************/
/*  Tools   */
/********************/

#tools ul {
	list-style:none;
	padding-left:15px;
}

/********************/
/*  Tabbed Search in Banner   */
/********************/

#searchTheCommunity #search .tabRow .tab { /* BRAND */
    background-color: #c4d248;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c4d248), to(#81b24e));
    background-image: -webkit-linear-gradient(top, #c4d248, #81b24e);
    background-image:    -moz-linear-gradient(top, #c4d248, #81b24e);
    background-image:     -ms-linear-gradient(top, #c4d248, #81b24e);
    background-image:      -o-linear-gradient(top, #c4d248, #81b24e);
    background-image:         linear-gradient(to bottom, #c4d248, #81b24e);
    color:#FFF;
    color:#333 !important;
}

#searchTheCommunity #search .tabRow .organizations_selected, 
#searchTheCommunity #search .tabRow .programs_selected, 
#searchTheCommunity #search .tabRow .knowledgebase_selected, 
#searchTheCommunity #search #box { /* BRAND */
    background-color: #81b24e;
    color:#000 !important
}

#searchTheCommunity #search {
	margin: 16px 20px 3px;
}
#searchTheCommunity #search .inputBox {
	width: 89.25%;
}
#searchTheCommunity #searchText { /* BRAND */
	padding-left: 0px;
	font-family: 'GandhiSansRegular', 'Arial', sans-serif;
}
#searchTheCommunity #search {
	width: 89%;
	height: 165px;
}
#searchTheCommunity #search .tabRow .tab {
	font-size: 11px;
}

#searchInBanner {
	float: right;
	width: 390px;
	margin-top: -90px;
}
#searchInBanner #searchTheCommunity #search {
	height:auto;
	margin-top:0px;
}
#searchInBanner #searchTheCommunity #search .tabRow {
	margin-top:0px;
}


#libraryDiv th.subCatTableHeader {
	background-image: none;
	background-color: transparent;
}

#mainContent #category_list {
	border:0;
}
form#search_box {
	padding: 15px 20px 12px;
}
form#search_box table {
	width: 550px;
	padding-top:15px !important;
}
form#search_box table td {
	padding: 0 5px;
}


/********************/
/*  Custom Font   */
/********************/

@font-face {
    font-family: 'GandhiSansRegular';
    src: url('type/GandhiSans-Regular-webfont.eot');
    src: url('type/GandhiSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/GandhiSans-Regular-webfont.woff') format('woff'),
         url('type/GandhiSans-Regular-webfont.ttf') format('truetype'),
         url('type/GandhiSans-Regular-webfont.svg#GandhiSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSansItalic';
    src: url('type/GandhiSans-Italic-webfont.eot');
    src: url('type/GandhiSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/GandhiSans-Italic-webfont.woff') format('woff'),
         url('type/GandhiSans-Italic-webfont.ttf') format('truetype'),
         url('type/GandhiSans-Italic-webfont.svg#GandhiSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSansBold';
    src: url('type/GandhiSans-Bold-webfont.eot');
    src: url('type/GandhiSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/GandhiSans-Bold-webfont.woff') format('woff'),
         url('type/GandhiSans-Bold-webfont.ttf') format('truetype'),
         url('type/GandhiSans-Bold-webfont.svg#GandhiSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Mobile */

@media screen and (max-width : 800px) {
    #mainNav .navItem a .navTitle {
        font-size: 15px;
    }
    #mainNav .navItem .navDesc {
        font-size: 11px;
    }
    #mainNav .navItem a {
        padding: 13px 11px 0;
    }
}

@media screen and (max-width : 480px) {
    #wrapper div#mainNav {

    }
    #logoDiv {
        width: 100%;
        background-size: 100%;
    }
    #logo_1 .clickAreaLeft, #logo_2 .clickAreaLeft {
        width: 92%;
        margin: 0 4%;
    }
    div#logo_1 {
        clear: both;
        height: 50px;
    }
    #searchInBanner {
        width: 100%;
        margin-top: 0px;
    }
}

/* End Mobile */
