/* Global classes */

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3a26;
	-webkit-text-size-adjust: none;   
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a { color:  #3b3a26; text-decoration: none /* greenish grey */ }
a:hover { text-decoration: underline }
p { margin-bottom: 17px; }

#goBtn{
	position: relative; top: -5px; left: 0px;
}
#goBtn2{
	position: relative; top: -5px; left: 0px;
}
#searchBar{
	height: 30px;
}
#logo{
	float: left;
}
#top{
	height: 40px;
}
#speedURL{
	float:right;
	position: relative; top: 15px; right: 4px;
}
#search{
	float:left;
	position: relative; top: 3px; left: -3px;
}
#footer{
	height: 100px;
	font-size: 11px;
}
#toTop{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #ffa547;
}
#footerLinks{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #f1f1ed;
}
#poweredBy{
	text-align: center;
	color: #aaac9e;
	padding-top: 8px;
	height: 20px;
}
#search-text{
	padding-left: 8px;
	position: relative; top: -14px; right: -3px;
	height: 16px;
    border: 2px solid #cfcccb;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #707070;
} 

.twoColList{
	margin-Bottom: 5px;
}
.fullSummary{
	margin-left: 10px;
	margin-right: 10px;
	margin-Bottom: 8px;
	padding-top: 8px;
}
.fullSummaryText{
}
.fullSummaryText ul {
	padding-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.picture{
	margin-right: 8px;
	margin-bottom: 5px;
}
.test{
	max-height: 50px;
	vertical-align:top;
	margin-right: 8px;
	margin-bottom: 5px;
}
.headline{
	font-size: 14px;
}
.twoColList tr td{
	padding-left: 10px;
	vertical-align: top;
	max-width: 50%;
	padding-right: 25px;
	padding-top: 0px;
}
.sectionElement{
	min-width: 320px;
}
.headerSummary{
	max-width: 100%;
	border-top-width: thick;
    border-top: dashed 1px #aaac9e; /* tan */
	margin-left: 10px;
	margin-right: 10px;
	margin-Bottom: 8px;
	padding-top: 8px;
}
.plainText{
	max-width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-Bottom: 10px;
}
.title{
	font-size: 12px;
	background: url(/csp/cms/sites/DTI/assets/images/mobileHomeTitle.jpg);
	height: 23px;
	padding-left: 10px;
	padding-top: 7px;
}
.arrow{
	color: transparent;
	position: relative; top: 0px; right: 30px;
	float: right;
}
.footerArrow{
	color: transparent;
	position: relative; top: 0px;
}
.sectionName{
	position: relative; top: 0px; right: 20px;
	float: right;
}
.title.open{
	margin-bottom: 5px;
	
}
.sectionMore{
	padding-top: 4px;
	padding-left: 10px;
	height: 17px;
	background-color: #f1f1ed;
}
.bullet{
	background: url(/csp/cms/sites/DTI/assets/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	margin-right: 4px;
	
}
.storyMore{
	background: url(/csp/cms/sites/DTI/assets/images/bullet.gif);
	background-repeat: no-repeat;
	height: 5px;
	background-position: 0px 4px;
	padding-left: 13px;
	margin-left: 3px;
}
.orange { color: #ffa547; }
.underlined{ text-decoration: underline; }
