﻿@import url("layout.css");
body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/bg3.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #ffffff;	

}
#container
{
    width: 676px;
    margin: 0 auto;
    padding: 10px;
    border-right: 2px solid #725972;
    border-bottom: 2px solid #725972;
    border-left: 2px solid #725972;
    background-color: #ffffff;
    background-repeat: repeat;
    height: 1500px ;
}
#masthead {
	text-align: center;
	float: left;
	width: 670px;
	padding: 6px;
	background-color: #ffffff;
	height: 160px;
	
}

#navigation {
	float: left;
	width: 110px;
	color: #990000;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	border-right: 1px line #725972;
	background-color: #ffffff;
	height: 400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    top: 0px;
    left: 0px;
}
#content {
	float: left;
	width: 540px;
	color: #000000;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	height: 800px ;
}

#contentWpic
{
    float: left;
    width: 540px;
    color: #000000;
    padding: 0px;
    background-color: #ffffff;
    height: 500px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 2px;
    left: 4px;
    top: 0px;
      z-index: auto;
    text-align: left;
    clip: rect(auto, auto, auto, auto);
}

#contentWOpic
{
    float: left;
    width: 540px;
    color: #000000;
    padding: 6px;
    background-color: #ffffff;
    height: 368px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: 1px;
    left: 12px;
    top: 200px;
      z-index: auto;
    text-align: left;
    clip: rect(auto, auto, auto, auto);
}
#contentWOpicEmploy
{
    float: left;
    width: 560px;
    color: #000000;
    background-color: #ffffff;
    height:-223px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    left: 110px;
    top: -434px; 
  
    z-index: auto;
    text-align: left;
    clip: rect(auto, auto, auto, auto);
}


/* Masthead Styles */
#masthead h1 {
	color: #ffffff;
}
#masthead h3 {
	color: #402640;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
} 

#navigation li { 
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 10pt;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px line #dfb8df;
    background-color: Maroon;
    color: #ffffff;
    
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: Maroon;
}
#navigation a:hover {
	color: Maroon;
	text-decoration: none;
	background-color: gray;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
	background-color: #ffffff;
	
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */

a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: Maroon;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}