@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; outline:none;}

html { overflow-y: scroll;}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #E1EFFF;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:950px;
	
}


#wrapper{ }


.header
{
	height:150px;
	margin-top:0px;
	margin-left:45px;
	width: 900px;
}

.logo { 
	background: url(../images/inside-sprite.png) 0 -94px no-repeat;
	width: 375px;
	height: 100px;
	float: left;
}

.navigation
{
	margin-left:410px;
	margin-top:10px;
}


.nav-home {
	background: url(../images/inside-sprite.png) 0 0 no-repeat;
	width: 118px;
	height: 47px;
	float: left;
}
.nav-news {
	background: url(../images/inside-sprite.png) -117px 0 no-repeat;
	width: 110px;
	height: 47px;
	float: left;
}
.nav-press {
	background: url(../images/inside-sprite.png) -226px 0 no-repeat;
	width: 113px;
	height: 47px;
	float: left;
}

.nav-home-active, .nav-home:hover 
{
	background: url(../images/inside-sprite.png) 0 -47px no-repeat;
	width: 118px;
	height: 47px;
	float: left;
}

.nav-news-active, .nav-news:hover {
	background: url(../images/inside-sprite.png) -117px -47px no-repeat;
	width: 110px;
	height: 47px;
	float: left;
}

.nav-press-active, .nav-press:hover {
	background: url(../images/inside-sprite.png) -226px -47px no-repeat;
	width: 113px;
	height: 47px;
	float: left;
}

.RuEmployer
{
	float: left;
	background: url(../images/areyouemployer.png);
	height: 26px;
	width: 160px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left:66px;
	margin-top: 20px;	
	display: block;	
}

.header  a { margin-left: 4px;  color: #fff;   }
.header  a:active { color: #fff;}
.header  a:link { color: #fff;}
.header  a:visited { color: #fff; }


.facebook
{
	background: url(../images/inside-sprite.png) -377px 0 no-repeat;
	height:164px;
	width:134px;
	display: block;
	color: #fff;
	float: right;
}

.facebook p
{
	padding: 7px;	
}

.facebook a
{
	font-weight: bold;
}





input.submit {
	background: url(../images/inside-sprite.png) -181px -203px no-repeat;
	border: none;
	height:32px;
	width:126px;
	
}

.get-started {
	background: url(../images/inside-sprite.png) 0 -203px no-repeat;
	height:32px;
	width:181px;
	float: left;
}
	
#wrapmain
{
	margin-left:0px;
	width: 950px;
	margin-right: 0px;
	height: 200px;
}


.maincontent
{
	margin-left:50px;
	width:590px;
	display: block;
	float: left;
}

.maincontent h1
{
    color: #00C;	
}

.maincontent h2
{
	font-variant:small-caps;
	font-weight: normal;
}

.maincontent h3
{
   margin-bottom: 10px;	
}

.maincontent ul
{ 
   margin-left: 30px;
   margin-top: 10px;
   margin-bottom: 10px;
}

.maincontent p
{
   margin-top: 20px;	
}


.leftbar
{
	float:left;
	width: 260px;
	margin-top: 50px;
	display: block;
	margin-left: 50px;
}




.bookTtl { font-size: 12px; font-weight: 800; color:#006; }
.bookDesc { color: #323232; font-size: 10px; font-weight: normal; }

.testdetails
{
	margin-left:10px;
	margin-top:20px;
}
.testdetails
{
	
	margin-top:20px;
}
.datenews
{
	margin-top:-12px;
	margin-left:1px;
	margin-bottom:-10px;
}
.posted1
{
	margin-top:-10px;
	margin-left:0px;
	margin-bottom:10px;
}
.textside1
{
	width:250px;
	font-size:14px;
	line-height:17px;
}
.textside2
{
	width:245px;
	font-size:14px;
	line-height:17px;
	margin-top:-15px;
}

.newsImg
{
    float: left;	
	padding: 10px;	
}

.contact
{
	display: block;
	float: right;
}

.copyright
{
	display: block;
	float: left;
}




/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */



div.box {
width:600px;
position:relative;
top:10px;

}

div.box h1 { 
color:#ffffff;
font-size:18px;
text-transform:uppercase;
padding:5px 0 5px 5px;
}

div.box label {
width:100%;
display: block;
padding:10px 0 10px 0;
}

div.box label span {
display: block;
font-size:14px;
float:left;
width:150px;
text-align:right;
padding:5px 20px 0 0;
}

div.box .input_text {
padding:10px 10px;
width:200px;

}

div.box .message{
padding:7px 7px;
width:350px;
overflow:hidden;
height:80px;
}

.testimonials {
	color: #323232;
}
.testdetails a {
	font-size: 14px;
	font-weight: 900;
}
.testimonials .date {
	font-size: 9px;
	font-weight: normal;
	color: #999;
}
.testdetails a:active { color: #323232;}
.testdetails a:link { color: #323232;}
.testdetails a:visited { color: #323232; }
.testimonials h1 {
	font-weight: 900;
	font-size: 24pt;   }

/* END STRUCTURE */

