.jquerycssmenu {
	width: 760px;
	height: 49px;
	background: url(images/back_topnav.gif) no-repeat;
	margin: 0 auto;
	padding: 6px 35px 0 0;
}

.jquerycssmenu ul {
	float: left;
	height: 32px;
	margin: 0;
	padding: 0 0 0 21px;
}

/*Top level list items*/
.jquerycssmenu ul li {
	float: left;
	height: 32px;
	list-style: none;
	background: url(images/divider_topnav.gif) 100% 0 no-repeat;
	padding: 5px 10px 0 10px;
	position: relative;
}
.jquerycssmenu ul li.last {
	float: left;
	height: 32px;
	list-style: none;
	background: none;
	padding: 5px 10px 0 10px;
	position: relative;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a {
	float: left;
	display: block;
	height: 27px;
	color: #f5f8fa;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-decoration: none;
	cursor: pointer;
}
.jquerycssmenu ul li a span {
	float: left;
	display: block;
	height: 24px;
	color: #f5f8fa;
	font-weight: bold;
	padding: 3px 10px 0 0;
	text-decoration: none;
}

.jquerycssmenu ul li.active a,
.jquerycssmenu ul li a:hover {
	background: url(images/hoverl_topnav.gif) 0 0 no-repeat;
	color: #003268;
}

.jquerycssmenu ul li.active a span,
.jquerycssmenu ul li a:hover span {
	background: url(images/hoverr_topnav.gif) 100% 0 no-repeat;
	color: #003268;
}


/*1st sub level menu*/
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	padding:3px;
	border-bottom:1px solid #045da8;
	border-right:1px solid #045da8;
	border-left:1px solid #045da8;
	background: #f5f5f5;
	height:auto;
	width:210px;
}
.jquerycssmenu ul li ul li ul {
	border-top:1px solid #045da8;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li {
	display: list-item;
	float: none;
	padding:0;
	background:none;
	height: 20px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a {
	width: 200px; /*width of sub menus*/
	line-height:22px;
	height:22px;
	list-style:none;
	font-weight:normal;
	background: #f5f5f5;
	color:#000000;
}

.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
	background: #045da8;
	color:#ffffff;
}

.social {
	float:right;
	position:absolute;
	top:7px;
	right:130px;
}
.social ul {
	margin:0;
	padding:0;			
}		
.social ul li{
	float:left;
	list-style:none;
}	
.social ul li a {
	background: url(images/social_inside.gif) no-repeat;
	display:block;
	height:31px;
	width:31px;
	text-indent:-9999px;
margin-left:3px;
}
.social ul li a.facebook { background-position:0 0; }
.social ul li a.facebook:hover { background-position:0 -31px; }
		
.social ul li a.twitter { background-position:-31px 0; }
.social ul li a.twitter:hover { background-position:-31px -31px; }
		
/*-----------------------------------------------------------*/

body {
	background: #d7d7d7 url(images/back_body.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #061739;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clearboth {
	clear: both;
}

/* Start Generic */

.input1 {
	width: 113px;
	height: 19px;
	background: url(images/back_input1.gif) no-repeat;
	border: 0;
	margin: 0;
	padding: 4px 4px 0 4px;
	font-size: 11px;
	color: #385062;
}

.line1 {
	background: url(images/back_line1.gif) repeat-x;
	height: 1px;
	width: 100%;
}

/* End Generic */

/* Start Main Container */

#container {
	width: 990px;
	margin: 0 auto;
}
	
	/* Start Heading */
	
	#heading {
		width: 990px;
		height: 282px;
		background: url(images/back_heading.gif) no-repeat;
		position: relative;
		font-size: 11px;
		color: #747375;
	}
	
	#heading a {
		color: #747375;
	}
	
	#heading a:hover {
		color: #747375;
		text-decoration: none;
	}
	
	#heading #toplinks {
		position: absolute;
		top: 25px;
		right: 120px;
	}
	
	#heading img {
		position: absolute;
		bottom: 0;
		right: 120px;
	}
	
	/* End Heading */
	
	/* Start Content */
	
	#content {
		width: 990px;
		background: url(images/back_content.gif) repeat-y;
position:relative;
	}
	
	#content_in {
		width: 751px;
		margin: 0 0 0 101px;
		padding: 15px;
		background: url(images/back_content_in.gif) 0 100% repeat-x;
	}
	
		/* Start Top Nav */
		
		#topnav {
			width: 760px;
			height: 49px;
			background: url(images/back_topnav.gif) no-repeat;
			margin: 0 auto;
			padding: 6px 35px 0 0;
		}
			
			/* Start Left */
			
			#topnav_left {
				float: left;
				height: 32px;
				margin: 0;
				padding: 0 0 0 25px;
			}
			
			#topnav_left li {
				float: left;
				height: 32px;
				list-style: none;
				background: url(images/divider_topnav.gif) 100% 0 no-repeat;
				padding: 5px 12px 0 10px;
			}
			
			#topnav_left li a {
				float: left;
				display: block;
				height: 27px;
				color: #f5f8fa;
				font-weight: bold;
				padding: 0 0 0 10px;
				text-decoration: none;
				cursor: pointer;
			}
			
			#topnav_left li a span {
				float: left;
				display: block;
				height: 24px;
				color: #f5f8fa;
				font-weight: bold;
				padding: 3px 10px 0 0;
				text-decoration: none;
			}
			
			#topnav_left li.active a,
			#topnav_left li a:hover {
				background: url(images/hoverl_topnav.gif) 0 0 no-repeat;
				color: #003268;
			}
			
			#topnav_left li.active a span,
			#topnav_left li a:hover span {
				background: url(images/hoverr_topnav.gif) 100% 0 no-repeat;
				color: #003268;
			}
			
				/* Start Paging */
				
				.pager-inner {
					padding: 30px 0 10px;
					overflow: hidden;
				}
				
				.pager-inner a {
					font-weight: bold;
					font-size: 13px;
					color: #025ba6;
					text-decoration: none;
				}
				
				.pager-inner a:hover {
					text-decoration: underline;
				}
				
				.pager-left {
					float: left;
				}
				
				.pager-right {
					float: right;
				}
				
				/* End Paging */
				
			/* End Left */
			
			/* Start Right */
			
			#topnav_right {
				float: right;
				font-weight: bold;
				color: #d1dee8;
			}
			
			#topnav_right td {
				padding: 5px 0 0 5px;
				vertical-align: top;
			}
			
			#topnav_right td span {
				display: block;
				padding: 3px 3px 0 0;
			}
			
			/* End Right */
			
		/* End Top Nav */
		
		/* Start Left Column */
		
		#column_left {
			width: 500px;
			float: left;
			padding: 0 0 0 10px;
		}
			
			/* Start Fanzone Item */
			
			.fanzone {
				padding: 20px 0;
			}
			
			.fanzone_image {
				float: left;
				margin: 0 20px 0 0;
			}
			
			.fanzone_copy {
				width: 350px;
				float: left;
				padding: 5px 0 0 0;
			}
			
			.fanzone_copy p {
				margin: 0;
				padding: 0 0 10px;
			}
			
			.fanzone_copy a {
				color: #005ea8;
			}
			
			.fanzone_copy a:hover {
				text-decoration: none;
			}
			
			.fanzone_head,
			.fanzone_rss {
				float: left;
				margin: 0 10px 15px 0;
			}
			
			/* End Fanzone Item */
			
			/* Start Blog Item */
			
			.blogitem {
				padding: 25px 0 5px 0;
			}
			
			.blogitem .date {
				color: #0761ad;
				font-size: 11px;
				font-weight: bold;
			}
			
			.blogitem h2 {
				margin: 0;
				padding: 0 0 10px;
				color: #061739;
			}
			
			.blogitem h2 a {
				color: #061739;
				text-decoration: none;
			}
			
			.blogitem h2 a:hover {
				text-decoration: underline;
			}
			
			.blogitem p {
				margin: 0;
				padding: 0 0 10px;
			}
			
			.post_readmore,
			.blogitem .readmore a {
				font-size: 11px;
				color: #0761ad;
			}
			
			a:hover.post_readmore,
			.blogitem .readmore a:hover {
				font-size: 11px;
				color: #0761ad;
			}
			
			.blogitem .blogfoot {
				height: 25px;
				padding: 9px 0 0 0;
				margin: 10px 0 0 0;
				background: url(images/back_blogfoot.gif) repeat-x;
				font-weight: bold;
				color: #666666;
				font-size: 11px;
			}
			
			.blogitem .blogfoot a {
				color: #4292d2;
			}
			
			.blogitem .blogfoot a:hover {
				text-decoration: none;
			}
			
			/* End Blog Item */
			
			/* Start Full Post Comms */
			
			.fullpost_comms a {
				color: #025ba6;
			}
			
			.fullpost_comms a:hover {
				text-decoration: none;
			}
			
			.fullpost_comms textarea {
				width: 470px;
				height: 170px;
				border: 1px solid #cccccc;
				padding: 3px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #838383;
				overflow: auto;
			}
			
			.fullpost_comms #comment-author,
			.fullpost_comms #comment-email,
			.fullpost_comms #comment-url {
				margin: 0;
				padding: 3px;
				width: 212px;
				height: 16px;
				background: url(images/back_input2.gif) no-repeat;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #838383;
				border: 0;
			}
			
			.comment {
				margin: 0;
				padding: 0;
			}
			
			.comment-content {
				margin: 0;
				padding: 0;
			}
			
			.comment-footer {
				height: 25px;
				padding: 9px 0 0 0;
				margin: 10px 0;
				background: url(images/back_blogfoot.gif) repeat-x;
				font-weight: bold;
				color: #666666;
				font-size: 11px;
			}
			
			.comment-footer .blogfoot a {
				color: #4292d2;
			}
			
			.comment-footer .blogfoot a:hover {
				text-decoration: none;
			}
			
			/* End Full Post Comms */
			
		/* End Left Column */
		
		/* Start Right Column */
		
		#column_right {
			width: 225px;
			float: right;
			text-align: right;
		}
		
			.content_sidebar {
				padding: 0 0 10px;
			}
			
			/* Start Sidebar Block */
			
			.block_sidebar {
				float: right;
				width: 206px;
				background: url(images/bac_blocksidebar1.gif) 0 0 no-repeat;
				margin: 0 0 10px;
				text-align: left;
			}
			
			.block_sidebar_in {
				background: url(images/bac_blocksidebar2.gif) 0 100% no-repeat;
				padding: 20px 3px;
			}
			
			.block_sidebar_in .block_sidebar_hd {
				margin: 0 0 10px 15px;
			}
			
			.block_sidebar_in ul {
				margin: 0;
				padding: 0 ;
			}
			
			.block_sidebar_in ul li {
				margin: 0;
				padding: 0 15px;
				list-style: none;
				font-size: 12px;
				
			}
			
			.block_sidebar_in ul li a {
				display: block;
				padding: 10px 0 10px 20px;
				color: #061739;
				text-decoration: none;
				width: 150px;
				border-top: 1px solid #d7d7d7;
				background: url(images/bullet1.gif) 5px 15px no-repeat;
			}
			
			.block_sidebar_in ul li:hover {
				background: #2a82c8;
			}
			
			.block_sidebar_in ul li:hover a {
				background: url(images/bullet2.gif) 5px 15px no-repeat;
				color: #ffffff;
				border-top: 1px solid #2a82c8;
			}
			
			.block_sidebar_in table {
				width: 165px;
				margin: 0 0 0 15px;
				font-size: 11px;
			}
			
			.block_sidebar_in table th,
			.block_sidebar_in table td {
				text-align: center;
				width: 23px;
				height: 23px;
				line-height: 20px;
			}
			
			.block_sidebar_in table td a {
				display: block;
				text-decoration: none;
				background: #2a82c8;
				color: #ffffff;
				font-weight: bold;
				width: 23px;
				height: 20px;
			}
			
			.block_sidebar_in table td a:hover {
				background: #4292d2;
			}
			
			/* End Sidebar Block */
			
			/* Start Dynacloud */
			
			.highlight {
				background: #e1f1ff;
			}
			
			#dynacloud {
				font-family: Georgia, "Times New Roman", Times, serif;
				width: 200px;
				padding: 0 0 10px;
				text-align: center;
				float: right;
			}
			
			#dynacloud a {
				color: #8c8c8c;
				text-decoration: none;
			}
			
			#dynacloud a:hover {
				color: #297ec4;
				text-decoration: none;
			}
			
			/* End Dynacloud */
			
		/* End Right Column */
		
	/* End Content */

	/* Start Footer */
	
	#footer {
		width: 990px;
		height: 167px;
		background: url(images/back_footer.gif) no-repeat;
		font-size: 11px;
		color: #025ba6;
		position: relative;
	}
	
	#footer a {
		color: #025ba6;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
		#footer_left,
		#footer_right {
			position: absolute;
			top: 90px;
		}
		
		#footer_left {
			left: 135px;
		}
		
		#footer_right {
			right: 142px;
		}
		
	/* End Footer */
	
	/* Start Tag Cloud */
	
	/*#container div#jigluWidget div {
		background: none;
		width: 200px;
	}

	#container #jigluPlacement,
	#container .jigluSection,
	#container .jigluTagcloudHeading {
		display: none;
	}
	
	#container .jigluTagcloudItems {
		width: 200px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #8c8c8c;
	}
	
	#container .jigluTagcloudItems span {
		font-weight: bold;
		color: #8c8c8c;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	#container .jigluTagcloudItems span:hover {
		color: #297ec4;
		text-decoration: none;
	}*/
	
	/* End Tag Cloud */
	
/* End Main Container */
/* ph=1 */

