/* redefined html tags */
body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #88a399 url('/images/global/bg.gif') repeat-x;
	behavior: url('/styles/csshover.htc');
	color: #3f3f3f;
	line-height:14px;
	padding-bottom:15px;
}

a{
	color: #007551;
}

a:hover{
	color: #007551;
}

p{
	padding:0px;
	margin:0px;
}

ul{
	padding-left:12px;
	margin:0px;
}

li{
	padding:0px;
	margin:0px;
	padding-bottom:3px;
}

img { border: none; }

/* standard layout id's */
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}

#center {
	position:relative;
	width:740px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;

}

#bg_fill {
	background-color:#FFFFFF;
	}

#header {
	position:relative;
	height:112px;
	z-index:9;
}
#logo{	
	position:absolute;
	left:10px;
	top:55px;
	height:46px;
}

#side_menu {
	padding:0 18px 50px 32px;
	position:relative;
	float:right;
	width:175px;
	background: #e4e7eb url(/images/side_bg.gif) bottom right no-repeat;
}

#side_top {
	position:relative;
	float:left;
	width:100px;

}


#main {
	position:relative;
	float:left;
	width:382px;
	padding:0 55px 10px 60px;
}

#main_top {
	position:relative;
	float:left;
	width:515px;
	padding:0px;
}

#footer {
	position:relative;
	clear:both;
	height:25px;
	background: url(/images/global/footer.gif) top left no-repeat;
	padding-left:10px;
	padding-top: 20px;
	padding-left: 38px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#spring_website_link {
	position:absolute;
	right:10px;
	top:20px;
}

.clear{
clear:both;
font-size:2px;
line-height:1px;
}


/* main menu code */
div#main_menu {
	position:absolute;
	bottom:0px;
	left:224px;
	width: 520px;
	z-index:9;
	line-height:10px;
}
div#main_menu ul {
	margin: 0; 
	padding: 0; 
	border-bottom: 0px; 
}
div#main_menu li {
	position: relative; 
	list-style: none; 
	margin: 0px; 
	float: left; 
	padding:0;
}

#main_menu a {
	text-decoration:none;
}

#top_section{
	background: url('/images/menu/footer.gif') bottom repeat-x;
	padding-bottom:4px;
	margin-bottom: 1px;
}
html>body #top_section{
	background: url('/images/menu/footer.gif') bottom repeat-x;
	padding-bottom:6px;
}

/* Form elements */

input{
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #EEF2F8;

}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #EEF2F8;

}
select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:125px;
	background: #EEF2F8;
}
form{
	padding:0px;
	margin:0px;
}

.form_text{
font-weight:bold;
font-size:110%;
color: #00007f;
font-weight: bold;
font-size: 12px;
margin-top: 10px;
margin-bottom: 2px;
}

.form_object{
width: 100px;
}

.input_box {
width: 150px;
border: 1px solid #017e5e;
}

textarea {
width: 150px;
height: 80px;
border: 1px solid #017e5e;
}

.send {
	position:absolute;
	bottom:0;
	left:0;
	width: 225px;
	height:33px;
	z-index: 999;
	}

#side_menu_contact {
	margin-left:20px;
	padding:30px 0 0 0;
	background: none;
	position:relative;
	float:left;
	width:200px;
	margin-bottom:30px;
}

