/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 0.75em; 
	font-family: Verdana, Lucida, sans-serif; 
	height: 100%;
}

html {
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both; 
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 1000px;  
	margin: 0 auto; 
	height: 100%;
	min-height: 100%;
}
#Container { 
	background-color:#ffffff;
}
#Layout {
	width: 972px;
	clear: both;
	margin: auto;
	margin-top: 5px;
}


#content_navSideBar,
#content_navBar,
#content_sideBar,
#content_alone
 {
	width: 572px;
	float: left; 	
	margin: 0;
	text-align: left;
}

#content_navBar,
#content_sideBar
{
	width: 762px;
}

#content_alone
{
	width: 962px;
}


#Content table td{
	border: none
}
/* HEADER
----------------------------------------- */
#Header { 

 	margin: 0 auto;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../images/site-header-bg.png);
	background-repeat: repeat-x;
	height: 103px;
}
 	#Header h1 { 
	  	color: #fff;  
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		display: none;
	}
	#Header p {
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 972px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../images/top-menu-bar.png);
	background-color: #11165D;
	background-repeat: no-repeat;
	background-position: left bottom;
	/*height: 34px;*/
}
	#Navigation ul { 
 		float: left; 
		margin-right: 10px;
		margin-left: 10px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 34px;
			display: block;
			min-height: 34px;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 2.3em; 
				padding: 0px;
				color: #fff;
				font-weight: bold;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					line-height: 34px;
					height:34px;
				}
				
				#Navigation ul li a span.centre {
					padding-left: 5px;
					padding-right: 5px;
				}
				
				#Navigation ul li a span.left {
					width: 2px;	
				}
				
				#Navigation ul li a span.right {
					width: 4px;
				}
				
				
					#Navigation ul li a:hover { 
						color: #171E69;
						cursor: pointer;
					}
					#Navigation ul li a:hover span.left {
						background: transparent url(../images/hoverTabLeft.png) no-repeat left top;
						cursor: pointer;
					}
					
					#Navigation ul li a:hover span.right {
						background: transparent url(../images/hoverTabRight.png) no-repeat right top;
						cursor: pointer;
					}
					
					#Navigation ul li a:hover span.centre {
						background: transparent url(../images/hoverTabCentre.png) repeat-x left top;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	color: #171E69;
					}
					
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    			#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span 
				{
					color: #171E69;
				}
				
				#Navigation ul li a.current span.left,
				#Navigation ul li a.section span.left,
	    			#Navigation ul li a.section:hover span.left,
				#Navigation ul li a.current:hover span.left 
				{
					background: transparent url(../images/activeTabLeft.png) no-repeat left top; 
				}
				
				#Navigation ul li a.current span.right,
				#Navigation ul li a.section span.right,
	    			#Navigation ul li a.section:hover span.right,
				#Navigation ul li a.current:hover span.right 
				{
					background: transparent url(../images/activeTabRight.png) no-repeat right top; 
				}
				
				#Navigation ul li a.current span.centre,
				#Navigation ul li a.section span.centre,
	    			#Navigation ul li a.section:hover span.centre,
				#Navigation ul li a.current:hover span.centre 
				{
					background: transparent url(../images/activeTabCentre.png) repeat-x left top; 
				}

	#Navigation ul li.link_news,
	#Navigation ul li.link_contact-us,
	#Navigation ul li.link_about-us
	{
		display: none;
	}
				

/* BANNER NAVIGATION
-------------------------------------------- */
	#BannerNavigation
	{
		float: right;
		margin-top: 2px;
		margin-right: 0px;
		width: 250px;
	}
	
	#BannerNavigation ul
	{
		float: right;
		margin-right: 10px;
	}
	
	#BannerNavigation ul li
	{
		float: left;
		list-style: none;
		padding-left: 5px;
		border-left: 2px solid #555;
		padding-right: 5px;
	}
	
	#BannerNavigation ul li.first
	{
		border-left: 0px solid #555;
		padding-left: 0px;
	}
	 
	#BannerNavigation ul li a
	{
		display: block;
		color: #555;
		font-weight: bold;
		text-decoration: none; 
	}

	#google_translate_element {
		padding-left: 5px;
		margin: 0;
	}
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	height: 20px;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 169px; 
	float: left;  
	margin-right: 30px;
	padding: 0;
	/*font-size: 0.9em;*/
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background-color: #FFEBB6;
	}
	#Sidebar ul {
		margin: 0px;
	}
		#Sidebar li {
			margin: 0px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		font-weight: 700; 
		font-size: 1.2em; 
		margin: 0px;
		line-height: 1.3em;
		padding: 0px;
		padding-left: 10px;
		padding-top: 14px;
		padding-bottom: 14px;
		color: #555;
		background-color: #FEB801;
		background-image: url(../images/left-navigation-header.png);
		background-repeat: no-repeat;
		padding-right: 20px;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 169px;
		margin: -5px 0 0 0;
		background-color: #FFEBB6;
		background-image: url(../images/left-navigation-footer.png); 
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	
	/* MENU2 */
    ul#Menu2 li { 
    	/*font-size: 0.9em; */
        list-style: none;
        border-bottom: 1px solid #FFBC0B;
        padding: 0px;
        margin: 0px;
    }
    	ul#Menu2 li a {
            display: block;
            width: 161px;
            /*font-size: 1.2em;*/
            color: #7C4C00;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 8px;
      	}


      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
        	background-color: #c0c0c0;
        	color: #444;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            background: #c0c0c0;
            color: #444;
            font-weight: 700;
            width: 161px; 
      	}

      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: 0px;
            	width: 169px;
            	padding: 0px 0 10px 0;
      		}
      			ul#Menu2 li ul li {
            		width: 169px;
            		padding: 0;
            		/*font-size: 0.8em;
            		display: inline;*/
            		margin: 0;
            		border-bottom: none;
      			}
      				ul#Menu2 li ul li ul {
            			margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #444;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 169px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {
            	/*font-size: 1.8em;*/
            	width: 161px;
            	padding-left: 8px;
				background: transparent;
      		}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            	background-color: #e0e0e0;
            	text-decoration: none;
            	display: block;
            	color: #666;
      		}
      		
      		ul#Menu2 ul.third_level li
      		{
      			/*font-size: 1.2em;*/
      		}
      		
      		ul#Menu2 ul.third_level li a.current,
		ul#Menu2 ul.third_level li a.section,
		ul#Menu2 ul.third_level li a.section:hover,
		ul#Menu2 ul.third_level li a.current:hover {
			color: #666;
			font-weight: 700;
			background: #eeeeee;
      		}
      		
      		ul#Menu2 ul.third_level li a:hover
      		{
      			color: #666;
			background: #eeeeee;
      		}
      		
      		ul#Menu2 ul.third_level
      		{
      			padding-bottom: 10px;
      		}
      		
      		ul#Menu2 ul.third_level a
      		{
      			/*font-size: 1.1em;*/
      		}
      
       .sidebarBox ul.second_level
       {
       		background-color: #FFEDCC;
       		font-size: 0.95em;
       }
       
        .sidebarBox ul#Menu2 li.section ul.second_level ul.roundWhite li a
       {
       		padding-left: 15px;
       		width: 154px;
       }
       
       .sidebarBox ul#Menu2 ul.second_level ul.roundWhite li
       {
       		border-top: 1px solid #FFCB49;
       }
       
       .sidebarBox ul#Menu2 li.section ul.second_level ul.roundWhite ul.third_level li
       {
       		border-top: 0px solid #FFCB49;
       }
       
       .sidebarBox ul#Menu2 li.section ul.second_level ul.roundWhite ul.third_level li ul li
       {
       		border-top: 1px solid #FFDF96;
       }
       
       
      		
       .sidebarBox li.section ul.third_level
       {
       		background-color: #FFF5E0;
       		font-size: 0.95em;
       }
      
        .sidebarBox ul#Menu2 li.section ul.third_level ul.roundWhite li a
       {
       		padding-left: 25px;
       		width: 144px;
       }

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ol#SearchResults {

}
	ol#SearchResults li {
		font-size: 1em;
		margin-bottom: 15px;
	}
	
div.PageNumbers
{
	text-align: center;
}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	width: 240px;
	margin: 5px;
}
#SearchForm_SearchForm legend {
	display: none;
}

html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 0 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
	.goog-te-combo {
		padding: 2px 1px 2px 2px;
		width: 168px !important;
		border: 2px solid #51A9DF !important;
		font-weight: normal;
	}
	
input.action {
	margin-left: 5px;
	background-image: url(../images/search-button.png); 
	background-repeat: no-repeat; 
	color: #fff; 
	background-position: top left; 
	width: 62px; 
	height: 26px; 
	background-color: transparent; 
	border: none; 
	padding: 0px;
	behavior: url(iepngfix.htc);
	font-weight: bold;
}

input.action#SearchForm_SearchForm_action_results
{
	float: left;
	margin-top: -2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 0px;
	margin-bottom: 15px;
	padding: 5px;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
	display: block;
	width: 300px;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
label.required {
	padding: 5px;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
	margin-left: 10px;
	
}

div.contact-us div.email span.message
{
	position: relative;
	top: -41px;
	left: 320px;
	margin-bottom: -30px;
	padding-bottom: 6px;
}


.feedback label.required {
	float: right;
	margin-left: 0px;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	padding-bottom: 20px;
	background-color: #ffffff; 
	width: 100%;
	height: 120px;
}
	#Footer .footerTop {
		display: block;
		height: 2em;
	}
  	#Footer p { 
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  		#Footer a { 
	   		text-decoration: none;
		}
			#Footer a:hover {
				text-decoration: underline;
			}
	#Footer #supportedBy
	{
		float: right;
	}
	
	#Footer #supportedBy span
	{
		position: relative;
		top: -.4em;
	}
	
	#Footer #copyright
	{
		float: left;
		margin-top: 40px;
	}
	
	#Footer #helpWithEnglish
	{
		width: 100%;
		margin: auto;
		background-color: #8AD3E4;
		background-image: url(../images/help-with-english.png);
		background-repeat: no-repeat;
		height: 36px;
		
		font-size: 14px;
		line-height: 36px;
		font-family: arial, helvetica, sans;
	}
	
	
	#Footer #helpWithEnglish a
	{
		color: #ffffff;
		display: block;
		width: 200px;
		margin-left: 5px;
	}
	
.clearBoth
{
	clear: both;
}



#rightHandColumn
{
	float: left;
	width: 169px;
	margin-left: 30px;
}

#rightHandColumn .middleColumn
{
	display: none;
}

#rightHandColumn h3
{
	background-color: #0F175B;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	background-image: url(../images/widget-header.png);
	background-repeat: no-repeat;
	min-height: 39px;
	height: auto !important;
	height: 39px;
	line-height:39px; 
	padding-left: 8px;
}

#rightHandColumn .HtmlContentWidget
{
	background-color: #FFE5A2;
	padding: 5px;	
	margin-bottom: 10px;
	background-image: url(../images/widget-footer.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#rightHandColumn .HtmlContentWidget ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#rightHandColumn .HtmlContentWidget a
{
	color: #3F3A27;
	text-decoration: underline;
}

#rightHandColumn .HtmlContentWidget p
{
	margin: 0px;
	margin-bottom: 5px;
}

table#serviceSearchResults
{
	border: none;
	width: 100%;
	margin-top: 20px;
}

table#serviceSearchResults td
{
	border: none;
	
}

table#serviceSearchResults td a
{
	color: #000000;
	text-decoration: underline;
}

table#serviceSearchResults tr.odd td
{
	background-color: #F5DCDF;
}

table#serviceSearchResults tr.even td
{
	background-color: #EAB6BA;
}

table#serviceSearchResults th
{
	background-color: #F50C75;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	border-bottom: 3px solid #ffffff;
}

table#serviceSearchResults .cell_left
{
	border-right: 3px solid #ffffff;
	width: 25%;
}

table#serviceSearchResults .cell_right
{
	border-left: 3px solid #ffffff;
	width: 50%;
}

#Layout image
{
	margin: 7px;
}

/*

E-Triage 

*/
.typography ul.etriage,
.typography ul.etriage-ct-ul
{
	list-style-type: none;
	width: 480px;
}

.typography div.etriage-container ul.etriage
{
	width: 95%;
	margin: 0px;
	padding: 0px;
}

.typography div.etriage-container
{
	width: 49%;
	float:left;
}

ul.etriage li
{
	border-bottom: 1px solid #FEC341;
}

ul.etriage li a
{
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	padding: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-weight: bold;
	
	
}

ul.etriage li.first
{
	border-top: 1px solid #FEC341;
}

ul.etriage li.odd a
{
	background-color: #FDEECF;
	background-image: url(../images/e-triage/li-bullet-odd.gif);
}

ul.etriage li.even a
{
	background-image: url(../images/e-triage/li-bullet-even.gif);
}

.typography h3.etriage-ct-header
{
	padding-top: 25px;
	background-image: url(../images/e-triage/common-terms.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	padding-left: 12px;
	margin-left: 25px;
}

.typography ul.etriage-ct-ul
{
	font-size: 0.95em;
}

.etriage-orange
{
	background-color: #FFEBB6;
}

/*
Login form
*/
#MemberLoginForm_LostPasswordForm_action_forgotPassword{
	width: 240px; 
	background-color: #132b71; 
	background-image: none
}