@charset "utf-8";
/* CSS Document */

body {
	color: #222;
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 135%;
}


#page-bg {
    /* background: #fff url(file:///E|/Personal%20Websites/Scifi-Meshes/survey_images/gradient_bg.gif) repeat-x; */
}

#container {
	width: 994px;
	margin: 0 auto;
	text-align: left;
	/* background: url(file:///E|/Personal%20Websites/Scifi-Meshes/survey_images/container_bg.png) repeat-y; */
	padding: 0;
	height: auto;
}
#content {
     width: 650px;
	height: auto;
	margin: 0 auto;
	/* overflow: hidden; */
	text-align: center;
	background: #fff;
	padding: 0px 0px 0px 0px;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

/* Font family information */

.rok-content-rotator h2 {
	font-family:  Helvetica, Tahoma, "Nimbus Sans L", sans-serif;
}

body#ff-optima, #ff-optima td {
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
}

body#ff-geneva, #ff-geneva td {
	font-family:  Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}

body#ff-helvetica, #ff-helvetica td {
	font-family: Helvetica, Arial, FreeSans, sans-serif;
}

body#ff-lucida, #ff-lucida td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
}

body#ff-georgia, #ff-georgia td {
	font-family: Georgia, sans-serif;
}

body#ff-trebuchet, #ff-trebuchet td {
	font-family: "Trebuchet MS", sans-serif;
}

body#ff-palatino, #ff-palatino td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}

/* end font family information */

form {
	margin: 0;
	padding: 0;
}

body.f-smaller,
body#ff-optima.f-smaller,
body#ff-georgia.f-smaller {
	font-size: 11px;
}

body,
body.f-default {
	font-size: 12px;
}

body#ff-optima,
body#ff-optima.f-default {
	font-size: 13px;
}

body#ff-georgia,
body#ff-georgia.f-default {
	font-size: 13px;
}

body.f-larger,
body#ff-optima.f-larger,
body#ff-georgia.f-larger {
	font-size: 14px;
}

p {
  /* setup some more readable paragraph spacing */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

h1, h2, h3, h4, h5 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 25px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 { 
	font-size: 200%;
	line-height: 100%;
}

h2 {
	font-size: 175%;
	line-height: 100%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 120%;
	text-transform: uppercase;
}

a {
	color: #8a9e17;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: underline;
}

label
{
font-family:  Helvetica, Tahoma, "Nimbus Sans L", sans-serif;
font-size: 14px;
font-style:normal;
font-weight:bold;
}

.submit input
{
} 