﻿@import url("layout.css");
#container {
}
#sidebar {
	font-family: "Monotype Corsiva", "Comic Sans MS", cursive;
	font-size: 30px;
	color: #5F5B5B;
	font-weight: bold;
	font-style: italic;
	width: 296px;
	height: 732px;
	margin-top: 26px;
	padding-top: 46px;
	background-image: url('../images/background-sidebar.jpg');
	background-repeat: no-repeat;
}
#page_content {
	position: absolute;
	min-height: 100%;
	height: auto;
	top: 0px;
	left: 296px;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	color: #383737;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	background-image: url('../images/background-main.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
#masthead {
	text-align: center;
}
#content {
	padding: 0px 22px 10px 22px;
	min-height: 535px;
	height: auto !important;
	height: 535px;
}
#divider {
	height: 4px;
	margin: 5px 35px 0px 35px;
	padding: 0px;
	background-image: url('../images/divider.gif');
	background-repeat: repeat-x;
	min-width: 90%;
}
#footer {
	font-size: 16px;
	padding: 0px;
	font-style: italic;
	color: #5F5B5B;
	font-weight: bold;
	text-align: center;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	line-height: 50px;
}
#sidebar a {
	text-decoration: none;
	background-image: url('../images/bullet2.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;
	margin-left: -19px;
}
#sidebar a:hover {
	color: #B00A0A;
	text-decoration: none;
	background-image: url('../images/bullet1.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;
}
/* Styles for Content, Footer */
#content img {
	float: left;
}
#content ul {
	list-style-type: none;
	line-height: 35px;
	margin-left: -4px;
	padding-left: 0px;
}
#content a {
	background-image: url('../images/bullet2-small.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
#content a:hover {
	background-image: url('../images/bullet1-small.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
#footer a {
	color: #5F5B5B;
	text-decoration: none;
}
#footer a:hover {
	color: #B00A0A;
	text-decoration: none;
}
a {
	color: #5F5B5B;
}
a:hover {
	color: #B00A0A;
}
.style_bold {
	font-weight: bold;
}
.style_underlined {
	text-decoration: underline;
}
.style_italic {
	font-style: italic;
}
.style_centered {
	text-align: center;
}
.style_red {
	color: #B00A0A;
}
.style_red_medium {
	color: #B00A0A;
	font-size: medium;
}
.style_medium {
	font-size: medium;
}
.style_small {
	font-weight: normal;
	font-size: 13px;
}
.content-about {
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 114px;
}
.content-employees {
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 222px;
}
.content-other {
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 184px;
}

