@charset "utf-8";
/* CSS Document */

body {
	background-image:url(graphics/main-bg.jpg);
	background-color:#FFF;
	background-repeat:repeat-x;
	margin: auto;
	margin-top:0;
}

#content {
	background-image:url(graphics/top-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	min-height: 750px;
	width: 100%;
	margin:auto;
}

#services {
	width: 300px;
	margin-left: 20px;
	padding: 25px;
	background-color:#333;
	color: #FFF;
	float:right;
	background-image:url(graphics/services-bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	
}

#services h2 {
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color:#D3DEE7;
	margin-top: -10px;
}

#banner {
	background-image: url(graphics/top-banner.jpg);
	width: 945px;
	background-repeat:no-repeat;
	height: 183px;
	margin:auto;
	padding-left: 15px;
	padding-top: 30px;
	margin-bottom: -30px;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 24px;
	font-weight:bold;
	color:#FFF;
	text-shadow: 1px 1px 0px #000;
}

#menu {
	background-image: url(graphics/menu-bg.jpg);
	width: 960px;
	height: 30px;
	background-repeat:repeat-x;
	margin: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

#menu td {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
	color: #003;
	min-width: 65px;
	background-image:url(graphics/menu-link-bg.jpg);
	background-repeat: no-repeat;
	background-position:right;
	height: 30px;
	text-align:center;
}

#menu a {
	text-decoration:none;
	color: #003;
}

#menu a:hover {
	text-shadow: 1px 1px 0px #FFF;
	color: #600;
}

#main-content {
	background-image: url(graphics/main-content-bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#FFF;
	padding: 20px;
	margin: auto;
	width: 920px;
	min-height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

#main-content h1 {
	color: #600;
	font-weight:bold;
	font-style:italic;
	font-size: 28px;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px #999;
	margin-top: 0px;
	margin-bottom: 35px;
}

#main-content img {
	margin: 10px;
	border: 1px solid #333;
}

#main-content .emp {
	font-weight:bold;
	font-size: 110%;
	color: #272e5c;
	margin-top: 25px;
}

#footer {
	background-image: url(graphics/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position: top;
	height: 100px;
	padding-top: 10px;
	margin:auto;
	width: 960px;
	background-color:#FFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 13px;
}

#footer .smalltext {
	font-size: 11px;
}
