/* Atlas Screen Css File */
/* Import All styles */
@import url("layout.css");
@import url("navigation.css");


/*Clear all padding and margins */
* {
	padding:0px;
	margin:0px;
}

/* General Styles */

html {
height:100%;
}

body {
	padding:0px;
	margin-bottom:0px;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-color:#c6cad1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	min-height: 100%;
	height:100%;
	
}
a { 
color:#007BBB;

}

h2 {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-top:20px;
	margin-bottom:7px;
}

h3 {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	margin-top:20px;
	margin-bottom:1px;
}

h3 span.blue {
	font-weight:normal;
	font-style:italic;
}

body#about.management h3 {
margin-bottom:1px;
margin-top:25px;

}

body#news h3 {
	margin-top:5px;
}

p {
	color:#7E8079;
	font-size:12px;
	line-height:16px;
	margin-bottom:16px;
}


p strong, p b {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

ul {
	margin-left:25px;

}

blockquote {
	color:#007BBB;
	margin-left:30px;
	text-align:left;
}

body#training.clientservices blockquote {
	color:#7E8079;
	font-style:italic;
	
}

strong a {
color:#007BBB;
}

hr {
	height:1px;
	color:#E5E6E4;
	background-color:#E5E6E4;
	width:262px;
	border:none;
	text-align:left;

}

body#news hr {
	width:420px;
}

img.blockquote {
margin-left:30px;
margin-bottom:20px;
margin-top:15px;

}

blockquote p {
	color:#007BBB;
	text-align:left;
	margin-top:15px;
	margin-left:25px;
}

#content_container li {
	color:#7E8079;
	width:400px;
	font-size:12px;
	margin-bottom:3px;
	padding-left:10px;
	list-style:none;
	line-height:16px;
	background-image:url(../img/bullet.gif);
	background-position: 0 7px;
	background-repeat:no-repeat;

}

#content_container li ul li {
	color:#7E8079;
	width:400px;
	font-size:12px;
	margin-bottom:3px;
	padding-left:10px;
	list-style:none;
	line-height:16px;
	background-image:url(../img/bullet.gif);
	background-position: 0 7px;
	background-repeat:no-repeat;

}

#content_container ul {
margin-bottom:20px;

}

#content_container ul.largebullet {
margin-bottom:20px;
margin-left:0px;
}

#content_container ul.largebullet li {
	color:#7E8079;
	width:400px;
	font-size:12px;
	margin-bottom:15px;
	padding-left:15px;
	list-style:none;
	line-height:16px;
	background-image:url(../img/side_bullet.gif);
	background-position: 0 4px;
	background-repeat:no-repeat;
}
ul.largebullet strong{
	color:#00A1DE;
}

body#about.careers #content_container ul.largebullet li, body#contact #content_container ul.largebullet li {
	margin-bottom:5px;
}
body#contact #content_container ul.largebullet, body#contact #content_container p {
	margin-bottom:0px;
}




li strong {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

#content_container li ul {
margin-left:3px;
margin-bottom:0px;

}

#content_container li ul li {
list-style:none;
background-image:none;
}

#content_container li ul li {
	color:#7E8079;
	width:400px;
	font-size:12px;
	margin-bottom:3px;
	padding-left:10px;
	list-style:none;
	line-height:16px;
	background-image:url(../img/bullet.gif);
	background-position: 0 7px;
	background-repeat:no-repeat;

}

#content_container ul ul {
margin-left:25px;
margin-top:5px;

}


/* Main Area */
img.header {
	margin-bottom:15px;
	display:block;

}
img.middle {
	margin-bottom:23px;
}


/* Download Table */
table.downloadtable {
	width:425px;
	border-collapse:collapse;

}



table.downloadtable th {
	background-color:#007BBB;
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
	padding:5px;
}

table.downloadtable td {
	border-bottom: 2px solid #C1C1C1;
	color:#7E8079;
	padding:10px;
}
	
table.downloadtable td p {
	color:#7E8079;
	margin-bottom:0px;
	
}
table.downloadtable td p em {
	color:#007BBB;
	font-weight:bold;
}
table.downloadtable td.cellone  {
	background-color:#E6E6E6;
}
table.downloadtable td.celltwo  {
	background-color:#DADADA;
}

/* FAQ Table */
table.faqtable {
	width:425px;
	border-collapse:collapse;

}

table.faqtable th {
	background-color:#007BBB;
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
	padding:5px;
}

table.faqtable td {
	border-bottom: 2px solid #C1C1C1;
	color:#7E8079;
	padding:7px;
}
	
table.faqtable td p {
	color:#7E8079;
	margin-bottom:0px;
	
}
table.faqtable td p em {
	color:#007BBB;
	font-weight:bold;
}
table.faqtable td.cellone  {
	background-color:#E6E6E6;
	font-style:italic;
}
table.faqtable td.celltwo  {
	background-color:#DADADA;
}

table.faqtable td strong {
	color:#000000;
}
table.faqtable td span.download {
margin-left:15px;

}

table.faqtable td span.download a {
	font-size:10px;
}
table.faqtable td span.download img {
	position:relative;
	top:5px;
}

span.blue {
color:#007BBB;
font-weight:bold;
}



/* Client List Table */
table.clienttable {
	font:Arial, Helvetica, sans-serif;
	color:#7E8079;
	width:430px;

}
table.clienttable td {
padding-left:16px;


}

/* table.clienttable a {
background-image:url(../img/side_bullet.gif);
background-repeat:no-repeat;
padding-left:11px;
background-position: -0px 3px;
position:relative;
left:-11px;

	
}
*/


/* Newsletter sign up */
table.newsletters {
	
	font-size:11px;
	margin-top:10px;
	margin-bottom:17px;
	/* border-bottom:1px solid #CACAC8; */
}
	
		

table.newsletters strong{
	font-size:10px;
	font-weight:bold;
	
}
table.newsletters td input.textbox{
	width: 179px;

}
table.newsletters td label{
	font-size:11px;
	padding-left:5px;

}

p.blue {
	color:#007BBB;
	font-style:italic;
}

/* Right Bar Styles */
#rightbar_container ul {
	margin:0px;
	margin-bottom:5px;
	padding:0px;
}

#rightbar_container ul li {
	background-image:url(../img/side_bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
    padding-left:13px;
	list-style:none;
	margin-bottom:5px;
}
#rightbar_container ul li img {
margin-top:-10px;
position:relative;
top:8px;
margin-right:3px;
}


body#home #rightbar_container ul {

	
}

body#home #rightbar_container ul li {
border-bottom: 1px solid #E5E6E4;
padding-bottom:3px;
width:210px;
	
}

body#home #rightbar_container ul li a {
text-decoration:none;

	
}


#rightbar_container img {
	margin-bottom:5px;

}

/* Footer */
#footer a {
	text-decoration:none;
}


/* Site analysis */


body#siteopt.analysis #content_container li {
	
	margin-bottom:17px;
	

}

/* Homepage Css */
img.homeimage {
margin-right:3px;
}

p.homepar {
margin-bottom:25px;
}

p.homepar2 {
width:180px;

}

img.homeimage2 {
margin-bottom:10px;
}
img.homeimage3 {
margin-right:30px;
}
img.homenews {
	margin-top:15px; margin-bottom:10px;
}

ul#homelist {
	width:50px;
}

/* Contact Popup Css */
#contact.popup {
color:#484848;

}

table.popuptable td {
	padding-bottom:5px;


}

#contact.popup p {
	margin-top:10px;
	font-size:11px;
	color:#484848;
 }
 
 #contact.popup span p {
	margin-top:6px;
	margin-bottom:4px;
	font-size:11px;
	color:#484848;
 }
 
 #contact.popup label {
	font-size:11px;
	color:#000000;
	display:inline;
 }

 #contact.popup label {
	 padding-right:5px;
	 	
 }
 #contact.popup input {
	 width:245px;
	 font-size:12px;
	
 }
  #contact.popup label input {
	 width:20px;
	 	
 }
 
 #contact.popup select {
	 width:184px;
	 font-size:12px;
	
 }
  #contact.popup span.red {
	color:#D23128;
	
 }
 
 #contact.popup .btn{
 width:80px;
 margin-top:30px;
 margin-bottom:50px;

 }

body#news h3 a {
color:#000000;

}

/* Popups */

body.popup li {
	color:#7E8079;
	width:400px;
	font-size:12px;
	margin-bottom:3px;
	padding-left:10px;
	list-style:none;
	line-height:16px;
	background-image:url(../img/bullet.gif);
	background-position: 0 7px;
	background-repeat:no-repeat;

}

.fivepadding {
	/* padding-left:5px; */
}


/* Search Page Styles */
td.greybottomborder {
	border-bottom:1px solid #d0d0d0;

}

#workwithtable td {
	padding-bottom:10px;
	padding-top:17px;
}
#workwithtable td p {
	margin-bottom:0px;
	
}

