
/* ------------------------------------------------------------
	NUMBER OF COLUMNS: Adjust #orgNav li to set the number
	of columns required in your site map. The default is 
	4 columns (25%). 5 columns would be 20%, 6 columns would 
	be 16.6%, etc. 
------------------------------------------------------------ */
#orgNav1 h3{font-size:16px; margin-bottom:5px; margin-top:5px}
#orgNav1 ol, ul {
	list-style: none;
}
#orgNav1 li {
	width:25%;
}

#orgNav1 li ul li {
	width:100% !important;
}

#orgNav1.col1 li { width:99.9%; }
#orgNav1.col2 li { width:50.0%; }
#orgNav1.col3 li { width:33.3%; }
#orgNav1.col4 li { width:25.0%; }
#orgNav1.col5 li { width:20.0%; }
#orgNav1.col6 li { width:16.6%; }
#orgNav1.col7 li { width:14.2%; }
#orgNav1.col8 li { width:12.5%; }
#orgNav1.col9 li { width:11.1%; }
#orgNav1.col10 li { width:10.0%; }


/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */

#orgNav1 {
	margin: 0;

	width: 100%;
}
#orgNav1 .meta-designation {
    color: #555;
    font-size: 14px;
    font-family: 'gothammedium', sans-serif;
    text-transform: none;
    font-weight: 400;
	line-height:28px
}
#orgNav1 .meta-email {
    color: #555;
    font-size: 14px;
    font-family: 'gothammedium', sans-serif;
    text-transform: none;
    font-weight: 400;
	line-height:28px
}

#orgNav1 .meta-portfolio {
    color: #555;
    font-size: 14px;
    font-family: 'gothambook', sans-serif;
    text-transform: none;
    font-weight: 400;
}

#orgNav1 #prime {
	display: block;
	float: none;
	background: #ffffff url('../images/vertical-line.png') center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0px 0 30px 0;
	margin-top:20px;
	width:100%;
	clear:both;
	text-align:left
	
}
#orgNav1 #home {
	display: block;
	float: none;
	background:  url('../images/vertical-line.png') center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0px 0 30px 0;
	margin:0px auto;
	
}
#orgNav1 li {
	float: left;
	background: url('../images/L1-center.png') center top no-repeat;
	padding: 30px 0;
	margin-top: -15px;
}
#orgNav1 li a {
	margin: 0 5px 0 5px;
	padding: 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: black;	
	background: #c3eafb url('../images/white-highlight.png') top left repeat-x;
	border: 2px solid #b5d9ea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#orgNav1 li a:hover {
	background-color: #e2f4fd;
	border-color: #97bdcf;
}
#orgNav1 li:first-child {
	background: url('../images/L1-right1.png') center top no-repeat;
}
#orgNav1 li:last-child {
	background: url('../images/L1-right.png') center top no-repeat;
}
#orgNav1 a:link:before,
#orgNav1 a:visited:before {
	_content: " "attr(href)" ";
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
#orgNav1 li a:link:before,
#orgNav1 li a:visited:before {
	color: #78a9c0;
}

/* --------	Second Level --------- */

#orgNav1 li li {
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 10px 0 0 0;
	background: url('../images/vertical-line.png') center bottom repeat-y;
	list-style:none
}
#orgNav11 li li a {
	background-color: #cee3ac;
	border-color: #b8da83;
}
#orgNav1 li li a:hover {
	border-color: #94b75f;
	background-color: #e7f1d7;
}
#orgNav1 li li:first-child {
	padding-top: 30px;
}
#orgNav1 li li:last-child {
	background: url('../images/vertical-line.png') center bottom repeat-y;
}
#orgNav1 li li a:link:before,
#orgNav1 li li a:visited:before {
	color: #8faf5c;
}

/* --------	Third Level --------- */

#orgNav1 li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: right;
	padding: 9px 0 10px 0;
	background: #ffffff url('../images/L3-ul-top.png') center top no-repeat;
}
#orgNav1 li li li {
	background: url('../images/L3-center.png') left center no-repeat;
	padding: 5px 0;
}
#orgNav1 li li li a {
	background-color: #fff7aa;
	border-color: #e3ca4b;
	font-size: 12px;
	padding: 5px 0;
	width: 80%;
	float: right;
}
#orgNav1 li li li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#orgNav1 li li li:first-child {
	padding: 15px 0 5px 0;
	background: url('../images/L3-li-top.png') left center no-repeat;
}
#orgNav1 li li li:last-child {
	background: url('../images/L3-bottom.png') left center no-repeat;
}
#orgNav1 li li li a:link:before,
#orgNav1 li li li a:visited:before {
	color: #ccae14;
	font-size: 9px;
}


/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

#utilityNav1 {
	float: right;
	max-width: 50%;
	margin-right: 10px;
}
#utilityNav1 li {
	float: left;
	margin-bottom: 10px;
}
#utilityNav1 li a {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	display: block;	
	border: 2px solid #e3ca4b;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: black;
	background: #fff7aa url('../images/white-highlight.png') top left repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#utilityNav1 li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#utilityNav1 li a:link:before,
#utilityNav1 li a:visited:before {
	color: #ccae14;
	font-size: 9px;
	margin-bottom: 3px;
}

/* ------------------------------------------------------------
	NUMBER OF COLUMNS: Adjust #orgNav li to set the number
	of columns required in your site map. The default is 
	4 columns (25%). 5 columns would be 20%, 6 columns would 
	be 16.6%, etc. 
------------------------------------------------------------ */
#orgNav h3{font-size:14px; margin-bottom:5px; margin-top:5px}
#orgNav h3.post-division{min-height:80px}
#orgNav ol, ul {
	list-style: none;
}
#orgNav li {
	width:25%;
}

#orgNav li ul li {
	width:100% !important;
}

#orgNav.col1 li { width:99.9%; }
#orgNav.col2 li { width:50.0%; }
#orgNav.col3 li { width:33.3%; }
#orgNav.col4 li { width:25.0%; }
#orgNav.col5 li { width:20.0%; }
#orgNav.col6 li { width:16.6%; }
#orgNav.col7 li { width:24.6%; }
#orgNav.col8 li { width:16.5%; }
#orgNav.col9 li { width:11.1%; }
#orgNav.col10 li { width:10.0%; }


/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */

#orgNav {
	margin: 0;

	width: 100%;
}
#orgNav .meta-designation {
    color: #555;
    font-size: 12px;
    font-family: 'gothammedium', sans-serif;
    text-transform: none;
    font-weight: 400;
	line-height:24px
}
#orgNav .meta-names {
    color: #555;
    font-size: 13px;
    font-family: 'gothammedium', sans-serif;
    text-transform: none;
    font-weight: 400;
	line-height:24px
}
#orgNav .meta-email {
    color: #555;
    font-size: 14px;
    font-family: 'gothammedium', sans-serif;
    text-transform: none;
    font-weight: 400;
	line-height:28px
}

#orgNav .meta-portfolio {
    color: #555;
    font-size: 14px;
    font-family: 'gothambook', sans-serif;
    text-transform: none;
    font-weight: 400;
}

#orgNav #prime {
	display: block;
	float: none;
	background: #ffffff url('../images/vertical-line.png') center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0px 0 30px 0;
	margin-top:20px;
	width:100%;
	clear:both;
	text-align:left
	
}
#orgNav #home {
	display: block;
	float: none;
	background:  url('../images/vertical-line.png') center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0px 0 30px 0;
	margin:0px auto;
	width:20%
	
}
#orgNav li {
	float: left;
	background: url('../images/L1-center.png') center top no-repeat;
	padding: 30px 0;
	margin-top: -15px;
}
#orgNav li a {
	margin: 0 20px 0 0;
	padding: 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: black;	
	background: #c3eafb url('../images/white-highlight.png') top left repeat-x;
	border: 2px solid #b5d9ea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#orgNav li a:hover {
	background-color: #e2f4fd;
	border-color: #97bdcf;
}

/*#orgNav li:last-child {
	background: url('../images/L1-right.png') center top no-repeat;
}*/
#orgNav a:link:before,
#orgNav a:visited:before {
	_content: " "attr(href)" ";
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
#orgNav li a:link:before,
#orgNav li a:visited:before {
	color: #78a9c0;
}

/* --------	Second Level --------- */

#orgNav li li {
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 10px 0 0 0;
	background: url('../images/vertical-line.png') center bottom repeat-y;
	list-style:none
}
#orgNav li li a {
	background-color: #cee3ac;
	border-color: #b8da83;
}
#orgNav li li a:hover {
	border-color: #94b75f;
	background-color: #e7f1d7;
}
#orgNav li li:first-child {
	padding-top: 30px;
}
#orgNav li li:last-child {
	background: url('../images/vertical-line.png') center bottom repeat-y;
}
#orgNav li li a:link:before,
#orgNav li li a:visited:before {
	color: #8faf5c;
}

/* --------	Third Level --------- */

#orgNav li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: right;
	padding: 9px 0 10px 0;
	background: #ffffff url('../images/L3-ul-top.png') center top no-repeat;
}
#orgNav li li li {
	background: url('../images/L3-center.png') left center no-repeat;
	padding: 5px 0;
}
#orgNav li li li a {
	background-color: #fff7aa;
	border-color: #e3ca4b;
	font-size: 12px;
	padding: 5px 0;
	width: 80%;
	float: right;
}
#orgNav li li li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#orgNav li li li:first-child {
	padding: 15px 0 5px 0;
	background: url('../images/L3-li-top.png') left center no-repeat;
}
#orgNav li li li:last-child {
	background: url('../images/L3-bottom.png') left center no-repeat;
}
#orgNav li li li a:link:before,
#orgNav li li li a:visited:before {
	color: #ccae14;
	font-size: 9px;
}


/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

#utilityNav {
	float: right;
	max-width: 50%;
	margin-right: 10px;
}
#utilityNav li {
	float: left;
	margin-bottom: 10px;
}
#utilityNav li a {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	display: block;	
	border: 2px solid #e3ca4b;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: black;
	background: #fff7aa url('../images/white-highlight.png') top left repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#utilityNav li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#utilityNav li a:link:before,
#utilityNav li a:visited:before {
	color: #ccae14;
	font-size: 9px;
	margin-bottom: 3px;
}