/* Reset css
=================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h1, h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

html { 
  height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-size: 65%;			/* This sets the default font size to be equivalent to 11px (12/16 = .75) */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #685B4E;
	background: #ffffff;  
	height: 100%;
  margin: 0;
  padding: 0;	
}
p.companyname {
	color: #BDC200;
}	
a, a:visited { 
	color : #BDC200; 
	text-decoration : none;
} 
a:hover { 
	text-decoration : underline;
} 
h2 {
	font-size: 120%;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #BDC200;
	background: #ffffff;
}
h3 {
	font-size: 115%;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #685b4e;
	background: #ffffff;
}
.clear {
	clear: both;
}
strong {
	font-weight: bold;
}




/* Main Blocks
=================================*/
#wrapper {
	height: 100%;
	width: 100%;
	margin: 0;
	position: relative;
}

#flashcontent {
	position: absolute;
}

#cont {
	position: relative;
	min-height: 750px;
	height: 100%;
}

#topcont {
	position: relative;
	height: 100%;
	width: 100%;
}
#left {
	float: left;
	width: 250px;
	text-align: left;
	padding-top: 100px;
	height: 85%;
	background: #ffffff;
	padding-left: 20px;
}

#right-cont {
	position:absolute;
	left: 210px;
	height: 90%;
	width: 100%;
	*width: auto;
}
#right {
	position:relative;
	height: 100%;
	width: 100%;
}

#bottomcont {
	height: 280px;
	width: 100%;
	position: absolute;
	bottom: -5px;
	background: #ffffff;
}

div#bottom_inner_container{
	width:980px;
	height:280px;
}
div#bottom_left{
	width:210px;
	height:200px;
	background:#ffffff;
	margin-left:20px;
	margin-top:20px;
	float:left;
	_margin-left:10px;
}
div#bottom_middle{
	width:210px;
	height:200px;
	background:#ffffff;
	margin-left:40px;
	margin-top:20px;
	float:left;
}
div#bottom_right{
	width:450px;
	height:200px;
	background:#ffffff;
	margin-left:40px;
	margin-top:20px;
	float:left;
}
div#footer_left{
	width:210px;
	height:55px;
	background:#ffffff;
	margin-left:20px;
	margin-top:5px;
	float:left;
	vertical-align:bottom;
}
div#footer_left img{
	position: relative;
	bottom: 26px;
}
div#footer_right{
	width:630px;
	height:55px;
	background:#ffffff;
	margin-left:40px;
	margin-top:5px;
	float:left;
}

div#footer_right h2{ 
	float:left;
	margin-right: 20px;
	padding-top: 3px;
}



/* Form
=================================*/
.button-submit {
	display: block;
	float: right;
  width: 69px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url(../images/submit_green.gif) no-repeat top left;
  text-indent: -10000px;
  vertical-align: middle;
  cursor: pointer; 
  cursor: hand; 
  margin-top: -2px;
	margin-right: 50px;
}

div#fullname,
div#email {
	position:relative;
	float:left;
	margin-right:3px;
  margin-top: -1px;
}

input#fullname-field,
input#email-field {
	width: 150px;
	border: 1px solid #958c83;
	font-size: 120%;
	margin-top: 4px;
	float: left;
	margin-right: 10px;
	color: #685b4e;
	background: #f2f3cc;
}

label.overlabel {
	color:#685b4e;
	display: none;
	font-style: italic;
}
label.overlabel-apply {
	position:absolute;
	top:5px;
	left:5px;
	z-index:1;
	color:#685b4e;
	font-style: italic;
	font-size: 110%;
}



