@charset "utf-8";

body {
	background-image: url(../images/page_bg.jpg);
	text-align:center;
}

p, h1, h2, h3, h4, .h1, .h2, .h3, .h4, .t1, .t2, .f1 {
	font-family:"Trebuchet MS",Sans,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
}

h1, .h1 {
	color: #333333;
	font-size:22px;
	font-weight:bold;
}

h2, .h2 {
	font-size:22px;
	font-weight:bold;
}

h3, .h3 {
	font-size:16px;
}

h4, .h4 {
	font-size:28px;
	font-weight:bold;
}

.t1, p, .t1 a:visited ,.t1 a:active ,.t1 a:link  {
	text-decoration:none;
	font-size:14px;
}

.t2, .t3 {
	color: #333333;
	font-size:12px;
}

.t3 {
	font-size:14px;
}

.f1, .f1 a:visited, .f1 a:active ,.f1 a:link, .f1 a:hover {
	color: #333333;
	font-size:12px;
	text-decoration:none;
}

.t1 a:hover, .f1 a:hover  {
	text-decoration:underline;
}

#pageWrapper, #contentWrapper, #header, #navMenu, #pageBottom, #footer {
	width:960px;
}

#pageWrapper {
	margin:0pt auto;
	position:relative;
	text-align:left;
	background-image: url(../images/repeat_bg.jpg);
}

#topTag {
	text-align:center;
	margin-right:65px;
}

#header {
	height:212px;
	background-image: url(../images/header.jpg);
}

	#companyName {
		float:right;
		text-align:right;
		width:45%;
		margin-right:65px;
		margin-top:5px;
	}
	
#navMenu {
	height:40px;
	background-image: url(../images/nav_bg.jpg);
}

#contentWrapper {
	background-image: url(../images/repeat_bg.jpg);
}

	#topBodyRow {
		width:900px;
	}
	
		#topLeft {
			float:left;
			margin-left:10px;
			width: 350px;
		}
		
		#slideshowWrapper {
			float:right;
			margin-right:10px;
			width:490px;
		}
		
	#bottomBodyRow {
		width:900px;
		clear:both;
	}
	
		#textWrapper {
			width:880px;
			margin-left:10px;
		}
		
#pageBottom {
	height:213px;
	background-image: url(../images/page_bottom.jpg);
	clear:both;
}

	#contactInfoBox {
		width:40%;
		float:left;
		margin-left:15px;
		margin-top:15px;
	}
	
#footer {
	height:68px;
	clear:both;
	background-image: url(../images/footer.jpg);
}
