body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #007d9e url(../_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    font-family: helvetica, arial;
    font-size: 14px;
    color: #000;
    line-height: 16px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none;
}
a:link, a:visited {
    color: #f3726b;
    text-decoration: underline;
}
a:hover, a:active {
    color: #f2a8a4;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main {
	background: #FFF url(../_images/main-bottom.jpg) left bottom no-repeat;
	padding-bottom: 85px;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	margin-top: 27px;
	background: transparent url(../_images/top.gif) 0 0 no-repeat;
	height: 81px;
	overflow: hidden;
}

	#logo {
		position: relative;
		top: 32px;
		left: 30px;
	}

	/* MENU */
	#menu {
		background: url(../_images/menu.gif) 0 0 no-repeat;
		width: 267px;		/* Width of entire image */
		height: 30px;		/* Height of buttons */
		margin: 30px 30px 0 0;
		float: right;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 30px;		/* Each button must have the same height, define it here */
		display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */
	/* width - width of each button, they will each most likely be unique */
	#menu-home 		{ width: 48px; }
	#menu-about 	{ width: 81px; }
	#menu-services 	{ width: 77px; }
	#menu-contact 	{ width: 61px; }

	/* Changed values should match sum of "width" numbers specified above */
	#menu-home a:hover			{ background: transparent url(../_images/menu.gif) 0px -30px no-repeat; }
	#menu-about a:hover  		{ background: transparent url(../_images/menu.gif) -48px -30px no-repeat; }
	#menu-services a:hover 		{ background: transparent url(../_images/menu.gif) -129px -30px no-repeat; }
	#menu-contact a:hover 		{ background: transparent url(../_images/menu.gif) -206px -30px no-repeat; }

/* ----------------------------------- */
/* BANNER
/* ----------------------------------- */
#banner {
	width: 700px;
	margin: 0 auto;
	height: 85px;
}
#home #banner {
	height: 173px;
	background: transparent url(../_images/banner/home.jpg) 0 0 no-repeat;
}
	#home #banner a {
		position: relative;
		left: 42px;
		top: 100px;
	}
#about #banner { background: transparent url(../_images/banner/about.jpg) 0 0 no-repeat; }
#services #banner { background: transparent url(../_images/banner/services.jpg) 0 0 no-repeat; }
#contact #banner { background: transparent url(../_images/banner/contact.jpg) 0 0 no-repeat; }

#banner h1 {
	display: none;
}

/* ----------------------------------- */
/* INTROS on HOME
/* ----------------------------------- */
#bottom {
	background: transparent url(../_images/bottom.gif) 0 0 repeat-y;
}

.intro {
	width: 305px;
	display: inline;
}
	.intro h1 {
		height: 36px;
		text-indent: -3000px;
	}
	.intro p {
		font-size: 16px;
		line-height: 18px;
		color: #A9F5FC;

	}



	.intro li {
		font-size: 16px;
		font-weight: bold;
		color: #FFF;
		list-style: none;
		padding-left: 22px;
		background: transparent url(../_images/check.gif) 0 1px no-repeat;
		padding-bottom: 10px;
	}
	.intro .more {
		font-size: 16px;
		color: #000;
		text-decoration: none;

	}

	#intro-1 {
		float: left;
		font-size: 16px;
		margin-left: 30px;
	}
		#intro-1 h1 {
			background: transparent url(../_images/intro-1-header.gif) 0 0 no-repeat;
		}
	#intro-2 {
		float: right;
		margin-right: 30px;
	}
		#intro-2 h1 {
			background: transparent url(../_images/intro-2-header.gif) 0 0 no-repeat;
		}


/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#content {
	width: 485px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	display: inline;
}


#fullcontent {
	width: 680px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	display: inline;
	line-height: 1.5em;
}

#box {

	border: 2px solid black;
	background-color: #FFD5D5;
	padding: 4px;
	line-height: 2em;
}

P {
line-height: 2em;

}


/* ----------------------------------- */
/* SIDE
/* ----------------------------------- */
#side {
	width: 175px;
	float: right;
	margin-right: 30px;
	margin-top: 25px;
	display: inline;
}
	#side li {
		border-bottom: 1px solid #f8b3af;
		padding-bottom: 3px;
		margin-bottom: 3px;
		padding-left: 10px;
		list-style: none;
		background: transparent url(../_images/arrow.gif) 0 5px no-repeat;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	background: #231f20;
	padding-top: 15px;
	padding-bottom: 80px;
}
	#footer p {
		margin: 0 auto;
		width: 700px;
		text-align: left;
		font-size: 11px;
		color: #FFF;
	}
	#footer p span {
		float: right;
		text-align: right;
		color: #777475;
	}
	#footer a:link, #footer a:visited {
	    color: #FFF;
	    text-decoration: none;
	}
	#footer a:hover, #footer a:active {
	    color: #f2a8a4;
	    text-decoration: none;
	}

