@charset "utf-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
* {
	margin:0px auto;
	padding:0;
}
.emi #shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -300px;
	float: left;
}
.emi #wrapper {
	width: 960px;
	height: 570px;
	clear: both;
	position: relative;
	top: -300px;
	/* IE4ever Hack: Hide from IE4 **/
position: static;/** end hack */
}
/* Hide from IE5mac \*//*/
div#shim {
display: none;
}
html, body {
height: auto;
}
/* end hack */

/* ]]> */


.awardsbullets li {
		font-size:11px;
}


body {
	font: 13px Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) no-repeat top center #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
.emi #container {
	width: 957px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.emi #header {
	padding: 0;
}
.emi #header h1 {
	margin: 5px 0 5px 0;
	padding:0;
	font-size:12px;
	color:#999;
	font-weight:normal;
	text-align:center
}
.emi #right-panel-red {
	float: right; /* since this element is floated, a width must be given */
	width: 202px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/navbg.gif) no-repeat top right #a9122a; /* the background color will be displayed for the length of the content in the column, but no further */
	height:554px;
}
.emi #right-panel-red #navblock {
	width: 180px;
	height:390px;
	padding:15px 0 0 5px;
}


.emi #right-panel-grey {
	float: right; /* since this element is floated, a width must be given */
	width: 202px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/navbggrey.gif) no-repeat top right #211f20; /* the background color will be displayed for the length of the content in the column, but no further */
	height:554px;
}
.emi #right-panel-grey #navblock {
	width: 180px;
	height:340px;
	padding:50px 0 0 5px;
}

.emi #right-panel-grey #navblock ul.menu, ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 170px;
	text-align:left
}
.emi #right-panel-grey #navblock ul.menu a {
	display: block;
	text-decoration: none;
	text-align:left
}
.emi #right-panel-grey #navblock ul.menu li {
}
.emi #right-panel-grey #navblock ul.menu li a {
	color: #fff;
	text-transform:lowercase
}
.emi #right-panel-grey #navblock ul.menu li a:hover, .emi #right-panel-grey #navblock ul.menu li.active {
	background: url(../images/navbg-active.jpg) no-repeat left;
}
.emi #right-panel-grey #navblock ul.menu li ul li a {
	color: #fff;
	padding-left: 20px;
	font-size:11px
}
.emi #right-panel-grey #navblock ul.menu li ul li a:hover {
	padding-left: 20px;
	background:none;
	color:#F66
}


.emi #mainContent {
	margin: 0 202px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the right-panel-red div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #right-panel-red space when the content in #right-panel-red ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
}
.emi #mainContent #text-padding {
	/*background:#FFF; */
	padding:30px 30px 0 30px;
	height:524px;
}
.watermark {
	background: url(../images/services-watermark.jpg) no-repeat bottom left #fff;
}
.emi #mainContent #text-padding h1 {
	font-size:32px;
	color:#a9122a;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	margin:0 0 14px 0
}
.imgpad-r {
	padding:0 0 0 20px;
}
.emi #mainContent #text-padding ul {
	margin:0 0 0 0px;
	line-height:20px;
}
.emi #mainContent #text-padding ul li {
	list-style:none;
	background:url(../images/bullet.gif) no-repeat;
	padding:0 0 0 20px;
}
.emi #mainContent #text-padding #indent {
	padding:0 30px 0 40px;
}
.emi #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:11px;
	color:#999
}
.emi #footer a {
	color:#999;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#portfolio-content {
	width:465px;
	height:424px;
	overflow:auto;
	background:#fff;
	text-align:left;
	margin:0 5px 0 0;
	scrollbar-face-color: #990000;
	scrollbar-highlight-color: #cacaca;
	scrollbar-3dlight-color: #cacaca;
	scrollbar-darkshadow-color: #cacaca;
	scrollbar-shadow-color: #cacaca;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #fff;
}

#overflow {
	width:640px;
	height:424px;
	overflow:auto;
	background:#fff;
	text-align:left;
	margin:0 15px 0 0;
	padding:0 15px 0 0;
	scrollbar-face-color: #990000;
	scrollbar-highlight-color: #cacaca;
	scrollbar-3dlight-color: #cacaca;
	scrollbar-darkshadow-color: #cacaca;
	scrollbar-shadow-color: #cacaca;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #fff;
}


.emi #right-panel-red #navblock ul.menu, ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 170px;
	text-align:left
}
.emi #right-panel-red #navblock ul.menu a {
	display: block;
	text-decoration: none;
	text-align:left
}
.emi #right-panel-red #navblock ul.menu li {
	margin:0; padding:0
}
.emi #right-panel-red #navblock ul.menu li a {
	color: #fff;
	text-transform:lowercase;
	margin:0; padding:0
}
.emi #right-panel-red #navblock ul.menu li a:hover, .emi #right-panel-red #navblock ul.menu li.active {
	background: url(../images/navbg-active.jpg) no-repeat left;
}
.emi #right-panel-red #navblock ul.menu li ul li a {
	color: #fff;
	padding-left: 20px;
	font-size:11px;
}
.emi #right-panel-red #navblock ul.menu li ul li a:hover {
	padding-left: 20px;
	background:none;
	color:#F66
}

a {
	color:#a9122a;
	text-decoration:none
}
#lightbox, #lightbox-overlay {
	position:absolute;
	top:0px;
	left:0px;
	bottom:auto;
	right:auto;
	z-index:100;
	width:100%;
	height:auto;
	text-align:center;
	color:#333;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block
}
#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration:underline;
	color:#999
}
#lightbox-overlay {
	z-index:90;
	background-color:#000;
	height:100%;
	position:fixed
}
#lightbox-overlay-text {
	text-align:right;
	margin-right:20px;
	margin-top:20px;
	color:white;
	font-size:12px;
	cursor:default;
	line-height:normal
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color:white
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px
}
#lightbox img, #lightbox a img, #lightbox a {
	border:none;
	outline:none
}
#lightbox-imageBox {
	position:relative;
	border:1px solid black;
	;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto
}
#lightbox-imageContainer {
	padding:1px
}
#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0
}
#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height:100%;
	background:transparent url("../images/blank.gif") no-repeat;
	zoom:1;
	padding:0px;
	margin:0px
}
#lightbox-nav-btnPrev {
	left:0;
	right:auto;
	float:left
}
#lightbox-nav-btnNext {
	left:auto;
	right:0;
	float:right
}
#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0 auto;
	padding:0px
}
#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	line-height:normal
}
#lightbox-infoHeader {
	width:100%;
	text-align:center
}
#lightbox-caption {
	text-align:justify
}
#lightbox-caption-title {
	font-weight:bold
}
#lightbox-caption-description {
	font-weight:normal
}
#lightbox-infoFooter {
	margin-top:3px;
	color:#999
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right
}
#lightbox-close-button {
	padding-left:30%
}
#lightbox-close-button:hover {
	color:#666
}
#lightbox-infoContainer-clear {
	clear:both;
	visibility:hidden
}

