/*
	Elana Meyer site stylesheet
	$Id: screen.css 792 2007-01-31 12:51:51Z nicholas $
*/

/* Layout */

body {
	font-size: 70%;
	font-family: "Lucida Grande", Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	margin: 0;
	text-align: center;
	color: #000000;
	background: #161616 url(../images/background-image.gif) top center no-repeat;
	margin-bottom: 1em;
}

#page {
	width: 740px;
	text-align: left;
	margin: 0 auto;
	background: #FFF;
}

/* Float fix */
#page:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header {
	text-align: left;
}

#header img {
	border: 0 none;
}

#content {
	margin-bottom: 2em;
	/*background: #FFF url(../images/gallic_background.png) no-repeat center center;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;  
}

#contentholder {
	padding: 0 1em 1em 1em;	
	z-index: -1;
}

#footer {
	font-size: 94%;
	border-top: dashed 1px #4D4B49;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
}

#footer-sponsers {
	margin-bottom: 0.1em;
	padding-bottom: 0.3em;
	overflow: auto;
	float: right;
	width: 470px;
	padding-right: 1.4em;
}

#footer-text {
	padding: 1em;
}

.clear {
	clear: both;
}

/* Navigation */

#nav {
	position: absolute;	
	top: 334px;
	padding-left: 93px;
	border-bottom: solid 2px #406B8E;
	width: 650px;
	height: 25px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
}

#nav a {
	float: left;
	display: block;
	padding-left: 11px;
	color: #406B8E;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
	border-left: solid 2px #406B8E;
}

#nav a.first {
	margin-left: 0;
}

#nav a span {
	padding: 4px 10px 4px 0;
	display: block;
}

#nav a:hover, #nav a.selected {
	color: #FFF;
	background: #FFB300 url(../images/nav-hover.png);
}

#nav a:hover span, #nav a.selected span {
	background-position: right -100px;	
}

a#home {
	position: absolute;
	top: 20px;
	text-decoration: none;
	font-size: 94%;
	font-weight: bold;
	color: #FFF;
	background: url(../images/back.png) left center no-repeat;
	padding-left: 16px;
	margin-left: 10px;
}

a#home:hover {
	color: #036;
}

/* Headings */

h1, h2, h3, h4 {
	color: #0959B5;	
}

h1 {
	font-weight: bold;
	font-size: 150%; 
	color: #01464E;
	margin-top: 1em;
}

h2 {
	font-weight: bold;
	font-size: 104%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

/* Links */
p {
	line-height: 130%;
}

a {
	color: 	#FFA400;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;	
}


/* Extra */

a img {
	border: 0 none;	
}

img.img_right {
	float: right;
	padding: 1em 0 1em 1em;
}

img.img_left {
	float: left;
	padding: 1em 1em 1em 0em;
}

input.errored, textarea.errored {
	border: 2px solid #C00 !important;
}

.alert {
	color: #FFF;
	background: #D12B33;
	width: 310px
}

/* Forms
------------------------------------------ */


input {
	font-family: "Lucida Grande", Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

#contact input {
	border: 1px solid #BBB;
	padding: 3px;
	width: 300px;
	margin-bottom: -1px;
}

#contact textarea {
	font-family: "Lucida Grande", Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #BBB;
	padding: 3px;
	width: 300px;
	margin-bottom: -1px;
}

#contact input.button {
	font-weight: bold;
}

#contact label {
	display: block;
	margin-top: 1em;
}

#contact input {
	
}

#contact input.imagesubmit {
	width: 100px;
	height: 30px;
	border: 0;
	padding: 0;
	margin-top: 1em;
}

input.imagesubmit:hover {
	background: none;
}

.required {
	color: #C00; 
	margin-left: 5px;
}

table {
	width: 100%;
	font-size: 86%;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	color: #666666;
}

td {
	width: 110px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

tr {
	background: #F3F3F3;
}

th {
	font-size: 110%;
	color: #FFF;
	background-color: #666666;
	text-align: center;
}

.yellowtext {
	font-size: 150%;
	color: #FFCC33;
}
