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

body {
	background: #f3f1ee url('../img/bg_main.png') top center repeat-y;
	font: 14px normal Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #4e8abe;
	text-decoration: none;
}
a:hover {
	color: #569fd3;
	text-decoration: underline;
}

#pageWrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.rounded-corners-3 {
	margin: 0; 
	border-width: 0;
	border-style: solid;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	behavior: url(border-radius.htc);
	z-index: 0;
}
.rounded-corners-4 {
	margin: 0; 
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(border-radius.htc);
	z-index: 0;
}



/* HEADER
----------------------------------------------------*/
#header {
	width: 940px;
	float: left;
	text-algin: center;
}
.logo {
	padding-left: 20px;
}
.utility {
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
}
#header strong {
	color: #666;
	line-height: 1.8;
}


/* SELECT BOXES
----------------------------------------------------*/
select {
	width: 155px;
	height: 20px;
	border: 1px solid #ccc;
	font-size: 11px;
	color: #333333;
}
.go-button {
	padding-top: 2px;
	cursor: pointer;
}
input.go-button {
	margin-top: 2px;
	cursor: pointer;
	background: transparent url('../img/button_go.jpg') top left no-repeat;
	border: none;
	height: 22px;
	width: 38px;
}

.form-elements {
	float: left; 
	margin-left: 20px;
}
form label {
	color: #4e8abe;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.6;
}

/* PAGE CONTENT
----------------------------------------------------*/
#content-wrapper {
	background: #eaeaea;
	width: 909px;
	margin-left: 22px;
	border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 5px solid #eaeaea;
}


/* KWICKS
----------------------------------------------------*/
/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #eaeaea;
	margin-left: 20px;
	
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
.kwicks li{
	float: left;
	width: 455px;
	margin-right: 5px;
}
#kwick1 { 
	background: url('../img/candidate_light_txt.jpg') top left no-repeat;
	height: 346px;
}
#kwick2 {
	background: url('../img/client_chair_txt.jpg') top right no-repeat;
	height: 346px;
}
#candidate-container {
	width: 890px;
	padding-top: 220px;
}
#candidate-form {
	float: right;
	width: 430px;
}
#client-container {
	width: 890px;
	padding-top: 220px; 
	float: right;
}
#client-form {
	text-align: left;
	
}


/* FOOTER
----------------------------------------------------*/


#footer-old {
	margin: 20px;
	padding: 0;
	float: left;
	position: relative;
	width: 914px;
	color: #666;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}

.corners-4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(border-radius.htc);
	z-index: 0;
}

.corners-3 {
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	behavior: url(border-radius.htc);
	z-index: 0;
}

#footer {
	float: left;
	background-color: #fff;
	width: 914px;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 20px;
	padding: 0px;
	border: 1px solid #ccc;
}

#cookie {
	float: left;
	padding: 4px 50px 4px 40px;
	margin: 0px;
	background: #eaeaea;
	color: #333;
	border: 1px solid #eaeaea;
	*margin: 1px;
}
#copyright {
	float: right;
	position: relative;
	padding: 7px 20px 0;
}

        