@charset "utf-8";
#container #header h1 a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #mainContent p a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#spacer {
	height: 600px;
}

/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000;
	background-image: url(assets/bground.gif);
}
#container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CFF09E;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
	position: relative;	
}
#header {
	text-align: right;
	background-color: #0B486B;
	background-image: url(assets/scroll.png);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #3B8686;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar {
	float: left;
	padding-top: 30px;
	padding-left: 30px;
}
#mainContent {
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: right;
	background-image: url(assets/scroll2.png);
	background-color: #FFF;
	height: 650px;
}
#portfolio {
	height: 550px;
	width: 780px;
	border: medium solid #CFF09E;
	position: relative;
	background-color: #FFF;
	top: 22px;
	margin: 0px;
	padding: 0px;
}

#footer {
	background-color: #3B8686;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #125B7D;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	color: #FFF;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: medium;
	color: #4D9798;
}
a  {
	color: #4D9798;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.lightGreen {
	color: #79BD9A;
}
h1 {
	font-size: small;
	color: #0B486B;
	padding-top: 20px;
}
h1 a {
	color: #3B8686;
}
.contact {
	font-size: x-large;
	font-weight: bold;
	color: #0B486B;
	padding-top: 30px;
	padding-right: 30px;
	margin: 0px;
	padding-bottom: 0px;
}
#slideNav {
	width: 785px;
	clear: both;
	position: relative;
	right: 30px;
	left: 185px;
	margin-top: 20px;
	background-color: #FFF;
	border: medium solid #CFF09E;
	font-size: small;
	padding: 5px;
}
#SLIDESTEXT {
	font-size: small;
	color: #125B7D;
	text-align: center;
}
#forward {
	float: left;
}
#next {
	float: right;
}
td {
	vertical-align: top;
	text-align: left;
}
#cost {
	padding-left: 50px;
}
table h1 {
	font-size: large;
	color: #11496A;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CFF09E;
	width: 175px;
}
table h2 {
	font-size: small;
	color: #408786;
	margin: 0px;
}
table p {
	color: #79BD9A;
	font-size: small;
	line-height: 1.5em;
}
