@charset "utf-8";
/* CSS Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/************************************************************************************ Template Styles ************************************************************************************/
body, html {
	background-color: #000000;
	color: #868686;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
}
a{
	color: #cc0015;
}
	a:hover {
		text-decoration: none;
	}
#headerTile {
	background: url(../images/headerTile.jpg);
	height: 343px;
}
#header {
	background: url(../images/headerTile.jpg);
	height: 343px;
	margin: auto auto;
	width: 995px;
}
	#header #logoNav {
		float: left;
	}
	#header #banner {
		float: right;
		margin-top: 30px;
		width: 675px;
		position:relative;
	}
		#header #banner h3 {
			color: #cc0015;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.7em;
			font-weight: normal;
			margin: 10px 0 5px 0;
		}
		#header #banner p {
			color: #fff;
		}
			#header #banner #overLayContentTxt {
				position: absolute;
				bottom: 0;
				z-index: 12;
			}
	#header ul {
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.7em;
		margin-left: 20px;
	}
		#header ul li a {
			color: #FFFFFF;
			display: block;
			height: 33px;
			line-height: 33px;
			width: 244px;
			text-decoration: none;
		}
		#header ul li a:hover {
			background: url(../images/navOver.jpg) no-repeat;
			color: #878383;
			display: block;
			height: 33px;
			line-height: 33px;
			padding-left: 40px;
		}
		
	.edlLogo {
		margin: 30px 0 50px 0;
	}
#contentTile {
	background: #fff url(../images/contentTile.jpg) repeat-x;
	clear: both;
	overflow: hidden;
}
#content {
	margin: auto auto;
	position: relative;
	width: 995px;
}
	#content #shadowLeft {
		background: url(../images/shadowLeft.png) no-repeat;
		height: 334px;
		left: 270px;
		position: absolute;
		top: 16px;
		width: 25px;
			
	}
	#content #shadowRight {
		background: url(../images/shadowRight.png) no-repeat;
		height: 334px;
		left: 995px;
		position: absolute;
		top: 16px;
		width: 25px;
			
	}
	#content #col1 {
		float: left;
		width: 295px;
	}
		#content #col1 h2  {
			background: url(../images/sideBarHeader.jpg) no-repeat;
			color: #000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.7em;
			font-weight: normal;
			margin-bottom: 20px;
			padding: 55px 0 0 80px;
		}
	#content #col2 {
		background: url(../images/contentBg.jpg) no-repeat;		
		float: left;
		min-height: 400px;
		padding: 21px 25px 0 25px;
		width: 650px;
	}
		#content #col2 #tab_ourServices {
			float: left;
			margin-right: 20px;
			width: 315px;
		}
		#content #col2 #tab_contactUs {
			float: left;
			width: 315px;
		}
		#content #col2 #tab_products {
			float: left;
			margin-right: 20px;
			width: 203px;
		}
			#content #col2 #tab_products ul {
				margin-left: 30px;
			}
				#content #col2 #tab_products ul li {
					list-style-type: circle;					
				}
#footerTile {
	background: #000 url(../images/footerTile.jpg) repeat-x;
	clear: both;
	padding-top: 20px;
}
#footer {
	height: 104px;
	margin: auto  auto;
	width: 995px;
}
	#tagline {
		float: left;
	}
		#tagline span {
			color: #cc0015;
			font-weight: bold;
		}
	#footerNav {
		float: right;
	}
		#footerNav a {
			color: #868686;
			text-decoration: none;
		}
		#footerNav a:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}
/**** Slide Show ***/
#container
{
    width: 675px;
    margin: 0 auto;
}
#loader
{

    display: inline;
    float: left;
    height: 229px;
    overflow: hidden;
    margin: auto;
    width: 675px;
    position: relative;
    text-align: center;
}

#loader img
{
    width: 100%;
    height: 100%;
}
.loading
{
    background: url( '../loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
	z-index:10;
}

