/* CSS Document */

* {
	padding:0px;
	margin:0px;
	text-align:left;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#121773;
	font-size:11px;
	background-color:f1f1f1;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
}

p {
	color: #121773;
	font-size: 1.0em;
	padding-bottom:1.0em;
	line-height:1.5em;
}

h1 {
	font-size:1.5em;
	color:#12178d;
	font-weight:bold;
}

h2 {
	font-size:1.1em;
	color:#12178d;
	padding-top:1.0em;
	font-weight:bold;
}

h3 {
	font-size:1.0em;
	color:#12178d;
	padding-bottom:1.0em;
	font-weight:bold;
}

a:link, a:visited {
	color:#f2b705;
	text-decoration:none;
	font-weight:bold;
	font-size:1.0em !important;
}

a:active, a:hover {
	color:#f2b705;
	text-decoration:underline;
	font-weight:bold;
	font-size:1.0em !important;
}


ul li {
	margin-left:15px;
}

/* #########################
######## Main divs #########
######################### */

#wrapper {
	width:773px;
	background-color:#f1f3fd;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	margin-top:0px;
}

#nav {
	width:773px;
	height:64px;
	background-image:url(../img/nav_top.jpg);
	background-repeat:no-repeat;
}

#navlist {
	padding: 22px 0px 0px 13px;
	float:left;
}

#navlist ul li {
	font-size:15px;
	color:#f1f1f1;
	list-style-type:none;
	display:inline;
	margin-left:0px;
}

#navlist ul li a:link, #navlist ul li a:visited{
	font-size:15px;
	color:#f1f1f1;
	padding:10px 23px 10px 0;
	text-decoration:none;
	font-weight:normal;
}

#navlist ul li a:active, #navlist ul li a:hover{
	font-size:15px;
	color:#f2b705;
	padding-right:23px;
	text-decoration:none;
	font-weight:normal;
}

#navlist ul li a.current{
	font-size:15px;
	color:#f2b705;
	padding-right:23px;
	text-decoration:none;
	font-weight:normal;
	margin-left:0px;
}

#logo {
	float:left;
	width:345px;
	height:252px;
	background-image:url(../img/logo_qs_appointments.jpg);
	background-repeat:no-repeat;
}

#home_img {
	float:left;
	width:428px;
	height:252px;
	background-image:url(../img/qs_woman.jpg);
	background-repeat:no-repeat;
}

#button {
	float:left;
	width:345px;
	height:70px;
}

#home_img2 {
	float:left;
	width:428px;
	height:70px;
	background-image:url(../img/qs_woman_2.jpg);
	background-repeat:no-repeat;
}

#content_top {
	float:left;
	width:723px;
	height:45px;
	background-image:url(../img/content_top.jpg);
	background-repeat:no-repeat;
	padding:30px 20px 0px 30px;
}

.title_left {
	float:left;
	width:430px;
}

.title_right {
	float:right;
	width:263px;
}

#content_middle {
	float:left;
	width:713px;
	background-image:url(../img/content_pattern.jpg);
	background-repeat:repeat-y;
	padding:0px 30px 0px 30px;
}

.content_left {
	float:left;
	width:430px;
}

.content_right {
	float:right;
	width:250px;
	border-left:1px dotted #121773;
	padding-left:20px;
}

.vacancy {
	border-bottom:1px dotted #121773;
	padding-bottom:12px;
}

#content_bottom {
	width:773px;
	height:25px;
	background-image:url(../img/content_bottom.jpg);
	background-repeat:no-repeat;
}

#footer {
	float:left;	
	padding-left:30px;
	color:#888;
	width:300px;
	height:50px;
}

#footer a{
	color:#888;
	text-decoration:normal;
	font-weight:normal;
}

#footer a:hover{
	color:#888;
	text-decoration:underline;
	font-weight:normal;
}

#footer_nav {
	float:right;
	color:#888;
	text-align:right;
	padding-right:30px;
	width:400px;
	height:50px;
}

#footer_nav ul li {
	float:right;
	display:inline;
	list-style-type:none;
	font-weight:normal;
	color:#888 !important;
	margin-left:0px;
}

#footer_nav ul li a{
	text-decoration:normal;
	font-weight:normal;
	color:#888 !important;
	font-weight:normal !important;
}

#footer_nav ul li a:hover{
	text-decoration:underline;
	font-weight:normal;
	color:#888 !important;
	font-weight:normal !important;
}




/* #########################
######### Buttons ##########
######################### */

.btn {
 	float:left;
	height:70px;
 	width:174px;
 	background-image:url(../img/btn_candidates_off.jpg);
 	background-repeat:no-repeat;
	text-indent:-1000em;
	line-height:0px;
	font-size:0px;
}
a.btn:hover{
	float:left;
 	height:70px;
 	width:174px;
	background-image:url(../img/btn_candidates_on.jpg);
	background-repeat:no-repeat;
	text-indent:-1000em;

}
.btn2 {
 	float:left;
	height:70px;
 	width:171px;
 	background-image:url(../img/btn_employer_off.jpg);
 	background-repeat:no-repeat;
	text-indent:-1000em;
	line-height:0px;
	font-size:0px;
}
a.btn2:hover{
	float:left;
 	height:70px;
 	width:171px;
	background-image:url(../img/btn_employer_on.jpg);
	background-repeat:no-repeat;
	text-indent:-1000em;

}



.clear {
	clear:both;
}

.clear_10 {
	clear:both;
	height:10px;
}