* {
	padding: 0;
	margin: 0;
	border: 0;
}

p {
	padding: 8px 0;
}

html {
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #00a17a;
}

a:hover {
	text-decoration: none;
	color: #1a4690;
}

h1 {
	text-indent: -9999px;
	display: block;
	font-size: 15px;
}

h2 {
	text-size: 16px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFFFFF;
	font-size: 23px;
}

h3 {
	text-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 22px;
	color: #00A17A;
	height: 30px;
	line-height: 30px;
}

h4 {
	text-size: 13px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #00a17a;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
}


#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
	background: url(../images/wrapper_shadow.jpg) repeat-y;
	
	
}

#header {
	position: absolute;
	z-index: 20;
	width: 800px;
}

#top_nav {
	padding: 0 20px;
	text-align: right;
	margin: 0 0 70px 0;
	color: #cff4eb;
	font-size: 11px;
}

#top_nav a {
	color: #ffffff;
}

#top_nav a:hover {
	color: #cff4eb;
}

#main_nav {
	height: 45px;
	background: #00a17a;
}

#main_nav ul {
	height: 45px;
	list-style-type: none;
	margin: 0;
	display: block;
}

#main_nav ul li {
	float: left;
	height: 35px;
	line-height: 35px;
	margin: 5px 0;
	border-right: 1px dotted #cff4eb;
	display: block;
}
#main_nav  .no-border, #mid_bar .no-border {
	border: none;
}


#main_nav ul li a {
	padding: 0 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	display: block;
}

#main_nav ul li a:hover {
	color: #cff4eb;
}

#mid_bar {
	background: #00a17a;
	height: 100px;
	padding: 0 20px;
	color: #fff;
}
#mid_bar p {
	color: #FFFFFF;
	display: block;
	background: url(../images/green_arrow.gif) no-repeat right;
}


#mid_bar ul {
	list-style-type: none;
	height: 90px;
	margin: 0;
}
#mid_bar ul li {
	float: left;
	margin: 7px 15px 0 0;
	display: block;
	height: 70px;
	padding: 15px 10px 0 0;
	border-right: 1px dotted #cff4eb;
}
#mid_bar  .first {
	width: 200px;
}
#mid_bar .second {
	width: 200px;
}


#mid_bar a {
	color: #ffffff;
}
#mid_bar a:hover {
	color: #cff4eb;
	border-bottom: 1px dashed #cff4eb;
}


#main_content {
	padding: 20px;
}

#left_col  {
	width: 550px;
	float: left;
	border-right: 1px dotted #ccc;
	padding: 0 20px 0 0;
}
#left_col #form1 p {
	padding: 20px 0;
}
#left_col fieldset {
	border: 1px solid #eee;
	padding: 10px;
	background: url(../images/diag_bg.gif);
}


#left_col label {
	width: 150px;
	padding: 0 10px 0 0;
	float: left;
	color: #00a17a;
}
#left_col   .submit  {
	border: 1px solid #ccc;
	background: #eee;
	color: #00a17a;
	font-weight: bold;
	font-size: 10px;
	text-transform: capitalize;
	letter-spacing: 1px;
	padding: 2px 5px;
	width: 80px;
}
#left_col .border {
	border: 1px solid #00A17A;
}


#left_col input {
	float: left;
	padding: 0 20px 0 0;
	width: 200px;
	border: 1px solid #00A17A;
}


#left_col ul {
	color: #00a17a;
	list-style-type: none;
	margin: 5px 0 5px 10px;
}

#left_col li {
	color: #333;
	padding: 0 0 0 10px;
	background: url(../images/bullet.gif) no-repeat left 6px;
}


#right_col {
	float: right;
	width: 180px;
	text-align: right;
	height: 185px;
	background: url(../images/right_col_bg.jpg) no-repeat bottom right;
}

#right_col strong {
	display: inline;
	width: 70px;
	color: #666;
}

#footer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	height: 82px;
	background: url(../images/footer.jpg) no-repeat;
	padding: 0 40px;
	color: #00A17A;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #ddd;
}


#footer p {
	background: #1a4690;
	text-indent: 10px;
}


.clear {
	clear: both;
}
