/* CSS Document */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}


html {
	background-color:#ffffff;
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;

}


body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


/* - */


h1 , H1{font-size: 1.5em;  margin-bottom:12px; color:#333;}
h2 , H2{font-size: 1.3em;  margin-bottom:12px; color:#333;}
h3 , H3{font-size: 1.2em;  margin-bottom:12px; color:#333;}
h4 , H4{font-size: 1.0em;  margin-bottom:12px; color:#333;}
h5 , H5{font-size: 0.9em;  margin-bottom:12px; color:#333;}
h6 , H6{font-size: 0.8em;  margin-bottom:12px; color:#333;}

p {
	margin-bottom: 0.60em;
	margin-top: 0px;
	line-height: 1.3;
	font-size: 0.8em;
	color: #333333;
}


.left         {text-align:left;   }
.right        {text-align:right;  }
.smallPrint   {font-size:0.8em;   }
.print        {font-size:0.8em;   }
.largePrint   {font-size:1.0em;   }


a      {text-decoration:none; color:#2d8d23; }
a:link {text-decoration:none; color:#2d8d23; }
a:hover{text-decoration:none;}
a:visited{text-decoration:none; color:#5c8d7f; }

a.siteMapLink        {text-decoration:none;}
a:hover.siteMapLink        {text-decoration:underline;}

.white , a.white , a:link.white , a:visited.white {color:#FFFFFF;}
.black , a.black , a:link.black , a:visited.black {color:#000000;}
.green , a.green , a:link.green , a:visited.green {color:#2d8d23;}
.red   , a.red   , a:link.red   , a:visited.red   {color:#FF0000;}
.blue  , a.blue  , a:link.blue  , a:visited.blue  {color:#445f8c;}
.grey  , a.grey  , a:link.grey  , a:visited.grey  {color:#333333;}

.loginError    {font-size:0.55em; color:#c78555; }
.loginTitle    {color:#FFFFFF; font-size:1.2em;}

.captionText    	{font-size:0.6em;  		color: #333333;   	padding-top:9px;  	padding-left:1px;   padding-right:5px; display:block; float:left; }
.siteQuickLinks 	{font-size:12px;   		color:#333; }
.widgetTitle    	{font-size:1em;    		font-weight:bold;   color:#000000;}
.widgetTitleGreen   {font-size:0.875em;    	font-weight:normal; color:#2d8d23;}
.newsPageDate   	{font-size:0.8em;  		color:#333; }
.newsPageTitle  	{font-size:1.5em;  		margin-bottom:10px; color:#333; }
a.sitemapLink, a:link.sitemapLink , a.sitemapLink :hover    {text-decoration:underline;}

img {border-width:0; margin:0px; padding:0px;}

#mainContent p img {
	padding: 5px;
}

.imageRight{
	float:right;
	padding: 0px 0px 20px 20px;
	margin:  5px 5px 5px 5px;
}


.imageLeft{
	float:left;
	padding: 0px 20px 20px 0px;
	margin:  5px 5px 5px 5px;
}


.tableCenter{
	margin:auto;
}


table td {
	margin-top:10px;
	padding-top:0px;
	padding-right:0px;
}


table td img {
/*	margin-top:10px; */
	padding-top:0px;
	padding-right:0px;
	text-align:left;
}


.captionTableLeft{
	float:left;
	margin:  5px 5px 5px 5px;
}


.captionTableRight{
	float:right;
	margin:  5px 5px 5px 5px;

}


.captionTableLeft td, .captionTableRight td{
	vertical-align:top;
}


hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}


hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}


hr.divider {
	display: none;
}


ul li p {
	font-size:1em;
}





ul li, ul, li {
	margin: 0px;
	padding: 0px;
}











#brandnew{
	float:right;
	margin-top:2px;
	width:230px;
	height:45px;
}


/*  -- Home page -- */


#homeImages{
	float:left;
	width:638px;
	height:151px;
	overflow:hidden;
}


#homeInfo {
	padding: 0px;
}

	#homeInfo img {
		margin: 0 auto;
	}


/* -- content -- */


#bodyContentImages{
	float:left;
	width:724px;
	height:151px;
	padding:0px;
	margin:0px;
}


#bodyContentInfo{
	float:right;
	width:230px;
	height:151px;
	padding:0px;
	margin:0px;
	background-color:#7caac4;

}

#bodyContentInfo a {
	font-size:0.750em;
	color:#FFFFFF;
	float:right;
}

#bodyContentLeft{
	float:left;
	width:724px;
	padding:0px;
	margin-top:6px;
	
	/*background-color:#FF3399*/

}


#bodyContentRight{
	float:right;
	width:230px;
	padding:0px;
	margin-top:6px;
	
	/*background-color:#996633*/

}



#breadCrumText{
	float:left; 
	width:100%;
	font-size:0.6em;
	padding-bottom:4px;
}


#breadCrum{
	float:left;
	width:100%;
	padding:0px 0px 2px 0px;
}


/*
#mainContent{
	float:right;
	position:relative;
	width:541px;
	margin:0px;
	padding:0px;
}
*/

#mainContent ul {
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.8em;
		line-height:1.3em;
		margin-bottom:10px;
		margin-left:16px;
}

	#mainContent ul li ul {
		font-size:1em;
	}

#mainContent ol{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.8em;
		line-height:1.3em;
		margin-bottom:10px;
}


#mainContent ul li {
		margin-bottom: 10px;
		color: #333333;
		list-style: none;
		list-style-position: outside;
}

#content ul {
		color: #333333;
		list-style: none;
		list-style-position: outside;
}

#content ul li {
		margin-bottom: 10px;
		color: #333333;
		list-style: disc;
		padding-left: 10px;
		list-style-position: outside;
}


#mainContent ol li{
		margin-bottom:10px;
		color:#333333;
		list-style:decimal;
		list-style-position:outside;
}



#siteMapContent{
		width:100%;
}


	#siteMapContent ul {
		margin: 0px 0px 20px 0px;
		float:right;
		width:100%;
		display:block;
		position:relative;
		list-style:none;
		font-size:1em;
	}
	

	#siteMapContent li {
		padding:3px 0px;
		list-style:none;
		margin-left:0px;
	}


.newsNavListSpace{
	margin-left:6px; 
}



#newsList{
	float: left;
	width:170px;
	padding:0px;
	margin:0px;
}


.newsListItem{
	float: left;
	width:170px;
	height:65px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:2px;
	/*background-color:#edf1f2;*/
}


.newsListItem ul{
	/*margin-top:5px;*/
	margin-left:0px;
	margin-right:0px;
	padding:0px;

}


.newsListItem ul li {
	width:160px;
	padding:0px;
	padding-left:10px;
	margin-bottom:0.2em;
	
	/*background-color:#FF6699*/
}


.listDate{
	font-size:0.7em;
	color:#333333;
	font-weight:400;
}


.listTitle{
	font-size:0.8em;
	color:#445f8c;
}


.listLink{
	font-size:0.7em;
	font-weight:400;
}


#newsPagination{
	float: left;
	width:160px;
	height:24px;
	background-color:#ededed;
}


#newsPagination ul{
	display: inline;
	list-style: none;
	height:24px;
}


#newsPagination ul li{
	float: left;
	margin-right:5px;
	font-size:0.9em;
	text-align:center;
	height:24px;
}


#newsPagination ul li a{
    color:#2d8d23;
}


#newsPagination ul li a:link{
	float:left;
	margin-right:5px;
	margin-top:4px;
	color:#2d8d23;
}


#newsPagination ul li.selectedPage{
	float: left;
	margin-right:5px;
	font-size:0.9em;
	text-align:center;
}


#newsPagination ul li.selectedPage a{
    color:#000;
}


#newsPagination ul li.selectedPage a:link{
	float: left;
    margin-right:5px;
	color:#000;
}




/* -- side nav -- */


#leftNavWrapper{
	float:left; 
	width:178px;

	/*background-color:#66CCCC;*/
}


#leftNavigation{
	float:left;
	position:relative;
	width:99%;
	margin:0px;
	padding: 0px;
}


#leftNavigation ul{
	font-family: Arial,Helvetica,Geneva,sans-serif;
	padding:0px;
	margin:0px;

}

.navList{
	font-size:0.814em;
	/*background-image : url('/site_images/bullet_point.png');*/
	background-repeat: no-repeat;
	background-position: 3px center;
	/*list-style: none;*/
	display: block;
	background-color:#efefef;
	border-bottom:3px solid #ffffff;
	margin: 0px;
	padding: 0px;
	float: none;
}


.navList a, .navList a:Link, .navList a:active {
	padding: 2px 2px 2px 15px;
	display:block;
	line-height:1.2em;
}

.navListIn {
	font-size:0.814em;
	padding:0px 0px 0px 0px;
	display:block;
	width:100%;
	/*background-image : url('/site_images/bullet_point.png');*/
	background-repeat: no-repeat;
	background-position: 3px center;
	background-color:#efefef;
	border-bottom:3px solid #ffffff;
}

.navListIn a, .navListIn a:Link, .navListIn a:active {
	padding: 2px 2px 2px 15px;
	display:block;
	line-height:1.2em;
}

.navListCurrent {
	/*background-image : url('/site_images/bullet_point.png');*/
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size:0.814em;
	padding:0px 0px 0px 0px;
	display:block;
	width:100%;
	border-bottom:3px solid #ffffff;
	float: none;
}

.navListCurrent a, .navListCurrent a:link, .navListCurrent a:active {
	padding: 1px 2px 2px 15px;
	display:block;
	line-height:1.2em;
	color:#ffffff;
	font-weight:bold;
}

.navListSelected{
	float:left;
	font-size:0.8em;
	width:100%;
	padding-top:0px;
	margin:0px;

	
	clear:both;

}


/*  -- end of side navigation --  */







/* -- form styling -- */

.error{
	color:#FF0000;
}


.quickLinksMenu{
	width: 170px;
	border: 1px solid #333333;
	background: #ffffff;
}


.widgetMap{
	width: 170px;
	border: 1px solid #333333;
	background: #ffffff;
}



#searchFieldSet{
 	float:right;
	padding:0px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}


#searchArea{
	height:30px;
	padding:0px;
	margin:0px;
}


.siteSearchField {
	margin: 0px;
	padding: 0px;
	width: 148px;
	border: 1px solid #333333;
	background: #ffffff;
	font-size: 12px;
	padding: 3px;
}


#replacementButton{
	width: 73px;
	height: 23px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../bundles/ajaxLogin/img/button-login.jpg) no-repeat top left;
	text-indent: -1000em;
	vertical-align: middle;
	cursor: pointer; /* hand-shaped cursor */
	/*cursor: hand;*/ /* IE 5.x */
}

		/* -- standard form -- */

.defaultForm{
	  float:left;
	  padding:0px;        /* padding in fieldset support spotty in IE */
	  margin:0;
	  width:541px;
}
		
		
.defaultFields{
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:1px;
}


.defaultForm label { 
		display: block;  /* block float the labels to left column, set a width */
		float: left; 
		width: 165px;
		padding: 0; 
		margin: 5px 10px 0 0px; /* set top margin same as form input - textarea etc. elements */
		text-align: left;
}


.defaultForm .fields{
	width:270px;
	border:1px #7f9db9 double;
	margin-top:5px;
	height:20px;
}


.defaultForm .largeFields{
	width:340px;
	border:1px #7f9db9 double;
	margin-top:5px;
	height:90px;
}


		
		/* -- contact form -- */

.contactForm{
	  float:left;
	  padding:0px;        /* padding in fieldset support spotty in IE */
	  margin:0;
	  width:541px;
}


.contactFields{
	padding-top:1px; 
	padding-bottom:1px; 
	margin-bottom:1px;
}


.contactForm label {
		display: block;  /* block float the labels to left column, set a width */
		float: left; 
		width: 195px;
		padding: 0; 
		margin: 5px 10px 0 0px; /* set top margin same as form input - textarea etc. elements */
		text-align: left;
}


.contactForm .fields{
	width:270px;
	border:1px #7f9db9 double;
	margin-top:5px;
	height:20px;
}




.contactForm .largeFields{
	width:300px;
	border:1px #7f9db9 double;
	margin-top:5px;
	height:90px;
}

	/* -- request form -- */

.requestForm{
	  float:left;
	  padding:0px;        /* padding in fieldset support spotty in IE */
	  margin:0;
	  width:541px;
}

	
.requestFields{
	padding-top:1px;
	padding-bottom:1px; 
	margin-bottom:1px;
}
	
	
.requestForm label {
		display: block;  /* block float the labels to left column, set a width */
		float: left; 
		width: 165px; 
		padding: 0; 
		margin: 5px 10px 0 0px; /* set top margin same as form input - textarea etc. elements */
		text-align: left;
}	
	

.requestForm .fields{
	width:270px;
	border:1px #7f9db9 double;
	margin-top:5px;
	height:20px;
}


#replacementSend{
	width:  87px;
	height: 27px;
	margin: 0;
	padding:0;
	border: 0;
	background: transparent url(/site_images/button-send.jpg) no-repeat top left;
	text-indent: -1000em;
	vertical-align: middle;
	cursor: pointer; /* hand-shaped cursor */
	/*cursor: hand;*/ /* IE 5.x */
}

		/*  -- end of contact form -- */


/* -- end of form styling -- */


/* -- widgets -- */


#inAction{
	float:left; 
	width:316px; 
	height:286px;
	background-image:url(/site_images/seeda-map.jpg); 
	background-position:top left; 
	background-repeat:no-repeat;
}


#actionMap{
	float:left;
	position:relative;
	padding-left:138px; 
	margin-top:20px;
}


#actionDropDown{
	float:left;
	width:138px;
	height:37px;
}


#mapOverlay{
	float:left; 
	width:138px;
	height:223px;
}


#widgetGap{
	margin-left:6px;
}


#widgetNewsArea{
	float:left; 
	height:264px; 
	width:100%;
}


.widgetNewsSlide{
	float:left; 
	width:296px;
	height:140px; 
	margin-top:10px;
	padding:10px 10px 0px 10px;  
	background-color:#7caac4;
	overflow:hidden;
}


#widgetMapInfo{
	float:left;
	width:296px;
	height:74px;
	padding:10px 10px 0px 10px;
	background-color:#7caac4;
}


.widgetBasicLinks ul li{
	width:280px;
	padding-left:10px;

	font-size:0.8em;
	padding-bottom:2px;

}


.widgetLinkList{
	float:left;
	margin-top: 0px;
	width: 98%;
	padding-bottom: 10px;
}


.widgetLinkList ul{
	float: left;
	position: relative;
	left: 1%;
}


.widgetLinkList ul li{
	font-size: 0.814em;
	/*background-image : url('/site_images/bullet_point.png');*/
	background-repeat: no-repeat;
	background-position: 3px center;
	/*list-style: none;*/
	display: block;
	border-bottom: 3px solid #ffffff;
	padding: 0px 0px 3px 22px;
}


.widgetLinkList ul li a{

}


.widgetHomeSmallHeader{
	float:left;
	width:100%;
	height:25px;
	padding-top:9px;
	margin-bottom:10px;
	background-color:#68686a;
}


.widgetHomeSmallTitle{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
}




#widget-Usefullinks-Side{
	float:right;
	width:230px;
	position:relative;
	padding-right:0px;
	margin-top:25px;
}


#widgetHelpingBusinessBox{
	width: 97%;
	border: 1px solid #000000;
	margin: 10px auto;
}


#widgetHelpingBusinessLinks ul li {
	/*background-image : url('/site_images/bullet_point.png');*/
	background-repeat: no-repeat;
	background-position: 3px center;
	/*list-style: none;*/
	display:block;
	border-bottom:3px solid #ffffff;
	padding: 0px;
	padding-left:22px;
	font-size: 0.814em;
}


#widget-Usefullinks-Side ul{
	float:left;
	position:relative;
}


#widget-Usefullinks-Side ul li{
	/*background-image : url('/site_images/bullet_point.png');*/
	background-repeat: no-repeat;
	background-position: 3px center;
	/*list-style: none;*/
	display:block;
	border-bottom:3px solid #ffffff;
	padding: 0px;
	padding-left:22px;
	font-size: 0.814em;
}



#widget-Usefullinks-Flat {
}

#widget-Usefullinks-Flat ul {
	margin: 0 auto;
	width: 99%;
}

#widget-Usefullinks-Flat ul li{
	float:left;
	display: inline;
	list-style: none;
	position:relative;
	padding-left:0px;
}


#widgetPressLinks{
	float:right;
	width:230px;
	position:relative;
	padding-right:0px;
	margin-top:25px;
}


#widgetNewsArchive{
	float:right;
	width:200px;
	position:relative;
	padding-right:20px;
	padding-left:10px;
	margin-top:25px;
}



/*  FAQ styles */

#faqCategories, #relatedFAQs, #relatedPublications {
	position:relative;
	padding-right:0px;
	margin-top:25px;
}

#faqCategories ul, #relatedFAQs ul, #relatedPublications ul {
	float:left;
	position:relative;
}


#faqCategories ul li, #relatedFAQs ul li, #relatedPublications ul li {
	background-repeat: no-repeat;
/* 	border-bottom: 3px solid #ffffff; */
	border: 0px none;
	padding: 0px 0px 0px 22px;
	*padding: 0px 0px 0px 18px;
	margin-bottom: 6px;
	font-size: 0.814em;
	position: relative;
	*width: 95%;
}

.faq {
	width:100%;
	float:left;
	padding-bottom:15px;
}

.number {
	width:20px;
	float:left;
	font-weight:bold;
	font-size: 0.8em;
	padding-bottom:10px;
}

.question {
	display:block;
	width:520px;
	float:left;
	font-weight:bold;
	font-size: 0.8em;
	padding-bottom:10px;
}

.faqCatCurrent {
	background-color:#2d8d23;
	padding-top:2px;
}

	.faqCatCurrent a {
		padding-top:2px;
		color:#FFFFFF;
		font-weight:bold;
	}

#faqSearch {
	float:left;
	width:100%;
	padding:0px 0px 20px 0px;
}

	#faqSearch .text {
		border:1px solid #7f9db9;
		width:228px;
		height:16px;
		padding:2px;
	}

	#faqSearch .select {
		border:1px solid #7f9db9;
		width:290px;
		height:20px;
		position:relative;
		margin-left:5px;
	}
	
	#submitFAQSearch {
		margin-right:10px;
/* 		margin-top:10px; */
		float:right;
	}
	
/*  Ellie's Publications Styles */

.publicationsArchive{
	float:left;
	margin-top:0px;
	width:100%;
	padding-bottom:10px;
}


	.publicationsArchive ul{
		float:left;
		position:relative;
		left:10px;
	}

	.publicationsArchive ul li {
		font-size:0.750em;
		float:left;
		width:100%;
		clear:both;
		padding-left: 22px;
	}

	.publicationsArchive ul li a {
		padding:2px 0px;
		float:left;
	}

	
.foiTableRow {
	font-size: 12px;
}

.foiTableRow th {
	font-size: 12px;
	text-align: left;
	padding-right: 20px;
}

.foiTableRow td {
	padding-right: 20px;
}

.foiResponseRow {
	font-size: 12px;
}

.foiRowSpacer {
	height: 10px;
}

.foiRowDivider {
	width: 100%;
	height: 10px;
	border-top: 1px solid #cdcdcd;
}

.foiRowDivider td {
	border-top: 1px solid #cdcdcd;
}







.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
	*display: inline;
}

.formTextbox {
	position:relative;
	margin:0px;
	padding:0px;
	width: 250px;
	height:16px;
	padding: 2px;
	border: 1px solid #333333;
	background: #ffffff;
	font-size: 12px;
	margin-right: 10px;
}

.formSelectbox {
	position:relative;
	margin:0px;
	padding:0px;
	width: 150px;
	height:22px;
	padding: 2px;
	border: 1px solid #333333;
	background: #ffffff;
	font-size: 12px;
	margin-right: 10px;
}


.paginationRow {
	padding-top: 5px;
	float: right;
}

	.pagination {
		background: transparent;
		font-weight: bold;
		font-size: 12px;
	}

		#mainContent .pagination ul, #mainContent .pagination li {
			list-style: none;
			margin-bottom: 0px;
		}

		.paginationBoxed {
			width: 20px;
			background-color: #ffffff;
			float: left;
			margin: 2px;
			border: 1px solid #000000;
			padding: 2px 0px;
			text-align: center;
			list-style: none;
		}

			.paginationBoxed a {
				color: #000000;
				display: block;
			}

		.paginationCurrentLink {
			color: #333333;
			border: 1px dashed #333333;
		}


fieldset div strong {
}

#facebox .body #content ul{
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:0.8em;
                        line-height:1.3em;
                        margin-bottom:10px;
                        margin-left:16px;
}

            #facebox .body #content ul li ul{
                        font-size:1em;
            }

#facebox .body #content ol{
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:0.8em;
                        line-height:1.3em;
                        margin-bottom:10px;
                        margin-left:25px;
}

#facebox .body #content ul li{
                        margin-bottom:10px;
                        color:#fff;
                        list-style:disc;
                        list-style-position:outside;
                        width:100%
}

#facebox .body #content ul li .a{
            width:100%;
}

#facebox .body #content ol li{
                        margin-bottom:10px;
                        color:#333333;
                        list-style:decimal;
                        list-style-position:outside;
                        width:100%;
}

#facebox .body #content ol li .a{
            width:100%;
}

#facebox .body #content ul {
                        color: #333333;
                        list-style: disc;
                        list-style-position: outside;
                        position:relative;
                        float:left;
}

#facebox .body #content ul li {
                        margin-bottom: 10px;
                        color: #333333;
                        list-style: disc;
                        padding-left: 10px;
                        list-style-position: outside;
                        position:relative;
                        background-color:#006699;
                        float:left;
}


.block1 {
	float: left;
	width: 316px;
	padding-right: 4px;
}

.block2 {
	float: left;
	width: 636px;
	padding-right: 4px;
}

.block3 {
	float: left;
	width: 960px;
}

.errorMessages #errorMessage {
	font-size: 1em;
	font-weight: bold;
	color: #ff0000;
	list-style: none;
}


.jquery_textLabel {
	color: #ababab;
}


/* nh added to style drop down box in IE - replaced with JS */
/* select {	
	width:400px;
	position: relative;
}

option  {	
	width:390px;
	position: relative;
}


select:focus {
    width: auto;
    position: relative;
} */


