/* 
	premcom
	Master Screen CSS
	
	Alison Endacott
	August/September 2007
 */
 
 * {
 	margin: 0;
	padding: 0;
 }
 
 img {
 	border: 0;
 }
 
 body {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #535353;
	line-height: 1.3;
	background: #363636 url(/images/web/bg.jpg) repeat-x top;
	}
 
 a {
 	color: #c00;
	text-decoration: none;
 }
 	a:hover {
		text-decoration: underline;
	}
	
	a:visited {
		color:;
	}
	
	#content a {
		background: url(/images/web/arrow.gif) no-repeat 0 5px;
		padding-left: 8px;
	
	}
		#innerContent a {
			position: relative;
			z-index: 99;
		} 

#container {
	width: 810px;
	margin: 0 auto;
	background: url(/images/web/bg-content.jpg) no-repeat bottom;
}
 
 #head {
 	background: url(/images/web/bg-head.jpg) no-repeat top;
	padding: 25px 25px 0 25px;
	height: 199px;
 }
 
 	h1 {
		float: left;
		_display: inline;
		_left: 20px;
		margin-top: -10px;
		position: relative;
		top: 5px;
		*top: 8px;
	}
 
 #address {
 	float: right;
	_display: inline;
	margin-top: 10px;
	font-size: 85%;
 }
 	#address h4 {
		font-size: 100%;
	}
 
 	#address li { 
		list-style: none;
		float: left;
		padding-left: 2em;
		color: #999;
	 }
 
 #skiplink {
 	position: absolute;
	left: -9999px;
 }
 
 em {
 	color: #cc0000;
 }
 
#content {
	padding: 0 20px;
	margin-top: -60px;
	_margin-left: 20px;
	
}
	body.home #innerContent {
		min-height: 100px;
		_height: 100px;
	}
	
	#innerContent {
		float: left;
		_display: inline;
		min-height: 500px;
		_height: 500px;
		width: 580px;
		margin-left: 192px;
	}
		body.home #home {
			float: left;
			_display: inline;
			min-height: 260px;
			padding: 0 20px 45px 0;
			width: 495px;
			_width: 475px;
			_padding-top: 45px;
			_position: relative;
			_left: 20px;
			background: url(/images/web/bg-shadow.gif) no-repeat bottom right;
		}
			body.home #home img { _width: 455px;}
			
		body.full #innerContent {
			width: 768px;
			float: none;
			margin: 0;
		}
		#innerContent p {
			padding: .5em 0;
		}
	
		#innerContent img {
			padding: 5px;
		}
	
h2 {
	color: #c00;
	font-weight: normal;
	font-size: 165%;
	padding: .4em 0;
}
 
/* ------------------------ 
		NAV
------------------------ */

	ul#navigation {
		margin-left: -20px;
		margin-top: 4px;
		clear: both;
		width: 800px;
		height: 49px;
		position: relative;
		_margin-left: 0;
		font-size: 90%;
		z-index: 99;
	}
	
		ul#navigation li  {
			display: block;
			height: 49px;
			float: left;
			_display: inline;
				}
				
			ul#navigation li a.toplevel {
				display: block;
				height: 49px;
				display: block;
				width: 131px;
				text-indent: -9999px;
				overflow: hidden;
				background:  url(/images/web/nav.gif) no-repeat;
			}
			
				ul#navigation li a#navCompany {
					width: 138px;
				}
					ul#navigation li.sfhover a#navCompany,
					ul#navigation li:hover a#navCompany {
						background-position: 0 -49px;
					}
					ul#navigation .navCompany ul {
						margin-left: 9px;
						/*background: url(/images/web/bg-subnav.gif) repeat-x -655px 0;*/
					}
				
				ul#navigation li a#navVoip {
					background-position: -138px 0;
				}
					
					ul#navigation li.sfhover a#navVoip,
					ul#navigation li:hover a#navVoip {
						background-position: -138px -49px;
					}
					/*ul#navigation .navVoip ul {
						background: url(/images/web/bg-subnav.gif) repeat-x -524px 0;
					}*/
				
				ul#navigation li a#navNetworking {
					background-position: -269px 0;
				}
					ul#navigation li.sfhover a#navNetworking,
					ul#navigation li:hover a#navNetworking {
						background-position: -269px -49px;
					}
					/*ul#navigation .navNetworking ul {
						background: url(/images/web/bg-subnav.gif) repeat-x -393px 0;
					}*/
				
				ul#navigation li a#navCommunications {
					background-position: -400px 0;
				}
					ul#navigation li.sfhover a#navCommunications,
					ul#navigation li:hover a#navCommunications {
						background-position: -400px -49px;
					}
					ul#navigation .navCommunications ul {
						
						/*background: url(/images/web/bg-subnav.gif) repeat-x -262px 0;**/
					}
				
				ul#navigation li a#navSupport {
					background-position: -531px 0;
				}
					ul#navigation li.sfhover a#navSupport,
					ul#navigation li:hover a#navSupport {
						background-position: -531px -49px;
					}
					/*ul#navigation .navSupport ul {
						background: url(/images/web/bg-subnav.gif) repeat-x -131px 0;
					}*/
				
				ul#navigation li a#navContact {
					width: 134px;
					background-position: -662px 0;
				}
					ul#navigation li.sfhover a#navContact,
					ul#navigation li:hover a#navContact {
						background-position: -662px -49px;
					}
					ul#navigation .navContact ul {
						/*background: url(/images/web/bg-subnav.gif) top right;*/
					}
					
					 
				
ul#navigation ul { /* all lists */
	padding: 10px 3px 2px 3px;
	list-style: none;
	width: 121px;
	*width: 122px;
	*padding-left: 2px;
	margin: -15px 0 0 2px;
	font-size: 100%;
	background: #c61b21;/*url(/images/web/bg-subnav.gif) no-repeat bottom;*/
}

	ul#navigation ul li {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 90%;
		display: block;
		text-indent: 0;
		float: none;
		height: 1%;
		margin-bottom: 1px;
		*margin-bottom: 0;
	}
		ul#navigation ul a {
			color: #fff;
			text-decoration: none;
			display: block;
			padding: .7em 10px;
			margin: 0;
			line-height: 1;
			background: #da565b;
			
		}
			ul#navigation ul a:hover {
				
				background: #da797d;
				}
				
		ul#navigation li ul { /* second-level lists */
			position: absolute;
			color: red;
			left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
		}
		
		ul#navigation li:hover ul, ul#navigation li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}			
		
		/* IE 7 drop down fix, nav will stick when you change focus on the page otherwise */
			#topNav li:hover, ul#navigation li.hover {
				*position: static;
			}

		
/* ------------------------ 
		home page
------------------------ */
.features {
	float: left;
	_display: inline;
	width: 261px;
	margin-left: -775px;
}
	
	.features #events {
		margin-bottom: 1em;
		padding-bottom: 10px;
		min-height: 190px;
		_height: 190px;
		background: url(/images/web/bg-features.jpg) no-repeat bottom;
	}
	
	.features #newscontainer {
		background: url(/images/web/bg-features-news.jpg) no-repeat bottom;
	}
		
	.features h3 a {
		font-weight: normal;
		font-size: 130%;
		display: block;
		padding: 15px;
		color: #fff;
		text-indent: -9999px;
		overflow: hidden;
	}
		.features #newscontainer h3 a {
			background: url(/images/web/bg-feature-newss-top.gif) no-repeat top;
		}
		.features #events h3 a {
			padding-bottom: 5px;
			background: url(/images/web/bg-features-top.gif) no-repeat top;
		}
	
	.features ul {
		padding: 0 1.3em;
		list-style: none;
	}
		.features li {
			margin-bottom: 1em;
		}
			
			.features h5 {
				font-size: 100%;
			}
			
				.features h5 a {
					color: #e3e3e3;
				}
			
			.features .date {
				font-size: 80%;
				color: #b8b8b8;
			}
			
			.features .teaser {
				font-size: 80%;
				color: #b8b8b8;
				padding: 0 0 5px 10px;
			}
			
			.features li img {
				float: right;
			}
			
			p.more {
				text-align: right;
				margin-top: -.5em;
				position: relative;
			}
				#newscontainer p.more {
					top: -10px;
				}
			
				p.more a {
					color: #c00;
					font-size: 95%;
					padding-right: 1.6em;
				}
				
			/* scrolling */
			body #news.hasJS {
				height:40px;
				overflow:hidden;
				position:relative;
				padding:  0;
				top: -15px;
			}
				/* The nested UL when JavaScript is available */
				#news.hasJS ul{
					position:absolute;
					top:60px;
					left:0;
				
						}
				#DOMnewsstopper {
					display: none;
				}
			
p#sabres {
	clear: both;
	float: left;
	_display: inline;
}
	p#sabres a {
		padding: 0;
		background: none;
	}

body.home #innerContent {
	width: 505px;
	margin-left: 261px;
}

	img.right {
		float: right;
		padding: 0 0 10px 20px;
	}
	
	img.left {
		float: left;
		padding: 0 10px 10px 0;
	}

#flashAd {
	width: 505px;
	height: 260px;
	margin-top: 2px;
}

p#banner {
	display: block;
	text-indent: -9999px;
	width: 505px;
	height: 68px;
	background:url(/images/web/shortel-banner.gif) no-repeat;
}

.home #innerContent p img {
	width: 100px;
}

/* ------------------------ 
	inner pages
------------------------ */
#innerNav {
	width: 187px;
	float: left;
	_display: inline;
	margin-left: -780px;
	background: url(/images/web/bg-innernav.jpg) no-repeat bottom left;
}
	
	#innerNav h3 {
		background: url(/images/web/bg-innernav-top.gif) no-repeat top;
		color: #c00;
		padding: .5em .5em 0 .5em;
		font-weight: normal;
		font-size: 150%;
		line-height: 1;
		
	}
		#innerNav h3 a {
			color: #fff;
			background: none;
			*background: url(x.gif) no-repeat;
		}
		
	
	#innerNav ul {
		padding: .2em 1em 1em 1.5em;
		*padding-left: .8em;
		list-style: none;
	}
		#innerNav li {
			padding: .4em 0;
			font-size: 110%;
			width: 147px;
		}
		
			#innerNav a {
				color: #fff;
				display: block;
			}
			
			
	body #innerContent #Detail h4 {
		font-size: 130%;
		font-weight: bold;
		display: block;
		clear: both;
		padding-top: .8em;
	}
		
			body #innerContent #Detail ol {
				margin-left: 20px;
				margin-bottom: .5em;
			}
			body #innerContent #Detail ul li {
				background: url(/Images/web/bullet.gif) no-repeat 0 8px;
				margin-left: 5px;
				padding-left: 8px;
			}
				body #innerContent #Detail ul ul li {
					background: url(/Images/web/bullet-white.gif) no-repeat 0 10px;
					margin-left: 5px;
					padding-left: 8px;
				}
				body #innerContent #Detail li {
				padding: 3px 0 3px 0;
				}
			
			body #innerContent #Detail .underline {
				padding-bottom: 3px;
				display: block;
				border-bottom: 1px solid;
			}
			
			body #innerContent #Detail em {
				color: #535353;
			}

body #content #Detail a.img {
	margin-top: -45px;
	*margin-top: -30px;
	display: block;
	background: transparent;
	}
		
table {
	width: 500px;
}

/* general category full width */
.nav_1 #innerNav {
	display: none;
}

.nav_1 #innerContent {
	margin: 0;
	width: 750px;
}

/* ------------------------ 
	   news & events
------------------------ */
body.news #innerContent ul {
	list-style: none;
}

p.backNews {
	float: right;
}

#content h4 {
	font-weight: normal;
	font-size: 105%;
}

h3 {
	font-size: 125%;
	padding-bottom: .5em;
	color: #c00;
}

div.article {
}

p.previous {
	width: 250px;
	float: left;
}
p.next {
	text-align: right;
	float: right;
	width: 250px;
}

		#content p.previous a,
		#content p.backNews a {
			background: url(/images/web/arrowback.gif) no-repeat 0 5px;
		}
		#content p.next a {
			background: url(/images/web/arrow.gif) no-repeat right 5px;
			padding-right: 8px;
		}
		
p.print {
	text-align: center;
	clear: both;
}

	p.print input {
		margin: 0;
		width: 120px;
		height: 25px;
		cursor: pointer;
	}
	
p.register {
	clear: both;
	width: 125px;
	margin: 0 auto;
}
	#content p.register a {
		text-decoration: underline;
		background: url(/images/web/register.gif) no-repeat;
		width: 125px;
		height: 40px;
		text-indent: -9999px;
		display: block;
		overflow: hidden;
	}

/* ------------------------ 
		calendar
------------------------ */
body.calendar h3 {
	border-top: 1px dotted;
	margin-top: 1em;
	padding-top: 1em;
}

	body.calendar #innerContent ul {
		list-style: none;
	}
		body.calendar #innerContent ul ul {
			margin-left: 1em;
			}
			body.calendar #innerContent ul ul li {
				border-bottom: 1px solid #CCCCCC;
				margin-bottom: 1em;
				}
	body.calendar h5 {
		
		font-size: 100%;
	}
	#lbldate, #lblLocation { font-weight: bold;}

/* ------------------------ 
		email
------------------------ */	
 fieldset {	
 	clear: both;
	border: 0;
	margin: 1em 0;
}

	 legend {
		display: none;
	}

 label {
	display: block;
	width: 250px;
	text-align: right;
}
		 label.required {
			font-weight: bold;
		}

 input, 
 select,
 textarea {
	margin-left: 257px;
	margin-top: -.8em;
	position: relative;
	top: -.8em;
	*top: -1.2em;
	height:16px;
	width: 210px;
	font-size: 10px;
	border: 1px solid #ccc;
	_left: 255px;
	_margin-left: 0;
	
}

 textarea {
	height: 78px;
	font-size: 120%;
	top: -.5em;
}

	 input:focus,
	 textarea:focus {
		border: 1px solid #c00;
	}

p#submit {
	display: block;
	margin-left: 252px;
	font-size: 130%;
	font-weight: bold;
}
	p#submit a {
		background-position: 0 7px;
	}

p.back {
	float: right;
	margin-right: 1em;
}

#summary ul, #ValidationSummary1 ul{
	padding: 1em 2em;
}

#btnSubmit {
	margin-top: 1em;
	width: 200px;
	display: block;
	width: 58px;
	height: 15px;
	border: 0;
}

/*contact form*/



#CompanyName {
}

#FormsComboBox1 {
	width: 50px;
}

#ZipCode {
	width: 100px;
}

/* live help goto assist */
iframe {
	width: 750px;
	height: 550px;
	border: 0;
	margin-left: 30px;
	margin-top: 1em;
}
.liveHelp #innerContent {
	min-height: 1%;
	_height: 1%;
}


/*
.liveHelp {
	width: 500px;
	text-align: left;
}
	.liveHelp input {
		width: 200px;
		height: 20px;
		margin: 0;
		left: 0;
		top: 0;
	}
		.liveHelp td.submit input {
			width: 100px;
			height: 25px;
		}

	.liveHelp select {
		margin: 0;
		left: 0;
		top: 0;
		
		}
*/
/* ------------------------ 
		FOOTER
------------------------ */


#footer {
	width: 790px;
	margin: 0 auto;
	padding: 20px 10px;
	background: url(/images/web/bg-footer.jpg) no-repeat top;
	text-align: right;
	color: #919191;
}
	#footer li {
		list-style: none;
		display: inline;
		border-right: 1px solid #d7d7d7;
		padding-right: 4px;
		*padding-right: 0;
		color: #d7d7d7;
		*padding-left: 3px;
	}
		#footer li.last {
			border: 0;
		}
		#footer a {
			color: #fff;
		}
		
		#footer p {
			padding-right: 4px;
			*padding-right: 0;
		}
			
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

