@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	height: 100%;
	scrollbar-3dlight-color:#cff;
	scrollbar-arrow-color:#FEE8CE;
	scrollbar-base-color:#B3D9D2;
	scrollbar-darkshadow-color:#366;
	scrollbar-face-color:#B3D9D2;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#699;
}
#big_container  {
	text-align: left;
	background-color: #7EA7A3;
	padding: 20px;
	width: 960px;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 15px 15px 15px 15px;
	overflow: auto;
}
#header  {
	background-color: #B3D9D2;
	margin: 0px;
	padding: 0;
	-moz-border-radius: 15px 15px 0 0;
} 
#header_float {
	float: right;
}
#sidebar1  {
	background-color: #FFF;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	text-align: center;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow:hidden:
}
* html #sidebar { /* this is needed to fake min-height in IE 6 */
height:100%;
}
#home_container {
	background-color: #FEE8CE;
	background-image: url(/images/main_bkg.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
	position: relative;
}
#about_container {
	background-color: #F0E39E;
	background-image: url(/images/about_bkg.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
	position: relative;
}
#work_container {
	background-color: #e3f0d7;
	background-image: url(/images/work_bkg.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
	position: relative;
}
#news_container {
	background-color: #b7daea;
	background-image: url(/images/news_bkg.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
	position: relative;
}
#klaybird_container {
	background-color: #F0E39E;
	background-image: url(/images/klaybird_bkg.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
	position: relative;
}
#newsNav {
	padding-right: 30px;
	padding-left: 0px;
	-moz-border-radius: 0 0 15px 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #707070;
	position: relative;
	width: 150px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#contact_container {
	background-color: #d9d4bf;
	background-image: url(/images/contact_bkg.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
	position: relative;
}
#mainContent ul li {
	list-style-type: square;
	font-size: 75%;
	color: #496764;
	font-weight: normal;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
	padding-top: 225px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	min-height: 100%;
    overflow: auto;
} 
#footer  {
	background-color: #B3D9D2;
	-moz-border-radius: 0 0 15px 15px;
	clear: both;
	margin: 0px;
	padding: 0px;
} 
#description {
	float: left;
	color: #d9531e;
	padding: 0px;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: 200px;
}
#copyright {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p  {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding-top: 3ex;
	padding-bottom: 3ex;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
}
p {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	line-height: 110%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #C13832;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h3 {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: normal;
	padding: 0%;
}
h4 {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	padding: 0%;
}
h5 {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	padding: 0%;
}
a:visited {
	color: #496764;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	color: #76BAB2;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a:active {
	color: #4D4E53;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.p_spacer {
	margin-bottom: 3ex;
	font-size: 50%;
}
.bodybold {
	font-weight: bold;
}
.p_green {
	color: #496764;
}
a.page-options {
	text-decoration: none;
}

a.page-options:hover, 
a.page-options:focus {
	color: #dfd3b0;
}		
.hidden {
	display : none;
}
ul.portfolio {
	width : 640px;
	text-align : center;
	list-style-type : none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.portfolio  {
	border : 1px solid #7ea7ae;
	width : 100px;
	height : 8.5em;
	float : left;
	display : inline;
	list-style-type: none;
	padding: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 75%;
}
p.portfolio {
	size: auto;
	font-size: 75%;
	line-height: 100%;
	color: #496764;
	margin: 0px;
	padding: 0px;
}
p.portfoliogray {
	color: #333;
	margin: 0px;
	padding: 0px;
}
li.klaybirdportfolio  {
	border : 1px solid #7ea7ae;
	width : 60px;
	height : 4em;
	float : left;
	display : inline;
	list-style-type: none;
	padding: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 75%;
}


