
@import url("default.css");
@import url("content.css");

#site_container {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  width: 980px;
	font-size: 1.4em;
	text-align: left;
}
	#container {
		padding: 30px 25px;	
		overflow: hidden;
		zoom: 1;
	}
		#header {
			height: 128px;
			background: url(../img/mck_logo.png) transparent 0 0 no-repeat;
		}
			#site_name { display: inline; float: left; margin: 0 0 0 150px; }
				#header h1 { margin: 0; padding: 0; }
					#header h1 a { color: #266897; font: normal 36px/1.2 Tahoma, Arial, sans-serif; text-decoration: none; }
				#site_name p { margin: 20px 0 0 1.7em; }

			#header .header_info {
				float: right;
				width: 318px; height: 96px;
				background: url(../img/info_bg.png) #266897 0 0 no-repeat;
			}
				#header .header_info p { margin: 20px 0 0 40px; color: #fff; font-size: 1.5em; }
				#header .header_info p span { margin-left: -1.3em; }

		#main_menu {
			margin: 20px 0 30px 0;
			padding: 10px;
			text-align: right;
			color: #266897;
			background-color: #eee;
		}
			#main_menu a { margin: 0 5px; padding: 0 7px 2px 7px; color: #5a5a5a; font-size: 1.2em; text-decoration: none; }
			#main_menu a:hover, #main_menu a:active, #main_menu a.active { color: #fff; background-color: #266897; }

		#left_panel {
			width: 220px;
			float: left;
			margin: 0 0 30px 0;
		}
		#content {
			margin: 0 0 30px 250px;
			overflow: hidden;
		}
		*html #content { width: 100%; }

	#footer {
		clear: both;
		padding: 25px 0 0 0;
		font-size: 0.85em;
		border-top: 1px solid #393939;
	}
		#counters img { margin: 7px 7px 0 0; }
	.ssnn-copyright {
		height:41px;
	}
	.uss-site-copyright, .uss-sys-copyright {
		display: inline;
	}

/*---------content----------*/
#singleTitle {
	color: #266897;
	font-weight: normal;
	font-size: 1.5em;
}
#left_panel h3 { 
	color: #266897;
	font-weight: normal;
	font-size: 1.5em;
}
#left_panel h4 { margin-bottom: 0; }
	#left_panel h4 a {	margin-bottom: 0; font-size: 0.9em;	font-weight: normal; }
#copy {
	float: left;
}
#counters {
	float: right;
}
