/* Interior Page CSS Document */

* {
	margin: 0px;
}

img {
	border: 0px none;
}

html {
    width: 100% !important;
    height: 100% !important;
   }

#navigation, #navigation ul, #navigation li, #secondary, #secondary ul,  h2 {
	margin: 0px; padding: 0px;
}

body {
	width: 100%;
    height: 100.1%;
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#007E9E, endColorstr=#A8D4DB);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#007E9E, endColorstr=#A8D4DB)";    /* background-color: #CCC; */
	background-image: linear-gradient(bottom, #A8D4DB 33%, #007E9E 77%);
	background-image: -o-linear-gradient(bottom, #A8D4DB 33%, #007E9E 77%);
	background-image: -moz-linear-gradient(bottom, #A8D4DB 33%, #007E9E 77%);
	background-image: -webkit-linear-gradient(bottom, #A8D4DB 33%, #007E9E 77%);
	background-image: -ms-linear-gradient(bottom, #A8D4DB 33%, #007E9E 77%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.33, #A8D4DB),
	color-stop(0.77, #007E9E)
);
	background-repeat: repeat-x;
}

div#gradient {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index: -999;
	/* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#007E9E, endColorstr=#A8D4DB);	
   /* For Internet Explorer 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#007E9E, endColorstr=#A8D4DB)";
    background-image: linear-gradient(bottom, #A8D4DB 33%, #007E9E 77%);
    background-image: -o-linear-gradient(bottom, #A8D4DB 33%, #007E9E 77%);
    background-image: -moz-linear-gradient(bottom, #A8D4DB 33%, #007E9E 77%);
    background-image: -webkit-linear-gradient(bottom, #A8D4DB 33%, #007E9E 77%);
    background-image: -ms-linear-gradient(bottom, #A8D4DB 33%, #007E9E 77%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.33, #A8D4DB),
        color-stop(0.77, #007E9E)
    );
}

#wraper {
	width: 893px;
	margin:0 auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b5b4b4;
	border-bottom-color: #b5b4b4;
	border-left-color: #b5b4b4;
	background-color: #FFFFFF;
	background-image: url(../images/interiorbg.gif);
	background-repeat: repeat-x;
}

#shareBar {
	/* float: left; */
	margin-top: -52px;
	margin-left: 730px;
	position: absolute;
	/* padding: 0px; */
	font-size: 12px;
}

#bodyWraper {
	background-image: url(../images/sidebarbg.gif);
	background-repeat: repeat-y;
	min-height:450px;
	margin-top:6px;
}

/* BRANDING ITEMS */

#branding {
	/* height: 105px; */
	background-image: url(../images/header_fan.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}

h1 {
	height:105px;
	text-indent:-9009px;
	background:transparent url(../images/eigen_logo.gif) no-repeat 48px 32px;
}

h1 a {
	width:100%;
	height:100%;
	outline:none;
}

/* This next stuff is specific to the navigation bar */

#topnav ul {
  list-style-type:none;
  margin:2px;
  padding:0;
  padding-top:6px;
  padding-bottom:6px;
}

#topnav li {
  display:inline;
}

#topnav a:link,a:visited {
  font-size:11px;	
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
}

#topnav a:hover,a:active {
  font-size:11px;		
  font-weight:bold;	
  color:#FFFFFF;
  background-color:#007F9E;
}

/* Navbar stuff defined above  */


/* MISC ITEMS */

.clearfix {
	clear: both;
}
.hideout, #accessibility {
	display:none;
}

.i_button {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff; background: #007F9E;
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}        /* Expanding paragraph code */

#footer {
	text-align: center;
	color: #007E9E;
	font-size: x-small;
	padding-bottom: 30px;
	margin-top: 30px;
	line-height: 16px;
}
#footer a {
	color: #007E9E;
}
#footer a:hover {
	color: #666666;
}

input.button {
  color: #fff; background: #007F9E;
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* NAVIGATION ELEMENTS */

.sidemenu {
	font-weight: bold;
}

.eventNav {
	margin-right: 20px;
}
#extrasCol h2 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 25px;
}
#navigation h2 {
	display: none;
}
#navigation {
	padding-left: 25px;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	height: 32px;
}
#navigation a {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	height: 24px;
	<!-- border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF; -->
	display: block;
}
#navigation a:hover, #navigation .active {
	<!-- border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600; -->
}
#secondary {
	float: left;
	width: 270px;
}
#secondary li, #extrasCol li {
	list-style: url(../images/small_arrow_bullet.gif) outside;
	padding-bottom: 15px;
}
#secondary ul {
	list-style: none;
	margin-left: 40px;
	/* margin-left: 58px; */
}
.heightFix {
	height: 100%;
	position: relative;
}
#secondary a, #extrasCol a {
	color: #333333;
	text-decoration: none;
}
#secondary .current, #extrasCol .current {
	color: #000099;
}
#content {
	margin-left: 300px;
	padding-top: 58px;
	width: 400px;
}
#content a {
	color: #FF6600;
}
.navBreak {
	margin-right: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #969778;
	margin-bottom: 10px;
}
#content p {
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	font-weight: normal;
	color: #666666;
	font-size: 24px;
}
#historyTimeline p {
	padding-bottom: 15px;
	background-image: url(../images/hr.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.timelineThumb {
	border: 1px solid #E3E3E3;
	margin-top: 6px;
	margin-right: 0px;
	padding: 2px;
	float: right;
	margin-left: 10px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	font-size: 14px;
	margin-top: 24px;
}
.footnote {
	font-size: 10px;
	color: #666666;
	line-height: 12px !important;
}
#groupSect #content ul, #careersSect #content ul {
	margin-left: 15px;
	line-height: 24px;
}
#extrasCol {
	float: right;
	padding-top: 105px;
	width: 140px;
	padding-right: 20px;
}
/*
.eventContent {
	width: 540px !important;;
}
*/
.tabbertab li,  .tabbertab ol, .eventContent li, .eventContent ol {
	line-height: 24px;
}
.contentList {
	line-height: 24px;
}
.caption {
	font-style: italic;
	color: #666666;
	font-size: .9em;
}
.captionAbout {
	font-style: italic;
	line-height: 1.3em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 10px;
}
.infoGFX {
	border: 1px solid #999999;
}
.prodIntro {
	font-size: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-style: italic;
	padding-bottom: 24px;
}
.presentationOpener {
	background-image: url(../images/windows.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 20px;
}
#presentation {
	border: 1px solid #000000;
}
.presentationInstructions {
	color: #999999;
	font-size: 10px;
	padding-top: 5px;
}
.matrixHeader {
	background-color: #E8EED5;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}
.matrixRowEven {
	background-color: #F6F6F6;
}
.matrixTable {
	font-size: 10px;
}
.matrixTable img {
	padding-right: 10px;
	padding-left: 10px;
}
.matrixTblHeads {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.customerNote {
	background-color: #fffce9;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #e4dfbb;
	font-style: italic;
	padding-bottom: 5px;
}
.customerSig {
	padding-left: 75px;
}
.customerSig p {
	line-height: 16px!important;	
}
.noflashMSG{
	border: 1px solid #FF6666;
	background-color: #FFCCCC;
	padding:15px 10px 10px 70px;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.noscript {
	border: 1px solid #aee5e8;
	background-color: #e6feff;
	padding: 10px 10px 10px 70px;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: 10px 10px;
}
.successMSG {
	border: 1px solid #cef4d2;
	background-color: #ecffee;
	padding:15px 10px 10px 70px;
	background-image: url(../images/success.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.errorMSG {
	margin-top: 25px;
}
.noteShadow {
	background-image: url(../images/notes_shadow.gif);
	height: 17px;
	background-repeat: no-repeat;
}
.prodLogos {
	margin-bottom: 30px;
	display: block;
	width: 140px;
}



/* Secondary Page Graphics */

/*

	#secondary h2 {
	background-repeat: no-repeat;
	height: 68px;
	width: 270px;
	text-indent:-9009px;
	margin-bottom: 38px;
}

#aboutSect #secondary h2 {background-image: url(../images/_ind/about.jpg);}
#contactSect #secondary h2 {background-image: url(../images/_ind/contact.jpg);}
#groupSect #secondary h2 {background-image: url(../images/_ind/depts.jpg);}
#prodSect #secondary h2 {background-image: url(../images/_ind/dsa.jpg);}
#artemis #secondary h2 {background-image: url(../images/_ind/artemis.jpg);}
#einavSect #secondary h2 {background-image: url(../images/_ind/artemis.jpg);}
#dfl #secondary h2 {background-image: url(../images/_ind/dfl.jpg);}
#dsa #secondary h2 {background-image: url(../images/_ind/dsa.jpg);}
#eiviewSect #secondary h2 {background-image: url(../images/_ind/dsa.jpg);}
#newsroomSect #secondary h2 {background-image: url(../images/_ind/newsroom.jpg);}
#partners #secondary h2 {background-image: url(../images/_ind/partners.jpg);}
#supportSect #secondary h2 {background-image: url(../images/_ind/support.jpg);}
#careersSect #secondary h2 {background-image: url(../images/_ind/careers.jpg);} 

*/


/* Form elements */

#contactSect fieldset {
	margin-bottom: 30px;
	padding: 10px;
}#contactSect label {
	width: 100px;
	float: left;
}
#contactSect input {
	margin-bottom: 10px;
	width: 250px;
}
#contactSect legend {
	background-color: #E8EED5;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 20px;
}
#contactSect textarea {
	width: 100%;
	height: 100px;
}

#contactSect textarea, #contactSect input {
	border: 1px solid #999999;
}
.required {
	color: #CC3300;
}
.photoCaption {
	color: #999999;
	font-size: 10px;
	margin-top: -7px;
}

