@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #FFF url(../graphics/website/bg.jpg) repeat-x;
	text-align: center;
	font-size: 80%;
	font-family: Arial, Tahoma, Verdana;
	color: #000;
}

hr {
	border-top: 1px dotted #388469;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

a {color: #066543;}
a:hover {text-decoration: none;}

h1 {
	font-weight: normal;
	font-size: 250%;
	color: #000;
}
h2 {
	font-weight: normal;
	font-size: 150%;
	color: #066543;
}
h3 {
	font-weight: bold;
	font-size: 120%;
	color: #066543;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 130%;
}

/* - - - - - Wrapper - - - - - */

#WS-Wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

/* - - - - - Containers - - - - - */


/* - - - - - Container Nav - - - - - */

#WS-Container-Nav {
	background: #066543;
	height: 60px;
}

/* - - - - - Container Telephone - - - - - */

#WS-Container-Nav #WS-Telephone {
	float: right;
	width: 135px;
	color: #FFF;
	line-height: 25px;
	font-size: 120%;
	margin: 17px 0 0 0;
}
#WS-Container-Nav #WS-Telephone img {margin-right: 10px;}

/* - - - - - Container Menu Navigation - - - - - */

#WS-Container-Nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#WS-Container-Nav ul li {
	float: left;
}
#WS-Container-Nav ul li a {
	padding: 0 20px;
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	background: url(../graphics/website/nav-bg.jpg) no-repeat right;
	display: block;
	text-transform: uppercase;
	font-size: 90%;
}
#WS-Container-Nav ul li a:hover {
	background: url(../graphics/website/nav-bg.jpg) repeat-x;
}


/* - - - - - Container Banner - - - - - */

#WS-Container-Banner {
	margin: 20px 0 30px 0;
	height: 240px;
	background: url(../graphics/website/banner-bg.gif) no-repeat;
	padding: 0;
}
#WS-Container-Banner #WS-Banner-Left {
	width: 490px;
	padding: 25px 0 25px 25px;
}
#WS-Container-Banner #WS-Banner-Right {
	float: right;
	width: 385px;
	height: 240px;
}
#WS-Container-Banner #WS-Job-Search {
	padding: 10px;
	background: url(../graphics/website/job-search-bg.gif) no-repeat;
	margin: 20px 0 0 0;
	height: 100px;
	color: #FFF;
}
#WS-Container-Banner #WS-Job-Search h4 {margin-bottom: 20px;}
#WS-Container-Banner #WS-Job-Search table tr td {padding: 0 5px 5px 0;}


/* - - - - - Container Content - - - - - */

#WS-Container-Content p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 100%; 
}
/* - - - - - Container Colums - - - - - */

#WS-Container-Content #WS-Colum-Right {
	float: right;
	width: 170px;
}

#WS-Container-Content #WS-Colum-Right a {color: #FFF;}
#WS-Container-Content #WS-Colum-Right a:hover {text-decoration: none;}

#WS-Container-Content #WS-Colum-Left {
	float: left;
	width: 170px;
}
#WS-Container-Content #WS-Colum-Left a {color: #FFF;}
#WS-Container-Content #WS-Colum-Left a:hover {text-decoration: none;}

#WS-Container-Content #WS-Colum-Center {
	margin: 0 200px;
	min-height: 700px;
}

/* - - - - - Container Boxes - - - - - */

#WS-Container-Content #WS-Colum-Left .WS-Box-Top {
	background: #388469 url(../graphics/website/box-top-bg.gif) no-repeat top;
	padding: 7px 0 0 0;
	margin: 0 0 20px 0;
}
#WS-Container-Content #WS-Colum-Left .WS-Box-Bottom {
	background: #388469 url(../graphics/website/box-bottom-bg.gif) no-repeat bottom;
	padding: 10px 15px;
	color: #FFF;
}

#WS-Container-Content  #WS-Colum-Left .WS-Box-Bottom p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 100%; 
}

#WS-Container-Content  #WS-Colum-Left .WS-Box-Link a {
	font-weight: bold;
	text-decoration: none;
}
#WS-Container-Content  #WS-Colum-Left .WS-Box-Link a:hover {
	color: #000;
}


#WS-Container-Content  #WS-Colum-Right .WS-Box-Top {
	background: #4F4C4D url(../graphics/website/box-top-bg.gif) no-repeat top;
	padding: 7px 0 0 0;
	margin: 0 0 20px 0;
}
#WS-Container-Content  #WS-Colum-Right .WS-Box-Bottom {
	background: #4F4C4D url(../graphics/website/box-bottom-bg.gif) no-repeat bottom;
	padding: 10px 15px;
	color: #FFF;
}

#WS-Container-Content  #WS-Colum-Right .WS-Box-Bottom p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 100%; 
}

#WS-Container-Content  #WS-Colum-Right .WS-Box-Link a {
	font-weight: bold;
	text-decoration: none;
}
#WS-Container-Content  #WS-Colum-Right .WS-Box-Link a:hover {
	color: #000;
}

/* - - - - - Container Footer - - - - - */

#WS-Container-Footer {
	margin: 40px 0; 
	border-top: 1px solid #CCC;
	padding-top: 10px;
	font-size: 80%;
	color: #000;
}
#WS-Container-Footer p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 100%; 
}
#WS-Container-Footer a {color: #000;}
#WS-Container-Footer a:hover {text-decoration: none;}

#WS-Container-Footer div {float: right; width: 320px;}
#WS-Container-Footer div img {margin: 0 5px;}


/* - - - - - Offer Box - - - - - */
.Offer-Box {
	margin: 0 0 20px 0;
	padding: 15px 15px 0 15px;
	background: url(../graphics/website/box-offer-bg.gif) no-repeat left top;
	height: 275px;
	color: #FFF;
}
.Offer-Box a {
	float: left;
	color: #313131 !important;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #FEBA2E;
	padding: 4px 12px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FECC63), to(#FEBA2E));
	background: -moz-linear-gradient(top,  #FECC63,  #FEBA2E);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FECC63', endColorstr='#FEBA2E');
}

.Offer-Box a:hover {
	color: #000 !important;
	background: #FECC63;
	background: -webkit-gradient(linear, left top, left bottom, from(#FEBA2E), to(#FECC63));
	background: -moz-linear-gradient(top,  #FEBA2E,  #FECC63);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEBA2E', endColorstr='#FECC63');
}
.Offer-Box a:active {
	color: #000 !important;
	background: #FEBA2E;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEBA2E', endColorstr='#FEBA2E');
}

/* - - - - - Message - - - - - */

.Contact-Box {
	border: 1px solid #CCC;
	background: #F7F7F7;
	padding: 20px;
}
.Contact-Box input,
.Contact-Box select,
.Contact-Box textarea {
	padding: 5px;
	font-family: Arial, Tahoma, Verdana;
	width: 280px;
	border: 1px solid #CCC;
	font-size: 100%;
}
.Contact-Box input#button {
	width: auto;
	padding: 5px 10px;
	cursor:pointer;
}

.message {
	color: #FFF;
	background: #C00;
	padding: 5px 10px;
	text-decoration: none;
}
	.green {
		background: #090 !important;
	}

.Error {
	border: 1px solid #C00;
}


/* - - - - - jQuery - Popup Advert - - - - - */

#note {
	border: 2px solid #D84; 
	margin-bottom: 1em; 
	display: none; 
	background-color: yellow;
	padding: 5px; 
	cursor: default; 
}

#sliding_popup {
	position: fixed;  
	left: 50%;
	margin: 200px 0 0 -267px;
	dsplay: block;
	width: 500px; 
	padding: 0px;
}
