/*//////////////////////////////////////////////////////////
	Global Stuff
//////////////////////////////////////////////////////////*/

	.clearfix:after {
	   content:".";
	   display:block;
	   height:0;
	   clear:both;
	   visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
	
	.hC {
		text-indent: -5999em;
		font: 1px/1px sans-serif;
		background-repeat: no-repeat;
		text-decoration: none;
		color :#fff;
	}
	
	* {
		padding: 0;
		margin: 0;
	}	
		
	br.clear {
		height: 0em;
		font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
		text-decoration: none;
		margin: 0;
		padding: 0;
		clear: both;
	}
	div.dot{
		background: url(images/content_line.gif) no-repeat left top;
		height: 1px;
		margin: 15px 26px 10px 26px;
		border: none;
	}
	
	button {
		background-color: transparent;
		cursor:pointer;
		border:0; 
	}
		
	
/*/////////////////////////////////////////////////////////////////////
	Fontage
/////////////////////////////////////////////////////////////////////*/

	body, a, ul, li, p, h1, h2, h3, h4, input, select, textarea {
		font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
		text-decoration: none;
		color: #666;
	}
	p{
		font-size: 1.2em;
		line-height: 1.4em;
		margin: 0 26px 6px 26px;
	}
	p a{
		color: #1A79D1;
	}
	a img{
		border: none;
	}
	h1 {
		background: url(images/linklite-logo.jpg) no-repeat top;
		text-align: center;
		width: 800px; height: 86px;
		margin: 6px auto 0 auto; padding: 0;
	}
	h1 a{
		width: 800px; height: 86px;
		display: block;
		font: 1px/1px sans-serif; text-indent:-9999px; outline: 0;
	}
	h2{
		margin: 30px auto 0 auto;
		width: 642px; height: 45px;
		background: url(images/well-over.gif) no-repeat top;
		font: 1px/1px sans-serif; text-indent:-9999px; outline: 0;
	}
	h2.tl{
		background: url(images/football-lights.gif) no-repeat top;
	}
	h2.ll{
		background: url(images/well-over.gif) no-repeat top;
	}
	h3{
		margin: 0; padding: 2px 27px;
		width: 620px; height: 40px;
		font-size: 2em;
		font-family: "Trebuchet MS","Lucida Grande",Helvetica,Arial,sans-serif;
		color: #5c95d3;
		text-transform: uppercase;
		font-weight: normal;
		background: url(images/h3_bg.gif) no-repeat;
	}	
	h4{
		margin: 0; padding: 0;
		font-size: 1.4em;
		color:#333;
		line-height: 2.2em;
		font-weight: normal;
		margin: 0 26px;
	}
	h5{
		font-size: 1.1em;
		color: #838382;
		margin: 0 26px;
	}
	span.req{
		color: #c00;
	}

/*/////////////////////////////////////////////////////////////////////
	Shell
/////////////////////////////////////////////////////////////////////*/

	body {
		font-size: 62.5%;
		text-align: center;
		background-color: #fff;
		margin: 0; padding: 0;
		background: url(images/header_bg.jpg) repeat-x #fff;
	}
	#container {
		width: 800px;
		text-align: left;
		margin: 0 auto 0 auto; padding: 0 50px;
	}
	#head{
		height: 174px;
		margin: 0; padding: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	#content{
		width: 620px;
		margin-left: 20px;
		float: right;
		background: url(images/content_bg.gif) repeat-y top center;
	}
	#content p a:hover{
		text-decoration: underline;
	}
	#content img{
		padding-left: 26px;
	}
	div#c_footer{
		width: 620px;height: 45px;
		float: right;
		background: url(images/content_footer.gif) no-repeat bottom center;
	}
	.ll_detail{
		width: 180px;
		height: 180px;
		float: left;
		margin: 0 5px 20px 26px;
	}
	.ll_detail img{
		margin: 0 auto; padding: 0 !important;
		border: 1px solid #ccc;
		width: 160px;
	}
	.ll_detail p{
		margin: 0;
		font-size: 1em;
		color: #333;
		text-align: left;
	}
	#footer{
		background: url(images/footer_bg.gif) repeat-x #f5f5f5;
		height: 150px;
		text-align:  center;
		margin: 10px auto 0 auto; padding: 0;
	}	
	#footer_contents{
		width: 800px;
		margin: 0 auto;
		text-align: left;
	}
	#footer ul{
		padding: 40px 0 0 0; margin: 0;
		width: 230px;
		float: left;
		position: relative;
	}
	#footer ul li{
		margin:0; padding: 0 0 5px 0;
		color: #666;
		font-size: 1.2em;
		list-style: none;
	}
	#footer ul li span{
		position: absolute;
		left: 110px;
	}
	#footer ul li a{
		color: #666;
	}
	#footer ul li a:hover{
		color: #fff;
	}
	#footer ul.right{
		float: right;
	}
	#footer ul.right li{
		text-align: right;
	}

/*/////////////////////////////////////////////////////////////////////
	Menu Nav
/////////////////////////////////////////////////////////////////////*/

	#nav{
		margin-top: 31px;
		width: 154px;
		float: left;
	}
	
	#nav ul{
		margin: 0 0 20px 0; padding: 1px 0 0 0;
		background: url(images/menu_line.gif) no-repeat top left;
	}
	#nav li{
		list-style: none;
		padding-bottom: 2px;
		background: url(images/menu_line.gif) no-repeat bottom left;
		border-top: 1px solid #fff;
	}
	#nav li a{
		font-size: 1.6em;
		line-height: 2em;
		color: #555;
		width: 147px;
		display: block;
		padding-left: 7px;
	}
	#nav li a:hover{
		background-color: #eee;
	}
	#nav li a span{
		width: 7px; height: 10px !important;
		padding: 0;
		margin-right: 18px;
		background: #eee;
	}
	#nav li a:hover span{
		background: #fff;
	}
	#nav li a span.on{
		background: #FEA226;
	}
	#nav a img{
		margin-bottom: 15px;
	}

/*/////////////////////////////////////////////////////////////////////
	Content
/////////////////////////////////////////////////////////////////////*/

	img.llhome{
		float: right;
		margin-top: -65px;
		padding-left: 0 !important;
	}
	img.icon{
		float: left;
		padding-left: 26px;
		margin-right: 20px;
	}
	img.topImg{
		margin-bottom: 10px;
	}
	img#tlright{
		float: right;
		margin-right: 10px;
	}
	img.award{
		margin-right: 20px;
		float: left;
	}
	img#bb{
		float: right;
		margin-right: 30px;
	}
	table{
		margin-left: 26px;
		font-size: 1.2em;
		background-color: #f5f5f5;
		padding: 5px 10px;
	}
	td,th{
		padding: 4px 25px 4px 0;
		font-weight: normal;
		border-bottom: 1px dotted #999;
	}
	td{
		text-align: right;
		padding-left: 10px;
		padding-right: 10px;
		border-right: 1px dotted #999;
	}
	th{
		border-right: 1px dotted #999;
	}
	td.end{
		border-right: none;
	}
	#contact input.norm, #contact select.norm, #contact textarea{
		width: 180px;
		padding: 2px;
		font-size: 1.1em;
		border: 1px solid #838382;
	}
	#contact textarea{
		width: 250px;
	}
	#contact #column3.contactform{
		width: 389px;
		margin: 0; padding: 42px 0 0 20px;
	}
	#contactleft{
		float: left;
	}#contactright{
		float: right;
	}
	button img,button{
		margin-left: 0 !important;
		padding-left: 0 !important;
	}



