/*
Did you know that IE6 is the WORST browser in the universe?
*/

* html, body {
	margin:0;
	padding:0; 
	height:100%;
}


body {
	background-color: #666666;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
	font-family: "Georgia", Tahoma, Verdana, Arial;
	font-size: 16px;
}

a {
	color: #0000cc;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	line-height: 140%;
}

label {
	font-weight: bold;
	text-align: right;
	width: 180px;
	margin-bottom: 5px;
	margin-right: 5px;
	display: block;
	float: left;
	clear: both;
	padding: 3px;
}

input, textarea, select {
	font-size: 16px;
	padding: 3px;
}

.text_field {
	margin-bottom: 5px;
	width: 400px;
	
}

.textarea_label {
	font-weight: bold;
	text-align: right;
	width: 180px;
	margin-bottom: 5px;
	margin-right: 5px;
	display: block;
	float: left;
	clear: both;
}

.textarea_field {
	width: 405px;
	height: 150px;
	
}

#container {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding-top: 15px;
	
}

#menu {
	width: 786px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url(images/menu_bar.jpg);
	background-repeat: no-repeat;
	line-height: 32px;
	font-size: 16px;
}

#menu a {
	text-decoration: none;
}

#logo {
	width: 786px;
	height: 169px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/main_logo.jpg);
	background-repeat: no-repeat;
}

#content {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	/*
	background-image: url(images/binary_white.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	*/
}

#content h1 {
	margin-top: -70px;
	margin-bottom: 50px;
	color: #ffffff;
}

#get_stuff {
	height: 295px;
	background-image: url(images/off_white_bg.jpg);
	margin-left: -25px;
	margin-right: -25px;
	text-align: center;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px solid #FFFF66;
	margin-top: 35px;
	margin-bottom: 35px;
}

.get_centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 600px;
}

#get_hosted {
	float: left;
	margin-right: 34px;
	margin-top: 15px;
}

#get_developed {
	float: left;
	margin-right: 34px;
	margin-top: 15px;
}

#get_in_touch {
	float: left;
	margin-right: 0px;
	margin-top: 15px;
}


#footer {
	/*
	background-image: url(images/binary_grey.gif);
	background-repeat: no-repeat;
	background-position: top;
	*/
	padding: 20px;
	margin-top: 0px;
	background-color: #cccccc;
}

.img_right {
	float: right;
	margin-left: -310px;
}

.img_ridge {
	border: 2px groove #cccccc;
}

.option_div {
	border: 2px outset #cccccc;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #eeeeee;
	margin: 10px;
}

.clear {
	clear: both;
}

.errors {
	border: 5px dashed #FF0000;
	padding: 20px;
	font-size: 16px;
	background-color: #FFCCCC;
}

.faq_div {
	margin: 25px;
}

.question {
	line-height: 140%;
}

.answer {
	line-height: 140%;
}

.greenbox {
	background-color: #C6FFB4;
	border: 1px solid #009900;
	padding: 10px;
}
