
/* COMMON PAGE STYLES
----------------------------------------------- */
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

html {
  /*  filter: expression(document.execCommand("BackgroundImageCache", false, true)); /* removes flicker in ie (links that use hover) */
  
}

body {
  background: #a6a6a6 url(../images/bg.jpg) repeat-x 0 0;
  color: #3c3c3c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 77%;
  margin: 0 0 17px;
  text-align: center;
}

a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

sup {
  bottom: 0.33em;
  /* color: #712a82; */
  font-weight: bold;
  /*font-size: 1.1em; */
  font-size: .8em;
  position: relative;
  vertical-align: baseline;
}

h1 {
  background: transparent url(../images/logo-myeyemedia.png) no-repeat 0 0;
  color: #000;
  height: 53px;
  float: left;
  margin: 20px 0 0 41px;
  text-indent:-9009px;
  width: 193px;
}

h1 a {
  display: block;
  height: 100%;
  width: 100%;
}

h2 {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.mac.gecko h2 {
  font-weight: normal;
}

h3 {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.mac.gecko h3 {
  font-weight: normal;
}

h4 {
  color: #969;
  font-size: 93%;
  text-transform: uppercase;
}

p {
  font-size: 93%;
  line-height: 130%;
}

.remove-border {
  border: 0;
}

.remove-bg {
  background: none !important;
}

div#logo-print {
  display: none;
}

/* framework */

#header, #utilities, #body, #footer {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 887px;
  overflow:hidden;
}

/* header */

#header ul {
  float: right;
  margin: 0 32px 0 0;
  
  padding: 0;
}

#header li {
  float: left;
  list-style: none;
}

#header li a {
  border-right: 1px solid #3b3b3b;
  border-left: 1px solid #838383;
  display: block;
  height: 12px;
  padding: 52px 0 6px;
  text-align: center;
  text-decoration: none;
}

#header li a:hover, #header li.selected a {
  background: transparent url(../images/btn-header-bg.gif) repeat-x 0 0;
  border-bottom: 4px solid #335c7e;
}

#header li.home {
 width: 51px;
}

#header li.services {
  width: 72px;
}

#header li.about-us {
  width: 80px;
}

#header li.employment {
  width: 97px
}

#header li.clients {
  width: 96px;
}

#header li.contact-us {
  width: 92px;
}

#header li.contact-us a {
  border-right: none;
}

#header li.home a {
  border-left: none;
}

#header div {
  margin: 0 0 -2px;
  
  padding: 0;
}

/* utilities */

.splash #utilities {
  background: #f4f4f4 url(../images/bg-utilities.jpg) no-repeat 0 0;
  text-align: center;
  margin-top: 0;
}

.content #utilities {
  background: #f4f4f4 url(../images/bg-utilities.jpg) no-repeat 0 0;
  padding: 36px 0 0 0;
  text-align: center;
  margin-top: 0;
}

.splash #utilities form, #utilities fieldset {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}

.splash #utilities fieldset {
  border: 0;
  
  padding: 13px 24px 6px 0;
}

.splash #utilities label {
  margin-right: 1px;
}

.splash #utilities input {
  margin-right: 6px;
  vertical-align: middle;
  width: 103px;
}

#utilities a {
  background: transparent url(../images/img-small-arrow-blue.gif) no-repeat 100% 100%;
  color: #000;
  padding: 0 7px 0 0;
  position: relative;

  text-decoration: underline;
}

#utilities a:hover {
  text-decoration: none;
}

/* flash content */

#flash-content {
  margin: 0;
  padding: 0;
}

#flash-content img {
  margin: 0 0 -2px;
  padding: 0;
}

/* body */

#body {
  background: #f4f4f4 url(../images/bg-body.jpg) repeat-x 0 100%;
  padding-top: 16px;
}

/* body left column */

#body-left-column {
  float: left;
  margin-right: 13px;
  
  margin-left: -3px;
  width: 248px;
}

#body-content-full {
  margin: 0 auto;
  width: 854px;
}

#body-left-column-body, #body-left-column-header, #body-left-column-footer, #body-content-body, #body-content-header, #body-content-footer, #body-content-full-body, #body-content-full-header, #body-content-full-footer {
  margin: 0;
  padding: 0;
}

#body-left-column-body {
  background: transparent url(../images/bg-body-left-column-body.png) repeat-y 0 0;
  margin-left: 24px;
  width: 228px;
}

#body-content-full-body {
  background: transparent url(../images/bg-body-full-bg.png) repeat-y 0 0;
  width: 854px;
}

#body-left-column-header {
  background: transparent url(../images/bg-body-left-column-header.jpg) no-repeat 0 0;
}

#body-content-full-header {
  background: transparent url(../images/bg-body-full-header.jpg) no-repeat 0 0;
}

#body-left-column-content {
/*  padding-bottom: 38px;
  [;
    padding-bottom: 33px;
  ;]
  *padding-bottom: 39px; */
  height: 326px;
}

.mac.gecko #body-left-column-content {
  /* padding-bottom: 33px; */
}

.content #body-left-column-content {
  background: transparent url(../images/bg-body-content-body-content.gif) no-repeat 7px 100%;
}

#body-left-column-content h2, #body-content-full-content h2 {
  padding: 41px 0 0 28px;
}

.content #body-left-column-content h2, #body-content-full-content h2 {
  margin-left: 6px;
  padding: 29px 0 0 0;
  text-align: center;
  width: 210px;
}

#body-content-full-content h2, #body-content-full-content h3, #body-content-full-content p  {
  margin-left: 28px;
  width: 600px;
}

#body-content-full-content #newsDetail p, .indexNewsArticle p {
	margin: 0;
	width: auto;
}

#body-content-full-content h2, #body-content-full-content h3 {
  padding-left: 0;
  text-align: left;
}

#body-content-full-content img {
  margin: 0 35px 0 0;
}

html>body #body-content-full-content img {
  margin: 0 35px 20px 0;
}

/* splash page left column */

/* events */

.splash #body-left-column-content #events, #body-content-full-content #events {
  margin-left: 7px;
  position: relative;
  width: 210px;
}

#body-content-full-content #events {
  float: left;
  margin-top: 10px;
  margin-left: 7px;
  width: 640px;
}

html>body #body-content-full-content #events {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: -50px;
}

/* scoll up */

.splash #body-left-column-content #events .scroll-up, .content #executive-profiles .scroll-up, #body-content-full-content #events .scroll-up {
  position: absolute;
  right: 8px;
  top: 16px;
}

.content #executive-profiles .scroll-up {
  top: -8px;
  right: -37px;
}

#body-content-full-content #events .scroll-up {
  top: 40px;
  right: 0;
}

#body-content-full-content #events .scroll-up img {
  position: relative;
}

/* event */

.splash #body-left-column-content #events .event, #body-content-full-content #events .event {
  background: transparent url(../images/bg-event.jpg) no-repeat 0 0;
  margin: 0;
  padding: 11px 0 0 10px;
}

#body-content-full-content #events .event {
  background: transparent url(../images/bg-body-content-full-divider.jpg) no-repeat 0 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.splash #body-left-column-content #events  .event b, #body-content-full-content #events .event b {
  font-size: 10px;
  font-weight: bold;
 
}

.indexEventBox {
	height: 122px;	
	}
.indexNewsTitle {
	width: 117px;
	float:left;
	}
.indexNewsArticle {	
	width: 117px;
	float: left;
	font-size: 10px;
	}
.indexNewsArticle p {
	font-size: 10px;
	}
.splash .mac.gecko #body-left-column-content #events .event b, .mac.gecko #body-content-full-content #events .event b {
	font-weight: normal;
	}
.splash #body-left-column-content #events  .event span, #body-content-full-content #events .event span {
	font-size: 10px;
	line-height: 15px;
	padding-right: 30px;
	}
#body-content-full-content #events .event span p, #body-content-full-content #events .event span div {
	font-size: 10px;
	}
#body-content-full-content #events .event span {
	padding-right: 90px;
	}
.splash #body-left-column-content #events .event .calendar b, #body-content-full-content #events .event b, #body-left-column-content #events .event .calendar span, #body-content-full-content #events .event span {
	display: block;
	}

/* calendar */
.calendarYear {
	font-size: 10px;
	color: #666;
	text-align: center;
	}

.splash #body-left-column-content #events .event .calendar, #body-content-full-content #events .event .calendar {
  background: transparent url(../images/img-calendar.png) no-repeat 0 0; 
  float: left;
  margin: 0 5px 0 0;
  padding-top: 13px;
  height: 58px;
  width: 50px;
}

#body-content-full-content #events .event .calendar {
  margin-bottom: 15px;
  margin-right: 10px;
}

html>body #body-content-full-content #events .event .calendar {
  margin-bottom: 15px;
  margin-right: 20px;
}

.splash #body-left-column-content #events .event .calendar span, #body-content-full-content #events .event .calendar span {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 12px;
  padding-right: 2px;
  text-align: center;
  text-transform: uppercase;
}

.splash #body-left-column-content #events .event .calendar b, #body-content-full-content #events .event .calendar b {
  font-size: 20px;
  margin: 0;
  padding: 0 0 6px;
  text-align: center;
}

/* scoll down */

.splash #body-left-column-content #events .scroll-down, #body-content-full-content #events .scroll-down {
  bottom: 6px;
  position: absolute;
  right: 8px;
}

.content #executive-profiles .scroll-down {
  bottom: 15px;
  position: absolute;
  right: -37px;
}

#body-content-full-content #events .scroll-down {
  right: 0;
}

#body-content-full-content #events .scroll-down {
  bottom: 15px;
}

html>body #body-content-full-content #events .scroll-down {
  bottom: -15px;
}

.mac.gecko #body-content-full-content #events .scroll-down {
  bottom: 0px;
}

#body-content-full-content #events .scroll-down img {
  position: relative;
}

.splash #body-left-column-footer {
  background: transparent url(../images/bg-body-left-column-footer.png) no-repeat 0 0;
  height: 17px;
  margin-left: 24px;
  padding: 0;
}

.content #body-left-column-footer {
  background: transparent url(../images/bg-body-left-column-content-footer.png) no-repeat 0 0;
  height: 17px;
  margin-left: 24px;
  padding: 0;
}

#body-content-full-footer {
  background: transparent url(../images/bg-body-full-footer.png) no-repeat 0 0;
  height: 18px;
  margin: 0 auto -15px;
  width: 854px;
}

/* content page left column */

/* left nav */

.content #body-left-column ul {
  border: 1px solid #b4b4b4;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 17px 0 0 7px;
  padding: 0;
  width: 210px;
}

.content #body-left-column li {
  border: 1px solid #b4b4b4;
  border-top: none;
  border-right: none;
  border-left: none;
  list-style: none;
}

.content #body-left-column li a {
  color: #555556;
  display: block;
}

.content #body-left-column li a:hover {
  background-color: #f4f4f4;
}

.content #body-left-column li a span {
  color: #555556;
  display: block;
  font-size: 12px;
  padding: 17px 0 14px 38px;
  width: 172px;
}

.content #body-left-column li.active a {
  background: transparent url(../images/bg-left-nav.gif) no-repeat 0 0;
  color: #fff;
}

.content #body-left-column li.active a span {
  background: transparent url(../images/img-small-arrow-w.gif) no-repeat 19px 20px;
  color: #fff;
}


/* body content */

#body-content {
  float: left;
  width: 625px;
}

.content #body-content-header {
  padding-top: 39px;
}

#body-content-header h2, .splash #body-content-header p, .content #body-content-header p {
  padding-left: 39px;
}

.content #body-content-header h2, .content #body-content-header p {
  width:545px;
}

/* section 2 */

#body-content-header ul {
  float: left;
  margin: 6px -29px 0 39px;
 
  padding: 0;
}

#body-content-header li {
  list-style: none;
  padding-bottom: 4px;
}

#body-content-header li a {
  background: transparent url(../images/img-small-arrow-dg.gif) no-repeat 0 50%;
  color: #4b4b4b;
  font-size: 11px;
  padding-left: 8px;
}

#body-content-header img {
  margin: 0 37px 0 0;
}

#body-content-header a span, #body-content-full-content a span {
  background: transparent url(../images/img-small-arrow-db.gif) no-repeat 14px 10px;
  display: block;
  padding: 6px 0 0 27px;
}

#body-content-body {
  background: transparent url(../images/bg-body-content-body.png) repeat-y 0 0;
  margin: -14px 0 0 0;
  width: 611px;
}

#body-content-header {
  background: transparent url(../images/bg-body-content-header.jpg) no-repeat 0 0;
  padding-top: 39px;
}

#body-content-header .splash-content {
  background: transparent url(../images/bg-splash-content.jpg) no-repeat 29px 0;
  padding-top: 2px;
  position: relative;
  width: 354px;
}

#body-content-header .section-one {
  padding-bottom: 20px;
}

#body-content-header .section-two {
  padding-top: 10px;
  padding-bottom: 24px;
}

.mac.gecko #body-content-header .section-two {
  padding-bottom: 23px;
}

#body-content-header .splash-content p {
  margin-top: 10px;
  width: 310px;
}

#body-content-header a.learn-more, #body-content-full-content a.apply-now {
  background: transparent url(../images/btn-light-grey.gif) no-repeat 0 0;
  bottom: 19px;
  color: #565555;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 29px;
  width: 108px;
}

#body-content-header .section-one a.learn-more {
  margin: -20px 0 0 240px;
}

html>body #body-content-header .section-one a.learn-more {
  margin: -10px 0 0 240px;
}

#body-content-header .section-two a.learn-more {
  margin: -5px 0 0 240px;
}

html>body #body-content-header .section-two a.learn-more {
  margin: -5px 0 0 240px;
}

#body-content-full-content a.apply-now {
  margin-top: -20px;
  margin-left: 60px;
}

html>body #body-content-full-content a.apply-now {
  margin-top: -25px;
  margin-left: 65px;
}

#body-content-full-content a.apply-now span {
  width: 125px;
}

/* content area */

/* executive profile */

#executive-profiles {
  margin: 0 0 0 30px;
  position: relative;
  width: 560px;
}

#executive-profiles .profile {
  /* background: transparent url(../images/bg-content-body-exec-border.jpg) no-repeat 125px 0; */
  margin: 3px 0 0 0;
  padding: 9px 0 0;
  width: 490px;
  min-height: 310px;
  height: 310px;
}
.profile-text
{
	float:left;
	display: inline;
	margin-left:5px;
	width:350px;
	
}

#executive-profiles .profile h2 {
  padding-left:0 !important;
  width:340px;
  float:left;
}

#executive-profiles .profile p {
  margin-top: 0;
  padding-left:0 !important;
  width:340px;
  float:left;
  display: inline;
}

#executive-profiles .profile .exec-image {
  background: transparent url(../images/bg-exec-profile.png) no-repeat 0 0;
  height: 143px;
  left: 0;
  
  float: left;
  text-align: center;
  
  padding-top:7px;
  width: 112px;
}

#executive-profiles .profile .exec-image img {
  margin: 4px 0 0 1px;
  padding: 0;
}

#executive-profiles .profile h2 {
  margin: 0 !important;float: left;
  padding-left:0 !important;
}

#executive-profiles .profile ul {
  margin: 0 0 15px 0;
  float: left;
  display: inline;
  padding-left:0 !important;
 
}

#executive-profiles .profile li p {
  font-weight: bold;
  margin: 0;
  padding: 0;
/*   width: 50px; */
  
}

#executive-profiles li a {
  background: none;
  font-weight: normal;
  padding: 0;
}

#body-content-footer {
  background: transparent url(../images/bg-body-content-footer.png) no-repeat 0 0;
  clear: both;
  height: 17px;
}

/* employment detail */

.employment-detail #events {
  padding-bottom: 0 !important;
  margin-bottom: -10px !important;
}

html>body .employment-detail #events {
  width: 665px !important;
}

.employment-detail h3 {
  padding: 0 0 2px !important;
}

.employment-detail h3, .employment-detail p {
  margin: 0 0 0 88px !important;
}

html>body .employment-detail h3, .employment-detail p {
  margin: 0 0 0 95px !important;
}

/* employment detail form */

.employment-detail form, .employment-detail fieldset, .employment-detail fieldset p, .employment-detail fieldset label {
  border: none;
  margin: 0;
  padding: 0;
}

.employment-detail form {
  margin-top: 20px;
}

.employment-detail fieldset p {
  background: transparent url(../images/bg-input.gif) no-repeat 180px 0;
  height: 44px;
  margin-left: 40px !important;
}

.mac.gecko .employment-detail fieldset p {
  background: none;
}

.employment-detail fieldset p.text-area {
  background: transparent url(../images/bg-text-area.gif) no-repeat 178px 0;
  height: 122px;
}

.mac.gecko .employment-detail fieldset p.text-area {
  background: none;
}

html>body .employment-detail fieldset p {
  margin-left: 47px !important;
}

.employment-detail label {
  display: block;
  float: left;
  margin-top: 6px !important;
  margin-right: 0.5em;
  text-align: right;
  width: 162px;
}

.employment-detail input, .employment-detail textarea {
  background-color: transparent;
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 4px;
  margin-left:  27px;
  width: 227px;
  font-size: 12px;
}

.mac.gecko .employment-detail input, .mac.gecko .employment-detail textarea {
  border: 1px solid #999;
  width: 240px;
}

.employment-detail textarea {
  height: 92px;
  overflow: auto;
}

.employment-detail .submit {
  background: none;
}

.employment-detail .submit input {
  border: none !important;
  height: 29px;
  margin-top: -3px;
  margin-left: 327px;
  
  width: 108px !important;
}
.editor-container
{
	margin-left:40px !important;
	background:none !important;
}

/* contact us */

.center-par
{
	text-align:center;
}

.terms-par
{
	margin-left:28px !important;
	margin-right:28px !important;
	margin-bottom: 1.2em !important;
	
}
#clients 
{
	margin-left:40px;
}

#clients li
{
	list-style:none;
	background: url(../images/client-bkg.png) no-repeat 0 0;
	padding:0 !important;
	float: left;
	display: inline;
	margin:0 !important;
	margin-bottom:30px !important;
	margin-right:25px !important;
	margin-left:20px !important;
}
#clients li a
{
	background:none !important;
	display:block;
	width:147px;
	
	text-align:center;
	color: #565555;
 
  	font-size: 11px;
  	font-weight: bold;
	
}
a.nodeco
{
	text-decoration:none !important;
}
#clients li img
{
	
	width:147px;
	margin:0 !important;
	height:160px !important;
}

.event a
{
	color: #565555;
	text-decoration:underline;
}


/* body footer */

#body-footer {
  height: 17px;
  margin: 0 auto;
  padding: 0 0 14px 0;

}

#body-footer ul {
  float: left;
  display: inline;
  list-style: none;
  padding: 0;
  margin: 2px 0 0 30px;
  position: relative;
}

#body-footer li {
  color: #fff;
  display: inline;
  font-size: 10px;
  font-weight: bold;
}

#body-footer li a {
  color: #fff;
}

#body-footer dl {
  color: #fff;
  float: right;
  font-size: 10px;
  font-weight: bold;
  margin: 4px 23px 0 0;
  position: relative;
}

#body-footer dl a {
  color: #fff;
  text-decoration: underline;
}

#body-footer dl a:hover {
  text-decoration: none;
}

#body-footer dt, #body-footer dd {
  display: inline;
  margin: 0;
  padding: 0;
}

#events_container
{
	height:263px;
	overflow:hidden !important;
	
}
#events_container_jobs
{

	height:380px;
	overflow:hidden !important;
	width:580px;
}
#executive-profiles-container
{
	height:325px !important;
	overflow:hidden !important;
	width:500px;
}

/* footer */

#footer {
  background: transparent url(../images/bg-footer.png) no-repeat 0 0;
  height: 35px;
  padding-top: 16px;
  text-align: center;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer li {
  color: #4c4c4c;
  display: inline;
  font-size: 10px;
  font-weight: bold;
}

#footer li a {
  color: #4c4c4c;
}


#sitemap-links{
color:#666666;
}

#sitemap-links a {
text-decoration:none;
color:#666666;
}

#sitemap-links a:hover {
text-decoration:underline;
}


#warningBox {
	width: 400px;
	margin: 10px 0px 10px 100px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #ffffe6;
	}

.main-content
{
	width:350px !important;
}	
.main-content p, .main-content h2
{
	width:350px !important;
}	
p
{
	margin-top:10px !important;
	margin-bottom:20px !important;
}
#int-pic
{
	margin-top:10px;
}
#slideshow-content
{
	text-align:center;
	width:600px;
}
#slideshow-content img
{
	margin:0 auto;
}

.clearPsAndDivs p, .clearPsAndDivs div {
	margin: 0;
	padding: 0;
	}