body
{
	/*background: rgb(184,198,223);
background: -moz-radial-gradient(center, ellipse cover,  rgba(184,198,223,1) 0%, rgba(109,136,183,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(184,198,223,1)), color-stop(100%,rgba(109,136,183,1)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%);
background: radial-gradient(ellipse at center,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c6df', endColorstr='#6d88b7',GradientType=1 );*/

/*background: rgb(222,239,255); 
background: -moz-radial-gradient(center, ellipse cover,  rgba(222,239,255,1) 52%, rgba(152,190,222,1) 100%); 
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(52%,rgba(222,239,255,1)), color-stop(100%,rgba(152,190,222,1))); 
background: -webkit-radial-gradient(center, ellipse cover,  rgba(222,239,255,1) 52%,rgba(152,190,222,1) 100%); 
background: -o-radial-gradient(center, ellipse cover,  rgba(222,239,255,1) 52%,rgba(152,190,222,1) 100%); 
background: -ms-radial-gradient(center, ellipse cover,  rgba(222,239,255,1) 52%,rgba(152,190,222,1) 100%); 
background: radial-gradient(ellipse at center,  rgba(222,239,255,1) 52%,rgba(152,190,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=1 ); */

background: rgb(184,225,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(184,225,252,1) 0%, rgba(169,210,243,1) 10%, rgba(144,186,228,1) 25%, rgba(144,188,234,1) 37%, rgba(144,191,240,1) 50%, rgba(107,168,229,1) 51%, rgba(162,218,245,1) 83%, rgba(189,243,253,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,225,252,1)), color-stop(10%,rgba(169,210,243,1)), color-stop(25%,rgba(144,186,228,1)), color-stop(37%,rgba(144,188,234,1)), color-stop(50%,rgba(144,191,240,1)), color-stop(51%,rgba(107,168,229,1)), color-stop(83%,rgba(162,218,245,1)), color-stop(100%,rgba(189,243,253,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* IE6-9 */



}

.page
 {
	width: auto;
	height: auto;
	position: relative;
	background: #FFF;
	margin: 0 auto 0 auto;
	/*box-shadow: 0px 0px 150px 0px rgba(0,0,0,0.15);
	border: solid 1px #000000;*/
	border-top: 0;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	
}

.body
{
	display: inline;
	/*margin: 20px;*/
	
	
	
}

.header
{
	/*background: #084082;	/*224268	0e4688	0a1857	123066*/
	height: 140px;
	
	background: #084082;
background: -moz-radial-gradient(center, ellipse cover,  #1d62b4 0%, #084082 80%, #084082 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1d62b4), color-stop(80%,#084082), color-stop(100%,#084082)); 
background: -webkit-radial-gradient(center, ellipse cover,  #1d62b4 0%,#084082 80%,#084082 100%);
background: -o-radial-gradient(center, ellipse cover,  #1d62b4 0%,#084082 80%,#084082 100%);
background: -ms-radial-gradient(center, ellipse cover,  #1d62b4 0%,#084082 80%,#084082 100%);
background: radial-gradient(ellipse at center,  #1d62b4 0%,#084082 80%,#084082 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d62b4', endColorstr='#084082',GradientType=1 );

	/*background: rgb(8,64,130);
background: -moz-radial-gradient(center, ellipse cover,  rgba(8,64,130,1) 0%, rgba(29,98,180,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(8,64,130,1)), color-stop(100%,rgba(29,98,180,1)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(8,64,130,1) 0%,rgba(29,98,180,1) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(8,64,130,1) 0%,rgba(29,98,180,1) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(8,64,130,1) 0%,rgba(29,98,180,1) 100%);
background: radial-gradient(ellipse at center,  rgba(8,64,130,1) 0%,rgba(29,98,180,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084082', endColorstr='#1d62b4',GradientType=1 );


	background: rgb(29,98,180);
background: -moz-linear-gradient(left,  rgba(29,98,180,1) 0%, rgba(8,64,130,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(29,98,180,1)), color-stop(100%,rgba(8,64,130,1)));
background: -webkit-linear-gradient(left,  rgba(29,98,180,1) 0%,rgba(8,64,130,1) 100%);
background: -o-linear-gradient(left,  rgba(29,98,180,1) 0%,rgba(8,64,130,1) 100%);
background: -ms-linear-gradient(left,  rgba(29,98,180,1) 0%,rgba(8,64,130,1) 100%);
background: linear-gradient(to right,  rgba(29,98,180,1) 0%,rgba(8,64,130,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d62b4', endColorstr='#084082',GradientType=1 );*/



/*background: #b7deed; 
background: -moz-linear-gradient(top,  #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#b7deed)); 
background: -webkit-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); 
background: -o-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); 
background: -ms-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); 
background: linear-gradient(to bottom,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); */



}

.logo img
{
	/*width: 45%;*/
	width: 60%;
	/*background: rgb(29,98,180);
background: -moz-radial-gradient(center, ellipse cover,  rgba(29,98,180,1) 0%, rgba(8,64,130,1) 63%, rgba(8,64,130,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(29,98,180,1)), color-stop(63%,rgba(8,64,130,1)), color-stop(100%,rgba(8,64,130,1)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(29,98,180,1) 0%,rgba(8,64,130,1) 63%,rgba(8,64,130,1) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(29,98,180,1) 0%,rgba(8,64,130,1) 63%,rgba(8,64,130,1) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(29,98,180,1) 0%,rgba(8,64,130,1) 63%,rgba(8,64,130,1) 100%);
background: radial-gradient(ellipse at center,  rgba(29,98,180,1) 0%,rgba(8,64,130,1) 63%,rgba(8,64,130,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d62b4', endColorstr='#084082',GradientType=1 );*/

	
	/*margin: 50px 30px 30px 30px;*/
}

.logo img:hover
{
	/*width:47%*/
}

.menu
{
	/*float: right;
	vertical-align:middle;*/
	position: absolute;
	right: 10px;
	/*left: -10%;*/
	margin: 20px 20px auto auto;
	/*width: 60%;*/
}

.innerMenu
{	
	background: rgb(78,109,168); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(78,109,168,1) 0%, rgba(43,72,126,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,109,168,1)), color-stop(100%,rgba(43,72,126,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e6da8', endColorstr='#2b487e',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: solid 1px #273550;
	width: 165px;
	margin: 70px 10px 10px 10px;
	padding: 10px;
}

.innerMenu a
{
	font-weight: bold;
	text-decoration: none;
	color: #ededed;	
	text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

.innerMenu a:hover, .current a
{
	font-weight: bold;
	text-decoration: none;
	color: #ff7200;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

h2
{
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #084082;	/*f48222*/
}

h3
{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #1e69c2;
}

.text
{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #2d2d2d;
}

#home
{
	margin: 35px 20px 35px 25px;
	/*padding: 0;
	background: #6a49ad;
	width: 520px;
	height: 280px*/
	}

#homeImage
{
	/*right:0px;
	position:relative;*/
	/*left: -20px;
	top: -20px;
	float: right;*/
	width: 550px;
	height: 320px;
	/*padding: 10px;
	background: #1e69c2;
	border: solid 1px #1e69c2;
	margin: 15px 25px 35px 20px;*/
}

.home_img
{
	/*width: 450px;*/
	height: 280px;
}

#aboutImage
{
	float: right;
	width: 550px;
	height: 180px;
	margin: 35px 75px 0px 20px;
}

#franchiseeImage
{
	float: right;
	width: 320px;
	height: 720px;
	margin: 5px 5px 0px 20px;
}

#candidateImage
{
	float: left;
	width: 320px;
	height: 720px;
	margin: 1px 1px 0px 10px;
	}

.caption
{
	background: rgb(78,109,168); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(78,109,168,1) 0%, rgba(43,72,126,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,109,168,1)), color-stop(100%,rgba(43,72,126,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e6da8', endColorstr='#2b487e',GradientType=0 );

	width: 100px;
	padding: 2px 0px 0px 10px;
	color: #ffffff;

}

.openings
{
	border: solid 1px #4e6da8;
	/*margin:0px 10px 0px 50px;*/
}

.openings th
{
	background: #4e6da8;
	color: #ffffff;
	height: 25px;
	background: -moz-linear-gradient(top,  rgba(78,109,168,1) 0%, rgba(43,72,126,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,109,168,1)), color-stop(100%,rgba(43,72,126,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e6da8', endColorstr='#2b487e',GradientType=0 ); /* IE6-9 */
}

.tabs
{
	width: 150px;
}

.tabs a
{
	text-decoration: none;
	/*vertical-align: middle;*/
	text-align: center;
}

.corporate
{
	background: #f48222;
	color: #ffffff;
	text-decoration: none;
	line-height: 35px;
	font-family: 'Roboto', sans-serif;
	width: 200px;
	height: 85px;
	/*margin: 15% 15% 15% 52%;*/
	margin: 0px 0px 20px 0px;
	/*border: solid 3px #d9eef7;*/
	
	box-shadow: 1px 2px 5px #888888;  
  -webkit-box-shadow: 1px 2px 5px #888888;
  -moz-box-shadow: 1px 2px 5px #888888;
  
	/*background: rgb(244,130,34);
background: -moz-linear-gradient(top,  rgba(244,130,34,1) 0%, rgba(244,130,34,1) 49%, rgba(242,158,89,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,130,34,1)), color-stop(49%,rgba(244,130,34,1)), color-stop(100%,rgba(242,158,89,1)));
background: -webkit-linear-gradient(top,  rgba(244,130,34,1) 0%,rgba(244,130,34,1) 49%,rgba(242,158,89,1) 100%);
background: -o-linear-gradient(top,  rgba(244,130,34,1) 0%,rgba(244,130,34,1) 49%,rgba(242,158,89,1) 100%);
background: -ms-linear-gradient(top,  rgba(244,130,34,1) 0%,rgba(244,130,34,1) 49%,rgba(242,158,89,1) 100%);
background: linear-gradient(to bottom,  rgba(244,130,34,1) 0%,rgba(244,130,34,1) 49%,rgba(242,158,89,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48222', endColorstr='#f29e59',GradientType=0 );*/


/*background: rgb(244,130,34); 
background: -moz-linear-gradient(top,  rgba(244,130,34,1) 0%, rgba(244,130,34,1) 35%, rgba(242,158,89,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,130,34,1)), color-stop(35%,rgba(244,130,34,1)), color-stop(100%,rgba(242,158,89,1))); 
background: -webkit-linear-gradient(top,  rgba(244,130,34,1) 0%,rgba(244,130,34,1) 35%,rgba(242,158,89,1) 100%); 
background: -o-linear-gradient(top,  rgba(244,130,34,1) 0%,rgba(244,130,34,1) 35%,rgba(242,158,89,1) 100%); 
background: -ms-linear-gradient(top,  rgba(244,130,34,1) 0%,rgba(244,130,34,1) 35%,rgba(242,158,89,1) 100%); 
background: linear-gradient(to bottom,  rgba(244,130,34,1) 0%,rgba(244,130,34,1) 35%,rgba(242,158,89,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48222', endColorstr='#f29e59',GradientType=0 );*/

	background: rgb(254,204,177); 
background: -moz-linear-gradient(top,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,204,177,1)), color-stop(50%,rgba(241,116,50,1)), color-stop(51%,rgba(234,85,7,1)), color-stop(100%,rgba(251,149,94,1))); 
background: -webkit-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); 
background: -o-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); 
background: -ms-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); 
background: linear-gradient(to bottom,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); 


}

.corporate:hover
{
  /*background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top,  #0095cc,  #00678e);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');*/
  
  background: rgb(254,204,177); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 34%, rgba(234,85,7,1) 76%, rgba(251,149,94,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,204,177,1)), color-stop(34%,rgba(241,116,50,1)), color-stop(76%,rgba(234,85,7,1)), color-stop(100%,rgba(251,149,94,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 34%,rgba(234,85,7,1) 76%,rgba(251,149,94,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 34%,rgba(234,85,7,1) 76%,rgba(251,149,94,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 34%,rgba(234,85,7,1) 76%,rgba(251,149,94,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 34%,rgba(234,85,7,1) 76%,rgba(251,149,94,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */



}

.corporate:active
{
  /*background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00678e));
  background: -moz-linear-gradient(top,  #ffffff,  #00678e);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00678e');*/
  background: rgb(255,116,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,116,0,1) 0%, rgba(255,116,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,116,0,1)), color-stop(100%,rgba(255,116,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=0 ); /* IE6-9 */

}

.candidate
{
	background: #084082;
	color: #ffffff;
	text-decoration: none;
	line-height: 35px;
	font-family: 'Roboto', sans-serif;
	width: 200px;
	height: 85px;
	/*margin: 15% 15% 15% 52%;*/
	/*border: solid 3px #d9eef7;*/
	
	box-shadow: 1px 2px 5px #888888;  
  -webkit-box-shadow: 1px 2px 5px #888888;
  -moz-box-shadow: 1px 2px 5px #888888;
  
	/*background: rgb(8,64,130); 
background: -moz-linear-gradient(top,  rgba(8,64,130,1) 0%, rgba(28,88,160,1) 50%, rgba(37,123,209,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8,64,130,1)), color-stop(50%,rgba(28,88,160,1)), color-stop(100%,rgba(37,123,209,1))); 
background: -webkit-linear-gradient(top,  rgba(8,64,130,1) 0%,rgba(28,88,160,1) 50%,rgba(37,123,209,1) 100%); 
background: -o-linear-gradient(top,  rgba(8,64,130,1) 0%,rgba(28,88,160,1) 50%,rgba(37,123,209,1) 100%); 
background: -ms-linear-gradient(top,  rgba(8,64,130,1) 0%,rgba(28,88,160,1) 50%,rgba(37,123,209,1) 100%); 
background: linear-gradient(to bottom,  rgba(8,64,130,1) 0%,rgba(28,88,160,1) 50%,rgba(37,123,209,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084082', endColorstr='#257bd1',GradientType=0 );*/
	
	/*background: rgb(125,185,232); 
background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(30,87,153,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(30,87,153,1))); 
background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(30,87,153,1) 100%); 
background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(30,87,153,1) 100%); 
background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(30,87,153,1) 100%); 
background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(30,87,153,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 );*/

background: rgb(125,185,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(32,124,202,1) 49%, rgba(30,87,153,1) 50%, rgba(41,137,216,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(49%,rgba(32,124,202,1)), color-stop(50%,rgba(30,87,153,1)), color-stop(100%,rgba(41,137,216,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(30,87,153,1) 50%,rgba(41,137,216,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(30,87,153,1) 50%,rgba(41,137,216,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(30,87,153,1) 50%,rgba(41,137,216,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(30,87,153,1) 50%,rgba(41,137,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */


	
}

.candidate:hover
{
background: rgb(125,185,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(31,126,198,1) 23%, rgba(3,116,196,1) 71%, rgba(59,144,214,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(23%,rgba(31,126,198,1)), color-stop(71%,rgba(3,116,196,1)), color-stop(100%,rgba(59,144,214,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(31,126,198,1) 23%,rgba(3,116,196,1) 71%,rgba(59,144,214,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(31,126,198,1) 23%,rgba(3,116,196,1) 71%,rgba(59,144,214,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(31,126,198,1) 23%,rgba(3,116,196,1) 71%,rgba(59,144,214,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(31,126,198,1) 23%,rgba(3,116,196,1) 71%,rgba(59,144,214,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3b90d6',GradientType=0 ); /* IE6-9 */

}

.candidate:active
{
  background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00678e));
  background: -moz-linear-gradient(top,  #ffffff,  #00678e);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00678e');
}

 /*.label
  {
     width:100px; height:50px;
     color:white; font-weight:bold; padding-left:8px;
     margin-bottom:9px;
  }
  .label:before {
     display:inline-block; content:"Our Clients"; overflow:hidden;	color:white;
     width:90px; height:0;
     margin-bottom:-1.5em; margin-left:-.5em;
     border-bottom:1.5em solid #f48222;
     border-right:1.5em solid transparent;
  }
  
.label
{
	background-image:url('https://unidusservices.com/css/label.png');
	color: white;
	background-repeat:no-repeat;
	width:15%;
}*/

.marquee script
{
	/*background: rgb(254,204,177);
background: -moz-linear-gradient(-45deg,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(254,204,177,1)), color-stop(50%,rgba(241,116,50,1)), color-stop(51%,rgba(234,85,7,1)), color-stop(100%,rgba(251,149,94,1)));
background: -webkit-linear-gradient(-45deg,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
background: -o-linear-gradient(-45deg,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
background: -ms-linear-gradient(-45deg,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
background: linear-gradient(135deg,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=1 );*/

/*background: rgb(254,204,177);
background: -moz-linear-gradient(top,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,204,177,1)), color-stop(50%,rgba(241,116,50,1)), color-stop(51%,rgba(234,85,7,1)), color-stop(100%,rgba(251,149,94,1)));
background: -webkit-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
background: -o-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
background: -ms-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
background: linear-gradient(to bottom,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 );*/

/*background: rgb(242,130,91);
background: -moz-linear-gradient(top,  rgba(242,130,91,1) 0%, rgba(229,91,43,1) 50%, rgba(240,113,70,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,130,91,1)), color-stop(50%,rgba(229,91,43,1)), color-stop(100%,rgba(240,113,70,1)));
background: -webkit-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
background: -o-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
background: -ms-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
background: linear-gradient(to bottom,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 );*/


	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	
}

/*.marquee
{
	margin: 15px 0px 15px 0px;
	background: #f48222;
	width: 100%;
	height: 120px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	
}*/

.marquee_img
{
	background: #ffffff;
	border: solid 10px #34495e;
	height: 80px;
	margin: 5px;
	padding: 5px;
}

.footer
{
	background: #1e69c2;	/*4a85c3	a0b2c5	4583c6*/
	padding: 3px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
}

.footer a
{
	color: #ededed;
}