/* CSS Document */
body {
	background: #f2f2f2;
	border: 0;
	margin: 10px 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 16px;
	text-align: center;
}

#container {
	margin: auto;
	width: 745px;
}

#banner {
	background: url(images/banner.png) top no-repeat;
	width: 745px;
	height: 130px;
	text-align: left;
	position: relative;
}

#content {
	background: url(images/back_slice.gif) top repeat-y;
	width: 665px;
	padding: 25px 40px 0 40px;
	text-align: left;
}

.col_01 {
	float: left;
	width: 420px;
}

.col_02 {
	float: left;
	padding: 0 0 0 50px;
}

.text_col {
	float: left;
	width: 200px;
	padding: 0 10px 10px 0;
}

.list_home {
	padding: 0;
	margin: 0;
}

.list_home li {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 5px 0;
	/*background-image: url(images/bullet_green.gif);*/
	background-repeat: no-repeat;
	background-position: 0 .5em;
	list-style-type: none;
}

.list_tandc {
	padding: 0;
	margin: 0;
}

.list_tandc li {
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 10px 0;
	/*background-image: url(images/bullet_green.gif);*/
	background-repeat: no-repeat;
	background-position: 0 .5em;
	list-style-type: none;
}

.home_images {
	margin: 0 0 10px 0;
}

.clear {
	clear: both;
}

#logo {
	height: 100px;
}

#footer {
	background: url(images/footer.gif) top no-repeat;
	width: 745px;
	height: 78px;
}

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

.red {
	color: #B16B41;
}

a:link,a:visited {
	color: #8BAB54;
	text-decoration: underline;
}

a:hover {
	color: #8BAB54;
	text-decoration: none;
}

a:active {
	color: #8BAB54;
	text-decoration: none;
}

.formholder {
	background: #f2f2f2;
	width: 400px;
	padding: 10px;
	margin: 10px 0 20px 0;
}

.form_float {
	float: left;
	width: 200px;
}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
	border: 1px solid #CCC;
	font-size: 11px;
	color: #666;
	line-height: normal;
	margin: 4px 0 4px 0;
}

.textfield:hover,.textfield:focus {
	border: 1px solid #999;
}

.grey {
	color: #999999;
}

.submit {
	float: right;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	border: 1px solid #999;
	margin: 10px;
}

.green_block {
	background: #E0E9C7;
	display: block;
	padding: 4px;
	font-weight: bold;
}

/********* horizontal menu *********/
#nav {
	position: absolute;
	bottom: 0px;
	left: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 29px;
	width: 600px;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#nav a {
	line-height: 26px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #333;
	margin-right: 3px;
	background-color: #e9ede3;
	padding: 0 8px;
	border-bottom: 3px solid #9db867;
}

#nav a:hover {
	background-color: #9db867;
}

#nav a:active,#nav a.selected {
	background-color: #9db867;
}

/* clearfix */
.clearfix:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*\*/
.clearfix {
	display: block;
}
/* end clearfix */ /*
#h01 a  {width: 73px; background: url(images/nav01.png) top left no-repeat;}
#h02 a  {width: 117px; background: url(images/nav02.gif) top left no-repeat;}
#h03 a  {width: 103px; background: url(images/nav03.gif) top left no-repeat;}
#h04 a  {width: 82px; background:url(images/nav04.gif) top left no-repeat;}
#h05 a  {width: 54px; background:url(images/nav05.gif) top left no-repeat;}*/
	/* */