html
{
	width: 100%;
}

body
{
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
}


table.background
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
table.background tr
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table.background td
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table.background td.leftside
{
	background-color: #FFFFFF;
}
table.background td.rightside
{
	background-color: #61C2B9;
}
table.background td.middle
{
	width: 1024px;
	background-image: url('../images/middle_background.png');
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #61C2B9;
	text-align: center;
}


div
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: justify;
	padding: 0px;
	margin:0px;
}

div.page
{
	width: 750px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #00f2c2;
	position: relative;
	top: 20px;
	z-index: 6;
	background-image: url('../images/page_background.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	min-height: 500px;
}
div.header
{
	text-align: left;
	padding: 0px;
}
div.mainpage
{
	width: 740px;
	background-image: url('../images/page_background.png');	
	background-color: #C7E9E6;
	background-repeat: repeat-x;
	background-position: bottom left;		
	margin-left: 5px;
	margin-right: 5px;
	min-height: 500px;
}
div.tagline
{
	font-size: 25px;
	color: #FFFFFF;
	padding: 10px;
	text-align: right;
	margin-top: 100px;
}
div.information
{
	height: 70%;
	width: 500px;
	padding: 10px;
	margin-right: 10px;
	margin-left: auto;
	border-width: 0px;
	color: #000000;
}
div.title
{
	margin-left: 30px;
	margin-top: -70px;
	margin-bottom: 30px;
}
div.footer
{
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 150px;
	margin-bottom: 100px;
	width: 100%;
	text-align: right;
	z-index: 5;
}
div.contact
{
	height: auto;
}

div.nav_top
{
	color: #FFFFFF;
	text-align: left;
	height: 25px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: -20px;
	position: relative;
	top: 40px;
	width: 150px;
	letter-spacing: 1px;
}
div.nav_top ul
{
	display: block;
	list-style-type: none;
}
div.nav_top li
{
	display: block;
	width: 131px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	padding-left: 10px;
	color: #000000;
}
div.nav_top li a
{
	position: relative;
	z-index: 20;
	color: #000000;
}

div.nav_top li a:hover
{
	color: #61C2B9;
}
div.nav_bottom
{
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	font-size: 9px;
	background-color: #FFFFFF;
}
div.nav_bottom ul
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
div.nav_bottom li
{
	display: inline;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 25px;
	font-weight: bold;
}
div.nav_bottom li a
{
    font-size: 9px;
	letter-spacing: -1;
	color: #000000;
}
div.nav_bottom li a:hover
{
	color: #61C2B9;
}


h1
{
	font-size: 35px;
	color: #61C2B9;
	padding: 0px;
	letter-spacing: -1px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
h2
{
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}
a
{
	color: #61C2B9;
	text-decoration: none;
}


img
{
	border: 0px;
}
img.topleft
{
	margin-left: 0px;
	margin-right: auto;
	position: relative;

	z-index: 0;
}
img.topright
{
	float: right;
}

li.button
{
	width: 80px;
	margin: 2px;
	background-color: #CCCCCC;
	border-style: outset;
	border-width: 2px;
	border-color: #CCCCCC;
	padding:0;
	list-style-type: none;
	text-align: center;
	color: #000000;
	float: left;

}
li.button:hover
{
	background-color: #EEEEEE;
}
li.button a
{
	color: #000000;
}
li.button a:hover
{
	color: #FF0000;
}


span.special
{
	color: #61C2B9;
}

form.contact
{
	display: inline;
	height: auto;
	width: auto;
}
form.contact label,input
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
form.contact label 
{
	text-align: right;
	width: 150px;
	padding-right: 20px;
	clear: both;
}
form.contact input
{
	width: 250px;
}
form.contact textarea
{
	height: 150px;
	width: 300px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
form
{
	display: block;
}
form label,input
{
	display: inline;
	width: auto;
	float: left;
	margin: auto;
}
form textarea
{
	width: auto;
	height: auto;
	float: none;
	margin-bottom: auto;
}
div.curve
{
    height: 1px;
    background-color: #C7E9E6;
}
div.curveholder
{
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    height: 83px;
}
div.iemessage
{
    text-align: center;
    display: none;
    font-size: 7px;
}
