
/* 
--- PLEASE NOTE ---

Please check the 'General' section of this stylesheet before creating any small custom styles.
The styles you want may already be in there.

Please put any Internet Explorer specific styles/hacks/fixes in 'ie.css'.
*/

/* ---------------------------------------------------------------------------------*//* All */

* {margin: 0; padding: 0;}

/* ---------------------------------------------------------------------------------*//* Body */
	
body {
	background: #AEB0B3 url(../images/normal_BG.gif) repeat-x;
	text-align: center;
	font: normal 76%/1.3 Arial, Verdana, sans-serif;
	color: #000000;
	}

/* ---------------------------------------------------------------------------------*//* Links */

a {
	color: #0399cd;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover,
a:focus {
	color: #BF1E2D;
	text-decoration: underline;
	}
	
	
/* ---------------------------------------------------------------------------------*//* Wrapper */	

#wrapper {
	margin: 0 auto;
	width: 966px;
}
	
#wrapper.narrow {width: 742px;}

/* ---------------------------------------------------------------------------------*//* Header */	

#header {position: relative;}
	
/* Top links */

ul#top {
	float: right;
	padding: 0 0 0 10px;
	background: #fff url(../images/top_links_corner_left.gif) no-repeat 0 100%;
	list-style: none;
	font-size: 0.85em;
	}

ul#top li {
	float: left;
	padding: 8px 8px 4px 7px;
	background: url(../images/top_links_border.gif) no-repeat 100% 100%;
	font-weight: bold;
	color: #888;
	}	

ul#top a {color: #7e7e7e;}	

ul#top a:hover,
ul#top a:focus {
	color: #222;
	}	
		
/* Skip links */
  
ul#top li.skip {
	position: absolute;
	left: 0;
	top: 8px;
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  }

ul#top li.skip a {
	display: block;
	text-indent: -1000em;
	}
	
ul#top li.skip a:focus {
	text-indent: 0;
	text-decoration: none;
	}	
	
/* ---------------------------------------------------------------------------------*//* Logo */

#logo {
	float: left;
	margin: 27px 0 0 0;
	margin-top: 17px;
	width:966px;
	}

#swplogo {
	float:right;
	width:169px;
	height:119px;
	text-align:right;
	padding-left:0px;
}

#bannerimage {
	float:left;
	width:700px;
	height:119px;
}
	
/* ---------------------------------------------------------------------------------*//* Navigation */

ul#navigation {
	margin: 13px 0 0 0;
	background: url(../images/nav_bottom_border.gif) repeat-x 0 100%;
	list-style: none;
	line-height: 1.2;
	font-size: 1.2em;
	}

div.narrow ul#navigation {margin-top: 5px;}
	
ul#navigation li {
	position: relative;
	z-index: 10;
	float: left;
	margin: 8px 0 0 0;
	/* width: 138px; */
	width: 120px;
	}	

ul#navigation li.on {margin-top: 0;}	

div.narrow ul#navigation li {width: 106px;}	
	
ul#navigation li a {
	display: block;
	margin: 0 2px 0 0;
	background: #BF1E2D url(../images/nav_tab_left.gif) no-repeat;
	text-align: center;
	color: #FFFFFF;/*#5b7f6a;*/
	font-weight: normal;
	}	
	
ul#navigation li.last a {margin: 0;}	

ul#navigation li a span {
	display: block;
	padding: 7px 0;
	background: url(../images/nav_tab_right.gif) no-repeat 100% 0;
	}	
	
ul#navigation li.on a span {padding: 13px 0 9px 0;}	

ul#navigation li.on a,
ul#navigation li a:hover,
ul#navigation li a:focus {
	background: #BF1E2D url(../images/nav_tab_left_on.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	}	

ul#navigation li.on a {font-weight: bold;}
		
ul#navigation li.on a span,
ul#navigation li a:hover span,
ul#navigation li a:focus span {
	background: url(../images/nav_tab_right_on.gif) no-repeat 100% 0;
	}	
	
/* Dropdown navigation */

ul#navigation ul {
	display: none;
	position: absolute;
	left: 0;
	list-style: none;
	line-height: 1.2;
	font-size: 0.9em;
	}

ul#navigation li.last ul {
	left: auto;
	right: 0;
	}

ul#navigation li:hover ul,
ul#navigation li.sfhover ul {
	display: block;
	}

ul#navigation ul li,
div.narrow ul#navigation ul li {
	float: none;
	margin: 0;
	width: auto;
	}	
	/*Primary Red: #BF1E2D
Red Med: #bd545e
Red Light: #bd7178
Red Dark: #90212b
*/
ul#navigation ul li a,
ul#navigation li.on ul a {
	display: block;
	margin: 0;
	border-top: 1px solid #bd7178;
	border-bottom: 1px solid #AEB0B3;
	border-left: 5px solid #90212b;
	padding: 3px 5px;
	width: 20em;
	background: #BF1E2D; /*#bd7178;*/
	text-align: left;
	color: #FFFFFF;
	font-weight: normal;
	}

ul#navigation ul li a:hover,
ul#navigation li.on ul a:hover {
	background: #90212b;
	color: #fff;
	}
ul#navigation a.mm:hover {
	color:#fff;
}

/* --------------------------------------------------------------------------------*//* Nav bar search */
#searchbox {
	float:left;
	width:140px;
	margin-top:1px;
	padding-top:0px;
}
#searchbtn {
	width:80px;
	text-transform:uppercase;
	font-size:0.8em;
	margin-bottom:2px;
	margin-top:0px;
	padding-top:0px;
}
#searchcontainer {
	width:230px;
	padding-left:5px;
	padding-top:3px;
}

/* ---------------------------------------------------------------------------------*//* Content */	
#content {
	/*padding: 0 1px;*/
	background: #CCE780 url(../images/border_bg.gif) no-repeat;
	text-align: left;
	font-size: 1em;
	}

#content ul {
	padding-left: 10px;
	list-style-type: none;
}

#content ul li {
	padding-left: 25px;
	background-image: url(../Images/tick_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 5px auto;
}

div.narrow #content {background-image: url(../images/border_bg_narrow.gif);}

#inner_wrapper {
	padding: 0 9px;
	background: #fff url(../images/nav_bottom_bg.gif) repeat-x;
	}
	
div.narrow #inner_wrapper {padding: 0 10px;}

#content p,
#content ul,
#content ol,
#content dl {margin: 0 0 1.5em 0;}


#content ol.marginBug {padding-left: 5px;}
#content ol.marginBug li {line-height: 1.3em;}


#content ul {margin-left: 17px;}
#content ol {margin-left: 1.9em;}
#content .no_margin {margin-left: 25px;}	
#content li {margin: 2px 0;}
	
#content .no_points {
	margin-left: 0;
	list-style: none;
	}

#content li {line-height: 1.3;}
#content dt {font-weight: bold;}

#content h1,
#content h2,
#content h3,		
#content h4,
#content h5,
#content h6 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	}
	
/* Default table styles */

#content table {
	margin: 0 0 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	font-size: 1em;
	}

#content caption {display: none;}
#content table .hide {text-indent: -1000em;}
	
#content th {	
	border: solid #d7dec2;
	border-width: 1px 0;
	padding: 3px 7px;
	background: #E9EEDA;
	color: #006F4E;
	font-weight: bold;
	font-size: 1.1em;
	}	
	
#content td {	
	border-bottom: 1px solid #ddd;
	padding: 3px 7px;
	background: #F2F2F2;
	}
		
#content tr.even td {background: #F2F2F2;}
#content table .right {text-align: right;}

.frontpagetextwidth {
	width:650px;
	padding-left:10px;
}

#changedetection {
	margin-top:10px;
	padding-top:10px;
}

#changedetection h2 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #002e6e;
}

#changedetection table {
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	border-collapse: collapse;
	width:200px;
	margin:0 auto;
	border-spacing: 0px;
}

#changedetection td {
	margin:0px;
	border-style:none;
}

#homebannertext {
	position:relative;
	top:-230px;
	width:500px;
	left:400px;
	margin:0px
	padding:0px;
}

/* ---------------------------------------------------------------------------------*//* Telephone/Email/Staff/PDF download */	

.telephone {
	background-image:url(../Images/telephoneicon.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	height:20px;
	font-size:14px;
	margin-left:3px;
}

.email {
	background-image:url(../Images/emailicon.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	height:20px;
	font-size:14px;
	margin-left:3px;
}

.staff {
	background-image:url(../Images/personicon.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	height:20px;
	font-size:14px;
	margin-left:3px;
}

.fax {
	background-image:url(../Images/faxicon.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	height:20px;
	font-size:14px;
	margin-left:3px;
}

.pdfdownload {
	background-image:url(../Images/adobe/pdficon_small.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	height:20px;
	padding-top:3px;
	margin-left:3px;
}

.worddownload {
	background-image:url(../Images/word.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	height:20px;
	padding-top:3px;
	margin-left:3px;
}


/* ---------------------------------------------------------------------------------*//* Main Block */	

#main_block {
	float: left;
	padding: 20px 0;
	width: 720px; /* Precise value - do not change */
}

#main_image_block {
	float: right;
	padding: 50px 0;
	width: 220px; /* Precise value - do not change */
	text-align:center;
}
#w3ccompat {
	margin-top: 15px;
}
/*
#main_image_block img {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	padding: 1px 1px 1px 1px;
	background-color:#6699FF;
}


#main_image_block img:hover {
	background-color:#CCFF00;
}

*/
	
div.narrow #main_block,
#main_block.forms {
	float: none;
	padding-bottom: 0;
	width: auto;
	}

#main_block p {line-height: 1.3;}

#block_1 {
	float: left;
	width: 211px;
	}

#block_2 {
	float: right;
	width: 496px;
	}
		
div.full #block_1 {float: none; width: auto;} /* For templates A,B,C,D & E - When there is no #block_2 DIV on the page */
div.forms #block_1 {width: 65%;} /* For template T - When there is no #secondary_block DIV on the page */

div.forms #block_2 {
	margin: 27px 0 20px 0; /* Top margin is to position the dividing line at the top of the column. */
	border-top: 1px solid #ccc;
	width: 33%;
	}

#main_block h1 {font-weight: bold;}
#main_block h1 a {color: #528634;}

#main_block h1 {
	margin: 0 0 0.3em 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 2px 0;
	font-size: 1.7em;
	color: #0399CD;
	}

#main_block h2 {
	margin: 0 0 0.3em 0;
	padding: 0 0 2px 0;
	font-size: 1.2em;
	color: #0399CD;
	}
	
#main_block h3 {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	/*color: #696969;*/
	color:#0399CD;
	}

/* ---------------------------------------------------------------------------------*//* Footer */	

#footer {
	/*margin: 0 1px;*/
	background: #fff;
	text-align: left;
	}
	
#footer ul {list-style: none;}	
#footer a {text-decoration: underline;}
		
#footer ul a {
	color: #6f6f6f;
	font-weight: normal;
	}
	
#footer a:hover,
#footer a:focus {
	text-decoration: none;
	}

#footer	ul a:hover,
#footer	ul a:focus {
	color: #222;
	}

/* Quicklinks */
		
#footer #quick_links {
	text-align:center;
	padding: 5px 20px 30px 20px;
	
	}	
		
#footer #quick_links h2 {
	margin: 1em 0 0 0;
	color: #007251;
	font-size: 1.5em;
	}		

#footer #quick_links div.container { 
	float: left;
	margin: 0 44px 0 0;
	width: 16%;
	}

div.narrow #footer #quick_links div.container {margin-right: 33px;}
#wrapper #footer #quick_links div.last {margin-right: 0;}

#footer #quick_links div.container h3 {
	margin: 1em 0 0.3em 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
	font-size: 1.2em;
	}
	
/* Bottom links */

#footer ul.bottom_links {
	clear: both;
	margin: 1.5em 0 0 0;
	border-top: solid #ccc;
	border-width: 1px 0;
	padding: 1em 0;
	}

#footer ul.bottom_links2 {
	clear: both;
	border-bottom: solid #ccc;
	border-width: 1px 0;
	padding: 1em 0;
	}
			
#footer ul.bottom_links li {
	display: inline;
	margin: 0 15px 0 0;
	}
#footer ul.bottom_links2 li {
	display: inline;
	margin: 0 10px 0 0;
	}

/* ---------------------------------------------------------------------------------*//* Forms */

fieldset {border: 0px solid #fff;}
  
#secondary_block fieldset {
	padding: 5px;
  background: #e9eeda;
  } 
  
#content #secondary_block p.statement {
	margin: 0 0 1px 0;
	padding: 5px 5px 15px 5px;
	background: #e9eeda;
  } 
	  
#secondary_block fieldset.refine_search {
	border: solid #ccc;
	border-width: 1px 0;
	padding: 3px 0;
  background: #fff;
  } 

div.forms #block_2 fieldset {
	padding: 15px 0;
	background: #e6e6e6;
	}
		
fieldset.left,
fieldset div.left_container {
	float: left;
	width: 49%;
	}
	
fieldset.right,
fieldset div.right_container {
	float: right;
	width: 49%;
	}
		  
legend {display: none;}
#content form h3 {margin: 0 0 1em 0;}

div.form_block {
  clear: both;
 	padding: 2px 0;
 	background: url(../images/form_border.gif) repeat-x 0 100%;
	text-align: left;
  }

div.form_block.spaced {margin-top: 20px;}  
#main_block div.form_block.main {margin: 0 0 15px 0;} 
#main_block div.form_block.main div.form_left {width: 17.1%;} 
#main_block div.form_block.main input.text {width: 77.4%;} 
		
#secondary_block div.form_block.main {margin: 0 0 5px 0;}  
div.form_block.main label {font-weight: bold;} 
  
div.form_block.divide div.form_right {
  margin: 5px 0;
  border: solid #a1a597;
  border-width: 1px 0;
  padding: 8px 0;
  }  
	  	  
div.form_right {
	display: inline;
	float: right;
	margin: 2px 0;
	width: 60%;
  }

/* The 'form_right' block is only for checkboxes */  
#content div.form_right label {display: block;}
#content div.form_right input {vertical-align: middle;}
   
label.hide {
	position: absolute;
	left: -1000em;
  }
		  
label a,
div.form_left p a {
  color: #222;
  }
    
div.form_fields_container {float: left;}
	
div.form_fields_container label {
	display: block;
	margin: 5px 0 0 0;

	font-weight: normal;
  }

div.form_fields_container label input {vertical-align: middle;}

div.form_left span {
	display: block;
  font-weight: normal;
  font-size: 0.8em;
  color: #333;
  }

input,
textarea,
select {
  font: normal 1em Arial, Verdana, sans-serif;
  }

.textinput {
	background-image:url(../images/textinput.gif);
	background-repeat:repeat-x;
}

textarea,
select {
  padding: 1px;  
  width: 55%;
  background: #fff;
  color: #555;
  }

select {
  padding: 1px;                           
  width: 56.6%;
  }
  
input.small {width: 20%;}
input.vsmall {width: 10%;}
input.vvsmall {width: 5%;}
				
/* Form buttons */

/* ---------------------------------------------------------------------------------*//* Expanding divs */	

#expanddiv {
	margin-left:20px;
}

#expanddiv div span {
	font-weight:bold;
}

#expanddiv div div {
	margin-top:2px;
	margin-bottom:6px; 
	margin-left:10px;
}

.block {
	display:block;
}
.hide {
	display:none;
}

/* Expanding divs */

/* ---------------------------------------------------------------------------------*//* Front page */

#frontpagebanner {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

/* News box */
div#newsbox img {
	border:0px;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
}
.infobox {
	width:230px;
	text-align:left;
	margin:0px;
	padding:0px;
}
.newsfeedtopbarimg {
	background-image: url(../Images/newsfeed/infobox_newsfeedtopbar.gif);
	background-repeat: no-repeat;
	width:442px;
	height:17px;
	margin:0px;
	padding:0px;
}
.newsfeedtopimg {
	background-image: url(../Images/newsfeed/infobox_newsfeedbgrepeat.gif);
	background-repeat:repeat-y;
	width:442px;
	padding-left:7px;
}
.infobox_newsfeednewspic {
	width:442px;
	height:121px;
	background-image: url(../Images/newsfeed/infobox_newsfeedpic.gif);
}
.newsfeedtitlenewsimg {
	width:442px;
	height:24px;
	padding-left:6px;
	background-image: url(../Images/newsfeed/infobox_newsfeedtitle.gif);
	background-repeat:no-repeat;
}

/* Textual content of the boxes */
.infoboxcontent { 
	width:442px;
	padding-left:7px;
}
.infoboxtext {
	width:200px;
	padding-top:5px;
}
.infoboxtitletext {
	color:#000000;
/*	font-size:1.2em;*/
	font-weight:bold;
}
.infoboxtitletext:hover {
	text-decoration:none;
}
.infoboxtitletexttopmargin {
	margin-top:8px;
}
/*	Articles	*/
.newsarticle {
	border-top-color:#DDDDDD;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#DDDDDD;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:5px;
}
.newsarticle:hover {
	border-top-color:#999999;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-decoration:none;
}
.newsarticlesummary {
	margin-bottom:2px; 
}
div#newsbox {
	float:left;
/*	margin-left:30px;*/
	margin:0px;
	padding:0px;
}
div#newsbox a.moreinfo {
	color:#007dc5;
}
/*	Banner and line	*/
.bannerlink {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
}
a.bannerlink:hover{
	color:#ffffff;
}
a.bannerlink:visited{
	color:#ffffff;
}
/*	Bottom of box*/
.newsfeedbottomimg {
	width:442px;
	height:21px;
	background-image:url(../Images/newsfeed/infobox_newsfeedbottom.gif);
	background-repeat:no-repeat;
}

#newspostdetails {
	border-bottom-color:#ccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:430px;
}

/*	Register for news banner	*/
#newsregnowbox {
	width:auto;
	float:right;
	margin:auto;
	margin-bottom:30px;
}
#newsregnowbox{
	text-align:left;
	width:200px;
}
#newsregnowbox div span {
	font-weight:bold;
}
#newsregnowbox div.banner {
	text-align:right;
	color:#FFFFFF;
	background-image:url(../Images/newsregbanner.gif);
	background-repeat:no-repeat;
	width:200px;
	height:20px;
	font-weight:bold;
	padding-top:2px;
}
#newsregnowintro {
	padding:2px 2px 2px 2px;
	width:200px;
	text-align:left;
}


/*	Login box	*/
#loginnowbox  {
	width:400px;
	float:right;
	margin-right:30px;
}
#loginnowbox  div.banner {
	text-align:right;
	color:#FFFFFF;
	background-image:url(../Images/loginbanner.gif);
	background-repeat:no-repeat;
	width:auto;
	height:20px;
	font-weight:bold;
/*	padding-top:2px;*/
	padding-right:3px;
}
#loginnowbox div {
	text-align:left;
	width:auto;
}
#loginnowbox .loginformbox {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
#loginnowbox .loginnowintro {
	padding:2px 2px 2px 2px;
	width:auto;
	margin-bottom:10px;
}
/* ---------------------------------------------------------------------------------*//* Search page */
#srchSearchbox {
	width:500px;
	background-color:#F2F2F2;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	height:120px;
	padding-top:20px;
	padding-left:20px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
#srchtextbox {
	width:250px;
}

.srchLink a {
	color:#002e6e;
	font-size:16px;
}

#srchresultstitle {
	border-bottom: 1px solid #ccc;
}

.srchResult {
	padding-top:5px;
	padding-bottom:10px;
	clear:both;
}
.srchLinkdoc {
	font-weight:bold;
	font-size:10px;
	padding-right:5px;
}
.srchLink {
	padding-bottom:5px;
}
.srchLinkDesc {
	font-style:italic;
	padding-bottom:5px;
	padding-left:10px;
}
.srchLinkCite {
	color:#72bf44;
	padding-left:10px;
}

#noresults {
	font-weight:bolder;
}



/* Search page */

/* ---------------------------------------------------------------------------------*//* Contact us page */
.contactusaddress {
	width:200px;
}

#contactusaddress h3 {
	border-bottom:1px solid #ccc;
}

#myContent {
	margin-top:5px;
}
#contentDiv {
	display:none;
	width:300px;
}

/* Contact us page */

/* ---------------------------------------------------------------------------------*//* General */

.imgborder {
   padding:1px;
   border:1px solid #021a40;
   background-color:#CCCCFF;
}

span.fileattributes {
	color:#002E6E;
}

div.openwindow {
padding-left:20px;
padding-top:0px;
margin-top:0px;
}

table.supportqualsdocs td{
	width:400px;
}

table#supportqualsdocs td{
	width:400px;
}

table#supportqualsdocs td.download{
	border-left:dotted;
	border-left-color:#bf1e2d;
	border-left-width:2px;
	width:300px;
}

table#supportqualsdocs td.paragraph {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;

	border-bottom-width:8px;
	border-bottom-color:#ffffff;
	border-collapse:collapse;
	width:700px;
}

div#adobereader {
	margin-top:40px;
}

div#adobereader h2 {
	margin-top:40px;
	margin: 0 0 0.3em 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 2px 0;
}

img {border: 0;}
hr {display: none;}
.clear {clear: both;}
.small {font-size: 0.9em;}

img.plusimage {
	margin-top:3px;
	padding-right:5px;
}

img.minusimage {
	margin-top:3px;
	padding-right:5px;
}

.bold {
	font-weight:bold;
}

.inputerrortext {
	color:#FF0000;
	font-weight:bold;
}

label span {
	display:none;
	visibility:hidden;
}

/* ---------------------------------------------------------------------------------*//* Clearfix */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both;
  visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


