/* GFX7 DESIGN */

/* @group General Styles */

body {
	font-family: Geneva, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif;
	font-size: 1.0em;
	margin: 0px;
	padding: 0px 40px;
	color: silver;
	background-color: transparent;
}

.clearer {
	clear: both;
}

p {
	
}

b, strong {
	color: silver;
}

a:link, a:visited {
	text-decoration: none;
	color: silver;
}

a:hover, a:active {
	text-decoration: underline;
	color: silver;
}

img {
	color: silver;
}

a img {
	border: none;
	color: silver;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	color: silver;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	color: silver;
}

/* @end */

/* @group Layout */

#arrowRight {
	z-index: 800;
	width: 100px;
	height: 522px;
	position: absolute;
	background-color: transparent;
	background-image: url(images/custom/ArrowRightFade.png);
	right: 0;
}

#arrowLeft {
	opacity: 1;
	position: fixed;
	width: 250px;
	height: 522px;
	background: transparent url(images/custom/ArrowLeftb.png) no-repeat left bottom;
	z-index: 2;
	top: 300px;
	left: -150px;
}

#container {
	background: transparent none center;
	width: 950px;
	z-index: 0;
}

.clearer {
	clear: both;
}

#pageHeader {
	color: silver;
	position: relative;
	top: 0px;
	height: 250px;
	width: 100%;
	background: black url(images/custom/header1.jpg);/* this is for backup */
	margin: 0px;
	padding: 0px;
	clear: both;
}

#pageHeader #skin {
}

#pageHeader #skin #title img {
	top: 20px;
	right: 0;
	float: right;
	height: 175px;
	padding-left: 0;
	margin-top: 40px;
	margin-left: 47px;
	margin-right: 10px;
}

#pageHeader #title {
	position: absolute;
	top: 0px;
	height: 190px;
	min-height: 190px;
	max-height: 190px;
	width: 100%;
	z-index: 1;
	border-style: none;
	outline: none;
	overflow: hidden;
}

#pageHeader h1 {
	padding-top: 55px;
	padding-left: 5%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

#pageHeader h1, .photo-title {
	font-size: 25px;
	color: silver;
}

#pageHeader h2 {
	position: relative;
	top: 0px;
	padding: 0px;
	padding-left: 5%;
	margin-top: 0px;
	text-align: left;
}

#pageHeader h2, .photo-caption {
	font-size: 14px;
	color: #ff7600;
}

#contentContainer {
	z-index: 5;
	background-image: none;
	position: relative;
	padding-right: 1px;
	padding-left: 1px;
}

#contentContainer #content {
	color: #999;
	background-position: left top;
	padding-left: 14px;
	margin-right: 0;
	margin-left: 171px;
	margin-bottom: 5px;
}

#sidebarContainer {
	float: left;
	width: 240px;
	font-size: 14pt;
	color: #666666;
	z-index: 4;
	margin-left: 9px;
	top: 40px;
	background: url(images/VerTSEPBAR1.png) no-repeat;
}

#sidebarContainer #sidebar {
	color: #ff7600;
	margin-right: 40px;
	margin-top: 40px;
	margin-left: 60px;
	z-index: -5;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 10pt;
}

#sidebarContainer .sideHeader {
	text-align: left;
	font-size: 13px;
	text-shadow: #000000 0 0 0;
	padding-top: 8px;
	position: relative;
	margin: 30px 40px 0 60px;
	padding-bottom: 0;
	top: 10px;
}

#footer {
	font-size: 10px;
	color: #666666;

}

#sidebarContainer #logo {
	text-align: center;
	margin: 10px 0px;
	padding: 10px 0px;
}

#sidebarContainer #logo img {
	width: 125px;

}
#footer p {
	text-align: center;
}

#footer a:link, #footer a:visited {
	
}

#footer a:hover, #footer a:active {
	
}

#footerContainer {
	height: 160px;
	background-image: url(images/custom/Footer160.jpg);
	float: none;
	clear: none;
	bottom: 0;
	z-index: 10;
}

#footerSlogan {
	text-align: center;
	height: 35px;
	padding-top: 10px;
	color: gray;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	padding-top: 5px;
	clear: both;
	text-align: center;
	color: #42bb3a;
}

#breadcrumbcontainer ul {
	
}

#breadcrumbcontainer li {
	
}

#breadcrumbcontainer a {
	font-size: 13px;
	color: #999;
}

#breadcrumbcontainer a:hover {
	color: gray;
}

/* @end */

/* @group Toolbar */

/* @group horizontal */

/* Toolbar Styles */

#navcontainer {
	top: 0;
	margin-left: 340px;
	height: 33px;
	text-align: center;
	font-size: 12px;
	width: 500px;
	min-width: 590px;
	z-index: 2;
	position: relative;
	vertical-align: middle;
	background-color: black;
	float: right;
	margin-right: 38px;
}

#navcontainer .current {
	color: white;
	text-shadow: #000000 0 0 0;
	width: 90px;
	background-repeat: no-repeat;
}

#navcontainer .current:hover {
	width: 90px;
	background-repeat: no-repeat;
	color: #fcd106;
}

#navcontainer .currentAncestor {
	color: white;
	width: 90px;
	text-align: center;
	background-repeat: no-repeat;
}

#navcontainer a {
	width: 90px;
	height: 33px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #ff7600;
	font-weight: bold;
	z-index: 0;
	background-repeat: no-repeat;
	padding-top: 10px;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	padding: 0;
	position: relative;
	color: gray;
	float: right;
}

#navcontainer ul li {
	position: relative;
	left: 0px;
	display: inline;
	float: left;
	height: 33px;
	width: 90px;
}

#navcontainer ul li a:hover, #navcontainer ul li a:active {
	color: #ff7600;
	height: 33px;
	text-decoration: none;
	border: none;
	position: relative;
	z-index: 10;
	width: 90px;
	background-repeat: no-repeat;
}

/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}

#navcontainer ul ul li {
	
}

#navcontainer ul ul a {
	
}

#navcontainer ul ul a:hover {
	background-repeat: no-repeat;
}

#navcontainer ul ul .current {
	
}

#navcontainer ul ul .currentAncestor {
	
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	
}

#navcontainer ul ul ul li {
	
}

#navcontainer ul ul ul a {
	
}

#navcontainer ul ul ul a:hover {
	
}

#navcontainer ul ul ul .current {
	
}

#navcontainer ul ul ul .currentAncestor {
	
}

/* Child Level 3 */

#navcontainer ul ul ul {
	
}

#navcontainer ul ul ul ul li {
	
}

#navcontainer ul ul ul ul a {
	
}

#navcontainer ul ul ul ul a:hover {
	
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
	
}

#navcontainer ul ul ul ul ul li {
	
}

#navcontainer ul ul ul ul ul a {
	
}

#navcontainer ul ul ul ul ul a:hover {
	
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
	
}

#navcontainer ul ul ul ul ul ul li {
	
}

#navcontainer ul ul ul ul ul ul a {
	
}

#navcontainer ul ul ul ul ul ul a:hover {
	
}

/* @end */

/* @group vertical */

/* Toolbar Styles */

#side-navcontainer {
	position: relative;
	top: 25px;
	font-size: 12px;
	background-color: transparent;
	background-image: none;
	left: 50px;
	padding-left: 33px;
}

#side-navcontainer .current {
	margin-bottom: 0;
	background-color: transparent;
	background-image: none;
}

#side-navcontainer .current:hover {
	background-image: none;
}

#side-navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#side-navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#side-navcontainer li {
	position: relative;
	display: inline;
	height: 0px;
	padding-left: 10px;
}

#side-navcontainer a {
	display: none;
	padding-top: 5px;
	height: 21px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #dedede;
	background: url(images/custom/BulletGreenSide.jpg) no-repeat;
}

#side-navcontainer a:hover {
	left: 20px;
	padding-left: 30px;
	background-color: transparent;
	background-image: none;
}

#side-navcontainer a:active {
}

/* Child - Level 1 */

#side-navcontainer ul ul {
}

#side-navcontainer ul ul li {
}

#side-navcontainer ul ul a {
	display: block;
	padding-left: 20px;
}

#side-navcontainer ul ul a:hover {
	padding-left: 30px;
	background-image: none;
}

#side-navcontainer ul ul .current {
	color: #ff7600;
	background-image: url(images/custom/BulletGreenSide.jpg);
}

#side-navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#side-navcontainer ul ul ul {
}

#side-navcontainer ul ul ul li {
}

#side-navcontainer ul ul ul a {
	padding-left: 30px;
}

#side-navcontainer ul ul ul a:hover {
	background-image: none;
	padding-left: 30px;
}

#side-navcontainer ul ul ul .current {
}

#side-navcontainer ul ul ul .currentAncestor {
}

/* Child Level 3 */

#side-navcontainer ul ul ul {
	color: white;
	padding-left: 30px;
}

#side-navcontainer ul ul ul ul li {
	color: white;
}

#side-navcontainer ul ul ul ul a {
	color: white;
}

#side-navcontainer ul ul ul ul a:hover {
	color: white;
}

/* Child Level 4 */

#side-navcontainer ul ul ul ul {
	color: white;
	padding-left: 40px;
}

#side-navcontainer ul ul ul ul ul li {
	color: white;
}

#side-navcontainer ul ul ul ul ul a {
	padding-left: 70px;
	color: white;
}

#side-navcontainer ul ul ul ul ul a:hover {
	color: white;
}

/* Child Level 5 */

#side-navcontainer ul ul ul ul ul {
	color: white;
}

#side-navcontainer ul ul ul ul ul ul li {
	color: white;
}

#side-navcontainer ul ul ul ul ul ul a {
	padding-left: 90px;
	color: white;
}

#side-navcontainer ul ul ul ul ul ul a:hover {
	color: white;
}

/* @end */

/* @end */

/* @group Global Classes */

blockquote, .standout {
	
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

.imageStyle {
	
}

/* Main content area unordered list styles */

#contentContainer #content ul {
	
}

#contentContainer #content li {
	
}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {
	
}

#sidebarContainer #sidebar li {
	
}

/* Table Styles */

table {
	
}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	
}

.blog-entry-summary {
	
}

.blog-archive-headings-wrapper {
	
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
	
}

.blog-archive-month {
	
}

.blog-archive-link {
	
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	
}

/* @end */

.blog-entry {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;
}

.blog-entry-title {
	font-size: 1.4em;
	font-weight: bold;
	color: #00a61d;
}

.blog-entry-date {
	font-size: 0.7em;
	padding-bottom: 10px;
	background: url(images/clock-blue.png) no-repeat  left 1px;
	padding-left: 15px;
}

/*styles the category link in the main entry */

.blog-entry-category {
	color: white;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	background: no-repeat url(images/catag-blue.png) left 1px;
	padding-left: 15px;
}

.blog-entry-category a:hover {
	background: no-repeat url(images/catag-orange.png) left 1px;
	padding-left: 15px;
}

/*styles the permalink link in the main entry */

.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	background: no-repeat url(images/perma-blue.png) left 1px;
	padding-left: 15px;
}

.blog-entry-permalink a:hover {
	background: no-repeat url(images/perma-orange.png) left 1px;
	padding-left: 15px;
}

.blog-read-more {
	font-size: 0.7em;
}

.blog-read-more a:link, .blog-read-more a:visited {
	background: no-repeat url(images/read-more-blue.png) left 1px;
	padding-left: 15px;
}

.blog-read-more a:hover{
	background: no-repeat url(images/read-more-orange.png) left 1px;
	padding-left: 15px;
}

.blog-entry-body {
	
}

.blog-entry-comments {
	
}

/* styles the archives in the blog sidebar */

#blog-wrapper {
	width: 167px;
}

#blog-archives {
	margin-top: 5px;
	color: white;
}

#blog-archives a:link, #blog-archives a:visited {
	background: no-repeat url(images/clock-blue.png) left 1px;
}

#blog-archives a:hover {
	background: no-repeat url(images/clock-orange.png) left 1px;
}

.blog-archive-link-enabled {
	padding-left: 15px;
}

.blog-archive-link-disabled {
	background: no-repeat url(images/clock-blue.png) left 1px;
	padding-left: 15px;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	color: white;
}

#blog-categories a:link, #blog-categories a:visited {
	background: no-repeat url(images/catag-blue.png) left 1px;
}

#blog-categories a:hover {
	background: no-repeat url(images/catag-orange.png) left 1px;
}

.blog-category-link-enabled {
	padding-left: 15px;
}

.blog-category-link-disabled {
	background: no-repeat url(images/catag-blue.png) left 1px;
	padding-left: 15px;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 1px #dedede;
}

#blog-rss-feeds a:link, #blog-rss-feeds a:visited {
	background: no-repeat url(images/rss.png) left 1px;
}

#blog-rss-feeds a:hover {
	background: no-repeat url(images/rss-blue.png) left 1px;
}

.blog-rss-link {
	padding-left: 15px;
}

.blog-comments-rss-link {
	
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #00a61d;
	margin-bottom: 20px;
}

.filesharing-item {
	background: black;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.filesharing-item-title a:link {
	
}

.filesharing-item-title a:hover {
	
}

.filesharing-item-title a:visited {
	
}

.filesharing-item-description {
	font-size: 0.8em;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #00a61d;
}

.album-description {
	font-size: 0.8em;
	margin-bottom: 2px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    padding: 3px;
    border: solid 1px #cccccc;
}

.thumbnail-frame:hover {
	background: silver;
    border: 1px solid #3c3c3c;	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	
}

.thumbnail-frame a:hover img {
    margin: auto;
    border: solid 1px #1f97d5;
}

.thumbnail-frame img {
    margin: auto;
    border: solid 1px #cccccc;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	font-size: 0.8em;
	color: #00a61d;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	background: black;
	text-align: center;
	margin: 0px auto;
}

.photo-navigation {
	text-align: center;
	color: #ffc963;
	padding: 15px 30px 10px;
}

.photo-links {
	padding: 90px 0px 0px;
	color: #00a61d;
}

.photo-navigation a:link, .photo-navigation a:visited {
	padding: 0px 0px;
	margin: 0px 0px;
	color: #00a61d;
}

.photo-navigation a:hover {
	color: #ffc963;
}

.photo-frame {
	text-align: center;
	margin: 0px auto;
    background: black;
    padding: 10px;
    border: solid 1px #cccccc;
	color: white;
}

.photo-title {
	padding: 0px 0px;
	margin: 0px 0px;
	color: #ffc963;
}

.photo-caption {
	padding: 0px 0px;
	margin: 0px 0px;
	color: #ffc963;
}

#flashcontent {
	text-align: center;
}

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-frame {
	text-align: center;
}

.movie-description {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #00a61d;
}

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #00a61d;
}

.movie-page-description {
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
	padding: 3px;
	border: solid 1px #cccccc;
	background: black;
}

.movie-thumbnail-frame:hover {
	border: solid 1px #1f97d5;
	background: green;
}

.movie-thumbnail-caption {
	color: #00a61d;
	font-size: 0.8em;
	margin-top: 2px;
	text-align: center;
	width: 131px;
}

/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background: black;
}

.movie-title {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #00a61d;
}

.movie-frame {
	border-color: green;
}

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
	text-align: left;
}

form {
	text-align: left;
	font-size: 0.9em;
	color: silver;
}

.required-text {
	color: white;
}

.form-input-field {
	width: 98%;
}

.form-input-button {
	color: black;
}

/* @end */