#panelMenu {
}
#panelMenu ul {
	margin: 0px;
	padding: 0px;
}
#panelMenu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	float: left;
	width: 152px;
	height: 37px;
	overflow: hidden;
}
#panelMenu ul li a {
	display: block;
	float: left;
	width: 152px;
	height: 37px;
	background: url("images/button.png") top left no-repeat;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#panelMenu ul li a:hover {
	background: url("images/buttonHover.png") top left no-repeat;
	color: white;
}
#panelMenu ul li a span {
	display: block;
	text-align: center;
	padding-top: 9px;
}

.form {
	border: none;
}
.form h3 {
	padding-left: 0px;
}

body {
	background: url('images/bodyBg.gif');
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 13px;
}
a {
	text-decoration: none;
	color: #3b587d;
}
a:hover {
	color: #ff6602;
}
a:focus, a:active, a:link, a:visited {
	outline: none !important;
}

h2 {
	padding: 5px 0px 10px;
	margin: 0px;
	color: #ff6602;
	font-size: 16px;
}

h3 {
	padding: 0px 10px;
	margin: 0px;
	margin-top: 10px;
	font-size: 14px;
}


ul {
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
}

p {
	padding: 0px 15px 10px;
	margin: 0px;
	text-align: justify;
}

#header {
	background: url('images/headerBg.gif') top left repeat-x;
	height: 132px;
	width: 100%;
}


#footer {
	background: url('images/footerBg.gif') top left repeat-x;
	height: 37px;
	width: 100%;
}

.footSpacer {
	height: 15px;
}

#footerCont {
	font-size: 11px;
	color: #cccccc;
	width:700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 7px;
}
#footerCont a{
	color: #cccccc;
}
#footerCont a:hover{
	color: yellow;
}
#footerCont strong{
	font-weight: normal;
	padding: 0px 10px;
	color: black;
}

/* Logo Styles */
	#logo {
		position: absolute;
		background: url('images/logoHeader.jpg') bottom left no-repeat;
		width: 736px;
		height: 100px;
		left: 50%;
		margin-left: -368px;
	
		z-index: 101;
	}

	

/* Central Body Styles */
	#central {
		background: url('images/professional.jpg') top left repeat-x #bbc4d1;
		width: 100%;
	}
	#bodyWrapper1 {
		background: url('images/content_02.gif') top left repeat-y;
		width: 753px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#bodyWrapper2 {
		background: url('images/content_01.gif') top left no-repeat;
		width: 753px;
	}
	
	#bodyWrapper3 {
		background: url('images/content_03.gif') bottom left no-repeat;
		width: 753px;
	}
	#bodyCont {
		padding: 10px 20px 20px;
	}
	#bodySpacer {
		height: 6px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}



/* Menu Styles */
	#menuWrapper {
		background: url('images/menuBg.gif') top left repeat-x;
		height: 39px;
		width: 759px;
		position: absolute;
		top: 92px;
		left: 50%;
		margin-left: -379px;
	}
	#menu {
		padding: 19px 0px 0px 0px;
		text-align: center;
	}
	#menu a {
		text-transform: uppercase;
		color: #3b587d;
		padding: 0px 20px;
		font-size: 11px;
		font-weight: bold;
	}
	#menu a:hover {
		color: #ff6602;
		outline: none !important;
	}
	#menu a.selected {
		color: #ff6602;
		outline: none !important;
	}
	


	
	
/* Loading Styles */
	#loading {
		position: absolute;
		top: 10px;
		left: 50%;
		width: 70px;
		height: 70px;
		background: url("images/loader.gif") center center no-repeat;
		margin-left: 270px;
		display: none;
		z-index: 500;
	}
	#loadingDisable {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 499;
		display: none;
		cursor: wait;
	}



	
/* Home Splash Styles */
	#introHeader {
		background: url('images/introHead.png') top left repeat-x;
		height: 225px;
		width: 760px;
		margin-left: auto;
		margin-right: auto;
	}


	#introHeadLinks {
		position: relative;
		top: 140px;
		left: 15px;
		width: 275px;
		text-align: center;
	}
	
	#introHeadLinks a{
		color: white;
		padding: 0px 10px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 11px;
		font-family: tahoma, arial, verdana;
	}
	
	#introHeadLinks a:hover{
		color: yellow;
	}



/* "Our Network" Styles - network.php */
	.listGroup {
		background-color: #e6e9ee;
		padding: 5px 15px;
		margin: 5px;
	}
	.listGroup h3{
		padding: 0px;
		margin: 0px;
		color: #565656;
	}
	.dropShadow {
		border: 2px solid #f1f1f1;
		width: 300px;
		margin: 5px;
	}
	div.dropShadow.selected {
		border: 2px solid #e6e9ee;
	}
	.dropShadow.selected div.listGroup{
		background-color: white;
	}
	.dropShadow.selected div.listGroup h3{
		color: black;
	}
	.dropShadow.selected div.listGroup a{
		color: #204f8c !important;
	}
	.dropShadow.selected div.listGroup a:hover{
		color: #ff6602 !important;
	}
	
	#networkSiteInfo {
		display: none;
		float: right;
		padding: 0px 10px 0px 0px;
		margin-top: 4px;
		margin-right: 13px;
		width: 368px;
		height: 165px;
		background: url('images/networkBox.gif') top left no-repeat;
		position: relative;
	}
	#networkSiteInfoTitle {
		position:absolute;
		top: 18px;
		left: 25px;
		font-weight: bold;
		color: #2f4c72;
		text-align: center;
		width: 165px;
		color: #ff6602;
	}
	#networkSiteInfoDescription {
		position:absolute;
		top: 45px;
		left: 25px;
		width: 315px;
		text-align: justify;
	}
	#networkSiteInfoLink {
		position:absolute;
		top: 17px;
		right: 32px;
		width: 135px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
	}
	
	


/* -----------------------   Portfolio Thumb Gallery   ------------------------- */			
	.portThumbCont {
		padding: 0px 10px 10px;
	}
	.portThumbCont a{
		display: block;
		float: left;
		padding: 20px;
		margin: 5px;
		border: 1px solid #d8d8d8;
	}
	.portThumbCont a:hover{
		background-color: #e8e8e8;
	}



menu {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}
	
.listColumn {
	float: left;
	width: 140px;
	margin-left: 30px;
}
.listColumn strong {
	color: #ff6602;
}
.clear {
	clear: both;
}

.servicesSideBar {
	float: right; 
	width: 200px; 
/*	border: 1px solid #d8d8d8;*/
	margin: 5px 10px 0px 15px;
	border-left: 5px solid #d8d8d8;
	border-bottom: 3px solid #e8e8e8;
	padding-left: 10px;
	font-size: 12px;
}
.servicesSideBar strong{
	color: #ff6602;
}
.servicesSideBar menu{
	margin-bottom: 10px;
}
.servicesSideBar li{
}
