body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
	background:#f8f8f8;
}

header,
footer,
section {
    display: block;
}

.right{
	float:right;
}



a{
	color:#213568;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}

.button{
	color:#fff;
	height:33px;
	line-height:33px;
	text-transform:uppercase;
	text-decoration:none;
	background: #2b3451; /* Old browsers */
	background: -moz-linear-gradient(top,  #2b3451 0%, #354366 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b3451), color-stop(100%,#354366)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2b3451 0%,#354366 100%); /* Chrome10+	,Safari5.1+ */
	background: -o-linear-gradient(top,  #2b3451 0%,#354366 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2b3451 0%,#354366 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2b3451 0%,#354366 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3451', endColorstr='#354366',GradientType=0 ); /* IE6-9 */
	border:none;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	border-radius:5px;
	padding:0px 19px;
}

.button:hover{
	background: #a1dbff; /* Old browsers */
	background: -moz-linear-gradient(top,  #384469 0%, #4a5d8d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#384469), color-stop(100%,#4a5d8d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #384469 0%,#4a5d8d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #384469 0%,#4a5d8d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #384469 0%,#4a5d8d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #384469 0%,#4a5d8d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#384469', endColorstr='#4a5d8d',GradientType=0 ); /* IE6-9 */
	background:transparent linear-gradient(to bottom, #384469 0%, #4a5d8d 100%) repeat scroll 0% 0%;
}

.button.center{
	display:block;
	width:100px;
	margin:0px auto;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


/* Styles for Layout
-----------------------------------------------------------*/

.wrapper{
	width:1030px;
	margin:0px auto;
	background:#fff;
}


header {
	text-transform:uppercase;
}

.upperheader{
	height:104px;
	background: #ffffff url('images/header.png') repeat-x -60px 0px;
}
.upperheader > a{
	display:block;
	height:100%;
	width:20%;
	text-decoration:none;
	color:Transparent;
}

.lowerheader, .lowerheader a{
	height:46px;
	background-color:#364469;
	color:#fff;
	text-decoration:none;
}

.lowerheader > div:first-child{
	display:inline-block;
	width:28%;
	padding: 6px 0px 0px 41px;
	vertical-align:top;
}

.lowerheader > div:first-child > span{
	font-weight:bold;
	padding-right:70px;
}

header  nav{
	display:inline-block;
}

ul.uppernav{
	padding:0px;
	margin:0px;
	display:inline-block;
}

ul.uppernav > li {
	list-style:none;
	float:left;
	line-height:46px;
	height:46px;
	padding:0px 10px;
}

ul.uppernav > li:hover{
background: #28334e; /* Old browsers */
background: -moz-linear-gradient(top,  #28334e 0%, #364369 75%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28334e), color-stop(75%,#364369)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #28334e 0%,#364369 75%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #28334e 0%,#364369 75%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #28334e 0%,#364369 75%); /* IE10+ */
background: linear-gradient(to bottom,  #28334e 0%,#364369 75%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28334e', endColorstr='#364369',GradientType=0 ); /* IE6-9 */
}

ul.uppernav li:hover ul.subnav{
	display:block;
}

ul.subnav{
	padding:0px;
	margin:0px;
	display:none;
	position:absolute;
	background-color:#c5cbda;
	border:1px solid #303d5f;
	padding:10px;
}

ul.subnav > li{
	list-style:none;
	color:#000;
	display:block;
	background-color:#c5cbda;
	line-height:25px;
}

ul.subnav a{
	background-color: rgb(197, 203, 218);
	color: #000;	
}

ul.arrows > li{
	list-style-image: url("images/listmarker.gif"); 
	margin:8px 0px;
}

#content{
	min-height:423px;
	padding:10px;
}

footer{
	height:200px;	
background: #363636; /* Old browsers */
background: -moz-linear-gradient(top,  #363636 0%, #545555 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(100%,#545555)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #363636 0%,#545555 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #363636 0%,#545555 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #363636 0%,#545555 100%); /* IE10+ */
background: linear-gradient(to bottom,  #363636 0%,#545555 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#545555',GradientType=0 ); /* IE6-9 */
}


footer > div:first-child{
	display:block;
	height:18px;
	background-color:lightgray;
	margin-bottom: 30px;
}

#sitemaplinks, #sitemaplinks a{
	color:#FFF;
	text-decoration:none;
}

#contactfooter{
	display: inline-block;
	width: 300px;
	height: 125px;
	padding-left: 38px;
	margin-left: 17px;
	border-left: 1px solid #383838;
}

#contactfooter > ul{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

#sitemaplinks{
	font-size:12px;
}

#sitemaplinks > .footerlink{
	display:inline-block;
	width:18%;
	vertical-align:top;
	padding-left:30px;
	
}

#sitemaplinks ul{
	padding:0px;
	margin:3px 0px 0px 0px;
	text-transform:uppercase;
}


#sitemaplinks ul ul{
	text-transform:capitalize;
	padding-left:10px;
	margin: 4px 0px;
}



.dlalogo{
	display: inline-block;
	background: transparent url("images/dla_logo.png") no-repeat scroll right top / contain;
	height: 151px;
	width: 132px;
	position: relative;
	top: -10px;
}

footer li{
	list-style:none;
	
}

.columns > div{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
}

.columns > div:first-child{
	width:52%;
}

.columns > div:last-child{
	width:39%;
	margin-left:41px;
}

.columns h4 {
	font-size:16px;
	font-weight:normal;
}



/* Wait Popup -----------------------------------------------------*/

.modal {
    position:   absolute;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 );
}

.modal > p{
	height:90px;
	width:108px;
	text-align:center;
	border: 1px solid rgb(176, 176, 176);
	border-radius:5px;
	background: url('images/preload.gif') 50% 54% no-repeat;
	position: fixed;
	top:35%;
	left:47%
}

.modal > p > span{
	color: rgb(89, 85, 85);
	line-height: 132px;
	font-size:11px;
}

.preload.hidden{
	display:hidden;
	background-image: url('images/preload.gif');
}

/* Scroll Layout -----------------------------------------------------*/
#scrollcontent{
}

#scrollarrow {
	padding-left:18px;
	font-size:10px;
	text-align:center;
}


#scrollarrow > span.icon-up{
	display:block;
	height:39px;
	width:39px;
}

div#topcontent + div{
	padding-left:30px;
	padding-right:80px;
}

/* Seperator -----------------------------------------------------*/
.separator{
	margin-bottom:10px;
	border-bottom: 1px solid #E5E5E5;
}

/* PDF links */

a[href$=".pdf"]:after {
  content: " [PDF]";
}

#formslist a[href$=".pdf"]:after {
  content: "";
}