body {
  background-color: #F2F2F2;
  color: #5B5B5B;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 12pt;
}

h1, h2, h3, h4 {
  font-family: Georgia, Times, "Times New Roman", serif;
}

h2, h3 {
color: #504E42;
margin-bottom: 5px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
margin-top: 8px;
margin-bottom: 16px;
font-size: 16px;
color: #7B7134;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 200%;
	font-size: small;
	list-style: none;
}

input, textarea, select {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #5B6D74;
}

.container {
	width:900px;
	background-color: #FFF;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.logo {
	height: 120px;
	/*background: url(images/homepage01.jpg) no-repeat center center;*/
}

.logo h1 {
  color: #FFF;
  position: absolute;
  bottom: 0;
  padding: 0px 0px 5px 20px;
  font-weight: bold;
  letter-spacing: -1.5px;
}

.search {
	height: 120px;
	/*background: url(images/homepage02.jpg) no-repeat center center;*/
}

.search form {
	padding: 79px 0px 0px 148px;
}

.search input {
	float: left;
	height: 24px;
	padding: 0px;
}

input#keywords {
	width: 170px;
	height: 25px;
	padding: 4px 5px 3px 5px;
	background: #2B608A url(images/subpage1_01.gif) repeat-x left top;
	border: 1px solid #2B5E88;
	border-right-color: #5983A3;
	border-bottom-color: #5983A3;
	color: #FFFFFF;
}

input#search-submit {
	width: 60px;
	margin-left: 10px;
	background: url(images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
}

input#search-submit:hover {
	color: gray;
	border: 1px solid #44433B;
	border-left-color: #2E2D28;
	border-top-color: #272623;
}

/** MENU */

#menu {
	height: 60px;
	background-color: #444;
}

#menu ul {
	margin: 0px;
	padding: 23px 0px 0px 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 10px 0px 11px;
	background: url(images/subpage1_03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #E1E1E1;
}

.header {
  background-color: #0D6FA1;
  margin: -20px -20px 0 -20px;
}

.menu {
  background-color: #0D6FA1;
  margin: 0 -20px;
}

.banner {
  position: relative;
  margin: 0px -20px 0px -20px;
}

.single {
  margin-top: 10px;
  margin-bottom: 20px;
}

.promos {
  background-color: #fafafa;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px 20px 20px;
  border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.two-columns {
  margin: 0 -20px;
}

.mainbar {
  padding: 10px 30px;
}

.sidebar {
  background-color: #fafafa;
  border-right: 1px solid #d9d9d9;
	padding: 10px 35px;
}

.sidebar h5 {
	padding-top: 20px;
	font-size: 16px;
}

.sidebar ul {
  padding-left:0;
}

.footer {
  background-color: #444;
  color: #FFF;
  margin: 0 -20px 0 -20px;
  padding: 40px 25px;
}

.footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	line-height: 200%;
	font-size: small;
}

.footer a {
	color: #9EDFF9;
}

.pull-left {
  margin-bottom: 0;
  margin-right: 10px;
  border-radius: 0;
}

.pull-right {
  margin-bottom: 0;
  margin-left: 15px;
  border-radius: 0;
}