/*
//
// primary styles
// Author: DataSetGo
// Date: 2008/09/03
//
/////////////////////////////////////// */



/* Global Styles
/////////////////////////////////////// */
body {
	/* font-family: Helvetica, Arial, sans-serif;*/
	/* font-family: "Times New Roman", arial, sans-serif ;*/
	/* font-family: "Courier New", Courier, monospace;*/
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: "Trebuchet MS", Helvetica, sans-serif; */
	/* font-family: "Century Gothic", "Trebuchet MS", Helvetica, sans-serif; */
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif */
	font: 20px/24px Tahoma, Arial, verdana;
	letter-spacing: .15em;
	background: #fff url('../images/backgrounds/bg.jpg') repeat-x;
	color: #333;
	margin: 0;
	padding: 0;
}

a {
	color: #003;
	text-decoration: none;
}

a:hover {
	color: #300;
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 34px;
	line-height: 34px;
	color: #333;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	color: #333;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #333;
}

div#container {
	width: 792px;
	margin: 0 auto 0 auto;
}

div#content {
	margin: 200px auto;
	padding: 10px 0;
	text-align: center;
}

div#header {
	height: 70px;
}

/* CSS Image Swap */
div#nav {
	position: relative;
	top:0;
	left: 26px;
	margin: 0;
	padding: 0;
	width: 686px;
	height: 42px;
	background: transparent url('../images/buttons/nav.jpg') no-repeat;
	}

div#nav ul {margin: 0; padding: 0;}
div#nav li {margin: 0; padding: 0; list-style: none; position: absolute;}
div#nav a {height: 42px; display: block;}
div#nav span {display: none;}

li#navA {left: 0; top: 0; width: 150px;}
li#navB {left: 150px; top: 0px; width: 182px;}
li#navC {left: 332px; top: 0px; width: 177px;}
li#navD {left: 508px; top: 0px; width: 175px;}

/* HOVER state */
li#navA a:hover {background: transparent url('../images/buttons/nav.jpg') 0px -42px no-repeat;}
li#navB a:hover {background: transparent url('../images/buttons/nav.jpg') -150px -42px no-repeat;}
li#navC a:hover {background: transparent url('../images/buttons/nav.jpg') -332px -42px no-repeat;}
li#navD a:hover {background: transparent url('../images/buttons/nav.jpg') -508px -42px no-repeat;}

/* ON state */
li#navA.on, #navA.on a:hover {background: transparent url('../images/buttons/nav.jpg') 0px -42px no-repeat;}
li#navB.on, #navB.on a:hover {background: transparent url('../images/buttons/nav.jpg') -150px -42px no-repeat;}
li#navC.on, #navC.on a:hover {background: transparent url('../images/buttons/nav.jpg') -332px -42px no-repeat;}
li#navD.on, #navC.on a:hover {background: transparent url('../images/buttons/nav.jpg') -508px -42px no-repeat;}


div#footer {
	height: 40px;
}

br.clear {
	clear: both;
}

/* page-specific styles
////////////////////////////////////// */
