/* CSS Document */

*{
	margin:0;
	padding:0;
	blockqoute:0;
	p:0;
	ul:0;
	li:0;
	
}

body {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	background-image:url(images/bckgrnd.jpg);
	background-repeat:repeat-x;

}


/* Text Styles, Headers etc */
	
.smalltext {

	font-family: "arial";
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.formtext {

	font-family: "arial";
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.largetext {

	font-family: "arial";
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}



.normal {
	font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

a:focus
{
-moz-outline-style: none;
outline: none;
}


A {
    font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	outline:none;
	text-decoration:none;
}

A:visited {
 	font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

A:active {
 	font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

A:hover { 
	font-family: "arial";
	font-size: 12px;
	color:#669933;
	font-weight: bold;
    text-decoration:underline;
}
	
H1 {

	font-family: "arial";
	font-size: 20px;
	color: #782727;
	font-weight: normal;
	padding-bottom:10px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

H2 {

	font-family: "arial";
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
}


H3 {

	font-family: "arial";
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

H4 {

	font-family: "arial";
	font-size: 12px;
	color: #782727;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
}

.floatimgleft {
	float:left;
	clear:left;
	margin-top:2px;
	margin-left:5px;
	margin-right:15px;
	margin-bottom:15px;
}

.floatimgright {
	float: right;
	clear:right;
	margin-top:15px;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:10px;
}


/* Layers */


#base {
	position:relative;
	width: 950px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}
	

#main { 
	width:950px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

#main_text { 
	clear:both;
	width:950px;
	margin-top:0px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	z-index:2;
}


#header_l { 
	float:left;
	width:530px;
	height:190px;
	margin-top:0px;
	padding-left:0px;
	padding-bottom:50px;
	text-align:left;
	z-index:2;
}

#header_r { 
	float:right;
	width:420px;
	height:190px;
	margin-top:0px;
	padding-left:0px;
	padding-top:50px;
	background-image:url(images/header8.jpg);
	background-repeat:no-repeat;
	text-align:left;
	z-index:2;
}
#navigation {
	width:604px;
	height:35px;
	margin-top:0px;
	margin-left:0px;
	padding-left:346px;
	padding-top:38px;
	padding-bottom:0px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	text-align:left;
	z-index:3;
}


/*
*    Setup
*/
ul.cssmenu {
    list-style: none;
    padding: 0px;
    }
.displace {
    position: absolute;
    left: -5000px;
    }
ul.cssmenu li {
    float: left;
    }
ul.cssmenu li a {
    display: block;
    width: 100px;
    height: 35px;
    background: url('images/menu.jpg');
    }
/*
*    Normal Links
*/
ul.cssmenu li.home a {
    background-position: 0 0;
    }
ul.cssmenu li.about a {
    background-position: -100px 0;
    }
ul.cssmenu li.vacancies a {
    background-position: -200px 0;
    }
ul.cssmenu li.candidates a {
    background-position: -300px 0;
    }
ul.cssmenu li.contact a {
    background-position: -400px 0;
    }

/*
*    Hover Links
*/
ul.cssmenu li.home a:hover {
    background-position: 0 -35px;
    }
ul.cssmenu li.about a:hover {
    background-position: -100px -35px;
    }
ul.cssmenu li.vacancies a:hover {
    background-position: -200px -35px;
    }
ul.cssmenu li.candidates a:hover {
    background-position: -300px -35px;
    }
ul.cssmenu li.contact a:hover {
    background-position: -400px -35px;
    }

/*
*    Clicked Links
*/
ul.cssmenu li.home a:active {
    background-position: 0 -70px;
    }
ul.cssmenu li.about a:active {
    background-position: -100px -70px;
    }
ul.cssmenu li.vacancies a:active {
    background-position: -200px -70px;
    }
ul.cssmenu li.candidates a:active {
    background-position: -300px -70px;
    }
ul.cssmenu li.contact a:active {
    background-position: -400px -70px;
    }

/*
*    Selected/Active Links
*/
ul.cssmenu li.home a.selected {
    background-position: 0 -105px;
    }
ul.cssmenu li.about a.selected {
    background-position: -100px -105px;
    }
ul.cssmenu li.vacancies a.selected {
    background-position: -200px -105px;
    }
ul.cssmenu li.candidates a.selected {
    background-position: -300px -105px;
    }
ul.cssmenu li.contact a.selected {
    background-position: -400px -105px;
    }

#heading_1 {
	float:left;
	width:450px;
	margin-left:0px;
	margin-top:40px;
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	z-index:3
}

#heading_2 {
	float:right;
	width:450px;
	margin-top:40px;
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	z-index:3
}

#text_1 {
	float:left;
	width:450px;
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	z-index:3;
}

#text_1 ul	{
	padding-left:75px;
	padding-top:20px;
	padding-bottom:0px;
}

#text_1 li {
	padding-left:2px;
	padding-bottom:8px;
	vertical-align:middle;
	list-style:square;
	list-style-position:outside;
	list-style-image:url(images/bullet.jpg);

}

#text_2 {
	float:right;
	width:450px;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	z-index:3;
}

#text_2 ul	{
	padding-left:75px;
	padding-top:20px;
	padding-bottom:0px;
}

#text_2 li {
	padding-left:2px;
	padding-bottom:8px;
	vertical-align:middle;
	list-style:square;
	list-style-position:outside;
	list-style-image:url(images/bullet.jpg);

}

#text_right {
	float:right;
	width:250px;
	margin-top:40px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	z-index:3;
}

#message {

	clear:both;
	width:946px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	z-index:2;
}

#bottom {

	clear:both;
	width:950px;
	text-align:center;
	z-index:2;
}

#bottom A {
    font-family: "arial";
	font-size: 11px;
	color: #0b850b;
	font-weight: normal;
	text-decoration:none;
}

#bottom A:active {
 	font-family: "arial";
	font-size: 11px;
	font-weight: normal;
	color: #0b850b;
	text-decoration:none;
}	
	
#bottom A:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: normal;
	color:#f04e36;
    text-decoration:underline;
}


#footer {
	clear:both;
	width:950px;
	height:20px;
	padding-top:10px;
	padding-right:0px;

	text-align:center;
	z-index:2;
}

#footer A {
    font-family: "arial";
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}

#footer A:active {
 	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}	
	
#footer A:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #782727;
    text-decoration:underline;
}

#link {
	clear:both;
	width:950px;
	text-align:center;
	z-index:2;
}


#link A {
    font-family: "arial";
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}

#link A:active {
 	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}	
	
#link A:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #00cccc;
    text-decoration:underline;
}

