/* ---------------------------------- START - Top Navigation ----------------------------  */
ul#navlist
{	list-style-type: none;
	width:100%;
	margin: 0;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
	text-transform: uppercase;
	float:left;
	background-color: #343434;
}
ul#navlist li {
	float: left;
	margin: 0px;
	text-transform:uppercase;
	padding: 0px;
	border-right: 1px #fff solid;
	text-align:center;
}
ul#navlist li#shootingTab {
	float: left;
	background-color: #d80c24;
	margin: 0px;
	width: 130px;
	padding: 0px;
	vertical-align: bottom;
	text-align: center;
}
ul#navlist li#shootingTab a {
	display:block;
	color: #fff;
}
ul#navlist li#shootingTab a:hover {
	text-decoration:underline;
}
ul#navlist li#active {
	background-color: #fff;
}
li#active a {
	color: #000;
}
#navlist a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 30px 10px 5px 10px;
}
#navlist a:hover {
	text-decoration:underline;
}

/* ---------------------------------- START - Breadcrumbs ----------------------------  */
#topCrumb {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.1em;
	display: block;
	margin: 10px;
	font-weight:bold;
}
#topCrumb a {
	font-weight: bold;
	color: #ababab;
}
#subscribeFeed 	{
	float: right;
}
#navCrumb 		{
	float:left;
}
#navCrumb ol li { 
	display: inline; 
	float: left; 
	margin-right: 4px; 
	color: #ababab; 
	background: url(/images/backgrounds/navcrumbBG.gif) center left no-repeat; 
	padding-left: 8px; 
}
#navCrumb ol li.first {
	background-image: none;
	padding-left: 0px;
}

/* ---------------------------------- START - Styles for breadcrumbs ----------------------------  */
#breadcrumbsBar {
	color: #d80c24;
	font-weight: bold;
	text-align: right;
}
#breadcrumbs {
	height: 25px;
	float:left;
}
#breadcrumbs ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#breadcrumbs li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#breadcrumbsBar a {
	color: #d80c24;
}
#breadcrumbsBar a:hover {
	text-decoration:underline
}
#breadcrumbsBar a:active {
	color: #d80c24;
}

/* ---------------------------------- START - Left Navigation ----------------------------  */
#leftNav {
	background-color: #f5f5f5;
	font-size:1.1em;
	font-weight:bold;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 15px;
}

#leftNavMain, #leftNavSUK {
	margin: 0px 0px 20px 0px;
}
#leftNav ul{
	width: 130px;
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
}
#leftNav li {
	border-bottom: 1px solid #c5c5c5;
	background-color: #fff;
}



/* Top Level Navigation */
#leftNavMain a {
	color: #000;
	display: block;
	padding: 4px 5px 4px 5px;
	background-color: #fff;
	text-decoration: none;
}
#leftNavMain a:hover {
	color: #d80c24;
	text-decoration: none;
}
#leftNavMain li#active a {
	background-color: #d80c24;
	color: #fff;
}

/* Second Level Navigation */
#leftNavSub li {
	border-bottom: none;
}
#leftNavSub li a {
	padding: 0px 0px 0px 15px !important;
	margin: 4px 0px 4px 0px !important;
	background-color: #fff !important;
	color: #222222 !important;
	font-size: 0.9em !important;
	border-left: 4px #fff solid !important;
}
#leftNavSub li a:hover  {
	background-color: #fff !important;
	color: #d80c24 !important;
}
#leftNavSub li#active a {
	background-color: #fff !important;
	color: #222222 !important;
	border-left: 4px #c5c5c5 solid !important;
}

/* What is RSS */
#leftRSS {
	padding: 10px;
	margin: 0px 0px 20px 0px;
}
#leftRSS img {
	float: left;
	border: 0px;
	width: 32px;
	height: 32px;
	margin-right: 5px;
}
#leftRSS a {
	color: #ababab;
}

/* Shooting UK Portal Navigation */
#leftNavSUK {
	margin: 0px 0px 60px 0px;
}
#leftNavSUK h2 {
	display: block;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	margin: 0px;
	padding: 0px; 
}
#leftNavSUK p {
	padding: 6px;
	color: #ababab;
}
#leftNavSUK li {
	border-bottom: 1px solid #c5c5c5;
}
#leftNavSUK li a {
	color: #000;
	display: block;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
}
#leftNavSUK a:hover {
	color: #c00000;
	text-decoration: none;
}


/* Footer */
#legal {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	border-top: 1px solid #c5c5c5;
	margin: 0;
	padding: 0;
}
#legal ul {
	border-bottom: 1px solid #c5c5c5;
	text-align: center;
	font-weight: bold;
	color:#ababab;
	padding: 5px 0;
}
#legal ul.footerBold {
	font-size: 1.1em; !important
}

#legal li {
	display: inline;
}
#legal a {
	text-decoration: none;
	color: #ababab;
}
#legal a:hover {
text-decoration: underline;
}
.footerInput {
	display: inline;
}
