body {
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(images/2012/layout/bg.jpg);
	background-position: center;
	color: #FFF;
}

a{ color:#4fbdcc; }
a:hover{ color:#98e8f3; }

.layout {
	margin: auto;
	background-image: url(images/2012/layout/bg1.jpg);
	background-repeat: no-repeat;
}

#clear {
	clear: both;	
	}

* { margin: 0; padding: 0; font-family:Verdana, Geneva, sans-serif; font-size:12px; }

h1{ font-size:18px; margin-bottom:10px; }
h2{ font-size:15px; margin-bottom:10px; }

#contact-form{ width:520px; }

label{ font-weight:bold; margin:5px 0; }
label.invalid{ display:block; margin-bottom:10px; }

.textbox, .textbox_small{ background: #ededed; width:450px; height:40px; padding:0px 10px 0px 10px; vertical-align:top; line-height:40px; margin-bottom:10px; font-size:17px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-color:#c3c3c3; border-style: none none solid none; border-bottom-width:1px; }
input.textbox.invalid, input.textbox_small.invalid{ background:#f3cfcf; color:#bf9393; }
.textbox_small{ width:191px; }

.multiline_textbox{ padding:10px 10px 10px 10px; background: #ededed; width:450px; height:100px; margin-bottom:10px; font-size:17px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-color:#c3c3c3; border-style: none none solid none; border-bottom-width:1px; }
.multiline_textbox.invalid{ background:#f3cfcf; color:#bf9393; }

.holding{ position:relative; }
.holding span{ position:absolute; left:11px; top:10px; font-size: 17px; color:#a7a7a7; cursor:text; }
.holding span.invalid{ color:#bf9393; }

.submit_button{ padding:5px 10px; background:#4fbdcc; border:none; display:block; cursor:pointer; color:#e7e7e7; font-size:17px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-color:#c3c3c3; border-style: none none solid none; border-bottom-width:1px; }


#navcon {
	width: 100%;
	padding: 0px;
	z-index: 1;
}
#nav {
	width: 990px;
	height: 49px;
	position: relative;
	background:url(images/Navimages/nav-background-pattern.jpg) left top repeat-x;
}
#nav ul { list-style-type: none; }
#nav ul li { float:left; position: relative; border-right: solid 1px #000; margin:0px; }
#nav ul li a {  display: block; text-align: left; font-size:16px; color:#CCC; text-transform:uppercase; text-decoration:none; padding:0px 9px; line-height:42px; }
#nav ul li a:hover{ color:#4fbdcc; }
#nav ul li ul { display: none;}
#nav ul li:hover ul { display: block; position: absolute; }
#nav ul li:hover ul li a { display: block; }

#pioneers-subnav li a{ display:block; width:180px; padding:10px; background:#333; border-bottom:1px solid #000000; font-size:14px;  color:#CCC; text-decoration:none; text-align:left; font-family:Verdana, Geneva, sans-serif; }
#pioneers-subnav li a:hover{ color:#FFF; }

#navigation {
	position: relative;
	width: 990px;
	margin:0 auto;
	z-index: 1;
}
.leftContent {
	float: left;
	height: auto;
	width: 660px;
	margin-top: 30px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.rightContent {
	padding: 5px;
	float: right;
	height: auto;
	width: 280px;
	margin-top: 30px;
}
.footerContent{
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding: 10px;
}
.copyrightText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4fbdcc;
	text-decoration: none;
	text-decoration: none;
	padding-bottom: 15px;
}
.copyrightText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4fbdcc;
	text-decoration: none;
	text-decoration: none;
	padding-bottom: 15px;
}
.copyrightText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #98e8f3;
	text-decoration: none;
	text-decoration: none;
	padding-bottom: 15px;
}
.copyrightText a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4fbdcc;
	text-decoration: none;
	text-decoration: none;
	padding-bottom: 15px;
}

.Rmodule1 {
	padding-bottom: 15px;	
}
.Rmodule2 {
	padding-bottom: 15px;
	padding-top: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}