* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: underline;
  color: #006600;
}

a:hover {
  text-decoration: none;
}

body {
  font-size: 16pt;
  font-family: 'calibri';
  line-height: 2em;
  background: #FFFFFF;
}

br.clear-all {
  clear: both;
}

h1 {
  text-transform: uppercase;
  font-weight: normal;

}

h2 {
  font-size: 1.25em;
  font-weight: bold;
	text-align: center;
  color: blue;
}

h3 {
  font-size: 1.75em;
  font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

h4 {
  font-size: 1.2em;
	margin-left: 5px;
  margin-bottom: 1.45em;
  color: #474747;
}
h5 {
  font-variant: small-caps;
  font-size: 1.2em;
	margin-left: 5px;
  margin-bottom: 0.6em;
  color: #474747;
}

img.float-left {
  margin: 5px 20px 20px 0px;
  float: left;
}
img.float-right {
  margin: 5px 20px 20px 15px;
  float: right;
}

img.float-top {
  margin: 5px 0px 20px 0px;
}
img.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

p {
  margin-top: 15px;
  margin-bottom: 1.75em;
	margin-left: 10px;
	margin-right: 10px;
}

ul {
  margin-bottom: 1.75em;
}

ul h4 {
  margin-bottom: 0.4em;
}

.container {
  margin-left: auto;
	margin-right: auto;
  position: relative;
  width: 1300px;
  height: 100px;
  display: block;
}

.inner-container {
  margin-left: auto;
	margin-right: auto;
  position: relative;
	color: #303030;
  display: block;
}


.content1 {
  overflow: hidden;
  width: 380px;
  float: left;
	padding-left: 25px;
	padding-right: 25px;
}

.content1-text {
  text-align:justify;
}

.feature-box {
  display: block;
  margin-left: auto;
	margin-right: auto;
  background: #FFFFFF;
  height: 360px;
  padding: 0px;
  margin: 15px 0px 0px 0px;
  position: relative;
}



.headline-box {
  margin-left: auto;
	margin-right: auto;
  position: relative;
  padding: 5px;
	margin-top: 20px;
	margin-bottom: 50px;
  font-weight: bold;
	text-align: center;
  font-size: 1.25em;
}

#main-menu {
  padding: 0px 20px 0px 20px;
  position: absolute;
  margin: 20px 0px 0px 0px;
  line-height: 50px;
  left: 0px;
  height: 50px;
  bottom: 0px;
  width: 940px;
  background: #ff8040;
  -moz-border-radius:15px;    /* Firefox */
  -webkit-border-radius:15px; /* Safari and Chrome */
}

#main-menu a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}

#main-menu ul {
  list-style: none;
}

#main-menu ul li {
  padding: 0px 10px 0px 10px;
  display: inline;
}

#main-menu ul li.first-item {
  padding-left: 0;
}

#outer-container {
  margin-left: auto;
	margin-right: auto;
  position: relative;
  display: block;
}

.contact {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse:collapse;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}

.contact td, .contact th {
  font-size:1em;
  border-left:5px solid #ff8040;
  border-right:5px solid #ff8040;
  text-align:center;
  padding:2px 7px 2px 7px;
}
.contact th {
  font-size:1.4em;
  text-align:left;
  padding-bottom:4px;
  background-color:#ff8040;
  color:#335999;
}

.footer {
  text-align: center;
  font-size: smaller;
}
@media screen and (min-width:500px){
	.container, .contact  {
		width: 480px; 
	}
	.container  {
  	height: 1050px;
	} 
	.contact {
  	height: 150px;
	}
}
@media screen and (min-width:900px){
	.container, .headline-box , .contact {
		width: 870px; 
	} 
	.container {
  	height: 780px;
	} 
	.contact {
  	height: 90px;
	}
}
@media screen and (min-width:1300px){
	.container, .headline-box {
		width: 1290px; 
	} 
	.container {
  	height: 400px;
	} 
}
