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

body {
	margin: 0px;
	background: white;
	}

#wrapper {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	}
	
#top {
	float: left;
	width: 1001px;
	height: 215px;
	margin: 0px;
	padding: 0px;
	position: relative;
	}
	
img {
	border: 0px;
}

.img-indent { 
	margin:0 25px 0 0; 
	float:left;
}
p {
	font: normal 14pt verdana ;
	color: gray;
	margin: 10px 10px;
	line-height: 20pt
	
}
.tab {
	font: normal 14pt verdana ;
	color: gray;
	margin: 10px 10px;
	line-height: 20pt
	
}
li, ul {
	font: normal 14pt verdana ;
	color: gray;
	margin: 0px 10px;
	line-height: 20pt;
	padding: 0px 10px;
	letter-spacing: 0px;
	padding-right: 0px
	
}

h1 {
	color: red;
	font: normal 16pt Impact;
	letter-spacing: 3px;
}
	
h2 {
	color: #666;
	font: normal 14pt Impact;
	letter-spacing: 3px;
}

h3 {
	color: #666;
	font: normal 13pt Impact;
	letter-spacing: 1px;
}
	
#div1 {
	float: left;
	width: 970px;
	height: 300px;
	padding: 15px
}

.div1a{
	float: left;
	position: relative;
	width: 400px;
	height:300px;
}

.navbox {
	margin:0px;
	padding: 0px;
}

#logobox {
	width: 1000px;
	height:315px;
}

input, textarea {
	border: 1px #59a1b2 solid;
	color: black;
	font: normal 12pt arial;
}

/*bottom wrapper*/
#bottom{
	float: left;
	position: relative;
	background-image:url('images/bottom.png');
	height: 39px;
	width: 1000px;
}

#botwrap {
	width: 1000px;
	height: 457px;
	margin: 0px auto;
	color:white
	}
	
#iconbox {
	width: 1000px;
	height:auto;
}

.iconbox {
	width: 333px; 
	height: 400px;
	position:relative;
	float: left;
	margin-top:25px;
	color: gray;
}

#botblackbar {
	background-image: url('images/bottom.png');
	width: 1000px;
	height: 38px
}

#subscribebox {
	width: 500px;
	font: normal 10pt verdana;
	color:white;
	position: relative;
	float:left;
	height: 30px;
}

input.blackbar {
	font: normal 10pt verdana;
	color: gray;
	
}

#botbox2 {
	width: 440px;
	font: normal 10pt verdana;
	color:white;
	position: relative;
	float: right;
	padding-left: 20px;
	margin-top:10px;
	height: 30px;
}

a.bot:link, a.bot:visited {font: normal 8pt verdana; text-align:right; color: white; width: 280px; text-decoration:none; margin:0px; }
a.bot:hover, a.bot:active {font: normal 8pt verdana; text-align:right; color: #f58634; width: 279px; text-decoration:none; margin:0px;  }

/*content pages*/

#content {
	float: left;
	width: 965px;
	margin-left: 13px;
	height: auto;
	/*margin-top: -3px;*/
	background-image: url('images/conentbg.png');
	position: relative;
	
}
