/* Import the main layout style sheet  */
@import url("/source/styles/5.0/xmain.css");
@import url("/source/styles/5.0/xidentity.css");

/* UNIVERSAL STYLES */
body {
}
/* ================================= */
/* FONTS */

h1 {
	color: #6699CC;
}
.home h1 .feature {
	color: #ce2105;
}
.home h2 {
	color: #6699CC;
}
.column h2 {
	color:#0346a5;
	text-align: left;
	padding: 0 0 4px 0;
	margin: 0;
}
h2 {
	color: #6699CC;
}
h3 {
	color: #444477;
}
h4 {
	color: #444477;
}
h5 {
	color: #444477;
}
h6 {
	color: #444477;
}
/* ================================== */
/* SITENAME */
#sitename {background: #fff;/* note you can change this color to fill the sitename background - best viewed in Firefox, Chrome and Safari, this style is suppressed in IE */}

/* NAVIGATION */
/* Navigation and header bar  */
#contacts.barleft {
	border: #dedede solid;
	border-width: 1px 0;
}
#navigation #nav li.headerbar {
	border-top: none;/* you can only alter the #color not the 1px border width in this style setting */
}
#navigation ul#nav ul {
	border-top:1px #c1c1c1 solid;/* you can only alter the #color not the 1px border width in this style setting */
}
/* ================================== */
/* CONTENT */
.content {
	background: transparent;
}
.column {
	background: transparent;
}
.main_story {
	margin: 0 0 0 0;/* adjust the top margin to position graphic */
	background: transparent;
}
.main_story h1 {
	color:#0066CC;
	font-size:18px; /* recommended */}
	
.secondary_story {
	padding: 0 0 10px 0;
	background: transparent;
	margin: 10px 0 0 0;/* adjust the top margin to position graphic */
}
.secondary_story .panel {
	background: #023769;
	padding: 20px;/* border: 1px #c5480a solid; optional instead of background color */
}
.secondary_story .panel p {
	color: #fff;
}
/* ul, li */

