@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg-water.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #9ACEFD;
}

.wrap {
	width: 998px;
	margin: 0 auto;
}

.container {
	width: 998px;
	min-height: 270px;
	text-align: center;
	float: right;
	*padding-bottom: 10px;
	margin-top: 60px;
}

.header {
	width: 998px;
	height: 130px;
	float: left;
	position: relative;	
	margin: 10px 0;
}

#header {
	float: left;
	position: absolute;
	left: 24px;
	top: 0;
	width: 242px;
 
}
 
#header a {
    display: block;
    width: 242px;
    height: 120px;
	background-image: url(images/TVPS-Logo.png);
	background-repeat: no-repeat;
	background-position: center;
 
}

#homeButt {
	position: absolute;
	left: 7px;
	bottom: 5px;
}

.nav {
	width: 993px;
	height: 40px;
	text-align: center;
	float: left;
	padding-top: 0px;
	padding-left: 5px;
	z-index:777;
}

.nav a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 12px 0 11px;
	margin-top: 5px;
	background: url(images/nav-divider.png) bottom left no-repeat;
}
	
.nav a:hover {
	color: #3289D9;
	text-decoration: none;
	
}

.nav li:first-child a {
	background: none;	
}

.slogan {
	width: 463px;
	height: 34px;
	position: absolute;
	top: 11px;
	right: 51px;
}

#new {
	width: 112px;
	height: 38px;
	position: absolute;
	bottom: -15px;
	right: 291px;
}

#globe {
	width: 47px;
	height: 47px;
	position: absolute;
	bottom: -15px;
	left: 251px;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #003399;
	color: #003399;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	margin: 0 auto;
	font-size: 16pt;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003399;

}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0 auto;
	font-size: 13pt;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
}

.photo {
	display: none;
}

body#indexPage .photo {
	width: 958px;
	height: 450px;
	float: left;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	/*background-image: url(images/shadow2.png);
	background-position: center;
	background-repeat: no-repeat;*/
	display: inline;
	z-index: 6;
	clear: both;
}

.photosThree {
	width: 998px;
	height: 223px;
	float: left;
	margin: 0 auto;
	text-align: center;
}

#bannerWrap {
	width: 100%;
	float: left;	
}

.mainText {
	width: 900px;
	float: left;
	margin: 0 30px;
	font: 13pt Geneva, Arial, Helvetica, sans-serif;
	color: #003399;
	text-align: left;
}

.mainContentBack {
	width: 958px;
	min-height: 350px;
	margin: 15px 0;
	padding: 15px 20px 15px 20px;	
	float: left;
	font: 13pt Geneva, Arial, Helvetica, sans-serif;
	color: #003399;
	text-align: left;	
	background: #FFF url(images/bg-mid.png) repeat-x;
	border-radius: 12px;
	-moz-border-radius: 12px;
	border: 0px solid #003399;
	box-shadow: 0px 0px 15px #CCC;
	-moz-box-shadow: 0px 0px 15px #CCC;
	-webkit-box-shadow: 0px 0px 15px #CCC;
	
}


.footer {
	width: 998px;
	min-height: 100px;
	font-size: 11pt;
	color: #003399;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	background-image: url(images/bg-bott.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	line-height: 1.75em;
	clear: both;
}

.footer a {
	color: #003399;
	text-decoration: none;
	margin: 8px;
}

.footer a:hover {
	color: #0066FF;
	text-decoration: none;
}

a {
	color: #003399;
	text-decoration: underline;
}

a:hover {  
	color: #0066FF;
	text-decoration: underline;
}
#flashcontent {
	height: 700px;
	margin-left: 55px;
	font: 12px 'Trebuchet MS', arial, sans-serif;
	font-weight: bold;
	color: #999;
	text-align:center;
	line-height: 200px;
}
#flash{
	display: block;
}

.contactForm {
	width: auto;
	float: right;
	clear: both;
}

