@charset "utf-8";
/* CSS Document */

/* RESET */

div, img, a, p, h1, h2, h3, ul, li, table, tr, td
{
position: relative;
margin: 0;
padding: 0;
border: 0;
font: 12px verdana;
line-height: 21px;

}

/* ELEMENTS */

form
{
display: block;
position: relative;
}

body
{
margin: 0;
padding: 0;
background: #2C4D6B;
}

/* TEXT */

p
{
margin-bottom: 0;
padding-bottom: 15px;
}

ul
{
list-style-type: square;
list-style-position: inside;
padding-left: 15px;
}

h1
{
font: 28px verdana;
font-weight: 100;
padding: 0 0 15px 0;
margin: 0 0 15px 0;
border-bottom: 1px solid #BCBCBC;
}

h2
{
	font: 20px verdana;
	font-weight: 100;
	padding-bottom: 10px;
}

h3
{
	font: 16px verdana;
	font-weight: 100;
	padding-bottom: 10px;
	padding-top: 10px;
}

h4
{
	font: 14px verdana;
	padding-bottom: 10px;
	font-style: italic;
	color: #666;
}

a
{
	text-decoration: underline;
	color: #FF6600;
}

a:hover
{
text-decoration: none;	
}

.bold
{
	font-weight: bold;
}

/* TABLES */

td, th
{
background-color: #E5E9ED;
vertical-align: top;
padding: 4px 10px 4px 10px;
}

td.theader, th
{
	background-color: #A2B1BE;
	color: white;
	font-weight: bold;	
	text-align: left;
}

td a, td a:hover
{
	color: #103557;	
	text-decoration: underline;
}

.news a
{
	text-decoration: underline;
	color: #FF6600;
}

.news a:hover
{
	text-decoration: none;	
}

.news td
{
background: white;
vertical-align: center;
}

/* HOME STRUCTURAL */

#container
{
	margin: 0 auto;
	width: 960px;
	padding-bottom: 10px;
}

#wrap
{
	width: 100%;
	background: #103557;
}

#homearea
{
	width: 960px;
	height: 700px;
	background: url('images/homebox.png') no-repeat;
}

#discoverarea
{
	width: 960px;
	min-height: 600px;
	background: url('images/discoverback.png') no-repeat;
}

* html #discoverarea { height:700px; }

#discoverleft
{
top: 400px;	
}

#logo
{
	position: absolute;
	left: 45px;
	top: 60px;
	width: 272px;
	height: 66px;
}

#navarea
{
	position: absolute;
	left: 380px;
	top: 116px;
	width: 600px;
	height: 30px;
}

#badgearea
{
	position: absolute;
	left: 45px;
	top: 419px;
	width: 900px;
	height: 61px;
}

.badge
{
	float: left;
	width: 206px;
	height: 61px;
	margin-right: 17px;
}

a.badge:hover
{
	background-position: -206px 0px;	
}

#navarea a
{
	display: block;
	float: left;
	height: 24px;
	color: white;
	font: 15px verdana;
	font-weight: bold;
	text-decoration: none;
	margin-right: 25px;
}

#navarea a:hover
{
	/*background: url('images/arrow.gif') center bottom no-repeat;	*/
	text-decoration: underline;
}

.menu a
{
display: block;
color: white;
font-size: 12px;
}

.menu a:hover
{
color: orange;	
}

#flashcontent
{
	position: absolute;
	top: 150px;
	left: 27px;
}

#discovercontent
{
	position: absolute;
	top: 150px;
	left: 27px;
	height: 186px;
}
#topbar
{
	width: 100%;
	height: 34px;
	background: url('images/headerback.png') repeat-x;
}

#topcontainer
{
	width: 960px;
	height: 30px;
	margin: 0 auto;
}

#searcharea
{
	position: absolute;
	right: 15px;
	top: 0;
	width: 250px;	
}

#utilitynav
{
	position: absolute;
	width: 400px;
	height: 30px;
	left: 25px;
	top: 5px;
}

#utilitynav a
{
	margin-right: 15px;
	color: white;
}

#bottombar
{
	width: 100%;
	height: 60px;
	padding-top: 10px;
	background: url('images/footerback.png') repeat-x;
}

#bottombar p a
{
	color: white;
	margin: 10px;
}

#bottombar p
{
	width: 600px;	
	margin: 0 auto;
	text-align: center;
	color: #abbfd1;
	margin-bottom: 20px;
	font: 11px verdana;
}

#boxes
{
	position: absolute;
	top: 505px;
	left: 27px;
	width: 910px;
	height: 149px;
}

html>body #leftbox
{
	background: url('images/homeleft.png') no-repeat;
}

html>body #rightbox
{
	background: url('images/homeright.png') no-repeat;
}



#dtlogo
{
	display: block;
	background: url('images/elogo.gif') no-repeat;	
	width: 272px;
	height: 66px;
}

html>body #dtlogo
{
	background: url('images/logo.png') no-repeat;

}

#leftbox
{
	float: left;
	width: 561px;
	height: 156px;
	margin-right: 15px;
	background: url('images/ehomeleft.png') no-repeat;
	padding: 15px 15px 15px 20px;
}

#bullets
{
	float: left;
	width: 180px;
	height: 156px;
	padding: 0;
	margin-right: 15px;
}

#summary
{
	float: left;
	width: 360px;
	height: 156px;
	padding: 0;
}

#boxes p, .lefttop
{
	color: #ABBFD1;
}

#boxes h3, .lefttop h3
{
	font: 18px verdana;
	font-weight: bold;
	color: white;
	padding: 0;
	padding-bottom: 5px;
}

#subleft a, #boxes a
{
	color: #F9B353;	
	text-decoration: none;
}

#subleft a:hover, #boxes a:hover
{
	text-decoration: underline;	
}

img.rightarrow
{
	margin-left: 5px;
	
}

#rightbox
{
	float: left;
	width: 268px;
	height: 156px;
	padding-right: 0px;
	background: url('images/ehomeright.png') no-repeat;
	padding: 15px 15px 15px 15px;
}

.ffclear
{
clear: both;	
}



/* SUB PAGES */


#subleft
{
	float: left;
	width: 234px;	
	padding-left: 27px;
}

#subright
{
	float: left;
	width: 699px;	
	margin-bottom: 20px;
}

#subarea
{
	width: 960px;
	height: 150px;
	background: url('images/subtop.png') 261px 46px no-repeat;
}

.lefttop
{
	width: 	204px;
	padding: 15px 15px 15px 15px;
	background: url('images/modtop.png') no-repeat;
}

.leftbottom
{
	width: 	234px;
	height: 10px;
	background: url('images/modbottom.png') no-repeat;
	margin-bottom: 20px;
}

#righttop
{
	width: 699px;
	height: 22px;
	background: url('images/subtop.png') bottom right no-repeat;
}	

#rightmiddle
{
	width: 599px;
	padding: 0 50px 0 50px;
	background: url('images/submiddle.png') repeat-y;
}	

#rightbottom
{
	width: 699px;
	height: 43px;
	background: url('images/subbottom.png') no-repeat;
}	

.callout
{
	float: right;
	width: 225px;
	margin: 15px 0 15px 15px;
	background: url('images/callouttop.png') no-repeat;
	z-index: 1000;
	clear: right;
}

.callout p
{
	padding: 0px 25px 15px 15px;
}

.callout h3
{
	padding: 15px 25px 10px 15px;	
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}


#subleft .badge
{
margin: 0 0 5px 15px;
}

.executive
{
	padding-bottom: 30px;
}

.executive img
{
float: left;	
margin: 10px 10px 00px 0;
}

/* DISCOVER PAGES */

#discovertop
{
	width: 960px;
	height: 150px;
	background: #103557 url('images/discoverback.png') no-repeat center top;
}

#discovermiddle
{
		width: 960px;
	height: 190px;
	background: #103557 url('images/discoverback.png') no-repeat center -233px;
}

#discoverbottom
{
		width: 880px;
	min-height: 221px;
	background: #103557 url('images/discoverback.png') no-repeat center -423px;
	padding: 20px 40px 20px 40px;
	color: 	#C3CCD5;
}

#discoverleftc
{
	float: left;
	width: 598px;
	margin-right: 20px;

}

#discoverrightc
{
	float: left;
	width: 262px;
	line-height: 5px;

}

#discoverbottom h1, #discoverbanner h1, h5, #cyclearea h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #fff;
font-weight: bold;
font-size: 26px;
padding: 25px 0 0px 0;
border: 0;
margin: 0;
text-transform: uppercase;
}

h5
{
	display: block;
	width: 262px;
font-size: 14px;	
border-bottom: 1px solid #346592;	
padding-bottom: 3px;
padding-top: 10px;
margin-bottom: 5px;
}

#discoverbottom h2, #discoverbanner h2, #cyclearea h2
{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #5999D2;
font-weight: bold;
font-size: 18px;
padding: 0 0 20px 0;
text-transform: uppercase;
}

.buttonbox
{
width: 262px;
background: #9AC7EC url('images/buttonboxback.png') repeat-x;
margin-top: 15px;
}

.buttonbox a
{
display: block;	
color: #485A69;
text-decoration: none;
padding: 10px 21px 10px 21px;
border-top: 1px solid white;
font-size: 11px;
}

.buttonbox a.vid
{
	background: #FDE6C1 url('images/vid.png') repeat-x;
}

.buttonbox a:hover
{
background: url('images/boxhighlight.png');	

}
.buttonbox a.vid:hover
{
background: url('images/vidhighlight.png');	

}

.buttonbox a span
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: black;	
font-weight: bold;
line-height: 24px;
font-size: 20px;
text-transform: uppercase;
}

.imageOver{
	background: white;	
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;	
}

.schedulebutton
{
	margin-top:15px;
	display: block;
	width: 262px;
	height: 45px;
	background: url('images/schedulebutton.png') no-repeat;
}

.schedulebutton:hover
{
background-position: -262px;	
}

.schedulebuttonsmall
{
	margin-top: 0px;
	display: block;
	width: 157px;
	height: 27px;
	float: left;
	margin-right: 15px;
	background: url('images/schedulebuttonsmall.png') no-repeat;
}

.schedulebuttonsmall:hover
{
background-position: -157px;	
}

.readmore
{
	margin-top: 0px;
	display: block;
	width: 117px;
	height: 27px;
	float: left;
	margin-right: 15px;
	background: url('images/readmoresmall.png') no-repeat;
}

.readmore:hover
{
background-position: -117px;	
}


#discoverlogo
{
	position: absolute;
	left: 40px;
	bottom: 20px;
	display: block;
	background: url('images/elogo.gif') no-repeat;
	width: 272px;
	height: 66px;
}

.backtotop
{
width: 100%;
height: 27px;
border-bottom: 1px solid #346592;	
margin-top: 15px;
}

.backtotop a
{
	color: 	#C3CCD5;	
}

#documentsarea a
{
display: block;	
margin-bottom: 10px;
line-height: 14px;
}

#discoverbadges
{
	position: absolute;
	left: 45px;
	bottom: 8px;
	width: 900px;
	height: 61px;
	padding-left: 0px;
}

#discoverbadges a
{
display: block;
margin-right: 10px;
float: left;
width: 285px;
height: 62px;	
}

#homebadges
{
	position: absolute;
	left: 45px;
	bottom: 220px;
	width: 900px;
	height: 61px;
	padding-left: 0px;
}

#homebadges a
{
display: block;
margin-right: 10px;
float: left;
width: 285px;
height: 62px;	
}

#discoverbanner
{
	position: absolute;
	top: 0;
	left: 27px;
	width: 880px;
	height: 73px;
	padding: 15px;
	background: url('images/blankbanner.jpg') no-repeat;
}

#cyclearea
{
	position: absolute;
	top: 0;
	left: 27px;
	width: 850px;
	height: 193px;
	padding: 30px;
}

#discoverbanner h1, #cyclearea h1
{
color: black;
padding-top: 0;	
font-size: 30px;
font-weight: bold;
}

#discoverbanner h2, #cyclearea h2
{
color: #195997;
font-size: 24px;
padding-top: 5px;
}

#cyclearea h1
{
	font-size: 27px;
}

#cyclearea h2
{
	font-size: 22px;
}

.right
{
text-align: left;	
}
