@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	margin-top: 10px;
	background-color: #161900;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.thrColFixHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 150px;
	background-color: #A8658E;
	padding: 0;
	margin: 0px;
} 
.menu {
	height: 40px;
	width: 760px;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	margin-left: 10px;
	background-color: #92AA90;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	border: thin solid #161900;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	height: 560px;
}
.thrColFixHdr #container #maincontent .body_text {
	margin-left: 180px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 555px;
	margin-right: 10px;
	background-color: #A8658E;
	background-repeat: no-repeat;
	text-align: left;
	border: thin solid #161900;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 560px;
	background-position: center bottom;
}

.list {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	border: thin none #161900;
	line-height: 20px;
	margin-left: -20px;
}
#maincontent {
	font-family: Verdana, Geneva, sans-serif;
	color: #161900;
	font-size: 12px;
	height: 180px;
	border: thin solid #161900;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/cherry-blossom_fade.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFF;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 70px;
}

.thrColFixHdr #footer {
	padding: 0;
} 

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: thin solid #161900;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: thin solid #161900;
}
.image {
	border: thin solid #161900;
	padding: 1px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bolder;
}
.contact_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}
.jobs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	color: #161900;
	border: medium solid #161900;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	background-color: #FFF;
	background-image: url(../images/cherry-blossom1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bolder;
	margin-top: 0px;
	vertical-align: baseline;
}
