﻿html
{
	text-align: center;
}

body
{
	width: 780px;
	margin: 0 auto 0 auto;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	background-color: #6C0E02;
}

form
{
	background-color: #fff;
}

a
{
	text-decoration: none;
	color:#4C4C4C;
}

a:hover
{
	color: #000;
	text-decoration:underline;
}

h1
{
	font-size: 20px;
	margin: 5px 5px 5px 0;
	border-bottom: double 2px #F5F2ED;
}

h2
{
	font-size: 18px;
	margin: 5px 5px 5px 0;
}

img
{
	border: 0;
}

fieldset
{
	border-top:solid 1px #8D7E55;
	border-bottom:0;
	border-right:0;
	border-left:0;
	margin-bottom:25px;
}
fieldset legend
{
	font-size:16px;
	color:#8D7E55;
	padding:0 10px 0 10px;
}

.inputbackground
{
	background-color: #F5F2ED;
}



.testimonial
{
	margin: 0 auto 0 auto;
	background-color: #CEC6AF;
	padding: 10px;
	font-size: 12px;
	width: 400px;
}
.testimonial h2
{
	font-size: 16px;
	margin: 0;
}

.form td
{
	vertical-align: top;
}

.required
{
	color: Red;
}

.modalbackground
{
	background-color: gray;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

.wiatable
{
	font-size:10px;
}

.wiatable input
{
	font-size:10px;
}

.requiredlist
{
	text-align:left;
}

.requiredlist ul
{
	padding:15px;
	margin:0 0 0 10px;
}

#layout
{
	width: 100%;
	position:relative;
}

#layout td
{
	vertical-align: top;
}

/*** HEADER ***/
#header
{
	border-bottom: solid 7px #000000;
	height: 120px;
	background-color: #E6E6E6;
	padding:0;
	margin:0;
	position:relative;
}

#header h1
{
	position:absolute;
	top:20px;
	left:10px;
	font-size: 18px;
	text-align: left;
	border: 0;
}

#header h1 span
{
	font-size:12px;
}

#header ul
{
	position:absolute;
	top:2px;
	right:2px;
	padding:0;
	margin:0;
	font-size:10px;
}
#header ul li
{
	display:inline;
}

.logo
{
	position:absolute;
	top:70px;
	left:35px;
}

.logosmall
{
	position:absolute;
	top:70px;
	left:75px;
}

#topnavigation
{
	position:absolute;
	bottom:0;
	right:0;
	
	width: 550px;
	margin-top:11px;
}

#topnavigation td
{
	text-align: center;
}

#topnavigation a
{
	background-image: url(../media/image/nav-background.jpg);
	background-repeat: repeat-x;
	height: 29px;
	display: block;
	line-height:29px;
	color: #000;
	font-weight: bold;
}

#topnavigation .active
{
	background-image: url(../media/image/nav-active.jpg);
	background-repeat: repeat-x;
}

#topnavigation a:hover
{
	background-image: url(../media/image/nav-active.jpg);
	background-repeat: repeat-x;
	text-decoration:none;
}
/*** HEADER ***/


#leftnavigation div
{
	width: 180px;
	text-align: center;
	margin: 15px 0 15px 0;
	padding-bottom: 10px;
}

#leftnavigation a
{
	font-weight: bold;
	color: #000;
}

#leftnavigation a:hover
{
	color: #8D7E55;
}

#registration
{
	background-color: #E6E6E6;
}

#registration a:hover
{
	color: #4C4C4C;
}

#quickmenu
{
	background-color: #6E6D6A;
}

#quickmenu a
{
	color: #fff;
}

#quickmenu a:hover
{
	color: #000;
}

#services
{
	background-color: #E6E6E6;
}

#services a:hover
{
	color: #4C4C4C;
}

#content
{
	padding: 10px 20px 30px 10px;
}

#footer
{
	width: 50%;
}

#footer td
{
	text-align: center;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
}

#footer a
{
	color: #000;
	font-weight: bold;
}

#jobsearch
{
	border: solid 3px #E6E6E6;
	padding: 5px;
}

#jobsearch table
{
	width: 100%;
}

#searchresult
{
	width: 100%;
}

#searchresult .alt
{
	background-color: #E6E6E6;
}

#searchresult a
{
	color: #000;
}

#searchresult a:hover
{
	color: #8D7E55;
}

/*  CSS Popup LEFT */
.csspopup
{
	
}
.csspopuphover
{
	position: relative;
}
.csspopup span
{
	display: none;
}

.csspopuphover span
{
	display: block;
	position: absolute;
	border: 1px solid black;
	top: 0px;
	right: 35px;
	background-color: gray;
	color: white;
	width: 350px;
	text-align: left;
	padding: 5px;
}
/*  CSS Popup */

/*  CSS Popup RIGHT */
.csspopupright
{
	
}
.csspopuphoverright
{
	position: relative;
}
.csspopupright span
{
	display: none;
}

.csspopuphoverright span
{
	display: block;
	position: absolute;
	border: 1px solid black;
	top: 0px;
	left: 35px;
	background-color: gray;
	color: white;
	width: 350px;
	text-align: left;
	padding: 5px;
}
/*  CSS Popup */


