* {																						/* reset */
		margin: 0;							
		padding: 0;
}

body	{
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: 1em;
			background-color: #008B9A;
			color: #ffffff;
}

#container	{
					width: 75%;
					margin: 0 auto;
}

h1	{
				font-size: 1.9em;
}

h2	{
		font-size: 1.3em;
		font-style: italic;
}

#Tri-C {
	position: relative;
	left: 0;
	top: 0;
	width: 960px;
	height: 506px;
}

a img	{
			border: 0;
}

a	{
		text-decoration: none;
		font-size: 1em;
		line-height: 1.5em;
}

a:link	{
				color: white;
}

a:visited	{
					color: white;
}

a:hover	{
					color: black;
}

#main-navbar	{
						position: absolute;
						bottom: 15px;
						right: 10px;
						width: 350px;
						font-size: .9em;
						color: #008B9A;
}

#main-navbar a	{
								color: #008B9A;
								padding: .3em;
}

#main-navbar a:hover	{
								color: white;
}
						
.bigtype	{
				font-size: 1.5em;
}

#Tri-C-homepage-top-box {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:160px;
	background-image: url(images/brownBG.jpg);
}

#logo	{
			position: absolute;
			left: 19px;
			top: 16px;
			width: 107px;
			height: 120px;
}

#search-box	{
					position: absolute;
					left: 730px;
					top: 16px;
					width: 193px;
					height: 22px;
}

#navButtonLeft {
	position:absolute;
	left:0px;
	top:160px;
	width:366px;
	height:74px;
	text-align: center;
	padding-top: .5em;
	background-image: url(images/goldButtonBG.jpg);
}

#spacer-01	{
					position:absolute;
					left:366px;
					top:160px;
					width:2px;
					height:74px;
}

#navButtonCenter {
	position:absolute;
	left:368px;
	top:160px;
	width:289px;
	height:74px;
	text-align: center;
	padding-top: .5em;
	background-image: url(images/goldButtonBG.jpg);
}

#spacer-02	{
					position:absolute;
					left:657px;
					top:160px;
					width:2px;
					height:74px;
}

#navButtonRight {
	position:absolute;
	left:659px;
	top:160px;
	width:301px;
	height:74px;
	text-align: center;
	padding-top: .5em;
	background-image: url(images/goldButtonBG.jpg);
}

#Tri-C-bottom-box {
	position:absolute;
	left:0px;
	top:234px;
	width:960px;
	height:272px;
}

#footer	{
				text-align: center;
}
