/* CSS developed by 9xb.com
Main stylesheet for layout */

/* ---------------------------------- */
/* GLOBAL STYLES  */   
/* ---------------------------------- */

	.hidden, .screen_reader, hr {
		display: none;
	}
	
	p {
		margin: 0;
		padding: 0;
	}
	.clear {
		clear: both;
	}
	p {

	}
	h3:hover { text-decoration: none; }
	a img {
		border: 0;
	}
	
	a {
		color: #333333;
		text-decoration: none;
		font-weight: bold;
	}
	a:hover { font-weight: bold; text-decoration: none;  }

	ol li {
		padding: 0;
		margin: 0;
	}
	ul {
		padding: 0;
		margin: 0;
		list-style-type: none; z-index: 5; 
	}
	
		.wifi ol { 
		list-style-type: lower-roman;
		margin-left: 20px;
		padding: 10px 0;
	
	}
	ul li {
	}
	.pdf_links {
		width: 550px;
		list-style-type: none;
	}


	.floatR {
		float: right;
	}
	.floatL {
		float: left;
	}
	span {

	}
	.nowrap {
		white-space: nowrap;
	}
	.height { position: relative; height: 20px; margin-bottom: 6px; }
	.alignR { text-align: right; }
	.alignL { text-align: right; }
	.alignC { text-align: center; }

	.bold { font-weight: bold; }
	
	.inline { position: relative; left: 20px; }
/* ---------------------------------- */
/* DEFAULT STYLES   */   
/* ---------------------------------- */
	* { padding: 0;
		margin: 0;
	}
	
	html, body {

		height: 100%;
		font-family: "Calibri", "trebuchet MS", Tahoma;
		font-size: 11pt;
	
	}
	
	body {
		margin: 0;
		text-align: center;
		margin: 0;
		font-size: 10.5pt;
		
	}
	h2 { font-size: 22px; color: /*#948a54*/#b59859; }
	#mainphone h2 { font-size: 22px; color: /*#948a54*/#b59859; width: 500px; position: relative; left: 20px;}
	#solutions h2 { position: relative; left: 200px; font-size: 22px; color: /*#948a54*/#b59859; }
	#maincontent h2 { position: relative; left: 20px; }
		.intro { color: /*#948a54*/#b59859; font-size: 11pt; }

/* ---------------------------------- */
/* MAJOR DIVISIONS   */   
/* ---------------------------------- */
	#outer {
		width: 100%;
		text-align: center;	
	}
	#inner {
	width: 981px;
	text-align:left;
	margin-left: auto;
	border: 1px solid #dddddd;
	margin-right: auto;
	background-color: #f8f8f8;
	}
	
	#header { 
	display: block;
	position: relative;
	height: 115px;
	background-color: #231f20;
}
	
	#logo { float: left; position: absolute; left: 32px; top: 3px; }
	#callus {
	background-image:url(../images/callnow.gif);
	height: 27px;
	width: 191px;
	position: relative;
	left: 742px;
	top: 15px;
	}
	#callus p { display:none; }
	
	#tagline {
	background-image:url(../images/tagline2.gif);
	height: 114px;
	width: 346px;
	position: relative;
	top:0 px;
	left: 620px;
	}
	#tagline p { display:none; }
	
	
	#spacer { display: block; position: relative; height: 250px; }
	#spacersmall { display: block; position: relative; height: 100px; }
	#content h1 { position: relative; left: 210px; }
/* ---------------------------------- */
/*  TOP NAV   */   
/* ---------------------------------- */
	
	#navbar { 
		background-repeat:no-repeat;
		height: 28px;
		width: 981px;
		text-transform: uppercase;
		font-weight: bolder;
		letter-spacing: 1px;
		z-index: 6;
		/* Alternative Gold */ /*background-color:#d0b133;*/
		/* Microsoft Gold */ /*background-color:#be8e2c;*/
		background-color: #b59859;
		
		}
#nav, #nav ul { /* all lists */	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;

}


	#nav ul li { float: left; 
		display: block; 
		text-align: center;
		height: 24px;
		text-transform: uppercase;
		width: 140px;
		font-weight: bold;
		font-size: 10pt;
		position: relative;
		top: 0px;
		z-index: 100;
		padding: 0;
		margin: 0;
		padding-top: 4px;
		list-style: none;
		height: 28px;

		 }
		 
#nav a {
	display: block;
	height: 22px;
	text-align: center;
	padding: 6px 0px 0 0px;
		width: 140px;

}
.nav_padd { 
	/* Alternative Gold */ /*background: #d0b133 url(../images/border.jpg) right no-repeat;*/
	/* Microsoft Gold */ /*background: #be8e2c url(../images/border.jpg) right no-repeat;*/
	background: #b59859 url(../images/border.gif) right no-repeat;

}
#nav li { /* all list items */
	float: left;
	height: 28px;	
}

#navbar li ul { /* second-level lists */
	position: absolute;
	width: 140px;
	left: -999em;
	z-index: 100;
	
	font-size: 10px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto; 
}	
	#navbar li li  { position: relative; top: 0px; word-spacing: -1px; text-transform: capitalize; 	font-weight: normal; font-size: 12px; letter-spacing:1px;
}
	#navbar ul li ul li a:hover, #nav li:hover ul, #nav li.sfhover ul, #nav ul li ul li a:hover{ left: auto; background-color: #231f20; left: auto;	text-decoration: none; }
	#nav li a:hover, #navbar ul li:hover a, #navbar li li { color: #FFFFFF; background-color: #231f20;}
	#navbar li li a {padding: 6px 0 0 0;}
	#navbar ul li ul li a, #nav ul ul, #nav ul ul li { color: #ffffff;  }
	#nav ul li ul li a:hover { text-decoration: none;  position: relative; font-weight: normal; font-size: 10px;text-decoration: none;  } 
	#nav li ul li:hover { background-image:url(../images/dropdown.gif);font-weight: normal; background-position: center; text-decoration: none; left: auto;	}
	#navbar ul li ul li a { font-weight: normal; height: 20px; padding-top: 2px; display: block; z-index: 5; width: 140px; position: relative; }
	#nav ul ul { position: relative; top: 0px; }
	#nav ul ul li { display: block; z-index: 5; text-align: left; text-indent: 4px; top: 10px; width: 140px;  position: relative; left: -10px; } 

/* ---------------------------------- */
/* RIGHT MENU   */   
/* ---------------------------------- */
	#maincontent {
	float: left;
	display: block;
	background-color: #f8f8f8;
	
	
	}
	#rightcell { 
	display: block;
	margin: 104px 0 0 740px;
	}
	#rightcell.rightcell_home {
		margin: 184px 0 0 740px;
	}
	#rightcell a { color: #ffffff; }
	#callback {
		background-image:url(../images/callback.gif);
		width: 219px;
		height: 104px;				cursor: pointer;

		 }
	#callback p {
		position: relative;
		top: 50px; 
		width: 150px;
		/*color: #d0b133;*/	
		color: #b59859;

		left: 12px;}
	#events {
	background-repeat: no-repeat;
		color: #b59859;
		background-image:url(../images/events.gif);
		position: relative;
		width: 219px;
		height: 104px;
				cursor: pointer;

		}
		
	#microsoft_gold_partner, #microsoft_gold_partner_home {
		width: 219px;
		text-align: center;
		padding: 0;
		float: right;
		clear: right;
	}
	#microsoft_gold_partner {
		margin: 20px 20px 15px 0;
	}
	#microsoft_gold_partner_home {
		margin: 45px 20px 35px 0;
	}
		
	#casestudies {
	background-repeat: no-repeat;
		color: #b59859;
		background-image:url(../images/casestudies.gif);
		position: relative;
		width: 219px;
		height: 104px;
				cursor: pointer;

		}
		
			
	#tel_etc {
	background-repeat: no-repeat;
		color: #b59859;
		background-image:url(../images/tel_etc.gif);
		position: relative;
		width: 219px;
		height: 104px;

		}
	#tel_etc a {
		width: 190px; height: 85px; text-indent: -2000em; display: block;
	}
		
		
	#events h3, #casestudies h3 { font-size: 14px; color: #b59859; position: relative; top: 36px; left: 14px; width: 219px;}
	
	#events p, #casestudies p {
		position: relative;
		top: 36px; 
		width: 200px;
		left: 14px;}
		
	#casestudies a, #events a {
		/*color: #d2b233;*/	
		color: #b59859;
	}
	
	#news {		background-image:url(../images/lloydsnews.gif);
		width: 219px;
		height: 104px;
		cursor: pointer;
			background-repeat: no-repeat;
			cursor: pointer;

		}
		#news p {
		position: relative;
		top: 36px; 
		width: 150px;
		left: 60px;}
	
	
	#sub_footer {
		clear: both; position: relative; margin-top: 40px; padding: 20px 0 0;
	}
	
	#sub_footer .sub_block {
		width: 219px; float: left; display: inline; clear: none; margin: 0 0 0 0; padding: 0 50px; height: 105px; 
	}
	
	#sub_footer #viewbill, #sub_footer #shoponline_footer {
		text-indent: -3000em; 
	}

	#sub_footer #viewbill a, #sub_footer #shoponline_footer a {
		width: 219px; height: 81px; display: block;
	}
	
	#newsletter {		
		background-image:url(../images/newsletter.gif);
		width: 219px;
		height: 81px;
		}
	#search {		background-image:url(../images/search.gif);
		width: 219px;
		height: 83px;
		}
			#viewbill {		background-image:url(../images/viewbill.gif);
			background-repeat:no-repeat;
		width: 219px;
		height: 31px;
		cursor: pointer;
		margin: 0 0 19px 0 ;
		}
			#shoponline_footer {		background-image:url(../images/shoponline_footer.gif);
			background-repeat:no-repeat;
		width: 219px;
		height: 81px;
		cursor: pointer;
		}
		#callback a { color: #d0b033; }
		#pscroller1{
position: absolute; display: none;
}		#pscroller2{
width: 150px;
height: 54px;
position: relative; 
left: 55px;
top: 30px;
padding: 3px;
font-size: 12px;
}

#pscroller2 a{
text-decoration: none; color: #d0b033; font-weight: bold;
}

#viewbill a:hover { text-decoration: none; }
/* ---------------------------------- */
/* MAJOR DIVISIONS   */   
/* ---------------------------------- */
	#home h2 { color: #ffffff; height: 1px; position: absolute; }
	#searchresults { position: relative; left: 20px; width: 700px; }
	#expert {
	background-image:url(../images/expert.gif);
	background-repeat: no-repeat;
	width: 296px;
	height: 272px;
	float: left;
	margin-bottom: 20px;
	}
	#experttext { width: 125px; padding-top: 150px; font-size: 12px; position: relative; left: 20px; }
	#experttext h4 {font-size: 14px; }
	#experttext a { color: #c7a005; font-weight: normal; text-decoration: underline; letter-spacing:0px; font-size: 11px; }
	#bottomcell img { padding-left: 30px;}
		
		#topcell {position: relative; top: 0px; width: 670px; margin: 0; padding-left: 20px; font-weight: normal;
 }
 #topcell a { text-decoration: underline; font-weight: normal; }
 #topcell h3 a { color: #c79b00; font-size: 14px; text-decoration: underline; font-weight: normal; }
	#bottomcell { clear: both; position: relative; top: 11px; left: 37px;  width: 715px;}

	#bottomcell img { padding: 0; }
	
	#footer {
		background-color: #f1f1f1;
		text-transform: uppercase;
		width: 981px;
		position: relative;
		top: 28px;
		padding:0;
		vertical-align: middle;
		margin-left: auto;
		margin-right: auto;
		clear:both;
		border-bottom: 1px solid #bbb;
	}
	
	#footer img { padding: 0; margin: 10px 30px; vertical-align: middle; }
	
	#footer h3 { background-color: #000000; color: #ffffff; padding-left: 30px; position: relative; height: 30px; padding-top: 5px; }
	
	#footer img.first { margin: 10px 30px 10px 75px; }
	
	#disclaimer { position: relative; top: 40px; padding-bottom: 10px; width: 981px;  margin-right:auto; margin-left:auto; clear: both; }
	
	#leftcell { position: relative; float: left; width: 170px; left: 20px; top: 18px;  padding-right: 10px; }
	#quicklinks { border: 1px solid #d1d0d0; padding: 10px; line-height: 14px; position: relative; letter-spacing:-0.5px; font-size: 9pt; }
	#quicklinks a {letter-spacing:-0.5px; font-size: 9pt; }
	#leftcell a:hover { text-decoration: underline; }
		.designedby a { font-weight: bold; position: relative; left: 68px; text-decoration: underline;  }

/* ---------------------------------- */
/* FORM ELEMENTS  */   
/* ---------------------------------- */

	#solutions ul li { list-style-position: inside; }
  	#newsletter input{
		font: 12px Tahoma, Arial, Helvetica, sans-serif;
		padding: 2px;
		position: relative; 
		top: 38px;
		left: 20px;
		border: 0;
		z-index: 7;
		}
		
		.submit { position: relative; left: 30px; top: 43px; }

	#archive_news input {  float: left;width: 200px;  position: relative; left: 80px; top: -17px; } 
	#archive_news label { position: relative; width: 400px; display: block; }
	#archive_news select { position: relative; left: 80px; top: -17px; }
	#checkbox  input{ position: relative; left: 400px; width: 20px;}
	#search input {
		font: 12px Tahoma, Arial, Helvetica, sans-serif;
		padding: 2px;
		position: relative; 
		top: 38px;
		left: 20px;
		border: 0;
		z-index: 5;
		}
	#submit input { position: relative; width: 80px; left: 400px; }
	#archive_news textarea {position: relative; left: 80px; top: -17px; width: 400px; height: 200px;
	
	}
 	.inline p { position: relative; left: 200px; }
	
		.LV_validation_message{
    font-weight:bold;
	font-size: 11px;
	margin:0 0 0 5px;
	position: relative; 
	top: -19px;
	left: 80px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #999999;
	padding: 1px;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #c70505;
		padding: 1px;

}
	
	
	
	
	
	
	#contact_ask_a_qu { position: relative; float: left; border: 1px solid #dddddd; padding-left: 20px; left: 20px; top: 20px; width: 150px; padding-right: 20px; }





/* ---------------------------------- */
/* SOLUTIONS */
/* ---------------------------------- */

	#solutions { position: relative; width: 600px; float: left;  }
	#solutions h { color: /*#948a54*/#b59859; }
	#solutions h3 { color: /*#948a54*/#b59859; font-weight: normal; }
	#solutions ul { color: /*#948a54*/#b59859;  }
	#solutions ul li { text-indent: 20px; list-style-type: disc;   }
		#solutions ol li { left: 20px; position: relative; }
.goldlist { text-indent: 20px; list-style-type: disc;  font-size: 18px; }
	
	.list { font-size: 18px; letter-spacing: 0px; font-weight: lighter;}
	#archive_news {top: 10px; position: relative; width: 500px; float: left; left: 20px; padding: 10px; }
	#listnews { position: relative; float: left; border: 1px solid #dddddd; padding-bottom: 40px; padding-left: 20px; left: 20px; top: 20px; width: 150px; padding-right: 40px; }
	#contact { position: relative; float: left; border: 1px solid #dddddd; height: 400px; padding-left: 20px; left: 20px; top: 20px; width: 150px; padding-right: 20px; }
	.newslistitem { position: relative; width: 180px; font-size: 13px; font-weight: normal; letter-spacing:-0.5px; }
	h5, h5 a { color: /*#948a54*/#b59859;  text-transform: capitalize; }
	.nohover:hover { color: /*#948a54*/#b59859;  text-transform: capitalize; text-decoration:none; }
	.img { position: relative; width: 890px; left: -160px; top: 80px; padding-bottom: 60px; }
	#quicklinks a:hover { font-weight: bold; color: /*#948a54*/#b59859; }
	#newsheader { padding: 5px; border-bottom: 1px solid #dedede;  }
	#events:hover { text-decoration: none; }
	#listnews h2 { position: relative; left: -10px; letter-spacing: -1px; font-size: 13pt; font-weight: bold;}
	/*--------------------------------*/
	/* TABLE */
	/* -------------------------------*/
	#solutions h2 { position: relative; left: 200px; top: 10px; text-transform: capitalize; width: 500px; }
	#mainphone td { padding: 5px; }
	#mainphone { position: relative; left: 20px; width: 420px; float: left;  }
	/*--------------------------------* /
	/* HOMEPAGE */
	/*--------------------------------*/
	
	#nutshell {
		padding: 20px 20px 0 40px; margin: 0 0 -15px 0; font-size: 1.3em;
	}
	#videoHolder {
		width:650px; height:366px; cursor:pointer;
	}
	
	#home_text {
		font-size: 1.1em; line-height: 1.2m; margin-top: -20px; display: block; width: 360px; float: right; margin-left: -10px;
	}
	
	#got_a_question_box { position: relative; top: 97px; left: 21px; z-index:7; width: 100px;}
	
	#got_a_question_box input {border:0; width: 150px; height: 20px; font-size: 11px;  }

	#askbutton { width: 41px; height: 12px; position: relative; left: 200px;	 top: 0px;  }
	
	.topleft { position: relative; top: 7px; }
	
	.bottomleft { position: relative; top: 3px; }
	/* ---------------------------------- */
	/* ABOUT US */
	/* ---------------------------------- */
	
	.italic { font-style: italic; color:/*#948a54*/#b59859;  font-size: 9pt; }
	.disclaimer { float: right; font-size: 8pt;  }
	.aboutgold { color:/*#948a54*/#b59859; font-weight: bold; }	
	#sitemap  ul ul li a { font-weight: normal; line-height: 40px; font-size: 15px;  }
	#sitemap  ul ul ul  ul li a { font-weight: normal; line-height: 40px; font-size: 13px; }
	#sitemap  ul ul ul li a { font-weight: normal; line-height: 40px; font-size: 14px; }
	#sitemap ul li a { text-indent: 10px; font-weight: bold; position: relative; top: 20px; padding-top: 10px; }
	#sitemap ul ul { position: relative; left: 40px; }
	#sitemap ul { position: relative; left: 20px; }
