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



/* Global Styles
/////////////////////////////////////// */

html {
	height: 100%;
}
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: 12px/14px "Trebuchet MS", Helvetica, sans-serif;
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #400;
	text-decoration: none;
}

img {
	border: 0;
}

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

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

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

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

div#content {
	padding: 0;
	text-align: center;
}

div#header {
	height: 40px;
	z-index: 10;
}

div#nav, div#lowerNav {
	height: 14px;
	margin: 0 0px 12px 0;
	text-align: right;
}
div#nav ul, div#lowerNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#nav ul li, div#lowerNav ul li {
	display: inline;
	margin: 0 5px 0 0;
}

div#nav ul li#last, div#lowerNav ul li#last {
	display: inline;
	margin: 0;
}

div#nav ul li a, div#lowerNav ul li a {

}


div#footer {
	height: 40px;
}

br.clear {
	clear: both;
}

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

#flashcontent {
	height: 800px;
	border: 1px solid #ddd;
}

/* contact.php */

div#contact {
	text-align: center;
	margin-top: 80px;
	width: 400px;
	height: 175px;
	border: 1px solid #333;
	margin: 80px auto 0 auto;
	font-size: 30px;
	line-height: 34px;
	padding: 10px;
}

div#contact span {
	font-size: 24px;
	line-height: 28px;
}