@charset "utf-8";

body#services-it-department .servnav #livepage,
body#services-web-design .servnav #livepage,
body#services-ops-strategy .servnav #livepage,
body#services-artwork .servnav #livepage,
body#services-home-it .servnav #livepage
{
	color: #98273C;
}

.lower-aside {
 margin-top: 32px;
}

#main-content img {
	float: right;
	margin-right: 25px;
	margin-left: 5px;
	border-radius: 10px;
}

#main-content {
	margin-bottom: 10px;
}
.submit{
	margin-left: 0;
	padding: 0;
	text-align: center;
}

.servnav{
	z-index:2;
	background-color: #222222;
	width: 977px;
	height: 20px; 
	margin: -10px auto 16px;
	padding-top: 10px;
	padding-left: 3px;
	padding-bottom: 10px; 
}

.servnav ul{
	list-style-type: ;
	margin: 16px;
	padding:0;
}

.servnav li{
	display: inline;
}

.servnav a{
	text-decoration: under-line;
	color: #fff;
	margin-left: 25px;
	font-size: 95%;
}

.servnav a:visited{
	text-decoration: under-line;
	color: #fff;
	margin-left: 25px;
	font-size: 95%;
}

.servnav a:hover{
	text-decoration: under-line;
	color: #98273C;
	margin-left: 25px;
	font-size: 95%;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;	/* Firefox */
	-webkit-transition: all .2s ease-in-out;	/* Safari & Chrome */
	o-transition: all .2s ease-in-out;	/* Opera */
}

.servnav .clean{
	text-decoration: none;
	color: #98273C !important;
	margin-left: 25px;
	font-weight: 700;
}

.servnav .clean:hover{
	text-decoration: none;
	color: #c0495f !important;
	margin-left: 25px;
	font-weight: 700;
}

.servnavblock1{
	display: block;
	width: 130px;
}

#services-panel{
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 980px;
}

.separator{
	position: relative;
	display: block;
	float: left;
	width: 98%;
	margin: 16px 0 0px 0;
	border-top: 1px solid #e8e8e8;
}

.servicebox{
	position: relative;
	display: block;
	float: left;
	width: 309px;
	margin: 16px 16px 0 0;
}

.servicebox p{
	font-size: 95%;
}

.servicebox a{
	text-decoration: none;
}

.d5{	 /* drops the object by 5 pixels from relative position*/
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: -22px;
}


.d10{	 /* drops the object by 10 pixels from relative position*/
	margin-right: -15px;
	margin-top: 30px;
}


#lower-content h4{
	display: inline;
	font-size: 95%;
	color: #98273c;
	margin-left: 35px;
}

.lineup {
	display: block;
	float:left;
	width: 98%;
	border: 1px solid #e2e2e2;
	-webkit-box-shadow: 5px 5px 20px #d6d6d6;
	-moz-box-shadow: 5px 5px 20px #d6d6d6;
	box-shadow: 5px 5px 20px #d6d6d6; 
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 5px 0;
}

.lineup p{
	display: inline;
	float:left;
	width: 10em;
}

.lineup .w1{
	width: 5em;
}

.lineup .shrink95{
	font-size: 95%;
}

.lineup a{
	text-decoration: none;
	color: #98273C;
	font-size: 95%;
}

.points{
	position: relative;
	display: block;
	margin-top: -1em;
	margin-left: 10px;
	list-style-type: disc;
}


/*
#services-panel p, .panelc .left p{
	padding-left: 10px;
}

#services-panel .left img{
	margin-left: 16px;
	margin-right: 6px;
	border-radius: 10px;
}

#services-panel .left{
	position: relative;
	display: block;
	float: left;
	width: 650px;
	min-height: 95px;
}

#services-panel .left .extended{
	width: 900px;
}

.a-s{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 5px 0 -30px 0;
	padding: 0;
}

#services-panel .right{
	float:right;
	width: 300px;
	min-height: 40px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border: 1px solid #e2e2e2;
	-webkit-box-shadow: 5px 5px 20px #d6d6d6;
	-moz-box-shadow: 5px 5px 20px #d6d6d6;
	box-shadow: 5px 5px 20px #d6d6d6;

	border-radius: 10px;
}

#services-panel .right p{
	margin-left: 0;
	padding: 0;
	text-align: center;
}

#services-panel .rightb{
	float:right;
	width: 300px;
	min-height: 155px;
	margin: 30px 0 0 10px;
	padding: 0 0 0 10px;
	border: 1px solid #e2e2e2;
	-webkit-box-shadow: 5px 5px 20px #d6d6d6;
	-moz-box-shadow: 5px 5px 20px #d6d6d6;
	box-shadow: 5px 5px 20px #d6d6d6;
	border-radius: 10px;
}

#services-panel .rightb h1{
 margin-bottom: 5px;
}

#services-panel .rightb p{
	font-size: 90%;
	margin: 0;
	padding: 0 0 2px 15px;
}



#services-panel .left .d5{	
	margin-left: 0;
	margin-bottom: -5px;
}

#services-panel .left .points{
	position: relative;
	display: block;
	margin-top: -1em;
	margin-left: 4em;
	list-style-type: disc;
}

*/