/*------------------------------Left Start-----------------------------------------*/
#left {
    position: relative;
    width:633px; 
    padding-right: 20px;
    float:left;
    text-align:center;
    background-color: #eaf1f1;
    border-radius:25px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.0;
    color: #2c3e50;
}
/*------------------------------Left End-----------------------------------------*/

/*------------------------------Right Start-----------------------------------------*/

#right{
   position: relative;
   width:200px; 
   float:left;
}

#right .entrybutton
{
	margin:0 0 15px 15px; float:left;    
}

#right div.box
{
	width:180px; margin:0 0 10px 10px; float:left;
	background-color:#eaf1f1; 
	color:#000000; 
	border:#DEDEDE solid 1px;
/*	width:139px; */
    border-radius:25px;
	padding:7px 10px 10px 10px;
	text-align:center;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.0;
    color: #2c3e50;
}

#right div.box h2
{
	font:bold 1.2em "Verdana", Arial, Helvetica, sans-serif;
	color:#C60121;		
}
	
#right div.contact{
	width:167px; margin:0 0 13px 20px; float:left;
	
}
#right div#contactForm{
	background-color:#F5F5F5; color:#000000; 
	border:#DEDEDE solid 1px;
	width:139px; 
	padding:7px 13px 35px 13px;
	}
#right div#contactForm label{
	font:normal 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000; 
	background-color:#F5F5F5; 
	margin:14px 0 2px 0; 
	float:left;
	}
	
#right div#contactForm input{
	width:119px; height:16px; background-color:#FFFFFF;
	border-top:#404040 solid 1px; border-right:#D4D0C8 solid 1px;
	border-left:#404040 solid 1px; border-bottom:#D4D0C8 solid 1px;
	font:normal 10px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000; padding:0 9px; float:left;
	}

#right div#contactForm textarea{
	width:134px; height:59px; background-color:#FFFFFF;
	border-top:#404040 solid 1px; border-right:#D4D0C8 solid 1px;
	border-left:#404040 solid 1px; border-bottom:#D4D0C8 solid 1px;
	font:normal 10px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
}
#right div#contactForm input.submitBtn
{
    margin: 10px 0 0 25px;
	width:82px; height:20px; padding:0;
	border:none; background-color:#F5F5F5; color:#FFFFFF; 
}

#bottom div.jobs
{
    position: relative;
	/*background:url(../img/main-content-bg.jpg) repeat;*/
	color:#FFF; 
	height:550px;
	/* margin:0 0 13px 0;*/
	}
	
#bottom div.jobs h2{
    position: relative;
	font:bold 1.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	padding: 10px; 
}

#bottom div.jobs a
{
    color: #FFF;
}

.sy_red
{
    height: 40px;
    width: 242px;    
	background:url(../img/search-yourself.gif) no-repeat 0 0;
}

.sy_grey
{
    height: 40px;
    width: 242px;    
	background:url(../img/search-yourself.gif) no-repeat 0px -40px;
}

#bottom div.jobs #index_search {
/*    background: inherit; */
    position: relative;
/*	background:url(../img/main-content-bg.jpg) repeat; */
	color:#FFF; 
}

#bottom div.jobs #iframe_header 
{
/*    background: inherit; */
    position: relative;
	font:bold 1.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0 auto;
    margin-left: 30px;
}

#bottom div.jobs #iframe_header table thead tr
{
	font:normal .9em "Arial", Arial, Helvetica, sans-serif;
	color:#666666;
}

#bottom div.jobs iframe
{
    position: relative;
    margin: 0 auto;
    margin-left: 30px;
/*	background:url(../img/main-content-bg.jpg); */
}

#bottom div.jobs iframe table 
{
    margin: 0 auto;
    padding: 10px;
}

#bottom div.jobs iframe table 
{
    margin: 0 auto;
    padding: 10px;
}

#bottom div.jobs iframe table thead tr
{
	font:normal 1.2em "Arial", Arial, Helvetica, sans-serif;
	color:#666666;
}

#bottom div.jobs iframe table tr
{
    height: 25px;
	font:normal .9em "Arial", Arial, Helvetica, sans-serif;
	color:#fff;
}

#bottom div.jobs iframe table tr a
{
    height: 25px;
    font:normal .9em "Arial", Arial, Helvetica, sans-serif;
    color:#fff;
}

#bottom div.jobs iframe table tr a:hover
{
    height: 25px;
    font:normal .9em "Arial", Arial, Helvetica, sans-serif;
    color:#C60121;	
}

/*------------------------------Right End-----------------------------------------*/

