﻿/* override default wss */

.ms-searchform {
	top : 0px;
}

.ms-searchform select {
	display: none;
}

/* svt global default CSS */
body {
	background-color: #333333;
	text-align: center;
	height: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.svt-header {
	position:relative; 
	height: 108px;
	background-color: #0275a3;
	background-image: url('../Website%20Image%20Library/svt_header.png')
}

.svt-search {
	position:	absolute;
	top: 25px;
	right: 20px;
}

.svt {
	width:	950px;
	text-align:left;
	margin:auto;
	height: 100%;
}

.svt-body {
	background-color: #fefefe;
	height: 100%;
}
.svt-footer {
	font-size: 10px;
	font-family:Arial;
	color:#999999;
	padding: 3px 0;
	clear: both;
}

.svt-footer a:link, .svt-footer a:visited, .svt-footer a:hover, .svt-footer a {
	color:#999999;
	text-decoration: underline;
}

.svt-leftnav {
	text-align:center;
}

.svt-SiteAction {
	float: right;
	color: #fff;
}

.svt-SiteAction a, .svt-SiteAction a:link {
	color: #fff;
}

/* navigation */
.svt-quickNav {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 147px;
	background-image:url('../Website Image Library/nav_bg.png');
	background-repeat:repeat-y;
	padding-right: 10px; /* 10px is for shadow */
	font-family: 'News Gothic MT Bold';
	color: #333333;
}

.svt-quickNav td {
	border-top: 1px #b1b1b1 solid;
	height: 25px;
}

.svt-quickNav a {
	padding: 3px 18px;
	display: block;
}

.svt-quickNav a:link, .svt-quickNav a:visited, .svt-quickNav a:hover {
	color: #333333;
}

.svt-quickNav table {
	width: 100%;
}

.svt-quickNav-logo {
	text-align: center;
	padding: 33px 0px;
}

.svt-quickNav td td {
	border-top: 0px #c1c1c1 solid;
	padding: 0;
}

.svt-navheader {
	font-size: 16px;
}

.svt-navitem {
	font-size: 14px;
}

/* header */
.svt-header-content {
	padding-left: 195px;
	padding-top: 45px;
	width: 673px;
	color: #fffbff;
	font-weight: bold;
}

.svt-tagline
{
	font-size: 14px;
	font-family: "News Gothic MT";
	color: #ffffff;
}


/* other global settings */
a img {
	border: 0px solid black;
}

/* search result settings */
.svt-search-result {
	margin-left: 195px;
	display: block;
/*	width: 905px;*/
}

/* svt fonts for non-ie, for ie specific, refer to svt_default_ie.css*/
@font-face {
	font-family: 'News Gothic MT Bold';
	font-style:  normal;
	font-weight: 700;
	src:local("News Gothic MT Bold"), url( '/_layouts/fonts/News Gothic MT Bold.ttf') format("truetype");
}
@font-face {
	font-family: 'News Gothic MT';
	font-style:  normal;
	font-weight: normal;
	src:local("News Gothic MT"), url( '/_layouts/fonts/News Gothic MT.ttf') format("truetype");
}
@font-face {
	font-family: 'News Gothic MT Italic';
	font-style:  oblique;
	font-weight: normal;
	src:local("News Gothic MT Italic"), url( '/_layouts/fonts/News Gothic MT Italic.ttf') format("truetype");
}

.ms-searchimage{

background: none;
border: none;
}
