body {
	background: #636bb5 url(images/BG-main.gif);
	background-repeat: no-repeat;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

.clear {
	clear:both;
}

a:link {
	color:#0c899f;
	text-decoration: none;
}

a:visited {
	color:#0c899f;
	text-decoration: none;
}

a:hover {
	color:#0c899f;
	text-decoration: underline;
}

a:active {
	color:#0c899f;
	text-decoration: none;
}


#wrapper {
	width: 903px;
	height: 100%;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#topcontainer {
	margin: 25px 0px 0px 0px;
	position: relative;
	width: 100%;
	height: 23px;
	background: url(images/top-bar.png) no-repeat;
}

#header {
	margin-left: 220px;
	padding: 0;
	float:left;
	width:427px;
	height:80px;
}

#maincontainer {
	position: relative;
	width: 100%;
	height:100%;
	background: url(images/main-content-BG.png) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation {
	margin:0 auto;
	text-align:center;
	padding:0;
	width:863px;
	height:222px;
}

#leftcolumn {
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 15px;
	width:590px;
	float:left;
	text-align:left;
	font-size:13px;
	line-height:1.5em;
}

.testimonial-list {
	margin: 75px 0px 0px 50px;
	text-align:center;
	font-size:16px;
	width:500px;
}

.testimonial-list li{
	list-style:none;
}

#leftcolumn2 {
	margin:15px 0px 0px 35px;
	padding:0;
	width:835px;
	float:left;
	text-align:left;
	line-height:1.75em;
}

#rightcolumn {
	margin:0px 0px 0px 624px;
	padding:15px 0px 0px 0px;
	width:259px;
	text-align:center;
}

#rightcolumn2 {
	margin:76px 0px 0px 624px;
	padding:0px 0px 0px 0px;
	width:259px;
	text-align:center;
}

#headshots{
	margin-bottom:15px;
	width:251px;
	height:362px;
	text-align:center;
	vertical-align:middle;
}

.thumb{
	float:left;
	margin-right:3.1px;
}

.image-float-left {
	float:left;
	margin:0px 10px 0px 0px;
}

.photo-gallery {
	margin:20px;
	border:1px thin solid #999;
}

#bottomcontainer {
	margin:0;
	position: relative;
	width: 100%;
	height: 20px;
	background: url(images/bottom-bar.png) no-repeat;
}

#contactbar {
	position:relative;
	margin:0;
	padding:0;
	width:903px;
	height:160px;
	text-align:left;
	background: url(images/contact-bar-BG.png) no-repeat center;
}

.address-box {
	float:left;
	margin:50px 0px 0px 645px;
	text-align:left;
	line-height:1.25em;
}

#footer-text {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:right;
	font-size:10px;
	color:#FFF;
}

#footer-text a:link{
	color:#FFF;
	text-decoration:none;
}

#footer-text a:hover{
	color:#FFF;
	text-decoration:underline;
}

#footer-text a:visited{
	color:#FFF;
	text-decoration:none;
}

h1 {
	margin-bottom:30px;
	color: #0c899f;
	font-size: 26px;
	font-weight: bold;
	line-height: 0px;
}

h2 {
	margin:20px 0px 20px 0px;
	color: #666666;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
}

h3 {
	margin:10px 0px 10px 0px;
	color: #666666;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
}

.horiz-rule {
	color:#166e75;
	margin:20px 0px 0px 25px;
	padding:0px;
	width:550px;
	height:1px;
}

/* MULTIPLE VIDS ON ONE PAGE - styling of the container. */
a.myPlayer {
	display:block;
	width: 320px;
	height:240px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}


