@charset "utf-8";

html {
	height: 100%;
}

h1	{
	font-size: 2.2em;
	letter-spacing: -2px;
	line-height: 1em;
	color: #063;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2	{
	font-size: 1.6em;
	letter-spacing: -1px;
	line-height: 1em;
	color: #ee7d11;
	margin-top: 0px;
	margin-bottom: 2px;
}
h3	{
	font-size: 1.1em;
	line-height: 1.1em;
	color: #999;
	letter-spacing: -1px;
	margin-top: 0px;
}
a:link {
	color: #ee7d11;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ee7d11;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #ee7d11;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #000;
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
}

.bg	{
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5000;
}

#main-container {
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-size: auto auto;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	z-index: 6000;
	position: relative;
	height: 100%;
}

#left {
	float: left;
	width: 260px;
	background-image: url(images/back-trans-green.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 770px;
	position: relative;
	margin-top: 50px;
}
#feature-img {
	background-image: url(images/back-trans.png);
	background-repeat: repeat;
	padding: 10px;
	margin-top: 10px;
}
#content-container {

}
#content1 {
	float: left;
	width: 62%;
	padding: 10px 10px 30px 10px;
	background-image: url(images/back-trans.png);
	background-repeat: repeat;
	overflow: auto;
	text-align: justify;
}
.center {
	text-align: center;
}

.learn_more {
	font-size: 80%;
}


#content2 {
	float: right;
	width: 30%;
	padding: 10px;
	background-image: url(images/back-trans.png);
	background-repeat: repeat;
	letter-spacing: -1px;
	font-size: 1.2em;
}
#navigation {
	padding: 10px 20px 0 20px;
	font-weight: bold;
	color: #fff8dd;
	letter-spacing: -1px;
	font-size: 1.2em;
	text-align: center;
}

#singlepager {
	padding: 10px 10px 40px 10px;
	background-image: url(images/back-trans.png);
	background-repeat: repeat;
	overflow: auto;
}

#tag-line {
	background-image: url(images/back-trans.png);
	background-repeat: repeat;
	padding: 10px;
}

#right {
	float: right;
	width: 670px;
	margin-top: 50px;
	height: 100%;
}
#inner_content_left {
	float: left;
	width: 340px;
	text-align: justify;
}
#wrapper1 {
}

#inner_content_right {
	float: right;
	width: 280px;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#center-content {
	text-align:center;
}
#flush-footer {
	padding-top: 70px;
	text-align: center;

}
#img_border_right {
	float: right;
	padding-left: 10px;
}
img.double-border {
	border: 6px solid #F58025;
	white-space: nowrap;
}

