body {
	background-color:#C2C276;
	color:#333;
	font-size: 15px;
	height: 100%;
}

a { text-decoration: none; outline: none; color: #820A08; }
a:hover { color: #353521; }

h1, h2, h3, h4, h5, h6 { color: #333; }

h1 { 
	text-transform: capitalize; 
	font-size: 26px;
	text-shadow: 1px 1px 0 #999;
	margin-top: 1em;
}

h2 { 
	text-transform: capitalize; 
	font-size: 24px;
  text-shadow: 1px 1px 0 #999;
	margin-bottom: 0;
}

#container {
	background: #820A08;
	border: solid 2px #222;
	height: 100%;
	position: relative; 
}

#main {
  background: #fff;
	border-top: solid 1px #222;
	position: relative;
	heigh: 100%;
	min-height: 500px;
}

#logo {
  padding: 10px;
  float: left;
}

ul#deptMenu {
	background: #757548; 
	width: 950px;
	text-align: right;
}

ul.menu { 
	list-style-type: none; 
	float: right; 
	padding: 0;
	margin: 0; 
	}

  ul.menu li { float: left; padding: 5px 6px; }
  ul.menu li a { 
	text-shadow: 2px 2px 0 #333;
	color: #C9C9C9; font-size: 15px; text-transform: capitalize; }
  ul#deptMenu li:hover { background-color: #353521; }
  ul#mainMenu a { font-size: 17px; }
  ul#mainMenu a:hover { color: #eee; }
  
  
ul#mainMenu { 
width: 330px;
	}



#galleryImages {
  position: relative;
  width: 470px;
  float: right;
}

#galleryImages img {
	position: absolute;
	right: 0;
	}
	
#galleryThumbs { float: right; width: 470px; }	
#galleryThumbs img { float: right; margin: 2px; }	
#galleryThumbs span.rollover { width: 470px; font-size: 12px; float: right; text-align: right; }

.staffDepartment { font-size: 16px; }

#departments { 
  float: left; 
	font-size: 30px;
	margin: 12px 21px;
	color: #757548;
	text-shadow: 0px 0px 1px #cfcfcf;
	}

#lennoxLogo { 
	float: right;
	margin: 1em 1em 12px 300px;
}

#right {
	position: relative;
	height: 100%;
	float: right;
	right: 0;
  background: #eee;
	padding: 0 20px 10px 20px;
	width: 240px;
}
#content { height: 100%; position: relative; }

.widget { margin-top: 1em; }

.widget h3 { margin-bottom: 0.2em; text-shadow: 1px 1px 0 #999; text-transform: capitalize; }

.relatedTitle {
 font-weight: bold;
}

.postedOn {
 font-weight: bold;
}

.newsCopy { margin-bottom: 1em; }
.newsDepartments { color: #757548; font-weight: bold; }

#main #ContactForm_message { width: 250px; }

.contactUs h4 { padding-left: 1em; margin-bottom: 0; padding-bottom: 0; }

span.personnelName { font-weight: bold; }

.validation-advice { color: red; }
