﻿/*------------------------------------\*/


body 
{
    margin:0;
    padding:0;
    font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
    /*font-family:Calibri,Myriad,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;*/
    color:#858585;
    font-size:14px;
    line-height:1.5em;
}


.mashup-button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
	margin-left:110px;
}
.mashup-button a {
	display:block;
	width:100%;
	height:100%;
	background:url(images/mashup-button.png) no-repeat top left;
	outline:none;
}
.mashup-button a:hover {
	background-position:0 -50px;
}



.hilight{
    background-color:#ddd;
}
.quote {
margin:22px 15px;
color:#636363;
padding: 0 50px;
background: transparent url("block-quote.gif") no-repeat 0 0;
}

.small-quote
{
	background: auto;
	padding: 0px 0px 0px 15px;
	margin:20px 5px;
	color:#636363;
	background: transparent url("small-quote.gif") no-repeat 0 0;
	
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


.quote-author
{
	float:right;
}

p
{ 
 color:#636363;
}
h1, h2, h3, h4, h5, h6 {
	color:#273678;
	color:#142144;
}


h3 a {color:#273678; text-decoration:none;}
h3 a:hover{
    text-decoration:underline;
}

h1{ font-size:1.8em;margin:8px 0 8px 0;}
h2{ font-size:1.4em;margin:6px 0 6px 0;}
h3{font-size:1.2em;
/*font-weight:bold;
margin-bottom:2px;*/
}

#galleryContainer{
    width:960px;
    border: solid 1px #CCC;

}
a {color:#273678;}
a:hover{
    text-decoration:underline;
}
a.more{
background:transparent url(./link.png) no-repeat scroll  0 2px;
color:#142144;
font-size:0.8em;
padding:1px 0 2px 20px;
}
a.more:hover {
background:transparent url(./link.png) no-repeat scroll 0 2px;
color:#142144;
text-decoration:underline;
}

#mainHeadline{
    font-family:Trebuchet MS;    
    font-size:24px;
    text-align:center;
    padding-top:15px;
}

#wrap
{
    width:50em;
    margin: 0 auto; /* center it */
    padding: 0;
    
}
#headerContainer
{
    margin:0px auto;
    width:960px;     
    height:77px;           
    border-bottom: solid 4px #CCC;
}

#header
{	
    width:100%;
    /*background-color:#1A2626; 
    background-image:url(/Content/headerfade.gif);    
    background-position:left bottom;
    background-repeat:repeat-x;*/
    margin:0 0 0.6em 0;          
}

#intro ul{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#intro ul li{
float:left;
width:220px;
}

.imagebox {
 border:2px solid #CCCCBB;
    
    padding:5px;
}

#eventlink{
   background: transparent url(eventlink.png) no-repeat scroll 6px 2px
}

#medialink{
    background: transparent url(medialink.png) no-repeat scroll 6px 2px
}

#presentationlink{
    background: transparent url(pptlink.png) no-repeat scroll 6px 2px
}

#content{}
#contentContainer
{   
    margin:0px auto;
    width:960px;  
}

ol 
{
	list-style-type:decimal;
	margin-left:70px;
}
ol li 
{
	margin-bottom:15px;
}

ul.dtsbullet
{
    list-style-type:disc;
    margin-left:15px;
    color:#636363;
}


.clear
{
    clear:both;
}

#logo
{
    padding:0;
    float:left;
}

/*--- Navigation ---- */
.menuHorizontal
{
    float:right;
}
#nav 
{
    float:left;
    margin:0;
    padding: 21px 0 0 2em;
    list-style:none;
    text-transform:lowercase;
}

#nav li
{
    float:left;
    margin: 0 1px 0 0;
    padding:0; 
    font-size:0.9em;
}

#nav li a
{
    float:left;
    display:block;
    margin:0;
    padding: 4px 8px;
    padding:0.8em 1em;
    line-height:1.3em;
    color:#636363;
    font-size:0.8em;
    text-decoration:none;       
}

#nav li a strong
{	
	display:block;
	font-size:1.4em;
	font-weight:bold;
	color:#166fb8;	
}



#nav li a:hover 
{   
	color:#273678;    /*273678 DCS2525*/    
}

#nav li.active a,#nav li.active a strong
{   
    color:#273678;       
}

/* ============= BLGO ENTRIES ==============*/

#blogentries li{

}


.col {
    border-right:1px dotted #CC;
    float:left;
    margin-right:10px;
    padding-right:10px;
    width:224px;
}
.last {
    border:0 none;
    margin-right:0;
    padding-right:0;
}




sup
{
	font-size:0.5em;
}
strong
{
    color:#166fb5;
    font-weight:bolder;
}

.mapwrap{
    background-color:#FFFFFF;
    border:1px solid #D4D4D4;
    
}
.linklist{
     padding-left:9px;
}

.innertube
{
    padding:0.5em 0.5em 0.5em 0.5em;
}
/*--------INFOBAND----------------------------- */
.infoband
{
    /*background-color:#243232;
    background-image:url(infobarfade.gif);    
    background-position:left top;
    background-repeat:repeat-x;
    */
    display:block;
    
}
.infobandContainer
{ 
    margin:0px auto;
    width:960px;
    padding:8px 0 5px 0;
    clear:both;
    background-color:#DDD;
    color:#142144;
    border-top: solid 4px #CCC;
}
.infobandContainer h2
{
   padding-bottom:3px;
   padding-left:25px;
   color:#142144;
}
.infobandContainer p
{
    
    font-size:75%;
}

.infobandContainer li
{
    list-style-type:square;
    color:#636363;
    margin: 0 0 0 15px;
    font-size:10px;
}
.infobandContainer a
{
    /*color:#636363;        */
}

/*------------FOOTER------------------------- */
#footer
{
    clear:both;
    /*padding:1em;*/
    text-align:center;
    
    /*color:#747474;
    background:#1A2626;*/
    font-family:@Arial Unicode MS;
    font-size:60%;  
}
 
#footerContainer
{
    margin:0px auto;
    width:960px;
    /*border-top: solid 4px #CCC;*/
    padding-top:10px;
    background-color:#142144; /*#DDD;*/
    color:#142144;
    
}

#footerContainer p
{
    text-align:left;
    line-height:1.3em;
    color:#FFF;
}
#footerContainer a
{
    color:#FFF;
}

/* ----three column----- */
.triple {
    float:left;
    margin:0pt 30px 0pt 0pt;
    width:293px;
    padding-left:5px;
    
}

.twothirds {
    float:left;
    margin:0pt 30px 0pt 0pt;
    width:600px;
}
.triDiv
{
    border-right: dashed 1px #CCC;
}


div#arcuser-articles ul li {
    background:transparent url(16-file-page.png) no-repeat scroll 6px 2px;
    list-style-image:none !important;
    list-style-position:outside !important;
    list-style-type:none !important;
    margin:0pt 0pt 15px;
    padding:0pt 0pt 0pt 24px;
    font-size:0.8em;
}
div#arcuser-articles ul li a {
    color:#273678;
    text-decoration:none;
}
div#arcuser-articles ul li a:hover {
    color:#273678;
    text-decoration:underline;
}


div#blogarticles ul li {
    background:transparent url(rss-16x16.png) no-repeat scroll 6px 2px;
    list-style-image:none !important;
    list-style-position:outside !important;
    list-style-type:none !important;
    margin:0pt 0pt 15px;
    padding:0pt 0pt 0pt 34px;
    font-size:0.8em;
}
div#blogarticles ul li a {
    color:#273678;
    text-decoration:none;
}
div#blogarticles ul li a:hover {
    color:#273678;
    text-decoration:underline;
}

div#blogarticles .postauthor
{
    font-size:10px;
    padding:2px 0;
}

div#blogsummary a
{
    text-decoration:none;
    /*color:#273678;*/
}
div#blogsummary a:hover{
text-decoration:underline;
}


div#blogsummary h4
{
    text-transform:lowercase;
    font-size:10px;
    padding-top:5px;
}
/*
div#blogsummary h2{
    color:#273678;
    font-weight:bold;
}

div#blogsummary h2
{
    font-weight:bold;
}*/

div#blogsummary ul li {
    background:transparent url(rss-16x16.png) no-repeat scroll 0pt 2px;
    display:inline;
    float:left;
    margin:0pt 60px 0pt 0pt;
    padding:1px 0pt 0pt 20px;
}

img.profile{
    border:solid 2px #CCC;
    margin:15px 0px 15px 8px;
}

hr.section-break{
    height:1px;
    background-color:#CCC;
    margin:10px 0 20px;
}

#staff-avatars img{
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #CCC;
    margin:0 4px 4px 0;
    padding:3px;
}

.last {
    margin:0pt;
    border-right:none;
}

.main-col-675{
    width:675px;
    float:left;
    margin-bottom:10px;
    
}
.right-col-225{
    width:225px;
    float:right;
    margin-bottom:10px;
}

.container{
 clear:both;
 margin-top:15px;
}
.staff-header
{
     font-size:1.8em;
     margin:8px 0 10px 0;
     float:right;
     width:525px;
     text-transform:lowercase;
}
.section-header{
    float:left;
    text-transform:lowercase;    
    width:150px;
    color:#273678;
}
.section-content{
    float:right;
    width:520px;
    margin-left:5px;
}


/*========== END PANEL STYLES ==============*/

.twocol, .threecol
{
    padding:15px 0px 25px 0px;
}
.twocol{
    border-bottom:solid 2px #000;
}

/*-------- Column Layouts -----------*/
.rightcol {
    float:left;
    padding:20px;
    text-align:left;
    width:440px;
}
.leftcol {
    float:left;
    padding:20px;
    text-align:left;
    width:440px;
}
.righttwothirds{
    float:left;
    padding:20px;
    text-align:left;
    width:500px;
}

.leftonethird{
    float:left;
    padding:20px;
    text-align:left;
    width:300px;
}

img.avatar {
    background-color:#FFFFFF;
    border:2px solid #CCCCBB;
    float:left;
    margin:0pt 15px 5px 0pt;
    padding:5px;
}
.light {
    color:#999999;
    font-size:90%;
}


/* --- info boxes --- */
.bx_i
{
    float:left;
    font-size:0px;
    height:120px;
    margin:5px 12px 0pt 0px;
    width:50px;
}
.bx_t
{
    float:right;
    height:120px;
    margin:5px 0pt 0pt 0px;
    width:230px;
}
#coursedesc
{
    margin-top:5px;
}
#coursedesc h3{
    font-size:0.9em;
}
#coursedesc p{
    font-size:0.8em;
    margin-bottom:10px;
}



#flashContainer
{
    float:left;
}


p rightAlign
{
	text-align:left;
}

.headline
{
	font-size:22px;
	line-height:28px;
	padding-bottom:25px;
	text-align:left;
}


#subheadline
{
	font-size:22px;
	line-height:30px;
	padding-top:20px;
	text-align:right;
}
#subheadline a
{
	text-decoration:none;
}

#subheadline a:hover
{
	text-decoration:underline;
}



/*-------------- DATA POINTS -----------------*/
.datapointcontainer
{
	background-color:#FFFFFF;
    border:2px solid #CCCCBB;   
    margin:10px 15px 5px 0pt;
    padding:5px;
}
.ref
{
	font-size:0.8em;
}
.refAuthor{color:#333;font-weight:bolder;margin:3px 0 0 0;}
.refTitle{}
.refDesc{} 
.refDate{ color:#999;}

/*-------------- FORM --------------------*/		
	
#contact-area {
	width: 400px;
	margin: 25px auto;
}


#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 200px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #9FEF1A;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right:20px;
}


#dtslogo
{
    margin-top:10px;
    float:right;    
}
#get-in-touch
{
    float:right;
    cursor:pointer;cursor:hand
    
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	/*font-size: 1.4em;*/
}
label.error
{
    float: left;
	text-align: right;
	font-size:0.8em;
	color:#FF0000;
	width:auto;
}
			
input.button, button.button {
	background:transparent url(./images/bg_button.jpg) repeat-x scroll left bottom;
	border-color:#DDDDDD rgb(170, 170, 170) rgb(170, 170, 170) rgb(221, 221, 221);
	border-style:solid;
	border-width:2px;
	color:#444444;
	font-weight:bold;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	}
/*---------------------------- */
* html .group, * html #nav ul li a {
height:1%;
}
*:first-child + html .group {
min-height:1px;
}
* html #nav ul li a {
display:inline;
}

#flashMovie
{
	background-color: #ffffff;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	text-align: center;
}

#noUpdate
{
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	
	text-align: left;
	background-image: url(Tale of Two Teams.swf_nofp_bg.gif);
	background-repeat: no-repeat;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}


#contactLeft
{
    float:left;
    width: 350px;
    margin: 0 20px 0 0;
    }

#contactRight
{
    float: left;
    width: 350px;
    border-left:1px solid #166fb8;
    padding: 0 20px 0 20px;
    }
#contactTable
{
    width:350px;
    }
.contactTableRow td
{
    padding:0 0 5px 0;
    
    }
.contactLabelColumn
{
    width: 200px;
    }
    
.required
{
    background-color: rgb(255, 255, 160);
    width: 320px;
    }
#contactSubject
{
    width: 320px;
    }
p.label_checkbox_pair {
clear: both;
float: none;
position: relative;
}
p.label_checkbox_pair input {
left: 0px;
position: absolute;
top: 10px;
}
p.label_checkbox_pair label {
display: block;
margin-left: 15px;
width: 200px;
}

#appchips
    {
    	float:left;border: solid 1px #CCC;
    	margin:10px 0 10px 0;
    	}
                            
    #lightbox-container li
    {
    	float:left;
    	padding:3px;
    	margin:3px;
    	
    }
    .small-note
    {
    	font-size:0.7em;
    	text-align:center;
    }