body {
	background-image: url(images/expandbg.gif);
	background-repeat: repeat;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic";
	font-size: 10px;
	background-position: center top;
}
#container {
	margin: 0;
	padding: 70px 0 0 0;
}
#main-container {
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	width: 1140px;
}

.header {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 123px;
	margin: 0 0 0 183px;
	float: left;
	width: 316px;
}
.navigation {
	margin: 0px;
	padding: 16px 0 0 0;
	float: left;
}
.clearboth {
	clear: both;
}

.navigation li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.content {
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	height: 244px;
	width: 437px;
	padding: 0 20px 0 316px;
	color: #395978;
	margin: 0 0 0 183px;
}

.img-project {
	margin: 0px 14px 0 0;
	padding: 0px;
	width: 72px;
	float: left;
}



.txt-large {
	font-size: 16px;
	color: #FFF;
}

.titlebar {
	background-image: url(images/title-recent.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 773px;
	margin: 0 0 0 183px;
}
.content-col {
	height: 137px;
	width: 773px;
	margin: 0 0 0 183px;
}
.content h1 {
	font-family: "Franklin Gothic Medium";
	font-size: 33px;
	letter-spacing: -3px;
	color: #f3f9ff;
	margin: 0 0 10px 0;
	padding: 0;
}
.content-col ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content-col li {
	display: inline;
	margin: 0px;
	padding: 0px;
}


.navigation ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	width: 400px; /*width of form rows*/
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: auto;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 80px;
	margin-right: 15px; /*spacing with right column*/
}
div.thefield ul {
	margin: 0px;
	padding: 0px;
}
div.thefield li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0 6px 0 0;
}



div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 230px;
}


div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
	width: 229px;
	height: 100px;
}
div.fieldwrapper div.thebig textarea {
	width: 400px;
	height: 100px;
}



div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
	width: 379px;
	text-align: left;

}
