﻿/* <!-- */
body {
	font-size: 12px;
	background-color: #1c1c1c;
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	height: 100%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	background-color: rgb(29,29,29);
	background-image: url('../images/sitedesignimages/background_24.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {
	border: none;
}

.radialgradient {
	background: rgb(75,75,75); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0YjRiNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWQxZDFkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover, rgba(75,75,75,1) 0%, rgba(29,29,29,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(75,75,75,1)), color-stop(100%,rgba(29,29,29,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(75,75,75,1) 0%,rgba(29,29,29,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(75,75,75,1) 0%,rgba(29,29,29,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(75,75,75,1) 0%,rgba(29,29,29,1) 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover, rgba(75,75,75,1) 0%,rgba(29,29,29,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#1d1d1d',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

#fixed {
	margin: 0 auto;
	width: 950px; /* you can use px, em or % */
	text-align: left;
	height: 100%;
}

#MainBody {
	margin-top: 15px;
	-moz-box-shadow: 0 0 10px #111;
	-webkit-box-shadow: 0 0 10px #111;
	box-shadow: 0 0 10px #111;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*overflow: hidden;*/
	float: left;
}

#header {
	clear: both;
	float: left;
	width: 950px;
	height: 100px;
	color: White;
	position: relative;
	background-position: left;
	background: rgb(29,29,29); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(29,29,29,1) 0%, rgba(75,75,75,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,29,29,1)), color-stop(100%,rgba(75,75,75,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(29,29,29,1) 0%,rgba(75,75,75,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(29,29,29,1) 0%,rgba(75,75,75,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(29,29,29,1) 0%,rgba(75,75,75,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(29,29,29,1) 0%,rgba(75,75,75,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#4b4b4b',GradientType=0 ); /* IE6-8 */
}

	#header .text {
		height: 80px;
		padding: 10px;
		bottom: 0px;
		font-family: futura, helvetica, arial, sans-serif;
		font-size: 64px;
		font-weight: bold;
		background-image: url("../images/sitedesignimages/light.png");
		background-repeat: no-repeat;
	}


		#header .text img {
			padding: 10px;
			padding-left: 0px;
			text-decoration: none;
			color: White;
			border: none;
		}

	#header .UserName {
		position: absolute;
		padding: 5px;
		top: 0px;
		Right: 0px;
		color: white;
		font-family: futura, helvetica, arial, sans-serif;
		font-size: 11px;
	}

		#header .UserName a:visited {
			color: white;
		}

		#header .UserName a {
			color: white;
			text-decoration: none;
		}

			#header .UserName a:hover {
				color: white;
				text-decoration: underline;
			}

		#header .UserName ul {
			list-style-type: none;
			padding: 0;
			margin: 0;
		}

		#header .UserName li {
			float: left;
			padding-left: 8px;
		}

			#header .UserName li a a:visited {
			}

#TopMenu {
	position: absolute;
	bottom: 0px;
	left: 275px;
}

.nav {
	float: left;
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bold;
}

	.nav:hover {
		float: left;
		padding: 3px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 12px;
		font-weight: bold;
		color: Black;
		background-color: rgb(188,188,188);
		-webkit-border-top-left-radius: 05px;
		-webkit-border-top-right-radius: 05px;
		-moz-border-radius-topleft: 05px;
		-moz-border-radius-topright: 05px;
		border-top-left-radius: 05px;
		border-top-right-radius: 05px;
		-moz-box-shadow: 0 0 5px #111;
		-webkit-box-shadow: 0 0 5px #111;
		box-shadow: 0 0 5px #111;
	}

.navitem {
	display: none;
	top: 115px;
	position: absolute;
	color: Black;
	float: left;
	z-index: 99;
	width: 950px;
	height: 400px;
	border-bottom: 1px solid gray;
	background-color: White;
	background: rgb(188,188,188); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(188,188,188,1) 0%, rgba(226,226,226,1) 16%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,188,1)), color-stop(16%,rgba(226,226,226,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(226,226,226,1) 16%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(226,226,226,1) 16%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(226,226,226,1) 16%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(188,188,188,1) 0%,rgba(226,226,226,1) 16%,rgba(255,255,255,1) 100%); /* W3C */
}
#topBanner {
	background-color: #e67e22;
	text-align: center;
	padding: 6px;
	transition: background-color 0.3s ease;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

	#topBanner:hover {
		background-color: #C1651F;
	}

	#topBanner a {
		color: #ffffff;
		font-size: 16px;
		font-weight: 500;
		text-decoration: none;
		display: block;
		
	}

		#topBanner a:hover {
			color: #ffffff;
		}
.header-row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	padding: 5px 0;
	flex-wrap: nowrap;
	gap: 10px;
}

	.header-row .text {
		flex: 0 0 auto;
		height: auto;
		padding: 1px 2px;
		background-image: none;
	}

		.header-row .text img {
			padding: 0;
			max-height: 60px;
			display: block;
		}

	.header-row #topBanner {
		flex: 1 1 auto;
		align-self: flex-start;
		min-width: 0;
		text-align: center;
		max-width: 430px;
	}

		.header-row #topBanner a {
			font-size: 14px;
			white-space: normal;
			line-height: 1.1;
		}

	.header-row .UserName {
		position: static;
		flex: 0 0 auto;
		padding: 5px;
		align-self: flex-start;
		white-space: nowrap;
		margin-left: auto;
	}
#BottomMenu {
	width: 950px;
	float: left;
}

	#BottomMenu a {
		text-decoration: none;
		color: White;
	}

#MainImage {
	position: relative;
	width: 950px;
	height: 400px;
	color: White;
	font-size: 60px;
	overflow: hidden;
}

.bakcgroundimage {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.Overlay {
	position: absolute;
	width: 400px;
	height: 150px;
	z-index: 99;
	color: White;
	float: left;
	margin-left: 275px;
	bottom: 0px;
	background: rgba(28,28,28,.25);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	.Overlay .text {
		font-weight: bold;
		font-size: 28px;
		padding: 10px;
	}

		.Overlay .text p {
			font-weight: bold;
			font-size: 14px;
		}

#SubBody {
	float: left;
	width: 950px;
	min-height: 200px;
	color: White;
	/*background: rgb(29,29,29); 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMWQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjRiNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(29,29,29,1) 0%, rgba(75,75,75,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,29,29,1)), color-stop(100%,rgba(75,75,75,1))); 
    background: -webkit-linear-gradient(top, rgba(29,29,29,1) 0%,rgba(75,75,75,1) 100%); 
    background: -o-linear-gradient(top, rgba(29,29,29,1) 0%,rgba(75,75,75,1) 100%);
    background: -ms-linear-gradient(top, rgba(29,29,29,1) 0%,rgba(75,75,75,1) 100%);
    background: linear-gradient(top, rgba(29,29,29,1) 0%,rgba(75,75,75,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#4b4b4b',GradientType=0 ); */
}

#NewsLine {
	float: left;
	color: white;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 930px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(29,29,29); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(29,29,29,1) 0%, rgba(75,75,75,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,29,29,1)), color-stop(100%,rgba(75,75,75,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(29,29,29,1) 0%,rgba(75,75,75,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(29,29,29,1) 0%,rgba(75,75,75,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(29,29,29,1) 0%,rgba(75,75,75,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(29,29,29,1) 0%,rgba(75,75,75,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#4b4b4b',GradientType=0 ); /* IE6-8 */
}

.NewsText {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}


.LeftBubble {
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 1%;
	width: 32%;
	height: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgb(75,75,75);
	background-image: url("../images/sitedesignimages/light.png");
	background-repeat: no-repeat;
	background-position: left;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}

.CenterBubble {
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 1%;
	width: 32%;
	height: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: rgb(102,182,252);
	background-image: url("../images/sitedesignimages/light.png");
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}

.KnowledgeBubble {
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 1%;
	width: 32%;
	height: 150px;
	color: #1c1c1c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: rgb(185,215,122); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: url("../images/sitedesignimages/light.png");
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}

.LeftBubble table {
	padding: 15px 0 0 0px;
}

.LeftBubble .text {
	color: white;
	padding: 8px;
	font-size: 28px;
	font-weight: bold;
}

	.LeftBubble .text a {
		text-decoration: none;
		color: #1c1c1c;
	}

		.LeftBubble .text a:hover {
			text-decoration: none;
			color: gray;
		}

.LeftBubble img {
	padding-top: 10px;
}

.CenterBubble .text {
	color: #1c1c1c;
	padding-top: 5px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

.CenterBubble .toolname {
	color: #1c1c1c;
	padding-top: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

	.CenterBubble .toolname a {
		text-decoration: none;
		color: #1c1c1c;
	}

		.CenterBubble .toolname a:hover {
			text-decoration: none;
			color: gray;
		}

	.CenterBubble .toolname p {
		font-weight: normal;
		color: #1c1c1c;
		text-align: left;
		font-size: 14px;
		padding-right: 5px;
	}



.KnowledgeBubble .text {
	font-weight: bold;
	color: #1c1c1c;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	font-size: 28px;
}

.KnowledgeBubble table {
	padding-left: 0;
}

.KnowledgeBubbleList ul {
	list-style: none;
	padding-top: 0px;
	text-align: left;
	font-size: 16px;
}

.KnowledgeBubbleList li {
	padding-bottom: 4px;
}

.KnowledgeBubbleList a {
	color: #1c1c1c;
	text-decoration: none;
}

	.KnowledgeBubbleList a:hover {
		color: gray;
		text-decoration: none;
	}

.RightBubble {
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 1%;
	width: 67%;
	height: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}

	.RightBubble .text {
		float: right;
		padding: 5px;
		font-family: futura, helvetica, arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
	}

.Heading1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	bottom: 2px;
	padding-left: 5px;
	color: #424242;
	-webkit-text-shadow: 0px 2px 3px #ddd;
	-moz-text-shadow: 0px 2px 3px #ddd;
	text-shadow: 0px 2px 3px #ddd;
}


#footer {
	clear: both;
	float: left;
	width: 100%;
	left: 10%;
	border-top: 1px solid Gray;
}

	#footer p {
		padding: 5px;
		margin: 0;
		font-size: 12px;
		color: White;
	}

	#footer .icon {
		float: left;
		padding-right: 8px;
		border: none;
	}

	#footer a {
		text-decoration: none;
		color: White;
	}

#ContentHeader {
	width: 100%;
	height: 110px;
	color: White;
	font-size: 64px;
	overflow: hidden;
	background: rgb(122,188,255); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-8 */
}

	#ContentHeader .image {
		float: left;
		width: 20%;
		height: 100%;
		/*		background-image: url("images/light.png");
	background-repeat: no-repeat;*/
	}

		#ContentHeader .image img {
			display: block;
			margin-left: auto;
			margin-right: auto;
			padding-top: 7px;
		}

	#ContentHeader .text {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		width: 80%;
		text-align: center;
	}

		#ContentHeader .text a {
			color: White;
			text-decoration: none;
		}

#Content {
	color: Black;
	min-height: 50px;
	background-color: White;
}


.ContentTable {
	width: 100%;
	height: 100%;
	border: collapse;
}

.MainContentArea {
	font-family: Calibri,Arial,Helvetica,sans-serif;
	min-height: 500px;
	padding: 1%;
	padding-bottom: 15px;
	font-size: 14px;
}

	.MainContentArea a {
		text-decoration: none;
		color: blue;
	}

		.MainContentArea a:visited {
			text-decoration: none;
			color: purple;
		}

		.MainContentArea a:hover {
			text-decoration: underline;
			color: blue;
		}

		.MainContentArea a:active {
			text-decoration: underline;
			color: black;
		}



.ContentLinks {
	vertical-align: top;
	width: 190px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f2f2f2;
	padding-bottom: 15px;
}

.rightcolumn {
	width: 150px;
}

.rightcolumn_container {
	margin: 0 auto;
}

	.rightcolumn_container img {
		padding: 5px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

.center_column_header {
	padding: 8px 0px 4px 0px;
	font-size: 13px;
	font-weight: bold;
}




.StaticSideMenuItem {
	font-family: Calibri, Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	color: black;
	font-size: 13px;
	padding-top: 2px;
	margin-left: 5px;
}


	.StaticSideMenuItem:hover {
		text-decoration: none;
		color: gray;
	}




.maindynamicmenustyle {
	font-family: Calibri, Arial, Helvetica, sans-serif !important;
	width: 120px;
	text-decoration: none;
	font-size: 14px;
	color: White;
	background-color: rgb(75,75,75);
	padding-left: 5px;
	padding-top: 5px;
	border-left: 2px solid rgb(188,188,188);
	border-right: 2px solid rgb(188,188,188);
	border-bottom: 2px solid rgb(188,188,188);
	z-index: 9;
}

.level1 {
	font-family: Calibri, Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	color: White;
	font-size: 16px;
	font-weight: normal;
	width: 100px;
	padding: 3px 0 3px 5px;
	z-index: 9;
}


.level2 {
	font-family: Calibri, Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	font-size: 14px;
	color: White;
	background-color: rgb(75,75,75);
	padding-left: 5px;
	padding-top: 5px;
	width: 130px;
}

	.level2:hover {
		width: 130px;
		text-decoration: none;
		font-size: 14px;
		color: White;
		background-color: rgb(55,55,55);
		padding-left: 5px;
		padding-top: 5px;
		z-index: 9999;
	}

.level3 {
	font-family: Calibri, Arial, Helvetica, sans-serif !important;
	width: 130px;
	text-decoration: none;
	font-size: 14px;
	color: White;
	background-color: rgb(95,95,95);
	padding-left: 5px;
	padding-top: 5px;
	border-left: 2px solid rgb(188,188,188);
	border-right: 2px solid rgb(188,188,188);
	border-bottom: 2px solid rgb(188,188,188);
	z-index: 9999;
}

	.level3:hover {
		width: 130px;
		text-decoration: none;
		color: White;
		background-color: rgb(65,65,65);
		padding-left: 5px;
		z-index: 9999;
	}



.TwoColumnMainContent td {
	vertical-align: top;
	width: 50%;
}

.TwoColumnMainContent th {
	text-align: left;
	padding: 15px 0px 5px 0px;
	border-bottom: 1px solid #f2f2f2;
}


.movieicon {
}

	.movieicon img {
		float: left;
		border: none;
		padding: 5px;
	}

	.movieicon a {
		position: relative;
		top: 12px;
	}


h1, h2, h3, h4 {
	margin: .1em 0 .1em 0;
	padding: 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bolder;
}












.Bold {
	font-weight: bold;
}







table.tableizer-table {
	font-size: 12px;
	width: 100%;
}

.tableizer-table td {
	margin: 5px;
	text-align: left;
}

.tableizer-table th {
	border-bottom: 1px solid white;
	padding: 3px;
	padding-top: 8px;
	font-size: 12px;
	color: #373737;
	font-weight: bold;
	text-align: left;
	width: 25%;
}

table.bottom-table {
	font-size: 13px;
	width: 100%;
}

.bottom-table td {
	margin: 5px;
	text-align: left;
	padding: 3px;
	color: lightgray;
}

.bottom-table th {
	width: 25%;
	border-bottom: 1px solid Gray;
	padding: 3px;
	padding-top: 8px;
	font-size: 14px;
	color: White;
	font-weight: bold;
	text-align: left;
}


/*
root element for the scrollable.  when scrolling occurs this
element stays still.
*/
.scrollable {
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 950px;
	height: 400px;
}

	/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accommodate scrollable
items.  it's enough that you set width and height for the root element
and not for this element.
*/
	.scrollable .items {
		/* this cannot be too large */
		width: 20000em;
		position: absolute;
	}

/*
a single item. must be floated in horizontal scrolling.  typically,
this element is the one that *you* will style the most.
*/
.items div {
	float: left;
}

/* position and dimensions of the navigator */
.navi {
	position: absolute;
	margin: auto;
	top: 385px;
	left: 42%;
	height: 20px;
	z-index: 99;
}


	/* items inside navigator */
	.navi a {
		width: 8px;
		height: 8px;
		float: left;
		margin: 3px;
		background: url(../images/sitedesignimages/navigator.png) 0 0 no-repeat;
		display: block;
		font-size: 1px;
	}

		/* mouseover state */
		.navi a:hover {
			background-position: 0 -8px;
		}

		/* active state (current page state) */
		.navi a.active {
			background-position: 0 -16px;
		}

.prev {
	cursor: pointer;
	font-size: 10px;
	position: absolute;
	margin: auto;
	top: 380px;
	left: 0px;
	padding: 5px;
	z-index: 99;
	width: 30px;
	height: 22px;
	background-image: url("../images/sitedesignimages/nextbackground.png");
	background-repeat: no-repeat;
}

.next {
	cursor: pointer;
	font-size: 10px;
	position: absolute;
	margin: auto;
	top: 380px;
	left: 920px;
	padding: 5px;
	z-index: 99;
	width: 30px;
	height: 22px;
	background-image: url("../images/sitedesignimages/nextbackground.png");
	background-repeat: no-repeat;
}

/************ text box styles *********/
#SearchBox {
	position: absolute;
	left: 775px;
	top: 73px;
	width: 200px;
}

.SearchBox {
	border: solid 1px gray;
	color: white;
	background: transparent;
	width: 125px;
	text-align: right;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	font-family: Calibri,Trebuchet MS, Verdana, Arial; /* background: rgb(243,243,243);  Old browsers */
}

.sectionHeader {
	width: 100%;
	float: left;
	background-color: #f2f2f2;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 8px;
}

.float-list-50-50 {
	float: left;
	list-style: none;
	padding-bottom: 20px;
	padding: 0;
	margin: 0 0 15px 0;
	width: 100%;
}

	.float-list-50-50 li {
		height: 100px;
		float: left;
		width: 48%;
		padding-left: 1%;
		padding-bottom: 8px;
	}

		.float-list-50-50 li img {
			width: 96px;
			float: left;
			padding: 3px 10px 0 0;
		}

		.float-list-50-50 li .img96 {
			width: 96px;
			float: left;
			padding: 3px 10px 0 0;
		}

		.float-list-50-50 li .vote {
			float: right;
			width: 24px;
			padding: 3px 5px 0 0;
		}

	.float-list-50-50 p {
		padding: 0 10px 0 0;
		margin: 0;
		font-size: 13px;
		color: Gray;
	}

.float-list-33-33-33 {
	float: left;
	list-style: none;
	padding-bottom: 0px;
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
}

	.float-list-33-33-33 li {
		float: left;
		width: 32%;
		padding-left: 1%;
		padding-bottom: 0px;
	}

.TwoColumn {
	float: left;
	list-style: none;
	padding-bottom: 20px;
	padding: 0;
	margin: 0 0 15px 0;
	width: 100%;
}

	.TwoColumn li {
		float: left;
		width: 48%;
		padding-left: 1%;
		padding-bottom: 10px;
	}

		.TwoColumn li img {
			float: left;
			padding: 3px 10px 0 0;
		}

	.TwoColumn p {
		padding: 0 10px 0 0;
		margin: 0;
		font-size: 13px;
		color: Gray;
	}

.button {
	color: rgb(29,29,29);
	text-decoration: none;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	width: 80%;
	/*padding: .3em 1.5em .3em;*/
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

	.button a {
	}

		.button a:hover {
			text-decoration: underline;
		}


	.button:hover {
		text-decoration: none;
	}

	.button:active {
		position: relative;
		top: 1px;
	}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.buttonblue {
	border: solid 1px #91af4b;
	background: #cdeb8e; /* Old browsers */
	background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
}

	.buttonblue:hover {
		background: #bedd87; /* Old browsers */
		background: -moz-linear-gradient(top, #bedd87 0%, #91af4b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bedd87), color-stop(100%,#91af4b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #bedd87 0%,#91af4b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #bedd87 0%,#91af4b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #bedd87 0%,#91af4b 100%); /* IE10+ */
		background: linear-gradient(to bottom, #bedd87 0%,#91af4b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bedd87', endColorstr='#91af4b',GradientType=0 ); /* IE6-9 */
	}

	.buttonblue:active {
		background: #91af4b; /* Old browsers */
		background: -moz-linear-gradient(top, #91af4b 0%, #bedd87 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91af4b), color-stop(100%,#bedd87)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #91af4b 0%,#bedd87 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #91af4b 0%,#bedd87 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #91af4b 0%,#bedd87 100%); /* IE10+ */
		background: linear-gradient(to bottom, #91af4b 0%,#bedd87 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91af4b', endColorstr='#bedd87',GradientType=0 ); /* IE6-9 */
	}

.buttongray {
	border: solid 1px #9b9b9b;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

	.buttongray:hover {
		background: #d8d8d8; /* Old browsers */
		background: -moz-linear-gradient(top, #d8d8d8 0%, #9b9b9b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #d8d8d8 0%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d8d8d8 0%,#9b9b9b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #d8d8d8 0%,#9b9b9b 100%); /* IE10+ */
		background: linear-gradient(to bottom, #d8d8d8 0%,#9b9b9b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#9b9b9b',GradientType=0 ); /* IE6-9 */
	}

	.buttongray:active {
		background: #9b9b9b; /* Old browsers */
		background: -moz-linear-gradient(top, #9b9b9b 0%, #d8d8d8 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b9b9b), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #9b9b9b 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #9b9b9b 0%,#d8d8d8 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #9b9b9b 0%,#d8d8d8 100%); /* IE10+ */
		background: linear-gradient(to bottom, #9b9b9b 0%,#d8d8d8 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	}

.searchResult {
	width: 600px;
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 10px;
}

	.searchResult li {
		padding-left: 10px;
		padding-bottom: 10px;
	}

	.searchResult .headline {
		font-weight: bold;
		color: #0078C8;
		font-size: 14px;
	}

	.searchResult .description {
		padding-left: 0px;
		color: gray;
		font-size: 11px;
	}

.searchArea {
	width: 100%;
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
}

	.searchArea .searchBar {
		padding: 10px;
		margin: auto;
		width: 400px;
	}

.KnowledgebaseContent {
	width: 750px;
	overflow: hidden;
	position: relative;
}

.KnowledgebaseTitle {
	width: 700px;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 8px;
}

.KnowledgebaseDetails {
	padding-left: 10px;
}

.KnowledgebaseEditLink {
	position: absolute;
	top: 0px;
	right: 5px;
}

.NewsLetterHeading {
	font-weight: bold;
	padding-top: 15px;
	font-size: 30px;
}

.socialBlock {
	display: inline-block;
	width: 60px;
}

.social {
	padding-left: 4px;
}

.searchResult {
	width: 600px;
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 10px;
}

.blog {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #333;
	margin-top: 20px;
}

	.blog .entry {
		display: block;
		position: relative;
		margin-bottom: 30px;
	}

		.blog .entry .headline {
			display: block;
			font-weight: bold;
			color: #333;
			font-size: 24px;
			padding-top: 10px;
		}

		.blog .entry .date {
			position: block;
				padding: 5px 15px 0px 10px;
			color: #ccc;
			font-size: 12px;
		}

		.blog .entry .details {
			display: block;
			padding: 15px 15px 0px 10px;
			font-size: 14px;
		}

			.blog .entry .details img {
				display: block;
				margin: auto;
			}



.blurbHeader {
	font-size: 38px;
	margin-top: 120px;
	margin-bottom: 10px;
	color: #fff;
}

.blurbSubHeader {
	font-size: 24px;
	margin-bottom: 10px;
	color: #eee;
}

.featureTbl {
	width: 100%;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	border-collapse: collapse;
	margin-top: 25px;
}

	.featureTbl .underline {
		border-bottom: 1px solid rgb(75,75,75);
	}

	.featureTbl td {
		padding: 3%;
		color: #ccc;
		font-size: 18px;
		font-weight: 200;
		margin-bottom: 20px;
	}

.featureImg {
	width: 300px;
	vertical-align: middle;
}

.toolsHeader{
	width: 100%;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
				color: #ccc;
		font-size: 14px;
		font-weight: 200;
		text-align: center;
				 }

.toolsTbl {
	width: 100%;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	border-collapse: collapse;
	padding-top: 25px;

}

	.toolsTbl td {
		color: #ccc;
		font-size: 14px;
		font-weight: 200;
		text-align: center;
				padding-top: 20px;
					padding-bottom: 20px;
	}

		.toolsTbl .underline {
		border-bottom: 1px solid rgb(75,75,75);
	}
