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

html {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fefdf5;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
}


h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 1.3em;
	margin-left: 20px;
	color: #4D7DB9;

}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 1em;
	color: #4D7DB9;

}

/*HEADER AND FOOTER */

#header {
	height: 68px; /*68 + 121 */

	}

#footer {
	height: 30px;
	font-size: 0.7em;

	}

/* LNKS */

/*REMOVES IE BLUE LINK BORDER */
img { border-style: none; }
/* ******** */

a:link {
	color: #666666;
	text-decoration: underline;
	border: none;

}

a:visited {
	color: #666666;
	text-decoration: underline;
	border: none;

}

a:hover {
	color: #9fbe57;
	text-decoration: none;
	border: none;
	}


	

/* PARENT / BACKGROUND IMAGE */

#main {
	width: 810px;
	height: 667px;
	margin: 0 auto;
	text-align:left;
	background-image: url(images/bg_main.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#proc {
	width: 730px;
	height: 200px;
	margin: 0 auto;
	text-align:left;
	margin-top: 380px;
	margin-left: 40px;
	font-size: 0.8em;
}

#office {
	font-size: 0.8em;
	width: 810px;
	height: 667px;
	margin: 0 auto;
	text-align:left;
	background-image: url(images/bg_office.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#about {
	width: 810px;
	height: 667px;
	margin: 0 auto;
	text-align:left;
	background-image: url(images/bg_about.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#about_text {
	width: 740px;
	height: 500px;
	margin: 0 auto;
	text-align:left;
	margin-top: 95px;
	overflow: auto;
}


#media {
	width: 810px;
	height: 667px;
	margin: 0 auto;
	text-align:left;
	background-image: url(images/bg_media.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#service {
	width: 810px;
	height: 667px;
	margin: 0 auto;
	text-align:left;
	background-image: url(images/bg_service.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#res {
	width: 810px;
	height: 667px;
	margin: 0 auto;
	text-align:left;
	background-image: url(images/bg_res.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#pub {
	width: 810px;
	height: 667px;
	margin: 0 auto;
	text-align:left;
	background-image: url(images/bg_pub.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#office_nav {
	width: 768px;
	height: 40px;
	text-align:left;
	margin-top: 81px;
	margin-left: 21px;
	margin-right: 21px;
	background-color: #E6E7C9;
	margin-bottom: 0;
	padding-top: 20px;
}


#office_nav a:hover {

	font-weight:bold;

}

#content {
	width: 730px;
	height: 510px;
	margin: 0 auto;
	text-align:left;
	margin-top: 10px;
	margin-left: 40px;
}

#office_add_r {
	padding-top: 20px;
	float: right;
	width: 300px;
	height: 100px;
	margin: 0 auto;

}
#office_add_l {
	padding-top: 20px;
	float:left;
	width: 300px;
	height: 100px;
	margin: 0 auto;
}



/* LINKS AT THE TOP  */

.buttons {
	text-align:left;
	padding-left: 25px;
	padding-top: 2px;
}

.buttons2 {
	text-align:left;
	margin-left: 30px;
	font-weight:bold;

}

