/* -------------------------------------
	Author:  T. Blumer ~ api-webservices.com
	
	Built: 2009-06-26 (YYYY-MM-DD)
	
	Last Edit: 2009-06-26 (YYYY-MM-DD)
	
	URI: 
---------------------------------------*/

/* @group Body */

* {
	margin: 0;
	padding: 0;
}

html, body, #wrap {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #a2bcb3 url(../images/design/landbg.jpg) repeat-x center 32px;
}

body, p {
	
}

a{
	color: #1c9696;
}

a:visited{
	color: #fff;
}

a:hover{
	color: #046d5e;
	text-decoration: none;
}
a:active{
	color: #31c6a3;
	text-decoration: underline;
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6, .quote span{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #046d5e;
}
blockquote{
	background: url(../images/design/barb.png) repeat-x 0 top;
	clear: both;
	margin: 0 auto;
	color: #404040;
	font-size: 18px;
	width: 580px;
	padding-top: 1.5em;
	padding-bottom: 1em;
}
blockquote span{
	margin-left: 410px;
}
/* @end */

/* @group Layout */

#wrapper {
	height: auto;
	min-height: 100%;
	background: url(../images/design/wrap_bg.jpg) repeat-y center;
}
#nav {
	display: block;
	width: 100%;
	background-color: #000;
	text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1c9696;
	padding-top: 11px;
	padding-bottom: 10px;
}
#container {
	padding-bottom: 60px;
	width: 960px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: url(../images/design/land_head.jpg) no-repeat 0;
}
#header h1{
	margin: 0;
	height: 58px;
	padding-top: 10px;
}
#header a{
	display: block;
	height: 48px;
	margin: 0 auto;
	width: 960px;
	text-decoration: none;
}

#header a i{
	visibility: hidden;
}

#contact {
	color: #c5d9d8;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-bottom: 5px;
}

#feature{
	padding: 16px 30px 28px 33px;
	color: #fff;
	font: 16px Georgia, "Times New Roman", Times, serif;
	height: 324px;
}

#feature h1, h2, h3, h4, h5, h6{
	color: #fc0;
	margin-top: 0;
	padding-top: 0;
}
#content {
	display: block;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 4px;
	padding-bottom: 10px;
	width: 961px;
}
#content a{
	color: #0e3b31;
}
#content p.center{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 1.5em;
}	
#footer {
	position: relative;
	margin-top: -60px;
	/* negative value of footer height */
	height: 47px;
	clear: both;
	background-color: #000;
	border-top: 1px solid #798e8a;
	text-align: center;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1c9696;
	padding-top: 12px;
}
#footer a:visited, #nav a:visited{
	color: #aaa;
}
#api {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: auto;
	width: 980px;
	color: #4c4c4c;
	padding-top: 11px;
}

#api a {
	color: #4c4c4c;
}

#api a:hover {
	color: #046d5e;
}
.center{
	margin: 0 auto;
	text-align: center;
}
/* CLEAR FIX*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.col{
	float: left;
	width: 48%;
	padding-right: 6px;
	padding-left: 6px;
	display: block;
	font-size: 14px;
}

.col h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #046d5e;
}


.col_center{
	float: left;
	width: 49%;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;

}

/* @end */