* {
	margin: 0px;
	padding: 0px;
}
#sp {
	z-index: 1000;
	visibility: hidden;
}

body {
	background-image: url(_images/bg-all.gif);
	background-repeat: repeat-x;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 680px;
	margin: 10px auto 0px auto;
	padding: 20px;
	background-image: url(_images/bg.png);
	background-repeat:no-repeat;
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='_images/bg.png');
	position: static;
}
#header {
	padding-top: 5px;
}
#pageHome #sp {
	position: absolute;
	display: block;
	top: -15px;
	left: -69px;
	width: 572px;
	height: 281px;
}



/* =Navigation Styles */
#left {
	width: 420px;
	background-image: url(_images/left-background-home.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 10px 30px 10px 10px;
	float: left;
}


#right {
	display: inline;
	float: left;
	width: 200px;
	background-image: url(_images/right-background-home.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 10px;
}
#banners {
	margin-top: 20px;
}
#quick-navigation {
	text-align: center;
	padding-right: 0px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	position: relative;
}

#breadcrumbs {
	float: right;
	text-align: right;
	padding-right: 35px;
}

#quick-navigation ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#quick-navigation ul li {
	display: inline;
	margin-right: 1px;
	padding: 10px 10px;
	background: #e4e4e4;
	line-height: 2.5em;
}

#quick-navigation ul a {
	color: #666666;
	text-decoration: none;
}

#quick-navigation ul a:hover {
	color: #333333;
}

.thumb {
	border: 0px solid #e4e4e4;
}
#splash {
	padding-top: 5px;
	position: relative;
}
.content {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #868686;
	border-bottom: 1px solid #e8e8e8;
	background-color: #F5F5F5;
}
.content a{
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #587900;
	border-bottom: 1px solid #6C9500;
	background-color: #B7D600;
	text-decoration: none;
}
table.formtable{
	border-collapse: collapse;
	font-size: 12px;
	color: #276F9C;
	text-align: right;
}
table.formtablesubmit {margin: 40px 0 20px;}
.formtable th, .formtablesubmit th {
	width: 100px;
	padding: 25px 0px 0px 0px;
	text-align: right;
	vertical-align: top;
	color: #999999;
}
.formtable td{
	padding-top: 20px;
	padding-left: 10px;
}
.textfield {
	width: 280px;
	padding: 4px;
	border: 2px solid #ccc;
	background: #fff;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.textfield:focus {
	border: 2px solid #666;
	color: #333;
}
.submit {
	background-color: #E4E4E4;
	border-style: none;
	height: 30px;
	margin-left: 0px;
	color: #666666;
	font-size: 11px;
	width: 120px;
}

