@import url("reset.css");
@import url("forms.css");

body {
	font-family: Arial, Sans-serif;
	font-size: .75em;
	color: #000000;
	/*background: url('../images/top.jpg') top center repeat-x #ffffff;*/
	background: url('../images/top.jpg') top center repeat-x #EDE9E6;	
	line-height: 1.35em;
}
#top {
	background: #ffffff;
}
#container {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 999px;
	background: #ffffff;
}
#header {
	position: relative;
	display: block;
	width: 999px;
	height: 142px;
	background: url('../images/header.jpg') top center no-repeat;
}
#innercontainer {
	position: relative;
	top: -17px;
	display: block;
	width: 804px;
	margin: 0 auto;
	border-left: 2px solid #F8981D;
	border-right: 2px solid #F8981D;
}
#nav {
	position: relative;
	display: block;
	height: 38px;
	background: url('../images/navbg.jpg') top center repeat-x;
	text-align:center;
}
#navblock {
	
	margin: 0 auto;
	width: 504px;
}
#nav span {
	display: none;
}
#nav a {
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
	float:left;
}
#nav a:hover {
	background-position: bottom center;
}
#nav a:active {
	background-position: bottom center;
}
#home{
	background-image: url(../images/home.jpg);
	width: 67px;
	height: 38px;
}
#about {
	background-image: url(../images/about.jpg);
	width: 69px;
	height: 38px;
}
#blog {
	background-image: url(../images/blog.jpg);
	width: 62px;
	height: 38px;
}
#clients {
	background-image: url(../images/clients.jpg);
	width: 80px;
	height: 38px;
}
#candidates {
	background-image: url(../images/candidates.jpg);
	width: 106px;
	height: 38px;
}
#resources {
	background-image: url(../images/resources.jpg);
	width: 100px;
	height: 38px;
}
#contact {
	background-image: url(../images/contact.jpg);
	width: 82px;
	height: 38px;
}
#contenthome {
	position: relative;
	padding: 0px;
	text-align: left;
}
#contentinside {
	position: relative;
	padding: 0px;
	text-align: left;
	background: url('../images/mainareabg.gif') top center repeat-y;
	height: 100%;
	min-height: 820px;
}
#contentinsideshort {
	position: relative;
	padding: 0px;
	text-align: left;
	
	height: 100%;
}
#leftbar {
	position: absolute;
	width: 177px;
	padding: 19px;
	height: 100%;
}
#leftbar img {
	border: 1px solid #F7991F;
}
#mainbar {
	position: relative;
	left: 218px;
	width: 596px;
	padding: 15px;
}
#floatright {
	float: right;
	width: 230px;
	margin: 0 15px 15px 15px;
	padding-right: 47px;
	font-size: .9em;
	line-height: 1.35em;
	font-family: "Arial Narrow", Arial, Sans-serif; 
}
#box {
	width: 100%;
	padding: 10px;
	border: 1px solid black;
	margin-bottom: 15px;
}
#midbox {
	width: 100%;
	padding: 10px;
	border: 1px solid black;
	margin-bottom: 0px;
}
#boxfixed {
	width: 100%;
	height: 280px;
	padding: 10px;
	border: 1px solid black;
	margin-bottom: 15px;
}
#leftbottombox {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 155px;
	padding: 15px;
	border: 1px solid #F7991F;
	z-index:800;
}
#maintext {
	width: 289px;
}
#maintextfull {
	width: 552px;
}
#footer {
	position: relative;
	top:-17px;
	right: 1px;
	*right: 2px;
	width: 100%;
	background: url('../images/bottom.jpg') top center repeat-x #EDE9E6; 
}
#footercontainer {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 999px;
	height: 99px;
	color: #000000;
	font-size: .75em;
	background: url('../images/footer.jpg');
	background-image: url('../images/footer.jpg');

}
#address {
	position: absolute;
	width: 999px;
	text-align: center;
	bottom: 69px;
	color: #ffffff;
	font-size: 1.2em;
	font-family: "Arial Narrow", Arial, Sans-serif; 
	z-index:10000;	
}
#twofish {
	position: absolute;
	bottom: 30px;
	left: 225px;
}
#copy {
	position: absolute;
	text-align: right;
	bottom: 30px;
	right: 225px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #F7991F;
	text-decoration: none;
}
.res a {
	color: #F7991F;
	text-decoration: none;
}
.res a:visited {
	color: #F7991F;
	text-decoration: none;
}
.res a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	color: #F7991F;
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px 0px 7px 0px;
	margin: 0px;
}
h2 {
	color: #F7991F;
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
h3 {
	color: black;
	font-weight: bold;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}
h4 {
	color: #F7991F;
	font-weight: normal;
	font-size: 4.6em;
	padding: 17px 3px 8px 0px;
	float: left;
	font-family: Times, Serif;
}
.large {
	font-size: 1.55em;
}
.bigger {
	font-size: 1.20em;
}
.italics {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.outside {
	list-style-position:outside;
	list-style-type:disc;
	padding-left:13px;
}
.outside li {
	margin-top: 10px;
	margin-bottom: 10px;
}	
