
* {
	margin: 0;
	padding: 0;
}

img{
    border-color: transparent;
}


body {
	margin: 5px ;
	background: #2C5C89 repeat-x;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: -.5em;
	color: #2C5C89;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #2C5C89;
}


h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;

}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #2C5C89;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #2C5C89;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #2C5C89;
}

hr {
	display: none;
}

/* Page */

#page {
	width: 660px;
	margin: 0 auto;
	background: #DAD7D4;
	padding-top: 20px;
}

/* Header */

#header {
	width: 660px;
	margin: 0 auto;
	height: 200px;
}

#menu {
	float: left;
	height: 35px;
	padding-top: 0px;
	padding-left: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	width: 110px;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
    text-align: center;
	background: url(images/button.jpg) no-repeat
}

#menu a:hover {
	color: #2C2E22;
}

/* index */

#index {
	width: 660px;
	height: 170px;
	margin-left: 0px;
	background: url(images/index.jpg) no-repeat left top;
}

/* Heliport */

#heliport {
	width: 660px;
	height: 170px;
	margin: 0 auto;
	background: url(images/heliport.jpg) no-repeat left top;
}

/* about */

#about {
	width: 660px;
	height: 170px;
	margin: 0 auto;
	background: url(images/about.jpg) no-repeat left top;
}

/* otc */

#otc {
	width: 660px;
	height: 170px;
	margin: 0 auto;
	background: url(images/otc.jpg) no-repeat left top;
}

/* rs */

#rs {
	width: 660px;
	height: 170px;
	margin: 0 auto;
	background: url(images/rs.jpg) no-repeat left top;
}

/* contact */

#contact {
	width: 660px;
	height: 170px;
	margin: 0 auto;
	background: url(images/contact.jpg) no-repeat left top;
}

/* employment */

#employment {
	width: 660px;
	height: 170px;
	margin: 0 auto;
	background: url(images/employment.jpg) no-repeat left top;
}

/* vendor */

#vendor {
	width: 660px;
	height: 170px;
	margin: 0 auto;
	background: url(images/vendor.jpg) no-repeat left top;
}

/* Content */

#content {
	float: left;
	width: 420px;
	padding-left: 10px;
	padding-right: 10px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 0px 10px;
	color: #111111;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 5px;
	background: repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2C5C89;
}

.post .meta a {
	color: #2C5C89;
}

/* Footer */
#footer
{
padding: 0px;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}