/* =================================
Copyright 2009
Fifth Gear Marketing Systems Inc.  
DNN Skin Styles - Dinning Hunter Lambert & Jackson
Version: 1.0
================================== */    

/* GLOBAL DEFAULTS */

	* { margin: 0px; padding: 0px; border: 0px; }
	* a:hover { text-decoration: none; }
	* { border-collapse: collapse }	
	body { background: #fff url(img/backgroundBlend.jpg) top repeat-x; }
	table { border-collapse: collapse; }	 
	body, input, textarea { font-size: 9pt; font-family: 'Trebuchet MS', Arial, Sans-Serif; color: #666; }

	object { outline:none; }
	#controlPanelContainer { padding: 0 0 8px 0; }
	
	* p { margin-bottom: 12px; }

/* PAGE CONTAINER */

	#pageContainer { width: 938px; margin: 12px auto; }

/* HEADER */

	.header { width: 938px; height: 170px;  }

/* TOP NAVIGATION BAR */

	.topNavBar { width: 914px; height: 31px; background: #000 url(img/backgroundTopNavBar.gif) top repeat-x; padding: 2px 0 0 24px; }

/* SIDE BAR */

	.sideBar { width: 283px; background: #d4d8d0 url(img/backgroundSideBar.jpg) top repeat-x; }
	.sideBar a,
	.sideBar a:visited,
	.sideBar a:active { color: #f0be2d; text-decoration: underline; }
	.sideBar a:hover { color: #fce39b; text-decoration: underline; }
	
/* PAGE BODY */
			
	#pageContainer .pageBody { width: 655px; background-color: #fff;  }

/* TELERIK MENU */

	#menuContainer { margin: 0 0 0 8px; }

/* FOOTER */

	#pageContainer .footerBar { height: 24px; background: #fff url(img/backgroundFooter.gif) top repeat-x;}
	#pageContainer .footerLinks { font-size: 8pt; margin: 8px; }
	#pageContainer .footerLinks a,
	#pageContainer .footerLinks a:visited,
	#pageContainer .footerLinks a:active { color: #606929; text-decoration: none; }
	#pageContainer .footerLinks a:hover { color: #f0be2d; text-decoration: underline; }		
	



