/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#454545;
}
.clear {
	clear:both;
}
.break {
	clear:both;
}
img {
	border:none;
}
p {
	padding:5px 0;
	line-height:1.5em;
	font-size:0.8em;
}
b {
	font-weight:bold;
	color:#87601A;
}
i {
	font-style:italic;
}
a {
	text-decoration:none;
}
h1 {
	font-size:1.4em;
	padding:12px 10px 12px 15px;
	color:#d50000;
	clear:both;
}
h2 {
	font-size:1.0em;
	padding:10px 0;
	color:#454545;
}
h2 a {
	font-size:100%;
}
h2 a:hover,h2 a:active {
	text-decoration:underline;
}
#site-wrapper {
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	border:none;
}
#header-wrapper {
	height:103px;
	background:#24292f url(/images/genetitan-logo-bg.jpg) repeat-x left top;
}
#header {
	width:950px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	border:none;
}
#logo-left {
	float:left;
}
#logo-right {
	float:right;
}
#featured-wrapper {
	height:376px;
	background:#141517 url(/images/featured-bg.jpg) repeat-x;
}
#featured {
	background:transparent;
	height:346px;
	width:900px;
	padding:30px 30px 0px 30px;
	margin-left:auto;
	margin-right:auto;
	border:none;
}
#flash {
	margin:0px;
	float:left;
	width:480px;
}
#buttons {
	float:right;
	width:381px;
	padding:0px;
}
#buttons img {
	margin-bottom:15px;
}
#featured-content {
	min-height:60px;
	background:#FFFFFF url(images/tagline.jpg) repeat-x;
}
#content {
	width:950px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	border: none;
}
#lower-form {
	height:391px;
	background:transparent;
}
#form-container {
	width:900px;
	height:391px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #c6c6c8;
	background:#FFFFFF url(/images/form-left.jpg) no-repeat left bottom;
}

#footer-wrapper {
	margin-top:2px;
	height:52px;
	background:transparent;
}
#footer {
	width:950px;
	height:52px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	background:#FFFFFF;
}

#footer p {
	padding:5px 25px;
	line-height:1.5em;
	font-size:0.8em;
}


.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
float:left;
margin:0px;
width:320px;
padding:5px;
}

.myform2{
float:left;
margin:0px;
width:320px;
padding:5px;
}

/* ----------- stylized ----------- */
#stylized{
border:none;
background:transparent;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:12px;
color:#454545;
font-weight:bold;
margin-bottom:5px;
border-bottom:1px #eeeeee solid;
}
#stylized label{
font-size:11px;
display:block;
font-weight:bold;
text-align:right;
width:100px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:10px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 12px 10px;
}
#stylized select{
float:left;
font-size:10px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:205px;
margin:2px 0 12px 10px;
}
.button{
float:right !important;
width:139px !important;
height:25px !important;
background:#d50000 url(/images/submit.jpg) no-repeat top center !important;
text-align:center;
border:none !important;
color:#FFFFFF;
font-size:11px;
line-height:25px;
font-weight:bold;
margin-right:5px !important;
}
