/*
Theme Name: Donor Services Group Theme
Theme URI: 
Description: Donor Services Group Theme
Version: 1
Author: Lawrence Altaffer
Author URI: http://l4designs.com.com/

*/

.alignright{
	float: right;
}
a{
	color: #ff6600;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	color: #ff6600;
}
#contactInfo a{
	color: #ff6600;
	text-decoration: underline;
}
#dsgLogo{

margin-bottom: 20px;
}
#navigation{
	position: relative;
	top: 70px;
	height: 25px;
	width: 500px;
	display: block;
	background-color: rgba(255,255,255,0.7);
	float: right;
}
#nav li{
	border-right: 1px solid #222222;
	height: 25px;
	margin: 0;
}
#nav li:hover{
	background: #fff;
}
#nav a{
	display: block;
	color: #222222;
	text-decoration: none;
	font-size: 18px;
	height: 25px;
	padding: 4px 23px;
}
#nav li.lastNavLink{
	border-right: none;
}

#nav li.lastNavLink ul{
	margin-left: -12px;
}

#nav li.lastNavLink ul li{
	width: 135px;
	margin: 0;
	padding: 5px 0px 5px 12px;
}

#nav li.lastNavLink ul li a{
	width: 135px;
	margin: 0px;
	padding: 0px;
}

#Content{
	position: relative;
	top: 20px;
}

#Content p{
	font-size: 16px;
	line-height: 23px;
}
ul,li{
	font-size: 14px;
	line-height: 20px
}
.centeredText{
	text-align: center;
}
.centeredList{
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}
#staff h4{
	margin-bottom: 5px;
}
#staff p{
	font-size: 14px;
	line-height: 14px;
}
#jobContent{
	float: left;
	background-color: rgba(0,0,0,0.70);
	padding: 10px;
}
#jobContent ul{
	font-size: 16px;
	line-height: 24px;
}
#jobVideo{
	float: right;
	display: none;
}
#pyramid{
	text-align: left;
}
.bullet li{
	list-style: disc;
}
.bottomMargin5{
	margin-bottom: 5px
}
#footer{
	margin-top: 15px;

}
#footer p{
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
}