* {margin: 0; padding: 0; font-family: "Tahoma", "Arial", sans-serif;}

body {
	margin: 0px;
	padding: 0px;
	/*background-image: url(../img/DEV_18pxgrid.png);*/
}

a {
	font-family: "Arial", sans-serif;
}

#menuContainer a {
	font-family: "Tahoma", sans-serif;
}

p, label, input, textarea, .error-message {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	/*background-color: #EEE;*/
}

div#upperSection {
	background: #CC0000 url(../img/upperSectionGlow.png) no-repeat top center;
	border-bottom: 16px solid #530000;
	height: 260px;
	width: 100%;
}

div#upperContainer {
	width: 766px;
	margin: 0 auto 0 auto;
	position: relative;
}

#DEVupperGrid {
	/*background-image: url(img/DEV_18pxgrid.png);*/
	height: 278px;
	width: 100%;
}

#DEVcolumns {
	/*background: url(img/DEV_columns.png) repeat-y top center;*/
	height: 2000px;
}

#menuSection ul {
	list-style-type: none;
	margin-left: -6px;
}
#menuSection ul li {
	display: inline;
}
#menuSection ul li a {
	display: block;
	width: 139px;
	height: 34px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-left: 21px;
	font-size: 18px;
	padding-top: 8px;
}

#menuSection #firstLink {
	margin: 0;
}

#menuSection {
	position: absolute;
	top: 10px;
	right: -5px;
	width: 469px;
	font-family: "Tahoma", sans-serif;
}

#menuLeft {
	background: url(../img/menuCapLeft.png) no-repeat top left;
	height: 52px;
}

#menuRight {
	
	height: 52px;
}

#menuContainer {
	background: url(../img/menuCapRight.png) no-repeat top right;
	margin-left: 11px;
	padding: 5px 0 5px 0;
	height: 42px;
	width: 458px;
}

#mainContainer {
	width: 766px;
	margin: 0 auto 0 auto;
	padding-top: 48px;
}

.left-3 {
	float: left;
	width: 452px;
	/*background-color: red;*/
}

.left-5 {
	width: 766px;
	float: left;
}

.right-2 {
	float: right;
	width: 295px;
}

h1 {
	font-family: "Arial";
	color: #520000;
	font-size: 24px;
	font-weight: bold;
	/*background-color: #FFF;*/
	margin-bottom: 24px;
}
h2 {
	font-family: "Arial";
	color: #CC0000;
	font-size: 18px;
	font-weight: normal;
	/*background-color: #EEE;*/
	margin-bottom: 14px;
}
p + h2{
	margin-top: 18px;
}
p + h1  {
	margin-top: 36px;
}

.bold {
	font-weight: bold;
	line-height: 17px;
	font-size: 12px;
}

label {
	display: block;
	clear: right;
	line-height: 36px;
	padding-right: 3px;
	font-size: 14px;
	font-weight: bold;
}

input, textarea {
	font-size: 14px;
	width: 60%;
	border: 1px solid #CCC;
	padding-left: 3px;
}

textarea {
	width: 100%;
	height: 144px;
}

input {
	height: 34px;
}

.error-message {
	color: #FF0000;
}

.emailSubmit {
	width: 200px;
	height: 36px;
	margin-top: 12px;
	background-color: #EEEEEE;
}

.testimony {
	font-style: italic;
	clear: both;
}

.testimony-name {
	float: right;
	clear: both;
	display: block;
	margin-bottom: 19px;
}

#footer {
	border-top: 1px solid #CCC;
	margin-top: 36px;
	clear:both;
	padding-top: 18px;
	padding-bottom: 36px;
}

#footer p {
	font-size: 11px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
