/* DEFAULT FONT SIZE */

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

body {
	background: #e3dbd0 url(/images/background.gif);
	margin: 11px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.hide {
	display: none;
}

div#topnav {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

a#logo {
	background-image: url(/images/em-logo.gif);
	background-repeat: no-repeat;
	float: left; 
	width: 249px;
	height: 69px;
	border: 0px;
	z-index: 0;
}

a#logo img {
	visibility: hidden;
	float: left; 
	width: 249px;
	height: 69px;
	border: 0px;
}

div#menu {
	position: relative;
	margin-top: 31px;
	float: left; 
	background-image: url(/images/topbar.gif);
	background-repeat: no-repeat;
	width: 511px;
	height: 20px;
	z-index: 0;
	border: 0px;
}

div#menu a {
	text-decoration: none;
}

div#menu b {
	visibility: hidden;
}

/* HOME */
#divMenu0 {
	background-image: url(/images/button-home-off.gif);
	background-repeat: no-repeat;
	float: left; 
	position: relative;
	top: 20px;
	width: 51px;
	height: 18px;
	border: 0px;
	z-index: 0;
	cursor: pointer;
}

/* SOLUTIONS */
#divMenu1 {
	background-image: url(/images/button-solutions-off.gif);
	background-repeat: no-repeat;
	float: left; 
	position: relative;
	top: 20px;
	width: 87px;
	height: 18px;
	border: 0px;
	z-index: 0;
	cursor: pointer;
}

/* ABOUT US */
#divMenu2 {
	background-image: url(/images/button-aboutus-off.gif);
	background-repeat: no-repeat;
	float: left; 
	position: relative;
	top: 20px;
	width: 80px;
	height: 18px;
	border: 0px;
	z-index: 0;
	cursor: pointer;
}

/* BLOG */
#divMenu3 {
	background-image: url(/images/button-blog-off.gif);
	background-repeat: no-repeat;
	float: left; 
	position: relative;
	top: 20px;
	width: 75px;
	height: 18px;
	border: 0px;
	z-index: 0;
	cursor: pointer;
}

/* CUSTOMER SERVICE */
#divMenu4 {
	background-image: url(/images/button-customerservice-off.gif);
	background-repeat: no-repeat;
	float: left; 
	position: relative;
	top: 20px;
	width: 128px;
	height: 18px;
	border: 0px;
	z-index: 0;
	cursor: pointer;
}

/* CONTACT US */
#divMenu5 {
	background-image: url(/images/button-contactus-off.gif);
	background-repeat: no-repeat;
	float: left; 
	position: relative;
	top: 20px;
	width: 90px;
	height: 18px;
	border: 0px;
	z-index: 0;
	cursor: pointer;
}

div#mainbox {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
	background: url(/images/mainbox-right-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 0px;
	z-index: 0;
}

div#mainboxbody {
	background-image: url(/images/mainbox-left-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 12px;
	width: 760px;
}

div#mainboxbodyhome {
	background-image: url(/images/mainbox-left-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 12px;
	width: 760px;
	height: 353px;
}

/* Submenu */

div#submenu {
	position: absolute;
	width: 228px;
	top: 15px;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	z-index: 0;
}

div#submenu h2 {
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #2f8cba;
}

div#submenu ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
div#submenu li {
	list-style: none;
	color: #ff6600;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-left: -32px;
}

div#submenu a {
	color: #ff6600;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

div#submenu a:hover {
	text-decoration: underline;
	color: #2f8cba;
}

div#submenu li.level2 {
	margin-left: -15px;
}

div#submenu li.level2 a {
	margin-left: -6px;
}

div#submenu li.selected1 {
	color: #2f8cba;
	font-size: 11px;
	margin-left: -26px;
}

div#submenu li.selected1 a {
	margin-left: -7px;
	color: #2f8cba;
	font-size: 11px;
}

div#submenu li.selected2 {
	color: #2f8cba;
	margin-left: -15px;
	font-size: 11px;
}

div#submenu li.selected2 a {
	margin-left: -7px;
	color: #2f8cba;
	font-size: 11px;
}
/* ---------------------------------- */
/* -------- MENU INFORMATION -------- */
/* ---------------------------------- */

.menuitem,.menuitemover {
	position: absolute; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: transparent;
	cursor: pointer;
	padding: 1px 4px 1px 4px;
	color: #4B6A84;
}

.menuitemover {
	color: #1B374F;
}

.backgroundmenu {
	position: absolute;
	visibility: hidden;
	background-color: transparent;
}       
        
#copyright {
	width: 738px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
	color: #9b9996;
	font-size: 7pt;
}

div#privacystatement {
	position: relative;
	width: 120px;
	left: 312px;
	top: -33px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	color: #9b9996;
	font-size: 7pt;
	text-align: right;
}

div#privacystatement a:link {
        background: transparent;
        color : #9b9996;
}       
        
div#privacystatement a:visited {
        background: transparent;
        color : #9b9996;
}
        
div#privacystatement a:active {
        background: transparent;
        color : #9b9996;
}

div#privacystatement a:hover {
        background: transparent;
        color : #9b9996;
} 

/* content */

div#content {
	background: url(/images/content-right-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 10px;  
	border: 0px;
	width: 505px;
	top: 15px;
	left: 248px;
	z-index: 10;
} 

div#contentheader {
	background-image: url(/images/content-right-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-position: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#contentheader h1 {
	background-image: url(/images/content-left-top.gif);
	background-repeat: no-repeat;
	background-color: #2F8CBA; 
        position: relative;
        left: 0px;
        top: 0px;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-weight: bold;
        font-size: 9pt;
        color: white;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 25px;
        letter-spacing: 1px;
	width: 464px;
}   

div#contentheader a:link {
	color: white;
	text-decoration: none;
}       

div#contentheader a:visited {
	color: white;
	text-decoration: none;
}       
div#contentheader a:hover {
	color: #97C6DD;
	text-decoration: none;
}

div#contentbody {
	background-image: url(/images/content-left-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	margin: 0;
	margin-bottom: 0px;
	padding-left: 23px;
	padding-right: 22px;
	padding-top: 14px;
	padding-bottom: 22px;
	margin-bottom: 0px;
	width: 454px;
	min-height: 422px;
	line-height: 13pt;
}

div#contentbody h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #2f8cba;
	margin-top: 8px;
	margin-bottom: 0px;
}

div#contentbody h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin-top: 8px;
	margin-bottom: 0px;
}

div#contentbody p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 9px;
}

div#contentbody ul {
	margin-top: -4px;
}

div#contentbody li {
	margin-left: -12px;
}

div#contentbody img {
	border: 0px;
}

div#contentbody .error {
	color: red;
        font-weight : bold;
}

div#contentbody .smalltext {
	font-size: 10px;
	line-height: 11px;
}

/* content links */

div#contentbody a:link {
        background: transparent;
        color : #FF5000;
}

div#contentbody a:visited {
        background: transparent;
        color : #FF5000;
}

div#contentbody a:active {
        background: transparent;
        color : #FF5000;
}

div#contentbody a:hover {
        background: transparent;
        color : #2f8cba;
}

/*                              */
/* Home Page Style info         */
/*                              */

div#home-images {
        position: relative;
        top: 5px;
        left: 9px;
	width: 428px;
	height: 156px;
}

div#home-text {
        position: absolute;
	margin-right: auto;
	top: 5px;
	left: 444px;
	width: 306px;
	height: 156px;
}

/* atem */

div#atem {
        background: url(/images/atem-right-bottom.gif);
        background-repeat: no-repeat;
        background-position: bottom right;
	margin-right: auto;
        position: absolute;
        top: 169px;
	left: 299px;
        padding-bottom: 0px;
        margin-bottom: 15px;
        border: 0px;
        width: 454px;
        z-index: 10;
}

div#atemheader {
	background-image: url(/images/atem-right-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-position: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


div#atem h1 {
	background-image: url(/images/atem-left-top.gif);
	background-repeat: no-repeat;
	background-color: #CC6600; 
        position: relative;
        left: 0px;
        top: 0px;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-weight: bold;
        font-size: 9pt;
        color: white;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 23px;
        letter-spacing: 1px;
	width: 415px;
        text-transform: uppercase;
}   

div#atembody {
	background-image: url(/images/atem-left-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	margin: 0;
	margin-bottom: 0px;
	padding-left: 22px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	width: 422px;
	min-height: 154px;
	height: 154px;
}

div#atembody p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 9pt;
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#atembody em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
        font-weight: bold;
	color: #ff6600;
}

div#atembody a:link {
        font-weight : bold;
        background: transparent;
        color : #ff6600;
	text-decoration:  none;
}

div#atembody a:visited {
	font-style: normal;
        font-weight : bold;
        background: transparent;
        color : #ff6600;
	text-decoration:  none;
}

div#atembody a:active {
	font-style: normal;
        font-weight : bold;
        background: transparent;
        color : #ff6600;
	text-decoration:  none;
}

div#atembody a:hover {
	font-style: normal;
        font-weight : bold;
        background: transparent;
        color : #ff6600;
	text-decoration:  none;
}  

/* pr */

div#pr {
        background: url(/images/pr-right-bottom.gif);
        background-repeat: no-repeat;
        background-position: bottom right;
        position: absolute;
        padding-bottom: 0px;
        margin-bottom: 0px;
        border: 0px;
        width: 284px;
        left: 10px;
        top: 169px;
        z-index: 10;
	height: 189px;
}

div#prheader {
	background-image: url(/images/pr-right-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-position: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


div#prheader h1 {
	background-image: url(/images/pr-left-top.gif);
	background-repeat: no-repeat;
	background-color: #999900; 
        position: relative;
        left: 0px;
        top: 0px;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-weight: bold;
        font-size: 9pt;
        color: white;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 22px;
        letter-spacing: 1px;
	width: 246px;
        text-transform: uppercase;
}   

div#prbody {
	background-image: url(/images/pr-left-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 22px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	width: 237px;
	min-height: 159px;
	height: 159px;
}

div#prbody p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 237px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#prbody img {
	border-style: none;
}

/* pr links */

div#prbody a:link {
        font-weight : bold;
        background: transparent;
        color : #FF6600;
}

div#prbody a:visited {
        font-weight : bold;
        background: transparent;
        color : #FF6600;
}

div#prbody a:active {
        font-weight : bold;
        background: transparent;
        color : #FF6600;
}

div#prbody a:hover {
        font-weight : bold;
        background: transparent;
        color : #2f8cba;
}

.prdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
}

#prup {
	position:absolute;
	left: 258px;
	top: 3px;
}

#prdown {
	position:absolute;
	left: 258px;
	top: 148px;
}

/* default for non win/ie */
#home-image-flash {
	display: none;
	visibility: hidden;	
}

/* default for non win/ie */
#home-text-flash {
	display: none;
	visibility: hidden;	
}

#divScrollTextCont {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 236px;
	height: 129px;
	clip: rect(0px, 238px, 131px, 0px);
	overflow: hidden;
	visibility: hidden;
}

#divText {
	position: absolute;
	left: 0px;
	top: 0px;
}


/* portfolio */

div#portimages {
        position: absolute;
	width: 150px;
}

div#portimages img {
	border: 0px;
}

div#portimages .logo {
	margin-left: auto;
	margin-right: auto;
}

div#portimages .img1 {
	margin-top: 25px;
}

div#portimages .img2 {
	margin-top: 25px;
}

div#portcopy {
        position: relative;
	top: 0px;	
	left: 165px;
	width: 295px;
}

/* press release */

td.pr-releasedate {
	white-space: nowrap;
	width: 150px;
}

/* fine line border */
table.lineborder {
        border-collapse: collapse;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        background: white;
	margin-bottom: 10px;
}

table.lineborder th   {
        font-style: normal;
        font-weight: bold;
        background-color: #eeeeee;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
}

table.lineborder td   {
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0; 
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
