@CHARSET "ISO-8859-1";

html {

}

body {
	text-align: center;
	color: #333;
	background: #fff url(../img/bg.gif) repeat-y center 0;
	font: 12px/17px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 50px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #333;
}

abbr {
	border-bottom: 1px dotted #7c7c7c;
	cursor: help;
}

blockquote {
	color: #606060;
	margin: 10px 0 20px;
	padding-top: 20px;
	line-height: 20px;
	font-size: 15px;
	background: url(../img/quoteleft.jpg) no-repeat 0 0;
	padding-left: 50px;
	font-style: italic;
}

blockquote a {
	font-size: 12px;
	color: #606060;
}

blockquote p {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../img/quoteright.jpg) no-repeat right bottom;
	padding-bottom: 20px;
	padding-right: 50px;
}

/* CONTAINER */

#container {
	width: 578px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

/* LOGO */

#sidebar {
	width: 172px;
	position: fixed;
	float: left;
}

#sidebar #logo {
	height: 180px;
	background: url(../img/logo.jpg) no-repeat 0 0px;
	width: 172px;
}

/* CONTENT */

#content {
	float: right;
	width: 406px;
}

#content .page a {
	color: #333;
	text-decoration: none;
	background: url(../img/a_bg.gif) repeat-x 0 bottom;
	padding-bottom: 1px;
}

#content .page a:hover {
	border-bottom-color: #000;
	color: #000;
}

/* navigation */

#content #navigation {
	background: url(../img/navigation_bg.jpg) no-repeat;
	height: 96px;
	padding-left: 28px;
}

#content #navigation a {

}

/* page */

#content .page {
	clear: both;
	margin-top: 55px;
	padding-left: 35px;
}

#content .page .title {
	font-size: 11px;
	color: #ccc;
	text-transform: uppercase;
	line-height: 6px;
	min-height: 45px;
	height: auto !important;
	height: 45px;
}

#content .page .title h1 {
	font-size: 17px;
	line-height: 30px;
}

#content .page .title .date {
	float: left;
	border-right: 1px solid #e6e6e6;
	padding-bottom: 8px;
	text-align: center;
	width: 21px;
	padding-right: 12px;
	height: 37px;
	margin-right: 11px;
}

#content .page .title .name {
	float: right;
	width: 324px;
	padding-bottom: 8px;
}

#content .page .title .name h1 a {
	background-image: none;
	color: #333;
}

#content .page .title .name a {
	color: #ccc;
	background-image: none;
}

#content .page .title .name a:hover {
	color: #333;
}

#content .page .text {
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
	text-align : justify;
}

#content .page .text_normal {
	border-top: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

/* home */

#content .home {
	background: url(../img/page_home.jpg) no-repeat;
}

/* about */

#content .about {
	background: url(../img/page_about.jpg) no-repeat;
	
}

#content .about .text img {
	margin-right: 7px;
	padding: 4px;
	margin-top: 3px;
	border: 1px solid #e6e6e6;
	float: left;
}

#content .about .title .name {
	width: 100%;
	float: none;
}


/* contact */

#content .contact {
	background: url(../img/page_contact.jpg) no-repeat;
	margin-bottom: 20px;
}

#content .contact .title .name {
	width: 100%;
}

#content form {
	margin: 0;
	padding: 6px 0 0;
}

/* services */

#content .services {
	background: url(../img/page_services.jpg) no-repeat;
	margin-bottom: 20px;
}

#content .services .title .name {
	width: 100%;
}

/* recruitment */

#content .recruitment {
	background: url(../img/page_recruitment.jpg) no-repeat;
	margin-bottom: 20px;
	height: 200px;
}

#content .recruitment .title .name {
	width: 100%;
}

#content form {
	margin: 0;
	padding: 6px 0 0;
}

#content form label {
	width: 164px;
	padding-top: 2px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	font-size: 11px;
}

#content form input{
	width: 200px;
	text-align: left;
	border: 1px solid #bebebe;
	padding: 0;
	margin: 0 0 3px;
}

#content form input.none {
	font-size: 10px;
	width: auto;
	margin-left: 164px;
	margin-top: 7px;
}

#content form textarea {
	width: 200px;
	height: 100px;
	overflow: auto;
	border: 1px solid #bebebe;
	margin: 0;
	padding: 0;
}

/* other */

.clear {
	clear: both;
}

/* LiveValidation */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 0;
    
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 2px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 2px solid #CC0000;
 
}