@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------------------------------*/

/* generic body stuff */
html{
	height:100%;
}

body {
	margin: 0px 0px 0px 0px; font-family: Arial, Helvetica, sans-serif; height:100%; background-image:url(../images/main-bg.jpg); background-repeat:no-repeat;
}

/* ------------------------------------------------------------------------------------------------------------------------*/

.contact {
	position:absolute; left: 35px; top: 228px; width: 190px; height:90px; padding:0 0 0 0px;line-height:9pt;
}
.nav {
	position:absolute; left: 35px; top: 160px; width: 265px; height:90px; padding:0px 0px 0 0px; line-height:11pt;
}
.intro {
	position:absolute; left: 268px; top: 160px; width: 300px; height:90px; padding:0px 0px 0 0px; line-height:11pt;
}
.intro2 {
	position:absolute; left: 268px; top: 220px; width: 265px; height:90px; padding:0px 0px 0 0px; line-height:11pt;
}
.intro3 {
	position:absolute; left: 268px; top: 230px; width: 265px; height:90px; padding:0px 0px 0 0px; line-height:11pt;
}
.flashMovie {
	position:absolute; left: 593px; top: 60px; width:405px; height:524px;
}
.subscribe {
	position:absolute; left: 35px; top: 650px; width: 190px; height:90px; padding:0 0 0 0px;line-height:9pt;
}
.copyright {
	position:absolute; left: 845px; top: 590px; width: 190px; height:90px; padding:0 0 0 0px;line-height:9pt;
}


/* ------------------------------------------------------------------------------------------------------------------------*/

/* copy styles*/

p {
	font-size: 9pt; letter-spacing:-.2px; line-height: 1.1em; color: #848484; font-weight:bold;margin: 0px 0px 10px 0px;
}
.drkblu {
	font-size: 9pt; color: #415a68; font-weight:bold;
}
.copy {
	font-size: 7pt; color: #B7B7B7; font-weight:normal;
}
.copy3 {
	font-size: 8pt; color: #666; font-weight:normal;
}

/* ------------------------------------------------------------------------------------------------------------------------*/

/* link styles*/

.link a:link {
	font-size: 9pt; color: #2fb0e1; font-weight:bold; text-decoration:none;
}

.link a:visited {
	font-size: 9pt; color: #2fb0e1; font-weight:bold; text-decoration:none;
}

.link a:hover {
	font-size: 9pt; color: #333; font-weight:bold; background:#DDD; text-decoration:none;
}
.link a:active {
	font-size: 9pt; color: #000; font-weight:bold; background:#DDD; text-decoration:none;
}


.myinputstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	border: 1px solid #c0d8ec;
	background: url(none) no-repeat #FFF;
	color: #62a9e4;
}


.myinputstyle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 12px;
	border: 1px solid #c0d8ec;
	background: url(none) no-repeat #c0d8ec;
	color: #415a68;
}

