﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E8E3E3;
}

#container {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1000px;
    clear: all;
}

#topnav { 
	position: relative;
	display: block;
	width: 1000px;
	height: 38px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	z-index: 2;
}

#content {
	display: block;
	position: relative;
	width: 1000px;
	margin: 8px 0 0 0;
	padding: 12px 0 0 0;
	background-color: #FFF;
	overflow:hidden;
	clear: both;
}

.tagline {
	display: inline-block;
	/*margin: 0 0 0 600px;*/
	margin: 10px auto 7px auto;
}

#content a {
	text-decoration: none;
}

#footer {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#space {
	display: block:
	float: left;
	position: relative;
	width: 370px;
	margin: 0 0 15px 0;
	padding: 10px 0 0 50px;
	border: none;
}

#subhead {
	display: block;
	width: 100%;
	height: 1.5em;
	padding: 9px 0 0 0;
	margin: 0 0 16px 0;
	background: #eee;  
    background: -webkit-gradient(linear, left bottom, left 20, from(#eee), color-stop(4%, #ddd), to(#eee));  
    background: -moz-linear-gradient(bottom, #eee, #ddd 1px, #eee 20px);  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
}

#subhead p {
	display: table;
	position: relative;
	width: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande, sans-serif";
	font-size: 15px;
	line-height: 1.3em;
	margin: 0 auto;
}

#textarea {
	display: block;
	position: relative;
	width: 860px;
	margin: auto;
	padding: 25px 0 25px 0;
	clear: left;
}
#textarea a {
	text-decoration: underline;
}

.imgfloatlft {
    display: block;
    position: relative;
    float: left;
    margin: 8px 10px 10px 0;
    clear: both;
}

#formholder {
	display: block;
	float: right;
	position: relative;
	margin: 0;
}
	
#splash {
	display: block;
	position: relative;
	width: 1000px;
	height: 700px;
	background-image: url('gfx/splash/iMac_trans.png');
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
}

#logo {
	display: block;
	Position: relative;
	width: 600px;
	height: 144px;
	margin: 0px auto;
	padding: 190px 0 0 0;
}

#logo img{
	margin: -20 o o o;
	}

#logo p {
	text-align: center;
	padding: 18px;
	font-family: galdeanoregular, ariel, sans-serif;
	font-size: 24px;
	color: white;
}

#services {
	display: block;
	float: left;
	width: 300px;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
	/*z-index: 5;*/
}

#services p {
	display: block;
	width: 298px;
	text-align: left;
	padding: 8px;
	font-family: galdeanoregular, ariel, sans-serif;
	font-size: 18px;
	color: gray;
	line-height: 1.3em;
}

#notice {
	display: block;
	float: right;
	width: 300px;
	height: 200px;
	margin: 225px 20px 0 0;
	padding: 0;
	border: 0;
}

#notice p {
	text-align: center;
	padding: 8px;
	font-family: galdeanoregular, ariel, sans-serif;
	font-size: 18px;
	color: gray;
}

p {
	display: block;
	margin: 0;
	padding: 0 0 12px 0;
	font-size: .9em;
	line-height: 1.5em;
}

em {
	font-size: 1.1em;
}


.rounded-corners {
	border-color: #CFC8D3; /* DEDEDE */
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

#footer {
	display: block;
	position: relative;
	width: 1000px;
	margin: 6px 0 0 0;
	padding: 0;
	background-color: #fff;
	background: #eee;  
    background: -webkit-gradient(linear, left bottom, left 20, from(#eee), 	color-stop(4%, #ddd), to(#eee));  
    background: -moz-linear-gradient(bottom, #eee, #ddd 1px, #eee 20px);  
}

#footer p {
	display: table;
	clear: both;
	width: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: .8;
	margin: 10px auto 7px auto;
	
}

p.centered {
	display: block;
	text-align: center;
	margin: 12px 0 0 0;
 }