@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/main_bg.gif) top left no-repeat;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	line-height: 2em
}

a:link {color: #bdd73c; }
a:visited { color: #bdd73c; }
a:hover { color: #333; }

a.black {color: #000; text-decoration: none;}

h1 {font-size: 1px; text-indent: -9009px; }
h2 {font-size: 1px; text-indent: -9009px; }
h3 {font-weight: bold; color: #bdd73c; font-size: 16px; }

/*Navigation*/

.nav {
	width: 460px; height: auto;
}

.nav ul {
	height: 15px;
	margin:0;
	font-size: 12px;
	list-style: none;
}

.nav li {
	padding: 0; margin: 0;
	float:right;
	height: 15px;
	padding-right: 5px;
}

.nav a {
	float:right;
	display:block;
	text-decoration:none;
	color:#333;
	text-indent: 20px;
}

.nav a:hover {
	color: #CCC;
}

#on_page { padding: 0; margin: 0; background: url(../images/nav_onpage.gif) left no-repeat;  padding-right: 5px; }

#top_head {
	background: url(../images/header.png) top no-repeat;
	width: 940px; height: 405px;
}

#java {
	width: 446px; height: 355px;
	margin-left: 13px;
	margin-top: 19px;
}

.test {
	font-style: italic;
}

.test_names {
	color: #bdd73c; font-style: italic; font-size: 12px;
}
   

/* ------------- hacks and fixes  ------------- */

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
.nav a {float:none;}
/* End IE5-Mac hack */
.nav a:hover {
color:#999;
}
.clear{
clear:both;
}

/*end Navigation*/

#footer {
	width: 940px; height: auto;
	font-size: 12px;
}

.right {text-align:right; }

/*---- contact----*/

#contact-area {
	width: 460px;
	margin-top: 0;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 50px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #bdd73c;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 250px;
	padding-top: 0;
	font-size: 1.4em;
	color: #bdd73c;
}

.whitebg {
	background: #fff;
	padding-top: 15px;
	padding-left: 15px;
}

.align_right {
	text-align:right;
}

#gal {
	width: 940px;
}