@charset "utf-8";

/* CSS Document */
/*
Lovel Group red:	#98273c
text colort:		#222
*/


html {
	overflow-y:scroll;
	background-color: f5f6f7;
}

body{
	font: 95%/1.4 segoe ui, sans serif, helvetica, garuda, arial, verdana, tahomasans-serif;
	color: #222222;
}

article, aside, figure, footer, header, section, img {display: block;}

body#home #homenav a,
body#about #aboutnav a,
body#services #servicesnav a,
body#services-it-department #servicesnav a,
body#services-web-design #servicesnav a,
body#services-ops-strategy #servicesnav a,
body#services-artwork #servicesnav a,
body#services-home-it #servicesnav a,
body#contact #contactnav a,
body#notices #noticesnav a,
body#faq #faqnav a
{
	background-color: #98273C;
}

#screen{
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

#page-wrap { 
	display: block;
	width: 980px; 
	margin: 0 auto; 
	background: white /*url(../images/mailmark.png) top right no-repeat*/;
	/*border: 1px solid #eee;*/
}

#header {
	margin: 10px 0 16px 0;
}

#logo{
	float: left;
	margin: 0 0 20px 0;
}

#logo img{
	float: left;
	margin: 0px;
	padding-top: 2px;
}

a img{
	border: none;
}

.telephone {
	float: right;
	margin: 0;
	display: inline;
	width: 200px;
}

.email  {
	float: right;
	margin: 0;
	display: inline;
	width: 230px;
}	

.telephone img, .email img {
	float: left;
	margin: 0;
	display: inline;
	padding-top: 2px;
}

.telephone p, .email p {
	display: inline;
	margin: 0 0 0 5px;
}

.search-wrap{
	z-index:3;
	position: block;
	float: right;
	width: 400px;
	margin: 35px -14px 0 0;
	padding: 0;
}

#nav {
	position: relative;
	background-color: #222;
	width: 100%;
	height: 27px; 
	margin: 5px 0 20px 0;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding:0;
}

#nav li {
	display: inline;
	text-decoration: none;
}

#nav li a {
	position: block;
	float: left;
	background-color: #222222;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 120px;
	height: 24px;
	padding-top:3px;
	border-right: 1px solid #ffffff;
}

#nav li a:hover {
	background-color: #98273C;	
}

/* navblock sets up a holding container for sub menus. Use for li elements that will have a sub menu */
.navblock{
	position: block;
	float: left;
	width: 120px;
	height: 24px;
	border-right: 1px solid #ffffff;	
}

ul ul {
	display: none;
}

ul li:hover ul{
	display: block;
}

.subnav a {
	Display: block !important;
	font-size:95%;
	min-width: 260px;
	margin: 0 0;
	padding: 0 0 3px 16px;
	text-align: left !important ;
 }

#main-content {
	float: left;
	width: 658px;
	min-height: 95px;
	margin: 0 0 40px 0;
 }
 
h1 {
	font: 110%/1.4 segoe ui, sans serif, helvetica, garuda, arial, verdana, tahomasans-serif;
	font-weight: 800;
	color: #222222;
}

.underline{
	width: 33%;
	padding-bottom: .5em;
	padding-left: 10px;
	border-bottom: 1px solid #98273C;
}

.underline2{
	width: 75%;
	padding-bottom: .5em;
	border-bottom: 1px solid #98273C;
}

.underline3{
	width: 48%;
	padding-bottom: .5em;
	padding-left: 10px;
	border-bottom: 1px solid #98273C;
}

.label1 {
	float: left;
	width: 5.5em;
	text-align: left;
}

.label2{
	float: left;
	width: 9em;
	text-align: left;
}


p {
	color: #222222;
	margin: 10px;
	
} 

#main-aside {
	float:right;
	width: 300px;
	min-height: 40px;
	margin: 0 0 0 10px;
	padding: 0 0 10px 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;
}

h2 {
	font: 105%/1.4 segoe ui, sans serif, helvetica, garuda, arial, verdana, tahomasans-serif;
	font-weight: 800;
	color: #222222;
}

#main-aside img {
	display: inline;
	margin-left: 32px;
}

#slider-wrap {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 -15px 0;
	padding: 0;
}

#lower-content {
	float: left;
	width: 658px;
	min-height: 95px;
	margin: 0 0 16px 0;
}

.lg-red {
	font-weight: 700;
	color: #98273C;
}

.lower-aside {
	float:right;
	width: 300px;
	min-height: 40px;
	margin: 0 0 0 10px;
	padding: 0 0 10px 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;
	font-size: 90%;
}

.lower-aside  p{
	font-size: 95%;
	margin: 0;
	padding: 0 0 2px 15px; /*top right bottom left*/
}

#footer {
	margin: 16px 0 0 0;
}

#footer .content {
	width: 326px;
	display: block;
	float: left;
	margin: 0;
	padding: 0px;
}

#footer .content2 {
	width: 328px;
	display: block;
	float: left;
	margin: 0;
	padding: 0px;
}

#footer .content .centred {
	width: 300px;
	display: block;
	float: left;
	margin: 0;
	padding-left: 10px;
}

#footer .content2 .right {
	width: 300px;
	display: block;
	float: left;
	margin: 0;
	padding-left: 25px;
}

#footer .content a, #footer .content a:visited, #footer .content2 a, #footer .content2 a:visited  {
	text-decoration: none;
	margin: 0;
	display: block;
	padding: 0 0 5px 25px;
	color: #222222;
}

#footer .content a:hover, #footer .content2 a:hover {
	color: #98273C;
}

#footer .content h1, #footer .content2 h1{
	width: 50%;
	padding-bottom: 0;
	padding-left: 15px;
	margin-bottom: 5px;
	/*border-bottom: 1px solid #98273C;*/
}

.centered {
	display: block;
	margin: 0 auto;
	padding-left: 1px
}

.float-right {
	float: right;
}

#web-design{
	float:left;
	bottom:0;
	width: 100%;
	height: 30px;
	padding-top: 3px;
	margin: auto;
	text-align: right;
	font-size: 80%;
	border: none;
	border-top:	1px solid #d6d6d6;
	border-style: indent;
}

.by2{
	position: absolute;
	bottom:0;
	width: 100%;
	height: 30px;
	padding-top: 3px;
	margin: auto;
	text-align: right;
	font-size: 80%;
	border: none;
	border-top:	1px solid #d6d6d6;
	border-style: indent;
}

#web-design p, .by2 p{
	width: 980px;
	color: grey;
	margin: 5px auto;
}
