* {
	margin: 0;
    padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008ca8;
	background-color: #edeae0;
}

#container {
	margin: 0px auto;
	height: 720px;
	width: 965px;
}

/********** HEADER **********/

#header, #headerin {
	width: 965px;
	height: 237px;
}

#header {
	background-image:url(../images/header.jpg);
}

#headerin {
	background-image:url(../images/header1.jpg);
}

#navwrapper {
	width: 965px;
	height: 118px;
}

#nav {
	position: relative;
	top: 23px;
	left: 60px;
	width: 845px;
	height: 63px;
}

#navmenu {
	width: 640px;
	height: 63px;
	float: left;
}

#navmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navmenu ul.menutop {
	position: relative;
	top: 27px;
	left: 25px;
}

#navmenu li {
	float: left;
	position: relative;
	z-index: 100;
}

#navitem ul.menutop li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}

#navmenu ul.menutop a, #navmenu ul.menutop a:visited {
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 15px 18px;
	display: block;
}

#navmenu ul.menutop a:hover, #navmenu ul.menutop a.active {
	color: #edeae0;
}

#navmenu ul.menusub a, #navmenu ul.menusub a:visited {
	display: block;
	font-size: 11px;
	width: 149px;
	padding: 2px 0 5px;
	color: #FFFFFF;
	background: #008ca8;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

#navmenu .toplink {
	border-top: 5px solid #FFFFFF;
}

#navmenu .bottomlink {
	border-bottom: 5px solid #FFFFFF;
}

#navmenu ul.menusub a:hover {
	color: #008ca8;
	background: #edeae0;
}

#navmenu ul ul {
	visibility: hidden;
	position: absolute;
	width: 149px;
	height: 0;
}

#navmenu ul a:hover ul, #navmenu ul li:hover ul {
	visibility: visible;
	background-position: 0 0;
}

#tel {
	width: 200px;
	height: 63px;
	float: left;
}

#tel p {
	position: relative;
	top: 27px;
	right: 35px;
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: right;
}

#headerlink {
	width: 965px;
	height: 119px;
}

#headerlink a {
	position: relative;
	display: block;
	top: 20px;
	left: 600px;
	width: 292px;
	height: 83px;
}

/********** CONTENT **********/

#content {
	margin: 0px 60px;
	width: 845px;
	height: 455px;
}

#leftc {
	width: 177px;
	height: 455px;
	float: left;
}

#menu {
	padding: 1px;
	width: 175px;
	height: 223px;
	background: url(../images/menu.jpg) top no-repeat;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0px 0px 22px;
	width: 128px;
}

#menu ul li {
	padding: 5px 0 5px 10px;
	background: url(../images/arrow.jpg) 0 9px no-repeat;
	border-top: 1px dotted #008ca8;
}

#menu ul li.top {
	border-top: none;
}

#menu ul li a, #menu ul li a:visited {
	color: #455560;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.active {
	color: #7dc4d3;
}

#banner, #banner1, #banner2, #banner3 {
	width: 177px;
	height: 230px;
	float: left;
}

#banner {
	background: url(../images/banner.jpg) top no-repeat;
}

#banner1 {
	background: url(../images/banner1.jpg) top no-repeat;
}

#banner2 {
	background: url(../images/banner2.jpg) top no-repeat;
}

#banner3 {
	background: url(../images/banner3.jpg) top no-repeat;
}

#bannerhalf {
	padding: 1px;
	width: 175px;
	height: 113px;
}

#bannertext {
	position: relative;
	top: 13px;
	left: 28px;
	width: 118px;
	height: 65px;
}

#bannertext p {
	margin-top: 12px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#bannerlink {
	position: relative;
	top: 48px;
	left: 28px;
	width: 118px;
	height: 32px;
}

#bannerlink p {
	margin: 12px 10px;
	text-align: right;
}

#bannerlink p.center {
	margin-top: 4px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

#bannerlink a, #bannerlink a:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}

#bannerlink a:hover {
	color: #edeae0;
}

#rightc {
	width: 668px;
	height: 455px;
	float: left;
	background: url(../images/body.jpg) top no-repeat;
}

#mainbody {
	width: 668px;
	height: 296px;
	float: left;
}	

#mbodyleft {
	width: 373px;
	height: 296px;
	float: left;
}

#mbodyleft h1 {
	margin: 30px 15px 10px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#mbodyleft p {
	margin: 0px 15px 10px;
	font-size: 10px;
}

#mbodyleft a, #mbodyleft a:visited {
	color: #008ca8;
	text-decoration: underline;
}

#mbodyleft a:hover {
	color: #455560;
}

#contact {
	position: relative;
}

#contact p {
	margin: 0px 15px 0px;
	font-size: 12px;
}

#contact span {
	position: absolute;
	left: 100px
}

#contact a, #contact a:visited {
	color: #008ca8;
	font-size: 12px;
	text-decoration: underline;
}

#contact a:hover {
	color: #455560;
}

#mbodyleft address {
	margin: 0px 15px 10px;
	font-style: normal;
	font-size: 12px;
}

#mbodyleft ul {
	list-style-type: disc;
	margin: 0 0 10px 30px;
}

#mbodyleft ul li {
	padding-left: 3px;
	font-size: 10px;
}

#mbodyright {
	margin-top: 83px;
	width: 295px;
	height: 213px;
	float: left;
	background: url(../images/borders.jpg) top no-repeat;
}

#sideheading {
	padding: 1px;
	width: 293px;
	height: 208px;
}

#news {
	margin-top: 5px;
}

#sideheading h1 {
	margin: 10px 25px 0px;
	color: #2FAAC1;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#sideheading p {
	margin: 10px 25px 0px;
	color: #2FAAC1;
	font-size: 10px;
}

#sideheading span.right {
	margin: 0px 25px;
	text-align: right;
}

#sideheading p.link {
	margin: 0px 25px;
	text-align: right;
}

#sideheading p.newstxt {
	margin: 0 25px 0 60px;
}

#sideheading img {
	margin-left: 25px;
	float: left;
}

#sideheading a, #sideheading a:visited {
	color: #2FAAC1;
	font-size: 10px;
	text-decoration: underline;
}

#sideheading a:hover {
	color: #455560;
}

#sideheading ul {
	list-style-type: disc;
	margin: 10px 0 0 40px;
}

#sideheading ul li {
	padding-left: 3px;
	color: #2FAAC1;
	font-size: 10px;
}

#mainbottom {
	width: 668px;
	height: 159px;
}

#mbottomleft {
	width: 382px;
	height: 159px;
	float: left;
	background: #FFFFFF url(../images/bubbles.jpg) top right no-repeat;
}

#mbottomleft h1 {
	margin: 15px 15px 0px;
	color: #455560;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#mbottomleft h2 {
	margin: 25px 15px 0px;
	color: #008ca8;
	font-size: 21px;
	font-weight: bold;
}

#mbottomleft p {
	margin: 10px 55px 0px 15px;
	color: #455560;
	font-size: 10px;
}

#mbottomleft a, #mbottomleft a:visited {
	color: #455560;
	font-size: 10px;
	text-decoration: underline;
}

#mbottomleft a:hover {
	color: #7dc4d3;
}

#mbottomright, #mbottomright1, #mbottomright2, #mbottomright3, #mbottomright4, #mbottomright5, #mbottomright6 {
	position: relative;
	width: 286px;
	height: 159px;
	float: left;
}

#mbottomright {
	background: url(../images/wateringcan.jpg) top no-repeat;
}

#mbottomright1 {
	background: url(../images/cans.jpg) top no-repeat;
}

#mbottomright2 {
	background: url(../images/balloons.jpg) top no-repeat;
}

#mbottomright3 {
	background: url(../images/party.jpg) top no-repeat;
}

#mbottomright4 {
	background: url(../images/laptop.jpg) top no-repeat;
}

#mbottomright5 {
	background: url(../images/newspapers.jpg) top no-repeat;
}

#mbottomright6 {
	background: url(../images/horn.jpg) top no-repeat;
}

/********** FOOTER **********/

#footer {
	margin: 0px 60px;
	width: 845px;
	height: 20px;
}

#footmenu {
	width: 445px;
	height: 20px;
	float: left;
}

#footmenu ul {
	list-style-type: none;
	margin: 4px 0 0 10px;
	padding: 0;
}

#footmenu ul li {
	display: inline;
	padding: 0 10px 5px 10px;
	background: url(../images/dot.jpg) 0 4px no-repeat;	
	color: #455560;
	font-size: 10px;
	float: left;
}

#footcopy {
	width: 400px;
	height: 20px;
	float: left;
}

#footcopy p {
	margin: 4px 10px 0 0;
	text-align: right;
	color: #455560;
	font-size: 10px;
}

#footcopy a, #footcopy a:visited, #footmenu a, #footmenu a:visited {
	color: #455560;
	text-decoration: underline;
}

#footcopy a:hover, #footmenu a:hover {
	color: #7dc4d3;
}

