@charset "UTF-8";
body {
	background: #630;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #424242;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.oneColElsCtr #container {
	width: 750px;
	background: white url(images/bgpnk.jpg) repeat-x center top;
	margin: 20px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0 solid #000000;
	text-align: left;
	border-right-width: 1px;
	border-right-color: #5d5d5d;
	border-bottom-width: 1px;
	border-bottom-color: #5d5d5d;
}

#header {
	
}

#footer {
	padding: 20px;
}

#menu {
	 background: #00A5C5;
  border-top: 1px solid #4f91ad;
  border-bottom: 1px solid #4f91ad;
  padding: 10px 0 30px 0;
	font-size: 14px;
	font-weight: bold;
}


#menu ul, #sub-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li {
  float: left;
  margin: 0 8px;
}

#menu a {
  color: #fff;
}

#menu a:hover

#navigation a:hover {
  color: #ebffb4;
  text-decoration: none;
}

.oneColElsCtr #intro {
	padding: 0 20px;
	background-color: #00A5C5;
	height: 280px;
}

.logo {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#leftintro {
	width: 300px;
	background-color: white;
	float: left;
	margin-top: 20px;
}

#rigthintro {
	color: white;
	width: 340px;
	float: right;
	margin-top: 20px;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
}

h3 {
	color: #00a5c5;
}

.itemdescript {
	font-size: 10px;
}

#contactFormArea {
	width: 380px;
}

.para {
	width: 380px;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}

h2 {
	color: #67a746;
}

.green {
	color: #67a746;
	font-weight: bold;
}

.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}