/* CSS Document */

body {
	background: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
h1 {
	font-weight: bold;
	color: #CCCCCC;
	margin: 30px 10px 10px;
	font-size: 1em;
}

p {
	margin: 0px 10px 20px;
	text-align: justify;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
li {
	margin-bottom: 10px;
}



input {
	width: 180px;
	position: absolute;
	right: 10px;
}

textarea {
	width: 323px;

}

blockquote {
	margin: 0px 10px 20px;
	text-align: justify;
}



a:hover {
	text-decoration: underline;
}
#holder {
	margin: 10px auto 0px;
	width: 700px;
	padding: 0px;
	position: relative;
	font-size: 1.4em;
	text-align: left;
	border: 1px solid #FFFFFF;
	height: 1%;
}
#holder #header {
	height: 180px;
	position: relative;
	left: 0px;
	top: 0px;
	background: url(images/squares.png) no-repeat 430px 10px;
	margin: 0px;
	padding: 0px;
}
#holder #header #logo {
	position: absolute;
	left: 20px;
	top: 20px;
}

#holder #header #contact {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	margin: 10px;
}

#holder #nav {
	border-top: 3px solid #008849;
	margin: 0px 10px;
}
#holder #nav ul {
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
	font-size: 1em;
}
#holder #nav li {
	display: inline;
	background: url(images/nav-bullet.png) no-repeat left center;
	padding: 0px 20px 0px 25px;
}
#holder #content {
	line-height: 1.5em;
	font-size: 0.9em;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px 0px 10px;
}

#holder #col1 {
	width: 50%;
	margin: 0px;
	padding: 0px;
	height: 520px;
	overflow: auto;
	border-right: 1px solid #FFFFFF;
}

#holder #col2 {
	width: 50%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 10px;
}
#holder #col2 #flashcontent {
	margin: 0px 10px;
}

#footer {
	text-align: right;
	font-size: 1.12em;
	margin: 10px auto;
	width: 700px;
	padding: 0px;
}
#footer img {
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
}

.round-tl {
	position: absolute;
	left: -1px;
	top: -1px;
	background: url(images/round-tl.png) no-repeat left top;
	height: 10px;
	width: 10px;
}
.round-tr {
	position: absolute;
	top: -1px;
	background: url(images/round-tr.png) no-repeat right top;
	height: 10px;
	width: 10px;
	right: -1px;
}
.round-bl {
	position: absolute;
	left: -1px;
	background: url(images/round-bl.png) no-repeat left bottom;
	height: 10px;
	width: 10px;
	bottom: -1px;
}
.round-br {
	position: absolute;
	background: url(images/round-br.png) no-repeat left bottom;
	height: 10px;
	width: 10px;
	bottom: -1px;
	right: -1px;
}
.small-text {
	font-size: .8em;
}
.large-text {
	font-size: 1.8em;
}
.first {
	margin-top: 0px;
}


.last {
	margin-bottom: 0px;
}
.green {
	color: #008849;
}
.current {
	color: #11FF8E;
}
.grey {

	color: #666666;
}
.send-button {
	width: 100px;
}
