body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	/* background-color: #9bb02d; */
}

.content_area {
	/* height: 1600px;
height: 750px;
	background-image: url(../images/content_bg.gif);  */
}

div#flash_notice {
	font-size: 153.9%;
	color: #333;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	background-color: #beff8f;
	border: 1px solid #006205;
}

/* begin general text formatting */

h1 {
	font-size: 153.9%;
	font-weight: bolder;
}

.medium_text {
	font-size: 123%;
}

.large_text {
	font-size: 138.5%;
}

.bold {
	font-weight: bolder;
}

.orange_text {
	color: #F03003;
}

/* end general text formatting */

/* begin form formatting */

label {
	font-size: 123%;
}

div.label {
	position: relative;
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 10px;
}
div.form_field {
	position: relative;
	float:  left;
	width: 350px;
}
input.button {
	font-size: 138%;
}
.form_row {
	font-size: 123%;
	margin-bottom: 10px;
}
textarea {
	width: 400px;
}
blockquote, ul, ol, dl {
	margin: 0em;
	margin-left: 1.25em;
}
/* end form formatting */

/* begin header styles */

#header_left_bg {
	background-image: url(../images/logo_new_look_bg.gif);
}

#header_right_bg {
	background-image: url(../images/header_right_bg.gif);
}

.login_box {
	position: relative;
	float: right;
}

.header_logo {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.header_twitter {
	padding-left: 20px;
	padding-top: 0px;
}

.header_menu {
	position: relative;
}
.header_menu_item {
	padding: 0;
	float: left;
}

/* end header styles */

/* begin footer styles */

.footer_copy {
	padding-top: 50px;
	text-align: center;
	font-size: 85%;
	color: #4c4c4c;
}

/* end footer styles */

/* home page styles */

.constant_contact_form {
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: center;
}
.constant_contact_input {
	color: #0069FF;
}

/* end home page styles */

/* begin debug colors */

.gray {
	background-color: gray;
}
.red {
	background-color: #fd7970;
}
.blue {
	background-color: #7bb2ff;
}
.yellow {
	background-color: yellow;
}
.green {
	background-color: green;
}

/* end debug colors */