/******************
BANNER
******************/

#banner {
	position: relative;
	float: left;
	width: 715px;
	height: 147px;
	background: url('../images/inside_banner.jpg') no-repeat 0 0;
}

h1 {	
	position: relative;
	float: left;
	display: inline;
	margin: 120px 0 0 35px;	
	font: 15px/18px arial;
	color: #ffffff;
}

#main .title {
	position: relative;
	float: left;
	width: 645px;
	height: 20px;
	margin: 15px 0 10px 0px;
	display: inline;	
	background: url('../images/inside_title_bg.jpg') repeat-x 0 bottom;
}

#main .title .text {
	position: relative;
	float: left;
	margin: 0px 0 0 0;
	display: inline;	
	font: 14px/14px arial;
	color: #0c5481;	
}

#list {
	position: relative;
	float: left;
	width: 615px;	
	margin: 0px 0 15px 15px;
	display: inline;		
}

#list ul {
	position: relative;
	float: left;
	width: 615px;
	margin: 0px 0 0px 0;	
	padding: 0;
	list-style: none;
}

#list li {
	position: relative;
	float: left;
	width: 600px;
	margin: 3px 0 0 0;
	display: inline;
	padding: 0;
	font: 11px/18px arial;
	color: #262626;
	list-style: none;
}

#list a.link {
	font: 11px/18px arial;
	color: #5f5f5f;
	text-decoration: none;
}

#list a.link:hover {
	text-decoration: underline;
}

#list .arrow {
	position: relative;
	float: left;
	width: 10px;
	margin: 7px 0 0 0;
	display: inline;
}

#list .text {
	position: relative;
	float: left;
	width: 580px;
	margin: 0px 0 0 0;
	display: inline;
	padding: 0;
	font: 12px/18px arial;
	color: #707070;
	list-style: none;
}

/***
CONTACT
***/

.textbox {
	position: relative;
	float: left;
	width: 200px;
	height: 15px;
	font: 11px/14px tahoma;
	color: #333333;
}

.textarea {
	position: relative;
	float: left;
	width: 200px;
	height: 100px;
	font: 11px/14px tahoma;
	color: #333333;
}

.topborder {
	border-top: 1px solid #e3ded4;	
}

