/* ############# */
/* COMMON STYLES */
/* ############# */

body {
	
	background-repeat: repeat-y;
	background-position: top left;
	font-family: Arial, sans-serif;
	margin: 0px;
	font-size: 1em;
	background-position: 0px 0px;
}

h1 {
	font-family: arial, sans-serif;
	color: #005AAB;
	font-size: 1.9em;
	margin-bottom: 5px;
	font-weight: normal;
}

h2 {
	font-family: arial, sans-serif;
	color: #005AAB;
	font-size: 1.4em;
	margin-bottom: 5px;
	font-weight: normal;
	/* page-break-inside: always; */
}

h3 {
	font-family: arial, sans-serif;
	color: #005AAB;
	font-size: 1.3em;
	margin-bottom: 5px;
	font-weight: bold;
}

h4 {
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
}

h5 {
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: bold;
}

h6 {
	font-family: arial, sans-serif;
	color: #005AAB;
	font-size: 1.0em;
	margin-bottom: 5px;
	font-weight: normal;
}

p, li, ul {
	page-break-inside: avoid;
}

a {
	/*color: #005AAB;*/
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	background-color: #005AAB;
}

img {
	border: none;
}

/* ############################### */
/* SUFFOLK COASTAL WEBSITE CLASSES */
/* ############################### */

.PageBackground
{
	/* This fix allows the background to enlarge when you zoom the page in IE (bug doesn't resize BG image) */
	/*width:100%;
	height:100%;*/
	background:pink url('../images/bg_shadow.gif') repeat-y top left;
	/*margin: 0;*/
}

.Header {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	height: 129px;
	width: 760px;
	background: url(/onesuffolk/images/header.gif);
}

.PrintHeader
{
	display: none;
}

.Logo {
	z-index: 2;
	position: absolute;
	left: 380px;
	top: 35px;
	width: 223px;
	height: 76px;	
	background: url(/onesuffolk/images/logo.gif);
}

.Banner {
	z-index: 2;
	position: absolute;
	left: 12px;
	top: 62px;
	width: 339px;
	height: 60px;
	background: url(/onesuffolk/images/banner.gif);
}

.PrimaryNav {
	position: absolute;
	z-index: 2;
	/*left: 379px;*/
	/*left: 440px;*/
	left: 0px;
	top: 0px;
	width: 750px;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: transparent;
	font-size: 0.7em;
	text-align: right;
}

.PrimaryNavArea span {
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	white-space: nowrap;
	color: #005AAB;
}

.PrimaryNavArea a {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #005AAB;
	text-decoration: none;
}

.ucPrimaryNav {
	padding: 0px;
	margin: 0px;
}

.PrimaryNavArea a:hover
{
	color: #FFFFFF;
	background-color: #005AAB;
}

.Themes {
	color: #039;
	font-weight: bold;
	margin: 1px 5px;
	font-size: 0.8em;
}

.ThemesNav a:hover{
	text-decoration: underline;
}

.HeaderNav {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	display: block;
	margin-top: 1px;
}

.topheavy {
	float: right;
	color: #cff;
	margin: 0;
	width: 15em;
	text-align: right;
}

.topheavy ul {
	text-decoration: none;
	list-style: none;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0 0 0 70px;
	background: url(/onesuffolk/images/search_bg.gif) repeat;
}

.topheavy ul li {
	display: inline;
/*	width: 30%; */
	margin-left: 5px; 
	padding-left: 2px;
}


.SearchDIV a:hover
{
    text-decoration:none;
    background-color:#CAE5D3;
}

.SearchDIV a, .SearchDIV a:active, .SearchDIV a:visited
{
	/*text-decoration: none;*/
}
/*.SearchDIV a:hover
{
    text-decoration:none;
    color:#CAE5D3;
}
.SearchDIV a img:hover
{
 border:2px solid green;
}
*/

.SearchLink a:hover
{
	color: #FFFFFF;
	background-color: #005AAB;
    text-decoration:none;
}

.SearchDIV {
	position: absolute;
	display: block;
	width: 120px;
	height: 50px;
	z-index: 3;
	left: 595px;
	top: 20px;
	/*color: White;*/
	font-size: 0.7em;
	font-weight: bold;
	margin: 0px;
    padding-left:40px;
	background-color: transparent;
	border-style: none;
	vertical-align: middle;
	white-space: nowrap;
	overflow: visible;
}

.SearchLink
{
    position:absolute;
    top:8px;
    left: 95px;
}
.SearchLink a
{
    font-size:1.4em;
    text-decoration:underline;
    color: #005AAB;
}


.AAA {
	z-index: 3;
	position: absolute;
	display: block;
	left: 595px;
	width: 155px;
	top: 120px;
	/*color: #005AAB;*/
	font-size: 0.8em;
	font-family: arial, sans-serif;
}

.AAA a
{
	margin-left:6px;/*color: #005AAB;*/
}

.AAA a:hover
{
	color: #FFFFFF;
}


.ucSimpleSearchInput {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

.LeftNavBar
{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 145px;
	width: 144px;
	text-align: left;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 0.7em;
	/* text-transform: lowercase; */
	color: #005AAB;
	margin: 0;
	overflow: hidden;
}

.LeftNavBar ul{
	list-style: none;
	margin: 0px 0px 0px;
	padding: 0px;
	width: 145px;
}

.LeftNavBar li{
	margin: 0px;
	width: 130px;
	padding: 3px 7px;
}

.secondaryNav {
	padding-bottom: 10px;
}

.channeltext {
	display: block;
	border: 1px solid #86B0D7;
	background-color: #005AAB;
	padding: 3px 7px;
	color: white;
	text-decoration: none;
	letter-spacing: 0.1em;
	/*cursor: pointer;*/
	margin: 0px;
}

/* ############### */
/* LEFT NAVIGATION */
/* ############### */

.channelitem {
	display: block;
	margin: 0px;
	list-style-type: none;
	width: 100%;
	text-align: left;
	border-style: solid;
	border-color: #86B0D7;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 2px;
	background-color: #CAE5D3;
	padding: 3px 17px;
	width: 109px;
	color: #005AAB;
	letter-spacing: 0.1em;
	cursor: pointer;
}

.channelitem a {
	color: #005AAB;
	text-decoration: none;
}

.channelitem a:hover {
	color: #FFFFFF;
}

.externallinks {
	border: 1px solid #86B0D7;
	color: #039;
	font-size: 0.7em;
	margin: 0 3px;
}

.externallinks p {
	font-weight: bold;
}

.externallinks a, .externallinks a:visited{
	text-decoration: underline;
	color: #039;
}

.FPCentreContent, .MainContent {
	position: absolute;
	left: 144px;
	top: 145px;
	width: 570px;
	background-color: white;
	margin: 0px;
	border-left-style: solid;
	border-left-color: #86B0D7;
	border-left-width: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	font-size: 0.8em;
}

.FPPadder {
	width: 100%;
	height: 5px;
}

.BannerDiv {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.LeftSection, .RightSection {
	padding-top:12px;
}

RightSection div {
	padding-left: 10px;
}



.HomeContent {

}

.ucDisplayTitle {
	font-family: arial, sans-serif;
	color: #005AAB;
	font-size: 1.8em;
	margin-bottom: 5px;
	font-weight: normal;
}

.ucBreadcrumb {
	/* color: #000000; */
	background-color: transparent;
	/* border-bottom: 1px solid #000000; */
	margin-bottom: 10px;
}

.ucBreadcrumb a {
	font-size: small;
	/* text-transform: lowercase; */
	font-family: arial, sans-serif;
	/* color: #000000; */
	/* text-decoration: none; */
}

.ucBreadcrumb a:visited {
	/* color: #000000; */
}

.ucBreadcrumb a:hover {
	/* text-decoration: underline; */
}

.breadText {
	display: none;
}

.ucpagelisting {
	margin-top: 5px;
}

.ucpagelisting span {
	margin-left: 10px;
}

.ucpagelisting a {
	margin-left: -5px;
	line-height: 1.5em;
}

.BaseFooter {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #999999;
	font-size: xx-small;
	font-family: arial, sans-serif;
	color: #999999;
}

.BaseFooter a {	
	color: #999999;
	text-decoration: none;
}

.BaseFooter a:hover {
	color: #FFFFFF;
}

.BaseFooter span {
	margin: 0 2px;
}

.FooterNav {
	background-color: transparent;
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	border-top: 2px solid #999999;
	font-size: x-small;
	font-family: arial, sans-serif;
	clear: both;
}

.FooterNav ul {
	margin: 0;
}

.FooterNav ul li{
	list-style: none;
	display: inline;
	margin: 0 5px;
}

.FooterNav li, .FooterNav a {
	font-size: x-small;
	color: #999999;
}

.FooterNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.externalLinks, .otherLinks {
	display: none;
}

.SearchInput {
	font-family: arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 2px;
	height: 20px;
	width: 100px;
	float:left;
}

.SearchButton {
	background-color: #005AAB;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	display: block;
	margin: 0px;
	margin-top: 0px;
	height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	height: 24px;
	cursor: pointer;
	font-size: 0.8em;
	padding-left: 3px;
	padding-right: 3px;
}

.SearchStuff {
	background-color: #005AAB;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.ucIntroduction {
	font-family: arial, sans-serif;
	font-size: 1em;
	margin-top: 20px;
}

.resultCount {
	font-family: arial, sans-serif;
	font-size: small;
	margin-top: 10px;
}

#radEditorContainer_ctl28_UcIntroduction1_RadEditorPlaceHolderControl1_AuthoringModeControlsContainer_EditorRadEditorPlaceHolderControl1
{
	background-color: #ffffff;
}

#QuickLinks
{
	margin: 2px;
	width: 140px;
	font-size: small;
	color: #005AAB;
}


/* ############ */
/* PRINT STYLES */
/* ############ */

@media print {
	.MainContent {
		left: 0px;
		width: 100%;
		top: 62px;
		border-left-style: none;
		border-left-width: 0px;
		padding: 0px;
		padding-top: 0px;
		font-size: 0.9em;
	}
	.PrintHeader
	{
		display: inline;
	}
	.LeftNavBar {
		display: none;
	}

	.console {
		display: none;
	}
	.PrimaryNav {
		display: none;
	}
	.ucBreadcrumb {
		display: none;
	}
	.SearchDIV {
		display: none;
	}
	.AAA {
		display: none;
	}
}

/* ############### */
/* TEMPLATE SEARCH */
/* ############### */

.TemplateSearch {
	background-color: #CAE5D3;
	padding: 4px;
}

.ucIntroduction {
	padding-bottom: 20px;
}

.searchIntroduction {
	display: block;
	padding-bottom: 20px;
}
.StandardPageContent
{
   border-top:1px solid white;
   
}
/* ################## */
/* CATEGORY NODE PAGE */
/* ################## */

.CatListDescription
{
	padding-bottom: 10px;
}

