/* cmsms stylesheet: photomills - photomills - Main modified: 11/26/20 13:12:15 */
@charset "utf-8"; 

/* ----------------------------------------------
	Main CSS Document - CMS Template Buddy
	Template No.: 003
	Version: 1.01
	
	www.cmstemplatebuddy.com

	Please read README_FIRST.txt
------------------------------------------------- */
 

/* Reset 
------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
font-family: 'Open Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Accessibility 
------------------------------------------------- */
span.accesskey {
	text-decoration: none;
}
.accessibility, hr {
	position: absolute;
	top: -999em;
	left: -999em;
}
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

/* Common / Typography
------------------------------------------------- */
html {
	font-size:100.01%;
}
body {
	color:#636b73;
	background: #11171a;
	font: 80%/175% 'Open Sans', sans-serif; 
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#181f23;
	padding: 10px 5px 7px 0;
}
h1 {
	font-size:3.0em;
	line-height:1.2em;
}
h2 {
	font-size:2.2em;
	margin-bottom:0.2em;
	line-height:1.1em;
	padding-top:20px;
}
h3 {
	font-size:1.8em;
	line-height:1.2;
}
.middleColumn h3, #sidebar h3	{
	border-bottom:0px solid #e7e8ec;
	padding-bottom:10px;
	margin-bottom:6px;
	padding-top:0;

}
h4 {
	font-size:1.4em;
	line-height:1.25;
}
h5 {
	font-size:1.4em;
	line-height:1.15;
}
h6 {
	font-size:1.4em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}

.divide + h2 {
    padding-top: 0!important;
}

.text-red {color: #800000;}
.text-blue {color: #0329A6;}
.notification { border: 2px solid #0329A6; padding: 40px; text-align: center; font-size: 24px!important; width: 100%; box-sizing: border-box;    color: #800000;
    margin: 20px auto;}
.divide { border-top: 2px solid #0329A6; width: 100%; height: 2px; margin-top:40px; margin-bottom: 40px; box-sizing: border-box; text-indent: -9999px;}

#main > div 	{
    font-size: 14px;
    line-height: 1.75em;
}

p	{
    margin: 0 0 1.4em 0;
    font-size: 14px;
    line-height: 1.75em;
}
p + p	{
    margin-top: -.8em;
}
#content img	{

}
#sidebar img, .middleColumn img	{
	margin:12px 0 !important;
}
#content .gallery img	{
	border:none;
	padding:0;
	margin:0;
}
a	{
	color:#0329A6;
	text-decoration:none;
}
a:focus, a:hover {
	text-decoration:underline;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.no-border {
	border: medium none;
}
.clearer {
	clear: both;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.hide-text	{
	text-indent: -9999px;
}
.hide	{
	position:absolute;
	left: -9999px;
}
hr		{
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	margin:0 0 17px;
	border:none;
}
pre {
	background-color: #f2f2f2;
	border: 0px solid #e3e3e3;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0 1em 1em;
	padding: 0.5em;
}
code, pre {
	font-family: "Courier New",Courier,monospace;
	font-size: 1em;
	line-height:1.5;
	color:#000;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}

/* Layout 
------------------------------------------------- */
#topWrapper	{
	margin: 0;
	padding: 0;
	width: 100%;
	background:/*#181f23*/#0329A6;
	border-bottom:4px solid #e1e4e6;
	border-top:4px solid #0329A6;
}
#headerWrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
	overflow:hidden;
}
div#header, div#footer {
    background-color: transparent!important;
    color: #fff;
    text-align: center;
}
#contentWrapper {
	margin: 0;
	padding: 4px 0 0;
	width: 100%;
	border-bottom: 0px solid #bec4c7;
	background: #fff;
}
#bottomContentWrapper	{
	clear: both;
	width: 100%;
	background:#e1e4e6;
	overflow:hidden;
}
#footerWrapper {
	clear: both;
	width: 100%;
}
#topBar	{
	height:60px;
	position:relative;
}
#header {
	position:relative;
}
#sliderWrapper	{
	margin: 0 0 60px 0;
	width: 440px;
}
#content {
	overflow:hidden;
	padding:0 0 0 0; 
	border-top:0px solid #e6e7eb;
	margin-bottom: 30px;
}
#bottomContent {
	position: relative;
	padding: 30px 0 12px 5px;
	margin-bottom: 20px;
	font-size: 90%;
	overflow:hidden;
}
#footer {
	position: relative;
	padding: 12px 0 60px 0;
	font-size: 90%;
}
#main {
}
#sidebar {
	width: 215px;
	margin: 0;
	margin-bottom: -30000px;
	margin-top:30px;
        margin-left:10px;
	padding: 0px 0 30010px 0px;
}
.sidecontent	{
}
.span-950 {
	margin: 0 auto;
	width: 950px;
}
.leftColumn	{
	width: 820px;
	padding: 0px 5px 10px 20px;
	margin: 30px 15px 0 0;
}
.noSidebar {
	width: 950px;/*was 670*/
}
.middleColumn	{
	width: 315px;/*was215*/
	padding: 0px 20px 30010px 20px;
	margin: 30px 0 0 0;
	margin-bottom: -30000px;
	border-color:#e6e7eb;
	border-width:0 0px 0 0px;
	border-style:solid;
}
.footerMiddleColumn	{
	width: 290px;
	padding: 0px 5px 10px 5px;
	margin: 0 30px 0 0;
}
.footerRightColumn	{
	width: 290px;
	padding: 0px 0px 10px 5px;
	margin: 0;
}
.footer_gcb	{
	padding: 4px 0;
}

/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
  
/* The Nivo Slider styles */
#sliderFrame {
	background: #F2F2F2;
	border: 0px solid #E3E3E3;
	padding: 12px;
	width:410px;
	height:252px;
}
.nivoSlider {
	position:relative;
	background:#fff url(/uploads/photomills/loading.gif) no-repeat 50% 50%;
	margin-bottom:50px;
	width:410px;
	height:250px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	background:#000;
	opacity:0.8;
	width:100%;
	z-index:8;
}

.nivo-caption p {
	padding:3px 5px;
	margin:0;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	background-image:url(/uploads/photomills/arrows.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-prevNav {
	background-position: 0 0;
	left:10px;
	opacity: 0.5;
	transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
}
a:hover.nivo-prevNav {
	right:10px;
	opacity:1;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
	opacity: 0.5;
	transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
}
a:hover.nivo-nextNav {
	right:15px;
	opacity:1;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:160px;
	bottom:-45px;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:block;
	width:20px;
	height:15px;
	background:url(/uploads/photomills/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:2px;
	float:left;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -16px;
}

/* Header & Footer
------------------------------------------------- */
#logo a	{
	min-height: 50px;
	min-width: 300px;
	display:block;
	float:left;
	margin:40px 0 0;
	border:none;
}
#logo h1	{
	margin:0;
	padding:0;
}
.header-padding   {
	padding-bottom:79px;
	display:block;
	overflow:hidden;
}
#footerNav h3	{
	padding-left: 4px;
	padding-bottom:10px;
	border-bottom:2px solid #bec4c7;
}
.footer-icons	{
	float:right;
	height:20px;
	margin: 0px 2px 6px 4px;
}
#footer p	{
	line-height:1.3;
	margin:0 12px;
}
.footer-icons a	{
	border:none;
}
.validation {
	margin: 0;
	width: 140px;
	height:25px;
	float: right;
}
a.valid-css 	{
	width:70px;
	display:block;
	float: right;
	height:25px;
	background-image:url(/uploads/photomills/valid-css.png);
	background-position: 69px 0;
	text-indent:-9999px;
}
a:hover.valid-css 	{
	background-position: -5px 0;
}
a.valid-xhtml 	{
	width:70px;
	display:block;
	float: right;
	height:25px;
	background-image:url(/uploads/photomills/valid-xhtml.png);
	background-position: 69px 0;
	text-indent:-9999px;
}
a:hover.valid-xhtml 	{
	background-position: -5px 0;
}
.breadcrumbs	{
	margin: 60px 10px 0 5px;
	font-size:0.875em;
	color:#636b73;
	width:70%;
	float:left;
}
.slogan	{
	margin: 10px 10px 0 125px;
	font-size:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#0329A6;
	width:70%;
	float:left;
}
a.to-top     {
	background:url(/uploads/photomills/to-top.png) no-repeat 0 3px;
	padding-left: 24px;
	margin: 4px 10px 0 0;
	color:#565e64;
}
a:hover.to-top ,
a:focus.to-top   {
	border:none;
	background:url(/uploads/photomills/to-top.png) no-repeat 0 -21px;
}
#bottomContent p + p	{
	text-indent:0;
}

/* Search 
------------------------------------------------- */
#search{
	text-align:right;
	border:1px solid #e2e2e2;
	background:#f2f2f2;
	padding:0;
	margin: 44px 0 6px 0;
	float:right;
}
#search input {
	background:none;
	width:180px;
	height:32px;
	vertical-align:middle;
	margin:0 5px 0 0;
	padding:0 0 1px 8px;
	border:0;
	color:#636b73;
        font: 95% Verdana, Arial, Helvetica, sans-serif;
}
#search input.searchBtn {
	border:0;
	background:url(/uploads/photomills/search.png) no-repeat 0 0;
	width:28px;
	height:28px;
	margin:0 4px 0 3px;
}
#search input.searchBtn:hover {
	border:0;
	background:url(/uploads/photomills/search.png) no-repeat -28px 0;
	width:28px;
	height:28px;
	margin:0 4px 0 3px;
}

/* News 
------------------------------------------------- */
#news	{
	padding: 0px 0px 6px 0px;
	margin-bottom:20px;
	border-bottom:1px solid #e7e8ec;
}
.NewsSummary	{
	margin: 10px 0 0;
	padding-bottom: 10px;
}
.NewsSummaryRow	{
	display: block;
	overflow:hidden;
	color: #636b73;
	border-bottom:1px dotted #cacacc;
	margin: 4px 0;
	font-size:80%;
}
.NewsSummaryRowSeparator	{
	padding-top: 1px;
}
.NewsSummaryLink a	{
	font-size: 1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:none;
}
.NewsSummarySummary	{
	margin-top: 4px;
	margin-bottom: 10px;
}
.NewsSummarySummary	p {
	margin: 0;
}
.NewsSummaryPostdate	{
	float:left;
	margin: 2px 6px 2px 0;
	font-style:italic;
}
.NewsSummaryCategory	{
	float:left;
	margin: 2px 4px;
}
.NewsSummaryAuthor	{
	float:left;
	margin: 2px 4px;
}
.NewsSummaryAuthor span {
	color:#c08c49;
}
.NewsSummaryMorelink {
	line-height:normal !important;
}
.NewsSummaryMorelink a	{
	padding: 5px 8px 4px 24px;
	margin-top: 4px;
	margin-bottom:12px;
	float: left;
	background-image: url(/uploads/photomills/read-more-icon.png);
	background-repeat:no-repeat;
	background-position: 0px 4px;
}
.NewsSummaryMorelink a:hover	{
	background-position: 0px -21px;
	border:none;
}
.NewsDetailRow	{
	display: block;
	overflow:hidden;
	color: #8e9092;
	margin-top: 4px;
	padding: 4px 10px 4px 6px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	font-size: 90%;
}
.NewsDetailRowSeparator	{
	padding:0;
	margin: 0 4px;
}
#NewsPostDetailDate {
	float:left;
	margin: 0;
	padding-left:20px;
	font-weight: bold;
	background: url(/uploads/photomills/news-clock.png) no-repeat 0 1px;
}
#NewsPostDetailSummary {
	line-height: 150%;
	margin: 10px 0;
	padding: 10px 0;
	color: #000;
	border-bottom: 1px dotted #ddd;
}
#NewsPostDetailSummary p {
	margin: 0;
}
#NewsPostDetailCategory {
	float:left;
	margin: 0;
	padding: 0;
}
#NewsPostDetailContent {
	margin: 15px 0;
	line-height: 150%;
}
#NewsPostDetailAuthor {
	float:left;
}
#NewsPostDetailAuthor span {
	color:#d39712;
}
#NewsPostDetailTitle {
	margin: 0 0 4px 0;
}
#NewsPostDetailHorizRule {
	margin: 0;
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
	line-height:normal !important;
}
#NewsPostDetailReturnLink a {
	padding: 5px 8px 6px 24px;
	margin-top: 4px;
	margin-bottom:12px;
	float: left;
	border:1px solid #dadbdd;
	background-color: #fafafa;
	background-image: url(/uploads/photomills/return.png);
	background-repeat:no-repeat;
	background-position: 2px 4px;
}
#NewsPostDetailReturnLink a:hover {
	background-color: #efefef;
}
#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
.news-pagination {
	margin: 12px 0;
	overflow:hidden;
}
.firstpage a {
	float:left;
	display:block;
	padding: 0;
	margin: 2px;
	border: 1px solid #bec4c7;
	width: 20px;
	height: 20px;
	background: #f2f2f2 url(/uploads/photomills/news-pagination.png) no-repeat -21px 0;
	text-indent: -9999px;
	transition: background-color .2s;
	-moz-transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
}
.firstpage a:hover {
	background: #e1e4e6 url(/uploads/photomills/news-pagination.png) no-repeat -21px 0;
}
.prevpage a {
	float:left;
	display:block;
	padding: 0;
	margin: 2px;
	border: 1px solid #bec4c7;
	width: 20px;
	height: 20px;
	background: #f2f2f2 url(/uploads/photomills/news-pagination.png) no-repeat -1px 0;
	text-indent: -9999px;
	transition: background-color .2s;
	-moz-transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
}
.prevpage a:hover {
	background: #e1e4e6 url(/uploads/photomills/news-pagination.png) no-repeat -1px 0;
}
.nextpage a {
	float:left;
	display:block;
	padding: 0;
	margin: 2px;
	border: 1px solid #bec4c7;
	width: 20px;
	height: 20px;
	background: #f2f2f2 url(/uploads/photomills/news-pagination.png) no-repeat -41px 0;
	text-indent: -9999px;
	transition: background-color .2s;
	-moz-transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
}
.nextpage a:hover {
	background: #e1e4e6 url(/uploads/photomills/news-pagination.png) no-repeat -41px 0;
}
.lastpage a {
	float:left;
	display:block;
	padding: 0;
	margin: 2px;
	border: 1px solid #bec4c7;
	width: 20px;
	height: 20px;
	background: #f2f2f2 url(/uploads/photomills/news-pagination.png) no-repeat -61px 0;
	text-indent: -9999px;
	transition: background-color .2s;
	-moz-transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
}
.lastpage a:hover {
	background: #e1e4e6 url(/uploads/photomills/news-pagination.png) no-repeat -61px 0;
}
.pagetext {
	float:left;
	display:block;
	padding: 0 6px;
	margin: 2px;
	border: 1px solid #e0e0e0;
	height: 20px;
	background: #f6f6f6;
	font-size:85%;
}

/* Forms 
------------------------------------------------- */
.formbuddy	{
	padding:10px 2px;
}
.formbuddy div {
	margin:12px 0;
}
.formbuddy legend	{
	padding: 4px 0;
}
.formbuddy .submit input	{
	background: #0329A6 url(/uploads/photomills/submit.png) no-repeat 8px 6px;
	border:1px solid #4f8001;
	color:#fff;
	padding: 5px 6px 5px 28px;
	margin:4px 0 0;
}
.formbuddy .submit input:hover	{
	background: #6fb302 url(/uploads/photomills/submit.png) no-repeat 8px 6px;
	border:1px solid #4f8001;
}
.formbuddy input[type="text"], .formbuddy input[type="password"], .formbuddy textarea {
	background-color: #f2f2f2;
	border: 1px solid #bec4c7;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0 10px 0 0;
	padding: 10px 6px;
	min-width: 240px;
	color: #636B73;
}
.formbuddy input:hover, .formbuddy input:focus, .formbuddy textarea:hover, .formbuddy select:hover, .formbuddy checkbox:hover {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #bec4c7;
}
.formbuddy textarea {
	overflow:auto;
}
.error_message	{
	color:red;
}
.textarea	{
	width: 240px;
}

/* Lists and Tables
------------------------------------------------- */
ul, ol {
	margin:0 1.5em 1.5em 0;
	padding-left:1.5em;
}
ul 	{
	list-style-type:disc;
}
ul li	{
	padding: 0.1em 0;
}
ol {	
	list-style-type:decimal;
}
ul ul,
ol ol {
	margin: 0.3em 1.5em 0.2em 0;
}
ul ul	{
	list-style-type:circle;
}
ul ul ul,
ol ol ol	{
	margin: 0.3em 1.5em 0.2em 0;
}
ul ul ul	{
	list-style-type: square;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dl dd {
	margin-left:1.5em;
	margin-bottom: 0.4em;
}
table {
	margin:1.2em 0;
	width:100%;
	border-color: #bec4c7;
	border-style: solid;
	border-width: 1px 1px 1px;
}
th {
	font-weight:bold;
}
thead th {
	background:#bec4c7;
	color:#11171a;
}
th, td, caption {
	padding:4px 10px 4px 5px;
	border-color: #bec4c7;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}
tbody tr:nth-child(even) td, tbody tr.even td {
	background:/*#e1e4e6*/#fff;
}
tfoot {
	font-style:italic;
}
caption {
	background:#e1e4e6;
	color:#11171a;
}


/* ----------------------------------------------
	
        Menu stylesheet - Top, Side and Footer menus

------------------------------------------------- */


/* Main Menu Top Horizontal (1 level)
------------------------------------------------- */
#mainNav {
	float:left;
	/*height: 49px;*/
	font-size:100%;
	margin:0;
}
#mainNav ul {
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
	padding-left:0;
}
/* menu list items */
#mainNav li {
	float: left;
	list-style: none;
	margin: 0;
}
#mainNav a, #mainNav h3 span, #mainNav .sectionheader span {
	padding: 10px 4px 6px 4px;
	margin: 0;
	color: #f6f6f6; /* default link color */
	display: block;
	border:none;
	font-size:100%;
	font-weight:normal;
font-family: 'Open Sans', sans-serif;
	line-height:normal;
	transition: color .2s;
	-moz-transition: color .2s;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
}
/* hover state for links */
#mainNav li a:hover {
	color:#ffffff;
}
#mainNav a span {
	padding: 21px 16px 23px 16px;
}
#mainNav li.menuactive a span {
	background:#0329A6;
	color: #fff;
	border-top:0px solid #181f23;
}
#mainNav li.currentpage h3	{
	padding:0;
	font-size:100%;
}
#mainNav li.currentpage h3 span {
	padding: 21px 16px 23px;
	margin:-17px 4px 0 4px;
	background: #0329A6;
	color: #fff;
	border-top:6px solid #181f23;
}
#mainNav .sectionheader span {
	padding-left: 15px;
}
/* active parent, that is the first level parent of a child page that is the current page */
#mainNav li.menuactive, #mainNav li.menuactive a:hover {
	color: #fff;
}

/* Submenu side vertical (up to 3 levels)
------------------------------------------------- */
#subNav {
	margin: 0;
	padding: 0;
}
#subNav ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0px;
}
#subNav ul ul {
	margin: 0;
	padding: 0;
}
#subNav li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #cacacc;
}
#subNav li li,
#subNav li li li {
	border: none;
}
#subNav li.currentpage {
	padding:0;
}
#subNav li.menuactive {
	margin: 0;
	padding: 0px;
}
#subNav li.menuactive a.menuactive {
	color: #868686;
}
#subNav li.menuactive ul {
	margin: 0 0 10px 0;
}
#subNav li.menuactive ul ul {
	margin: 4px 0;
}

/* first level links */
#subNav a {
	display: block;
	padding: 0.8em 0.3em 0.6em 0.2em;
	color: #0329A6; /* this will be link color for all levels */
	min-height: 1em; /* Fixes IE7 whitespace bug */ 
	text-decoration: none;
	font-weight:bold;
	font-size:1.1em;
	border:none;
	transition: color .2s;
	-moz-transition: color .2s;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
}
/* second level links */
#subNav ul ul a {
	font-size: 1em;
	padding: 0.8em 0.3em 0.5em 1.6em;
}
/* third level links */
#subNav ul ul ul a {
	font-size: 0.875em;
	padding: 0.5em 0.3em 0.3em 3.8em;
}
/* hover state for all links */
#subNav a:hover {
	background-color: transparent;
	color: #181F23;
}
#subNav li a.parent {
	padding-left: 0em;
}
#subNav ul ul li a.parent {
	padding-left: 1.4em;
}
#subNav li a.parent span {
	display: block;
	margin: 0;
	padding-left: 0.2em;
	background: transparent url(/uploads/photomills/activeparent2.png) no-repeat right center;
}
#subNav li a.parent:hover {
	text-decoration: none;
}
#subNav li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 0.2em;
	background: url(/uploads/photomills/activeparent.png) no-repeat right center;
}
#subNav li a.menuactive.menuparent span {
	display: block;
	margin: 0;
	background: url(/uploads/photomills/activeparent2.png) no-repeat right center;
	color:#868686;
}
#subNav li a.menuactive.menuparent:hover,
#subNav li a.menuactive.menuparent:hover span {
	text-decoration: none;
	color: #868686;
}
#subNav li a.menuactive.parent	{
	border-bottom:1px dashed #cacaca;
}
#subNav li li a.menuactive.parent	{
	border-bottom:1px dashed #cacaca;
}

/* current pages in some Menu Manager templates are unclickable - current page on first level */
#subNav ul h3 {
	display: block;
	padding: 0.8em 0.3em 0.6em 0.2em;
	font-size: 1em;
	margin: 0;
	line-height: inherit;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #868686;
}
/* second level current pages */
#subNav ul ul h3 {
	font-size: 1em;
	padding: 0.8em 0.3em 0.5em 1.6em;
}
/* third level current pages */
#subNav ul ul ul h3 {
	font-size: 0.875em;
	padding: 0.5em 0.5em 0.3em 3.8em;
}

/* section header */
#subNav li.sectionheader {
	border-bottom: 2px solid #E7E8EC;
	padding: 0 0.5em 0.4em 0.2em;
	line-height: 1.2em;
	margin: 0;
	color: #2d3947;
	cursor:text;
	font-size: 2.2em;
	font-family: Georgia,"Times New Roman",Times,serif;
}
#subNav li li.sectionheader {
	padding: 0.8em 0.5em 0.5em 1.3em;
	line-height: 1.1em;
	font-size: 1.2em;
	border-bottom: 1px solid #E7E8EC;
}
#subNav li li li.sectionheader {
	padding: 0.8em 0.5em 0.5em 3.4em;
	line-height: 1em;
	font-size: 1em;
}
/* separator */
#subNav .separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	padding: 1px 0 0px 0;
	background-color: #E7E8EC;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
/* for ie */
}
#subNav li.separator hr {
	display: none;
/* this is for accessibility */
}

/* Footer menu horizontal (1 level)
------------------------------------------------- */
#footerNav {
	float:left;
	font-size:100%;
	margin: 0px 45px 8px 0;
	width:280px;
}
#footerNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* menu list items */
#footerNav li {
	list-style: none;
	margin: 0;
	border-bottom:1px solid #bec4c7;
}
#footerNav a, #footerNav h3 span, #footerNav .sectionheader span {
	padding: 6px 7px 6px 0px;
	margin: 0;
	text-decoration: none;
	color: #636b73; /* default link color */
	display: block;
	border:none;
	transition: color .2s;
	-moz-transition: color .2s;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
}
/* hover state for links */
#footerNav li a:hover {
	color:#000;	
}
#footerNav a span {
	padding: 6px 4px 0 4px;
}
#footerNav li.menuactive a span {
	color: #0329A6;
}
#footerNav li.currentpage h3	{
	font-size:100%;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footerNav li.currentpage h3 span { 
	padding: 7px 7px 4px 0px;
	color: #0329A6;
}
#footerNav .sectionheader span {
	padding-left: 15px;
}
/* active parent, that is the first level parent of a child page that is the current page */
#footerNav li.menuactive, #footerNav li.menuactive a:hover {
	color: #000;
}
