@CHARSET "ISO-8859-1";

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}


body {
	background-color: black;
	background-image: url(../img/SilverLining.png);
	/*background-image: url(../img/SilverLining.png);*/
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

a {
	color: black;
	text-decoration: none;
}

#tesdt {
	
}

#layout {
	position: relative;
	z-index: 1; /*on top of background only*/
	background: transparent;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	font-family: Tahoma;
}

#header {
	position: relative;
	z-index: 2; /*over layout*/
	background-image: url(../img/WhiteTransparentHoriz950.png);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-y;
	height: 140px;
	width: 950px;
	
	margin: 0px;
	margin-left: -475px;
	
	padding: 0px;
	top: 0px;
	left: 50%;
}

#logo {
	position: absolute;
	top: 30px;
	left: 20px;
}

#contactinfo {
	position: absolute;
	color: black;
	font-size: 18px;
	font-weight: bold;
	
	
	top: 20px;
	right: 20px;
}

#contactinfo a{ 
	text-decoration: none;
	color: black;
}

#navigation {
	position: absolute;
	
	background-image: url(../img/OrangeFadeRight.png);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no repeat;
	
	top: 100px;
	right: 0px;
	
	width: 598px;
	height: 31px;
}

#navigation a {
	position: relative;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	
	top:5px;
	
	margin-left: 15px;
}

#searchBar {
	position: absolute;
	
	background-image: url(../img/SearchBar.png);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no repeat;
	
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 6px;
	
	top: 104px;
	left: 8px;
	
	width: 326px;
	height: 18px;
}

#searchBar input{
	position: absolute;
	top: 3px;
	margin-left: 5px;
	width: 247px;
	border-width: 0px;
}
#searchBar img {
	position: absolute;
	top: 6px;
	right: 12px;
	border-width: 0px;	
}

#contentArea {
	position: relative;
	
	background-image: url(../img/WhiteTransparentHoriz950.png);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-y;
	
	width: 950px;
	
	margin: 0px;
	margin-left: -475px;
	
	padding: 0px;
	left: 50%;
}

#contentTop {
	position: relative;

	background-image: url(../img/TransparentWhiteTop.png);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no repeat;
	
	left: 7px;
	
	width: 936px;
	height: 10px;
}

#contentFill {
	position: relative;

	background-image: url(../img/TransparentWhiteVFill.png);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no repeat;
	
	left: 7px;
	
	width: 936px;
}



.pointer {
	cursor: pointer;
}

.vhr {
	height:14px;
	width:1px;
	color:#bbbbbb;
	
}

#contentBottom {
	position: relative;

	background-image: url(../img/TransparentWhiteBottom.png);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no repeat;
	
	left: 7px;
	
	width: 936px;
	height: 10px;
}

.titlebg {
	position: absolute;
	
	background-image: url(../img/OrangeFadeRight917x40.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
	
	left: 7px;
	top: 0px;
	
	height: 40px;
	width: 917px;
}

.title {
	position: relative;

	color: white;
	font-size: 32px;
	
	left: 17px;
}

#bottomNav {
	position: relative;
	font-size: 12px;
	
	text-indent: 7px;
	line-height: 4em; 
	
	background-image: url(../img/WhiteTransparentHoriz950.png);
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: repeat-y;
	
	height: 4em;
	width: 950px;
	
	margin: 0px;
	margin-left: -475px;
	padding: 0px;
	left: 50%;	
}

#bottomNav span {
	position: relative;
	left: 10px;
	top: 10px;
}

#bottomNav a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

/****** Fonts ******/
/****** End of Fonts ******/