/*---begin sticky footer---*/

* {
	margin: 0;
}

body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	margin: 0 auto 100px auto;
	width: 1024px;
	background: #fff;
	overflow: auto;
	border-radius:0 0 7px 7px;
}

#main {
	overflow: auto;
	padding-bottom: 108px;
	background:url(../images/body_tile_bg.jpg) repeat-x #fff;
}

#footer {
	width: 1024px;
	margin-top: -144px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 38px;
}
.clear, clr {
clear:both;
}
/*---end sticky footer---*/

/*---begin styling---*/

body {
	font-family: "Arial", Helvetica, Sans Serif;
	font-size: 12px;
	color: #808080;
	line-height: 16px;
	background:url(../images/body_tile_bg.jpg) repeat-x;
}

body.section1 #wrapper #main #nav_header #nav a.one,
body.section2 #wrapper #main #nav_header #nav a.two,
body.section3 #wrapper #main #nav_header #nav a.three,
body.section4 #wrapper #main #nav_header #nav a.four, 
body.section5 #wrapper #main #nav_header #nav a.five, 
body.section6 #wrapper #main #nav_header #nav a.six {
	display: block;
	background-color: #00274b;
}

h1 {
	font-family: "Arial", Helvetica, Sans Serif;
	font-size: 16px;
	color: #003D74;
}

h2 {
	font-family: "Arial", Helvetica, Sans Serif;
	font-size: 14px;
	color: #003D74;
}
h3 {
	font-family: "Arial", Helvetica, Sans Serif;
	font-size: 11px;
	color: #808080;
}
h4 {
	font-family: "Arial", Helvetica, Sans Serif;
	font-size: 16px;
	color: #fff;
}

.emp {
	color: #003D74;
	font-size: 12px;
	font-weight: bold;
}

.subemp {
	font-size: 11px;
	font-style: italic;
}

.campus img {
	margin-bottom: 2px;
}

.cert {
	text-align: center;
	margin-bottom: 2px;
	float:right;
	margin-top: -330px;
	margin-right: 45px;
}

.certs {
	width: 320px;
	float: right;
	margin-right:50px;
}

.certs1 {
	width: 450px;
	float: left;
	margin-left:50px;
}

.pharma {height:420px; float: left;}

.pharmaimg {height:360px; float: left;}

.pharma1 {width: 450px; float: right; }

.comfor {
	font-family: 'ComfortaaRegular', cursive;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.right {
	text-align: right;
}

.imgright {
	float: right;
	margin-left: 20px;
}

.floatleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

.floatright {
	float: right;
	margin-top: -530px;
	margin-right: 250px;
}
.contact_form {
left:50%; 
margin:-430px 0 0 80px; 
width:300px; 
position:absolute;
}

.center {
	text-align: center;
}

.white {
	color: #fff;
	font-size:11px;
}

.white a:link, a:visited {
	color: #fff;
	font-size:11px;
}

.quote {
	color: #000;
	font-size: 17px;
	width: 250px;
	text-align: right;
	padding-top: 20px;
	font-family: 'ComfortaaRegular',  cursive;
	line-height: 20px;
	margin:0 0 0 225px;
}

.shadow {
	-moz-box-shadow: 0px 3px 10px #000;
	-webkit-box-shadow: 0px 3px 10px #000;
	box-shadow: 0px 3px 10px #000;
	margin-bottom:10px;

/* For IE 8 */

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#000000')";

/* For IE 5.5 - 7 */

	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#000000');
}

.shadow1 {
	-moz-box-shadow: 0px 25px 40px #000;
	-webkit-box-shadow: 0px 25px 40px #000;
	box-shadow: 0px 25px 40px #000;

/* For IE 8 */

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#000000')";

/* For IE 5.5 - 7 */

	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#000000');
}
#content #column1d a.blue {
color: #003D74;
}
a:link, a:active {
	color: #003D74;
}

a:visited {
	color: black;
}

/*---end styling---*/


/*---begin flags---*/

#wrapper #main #flags {
	cursor: pointer;
	margin-top: 63px;
	margin-right: 50px;
	float: right;
}

#wrapper #main #flags a img {
	border: solid;
	border-width: 1px;
	border-color: #000;
}

#wrapper #main #flags .tool2 {
	display:none;
	height: 140px;
	width: 140px;
}

/*---end flags---*/


/*---begin navigation---*/

#wrapper #main #nav_header {
	position: relative;
	margin: 0px 0px 25px 0px;
	background:#003d74;
	z-index:3;
}

#wrapper #main #nav_header ul {
	list-style: none;
	float: right;
	margin: -40px -170px 0 0;
}

#wrapper #main #nav_header ul li {
	float: left;
	margin-left: 2px;
	text-align: center;
}

#wrapper #main #nav_header ul li a {
	width: 125px;
	background: #003D74;
	display: block;
	padding-top: 3px;
}

#wrapper #main #nav_header ul li a:link, a:visited {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

#wrapper #main #nav_header ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00274b;
	display: block;
}

/*---begin dropdown---*/

#wrapper #main #nav_header li ul {
	text-align: center;
	left: -9999px;
	position: absolute;
	width: 125px;

}

#wrapper #main #nav_header li:hover ul {
	text-align: center;
	float: none;
	margin-left: -42px;
	left: auto;
	top: 80px;

}


/*---end dropdown---*/

/*---end navigation---*/

/*---begin main content---*/

#wrapper #main #content {
	width: 950px;;
	height: 100%;
	margin: auto auto;
}
.elariaa_logo {
background:url("../images/logo_190x61_border.png") no-repeat;
width:200px;
height:70px;
position:absolute;
}

#wrapper #main #content #image {
background: url('../images/stock/nyc-crop-3.png') no-repeat;
/*background: url('../images/xmas.jpg') no-repeat;*/
	margin-top: 0; /*delete*/
	margin-bottom: 25px; /*was 50*/
	margin-left: auto;
	margin-right: auto;
	width: 864px;
	height:270px;
}

#wrapper #main #content #image #global-over {
	padding-top: 238px;
	margin-right: 223px;
	text-align: right;
	line-height: 10px;
	display:none;
}

#wrapper #main #content #image1 {
	background: url('../images/about_us.jpg') no-repeat;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 270px;
}

#wrapper #main #content #image2 {
       background: url('../images/global.jpg') no-repeat;
       margin-top: 10px;
    	margin-bottom: 25px;
    	margin-left: auto;
    	margin-right: auto;
    	width: 700px;
	height: 270px;
}

#wrapper #main #content #image3 {
	 background: url('../images/services.jpg') no-repeat;
	       margin-top: 10px;
	    	margin-bottom: 25px;
	    	margin-left: auto;
	    	margin-right: auto;
	    	width: 700px;
	height: 270px;
}


#wrapper #main #content #image_feature_client {
	 background: url('../images/FeaturedClient.jpg') no-repeat;
	       margin-top: 10px;
	    	margin-bottom: 25px;
	    	margin-left: auto;
	    	margin-right: auto;
	    	width: 899px;
		height: 324px;
}



#wrapper #main #content #image4 {
        margin-top: -25px;
	margin-bottom: 55px;
	margin-left: 10px;
	width: 550px;
	height: 331px;
}

#wrapper #main #content #image5 {
	background: url('../images/college/blue_graduation.jpg') no-repeat;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 270px;
}
#wrapper #main #content #image6 {
	background: url('../images/stock/nyc-crop-2.png') no-repeat;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 270px;
}
/*---overlay popup---*/

#wrapper #main #content #image #global-over #global {
	cursor: pointer;
	color: #fff;
	font-size:11px;
}

#wrapper #main #content #image #global-over .tool {
	display:none;
	height: 250px;
	width: 440px;
	text-align: left;
	line-height: 14px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 40px;
	font-size:11px;
	color:#fff;
	background: url("../images/overlay.png") no-repeat;
}

/*---end overlay---*/

/*---vertical borders---*/
#wrapper #main #content .border1 {
	width: 1px;
	height: 700px;
	display: block;
	background: #003D74;
	float: left;
	margin-left: 45px;
	margin-top: -10px;
}

#wrapper #main #content .border2 {
	width: 1px;
	height: 740px;
	display: block;
	background: #003D74;
	float: left;
	margin-left: 45px;
	margin-top: -10px;
}

#wrapper #main #content .border3 {
	width: 1px;
	height: 760px;
	display: block;
	background: #003D74;
	float: left;
	margin-left: 20px;
	margin-top: -10px;
}
#wrapper #main #content .border4 {
	width: 1px;
	height: 905px;
	display: block;
	background: #003D74;
	float: left;
	margin-left: 0px;
	margin-top: -10px;
}

#wrapper #main #content .border1a {
	width: 1px;
	height: 800px;
	display: block;
	background: #003D74;
	float: left;
	margin-left: 45px;
	margin-top: -10px;
}

#wrapper #main #content .border1_abt {
	width: 1px;
	height: auto;
	display: block;
	background: #003D74;
	float: left;
	margin-left: 45px;
	margin-top: -10px;
}


/*---end vertical borders---*/

/*---column1+2---*/
#wrapper #main #content #index_column1 {
	width: 500px;
	margin-left: 25px;
	text-align: justify;
	float:left;
}
#wrapper #main #content #interior_quote_column {
	float:right;
	padding: 25px 25px 0px 25px;
	background:#e6f5ff;
	margin-top: 50px;
	text-align: justify;
	border: solid 1px;
	border-radius:5px;
	font-family: 'Times New Roman', Serifs;
	font-style: italic;
	font-size: 14px;
        
}

#wrapper #main #content #index_column2 {
	width: 370px;
	float:left;
	padding: 15px 15px 0px 15px;
	/* background:#e6f5ff; */
	margin-top: 100px;
	margin-left: 20px;
	text-align: justify;
	/* border: solid 1px; */
	border-radius:5px;
	font-family: 'Times New Roman', Serifs;
	font-style: italic;
	font-size: 14px;
        
}

#wrapper #main #content #index_column2_hc_vp {
	width: 465px;	
	padding: 15px 15px 0px 15px;
	background:#e6f5ff;
	margin-top: 5px;
	margin-left: 0px;
	text-align: justify;
	border: solid 1px;
	border-radius:5px;
	font-family: 'Times New Roman', Serifs;
	font-style: italic;
	font-size: 14px;
        
}

#wrapper #main #content #column2a #about_ciobox {
	width: 350px;
	float:left;
	padding: 15px 15px 0px 15px;
	/* background:#e6f5ff; */
	margin-top: 0px;
	margin-left: 20px;
	text-align: justify;
	/* border: solid 1px; */
	border-radius:5px;
	font-family: 'Times New Roman', Serifs;
	font-style: italic;
	font-size: 14px;
        
}

#wrapper #main #content #column1 {
	width: 900px;
	margin-left: 25px;
	text-align: justify;
}

#wrapper #main #content #column2 {
	width: 850px;
	height: 150px;
	padding: 25px 25px 0px 25px;
	background:#e6f5ff;
	margin-top: 25px;
	margin-left: 25px;
	text-align: justify;
	border-top: solid 1px;
	border-bottom: solid 1px;
	font-family: 'Times New Roman', Serifs;
	font-style: italic;
	font-size: 14px;
}

#wrapper #main #content #column1 .border {
	width: 100%;
	height: 1px;
	display: block;
	background: #003D74;
}

/*---endcolumn1+2---*/

/*---column1a+2b---*/

#wrapper #main #content #column1a {
	width: 450px;
	margin-left: 10px;
	float: left;
}

#wrapper #main #content #column1a ul {
	list-style: none;
}

#wrapper #main #content #column1a ul li {
	margin-left: -12px;
	background: url('../images/bullet.png') no-repeat 0;
	padding-left: 12px;
}

#wrapper #main #content #column1a .border {
	width: 100%;
	height: 1px;
	display: block;
	background: #003D74;
}

#wrapper #main #content #column2a ul {
	list-style: none;
}

#wrapper #main #content #column2a ul li {
	margin-left: -12px;
	background: url('../images/bullet.png') no-repeat 0;
	padding-left: 12px;
}

#wrapper #main #content #column2a {

	width: 420px;
	margin-right: 10px;
        float: right;
        
}
#wrapper #main #content #column2a .border {
	width: 100%;
	height: 1px;
	display: block;
	background: #003D74;
}

/*---endcolumn1a+2b---*/

/*---column1b+2b---*/

#wrapper #main #content #column1b {
	width: 525px;
	margin-left: 10px;
	float: left;
}

#wrapper #main #content #column1b ul {
	list-style: none;
}

#wrapper #main #content #column1b ul li {
	margin-left: -12px;
	background: url('../images/bullet.png') no-repeat 0;
	padding-left: 12px;
}

#wrapper #main #content #column2b {
	width: 320px;
	margin-right: 10px;
	float: right;
}

#wrapper #main #content #column1b .border, #column2b .border {
	width: 100%;
	height: 1px;
	display: block;
	background: #003D74;
}

#wrapper #main #content #column1b a:link, #column2b a:link {
	color: #003D74;
}

#wrapper #main #content #column1b a:visited, #column2b a:visited {
	color: #003D74;
}

/*---endcolumn1b+2b---*/

/*---column1c+2c---*/

#wrapper #main #content #column1c {
	width: 320px;
	margin-left: 10px;
	float: left;
}

#wrapper #main #content #column1c ul {
	list-style: none;
}

#wrapper #main #content #column1c ul li {
	margin-left: -12px;
	background: url('../images/bullet.png') no-repeat 0;
	padding-left: 12px;
}

#wrapper #main #content #column1c ul li a:link {
	color: #36A23A;
}

#wrapper #main #content #column1c ul li a:visited {
	color: #003D74;
}

#wrapper #main #content #column2c {
	width: 525px;
	margin-right: 10px;
	float: right;
}

#wrapper #main #content #column1c .border, #column2c .border {
	width: 100%;
	height: 1px;
	display: block;
	background: #003D74;
}

/*---endcolumn1c+2c---*/

/*---column1d---*/

#wrapper #main #content #column1d {
	width: 950px;
	margin-bottom: 50px;
}

#wrapper #main #content #column1d .border {
	width: 100%;
	height: 1px;
	display: block;
	background: #003D74;
}

#wrapper #main #content #column1d .border4 {
	width: 100%;
	height: 2px;
	display: block;
	background: #003D74;
}

#wrapper #main #content #column1d a:link{
  color:blue;
}
#wrapper #main #content #column1d a:visited{
  color:purple;
}

#wrapper #main #content #column1d ul{
	list-style: none;
}


#wrapper #main #content #column1d ul li{
	margin-left: -12px;
	background: url('../images/bullet.png') no-repeat 0;
	padding-left: 12px;
	
}
/*---endcolumn1d---*/

/*---column1e---*/

#wrapper #main #content #column1e {
	width: 525px;
	margin-left: 10px;
	float: left;
}

#wrapper #main #content #column1e ul, {
	
}

#wrapper #main #content #column1e ul li, {
	
}

#wrapper #main #content #column1e .border {
	width: 100%;
	height: 2px;
	display: block;
	background: #003D74;
}

#wrapper #main #content #column2e {
	width: 360px;
	margin-right: 10px;
	float: right;

}

#wrapper #main #content #column2e ul {


}

#wrapper #main #content #column2e ul li {
	

}



/*---endcolumn1e---*/

/*---column1f---*/
#wrapper #main #content #column1f {
	width: 900px;
	margin-left: 25px;
	margin-bottom: 50px;
}

#wrapper #main #content #column1f .border {
	width: 100%;
	height: 1px;
	display: block;
	background: #003D74;
}

#wrapper #main #content #column1f .border4 {
	width: 100%;
	height: 2px;
	display: block;
	background: #003D74;
}

#wrapper #main #content #column1f a:link{
  color:blue;
}
#wrapper #main #content #column1f a:visited{
  color:purple;
}

#wrapper #main #content #column1f ul,{
	list-style: none;
}


#wrapper #main #content #column1f ul li,  {
	margin-left: -12px;
	background: url('../images/bullet.png') no-repeat 0;
	padding-left: 12px;
	
}
/*---endcolumn1f---*/
/*---column1g---*/
#wrapper #main #content #column1g {
	width: 850px;
	margin-left: 25px;
	margin-bottom: 50px;
        line-height: 17px;
}

#wrapper #main #content #column1g .border {
	width: 100%;
	height: 1px;
	display: block;
	background: #003D74;
}

#wrapper #main #content #column1g .border4 {
	width: 100%;
	height: 2px;
	display: block;
	background: #003D74;
}

#wrapper #main #content #column1g a:link{
  color:blue;
}
#wrapper #main #content #column1g a:visited{
  color:purple;
}

#wrapper #main #content #column1g ul,{

list-style: none;
         
        
}


#wrapper #main #content #column1g ul li,  {
	

	
}
#apply{}
#apply ul{list-style: none;}
#apply ul li{display: inline;}
#wrapper #main #content #apply a:link{
  color:blue;
}
#wrapper #main #content #apply a:visited{
  color:purple;
}

/*---endcolumn1g---*/

/*---begintable---*/

#table {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:  #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
        border-left: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
        border-left: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


.alt {
	background: #F5FAFA;
	color: #797268;
}
/*---endtable---*/

/*---end main content---*/

/*---begin footer---*/

#footer {
	display: block;
	width: 1024px;
	background: #003D74;
	text-align: center;
	padding-top: 6px;
	margin-bottom:70px;
	border-radius:0 0 5px 5px;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
}

#footer ul li a:link, ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .social {
	float: left;
	margin-top: -30px;
	margin-left: 10px;
}

/*---end footer---*/