html {
}

body {
	margin-top: 1%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	min-width: 780px;
	border-style: none;
	max-width: 970px;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.body-popup {
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	padding-top: 8px;
	padding-left:8px;
	padding-right:27px;
	padding-bottom:0px;
	width:450px;
	min-width:400px;
	text-align:center;
	overflow-y: auto;
	overflow-x: hidden;
}

h1 {
	line-height: 1.00;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	line-height: 1.00;
	font-size: 1.75em;
}

h3 {
	line-height: 1.20;
	font-size: 1.5em;
}

a:link {
	color: gray;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #0080ff;
}

a:visited:hover {
	color: #0080ff;
}

a:active {
	color: maroon;
}

a:visited:active {
	color: maroon;
}

img {
	padding: 0px;
	margin: 0px;
}

/* IE .png fix */
img, a { behavior: url(/include/iepngfix.htc) }

/* FORMS */
form {
	padding: 0px;
	margin: 0px;
	color: #303030;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

fieldset {
	padding: 0px;
	margin: 0px;
}

input[type="radio"], input[type="checkbox"] {
	background:transparent !important;
	border: 0 !important;
	border-width: 0;
	size: 15px;
}

input, textarea {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	border:2px solid #ccc;
	background-color:#fff;
	outline: none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#666;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}

input:focus, textarea:focus {
	border:2px solid #0080ff;
}

textarea { overflow: auto; }

input[type="radio"], input[type="checkbox"] {
	background:transparent !important;
	border:0 !important;
	width:16px !important;
}

button {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #e6e6e6;
	color: #191919;
	width: 75px;
	font-size: 16px;
	padding: 7px;
}

/* CONTACT FORM */
#contact {
	border-width: 0px;
	width: 390px;
	text-align: left;
}

#contact input, textarea {
	width: 390px;
}

/* end forms */

#header {
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: center;
}

#nav {
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 0.7em;
	text-align: center;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#splash {
	border-style: solid;
	border-width: 0px;
	text-align: center;
}

#footer {
	font-size: 0.5em;
	line-height: 1.25;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.copy_container {
	display: inline-block;
	border-width: 1px;
	border-style: solid;
}

.copy-narrow {
	display: inline-block;
	border-style: solid;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 0.75em;
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 260px;
}

.copy-wide {
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	line-height: 1.50;
	margin-bottom: 20px;
	margin-top: 20px;
	border-style: none;
	border-width: 0px;
	width: 600px;
}

.center {
	margin-right: auto;
	margin-left: auto;
}

.border-thin {
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

.copy-head {
	font-weight: bold;
	font-size: 1.4em;
}

.copy-head-huge {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3em;
}

.copy-head-large {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
}

.copy-head-large a {
	text-decoration: none;
}

.copy-head-large a:hover {
	text-decoration: underline;
}

.copy-subhead {
	font-variant: small-caps;
	font-size: 1.3em;
	text-transform: uppercase;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
	margin-right: auto;
	display: inline;
	margin-left: auto;
}

.right {
	text-align: right;
}


