/* Global */

html {
	height:100%;
	min-width:760px;
}

body {font-family:verdana, arial, sans-serif; font-size:80%; margin:0; padding:0; background:#fff; color:#000;}



ul, li {
	margin: 0;  
	padding: 0; 
}

p {
	padding: 0px;
	margin: 0 5px 10px 0px;
	line-height: 1.3em;
}

a {
	color:#336699;
}

a:link {
	color:#336699;
}

a:visited {
	color:#CC6600;
}

a:hover, a:focus {
	text-decoration: none;
	color:#FF9900;
}

.Heading1,H1 {
	font-size:160%;
	color: #35517A;
	padding: 10px 0 10px 0px;
	margin: 0px 0 5px 0px;
}

.Heading2,H2 {
	font-size: 140%;
	font-weight: bold;
	color: #336699;
	margin: 10px 0 0px 0px;
}

.TableHeading {
	font-size: 100%;
	font-weight: bold;
	color:#336699;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 2px
}

.Light {
	font-size: 140%;
	font-weight: normal;
	color:#336699;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 2px
}

#immpalette {
	tablehead:#9EBFE0;
	tablecell:#E6EBF1;
	spacer:#ffffff;
}

/*********************************************************/

/* Layout */

#header {
	background: #4375b4;
	height:90px;
}

#left {
	float: left;
	width: 156px;
	height: 100%;
	text-align:right;
}

#right {
	float: right;
	width: 20%;
	background: #e6ebf1;
	height:100%;
}

#centre {
	margin: 0 20% -15px 155px;
	background:#ffffff; 
	height:100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#centrehomepage {
	margin: 0 20% -15px 155px;
	background:#ffffff; 
	height:100%;
}

#wrap {
	border: 1px #ffffff solid;
	background:#FFFFFF;
	height:100%;
}

#footer {
	clear: both;
}

/* 
***************************************
STANDARD TEMPLATE
***************************************
*/

/* centre element styles */

#centre ul {
	margin: 0px;
	list-style-type: none;
	font-size: 100%;
}

/* left element styles */

#left h2, #right h2 {
	background: #84A6D0;
	margin: 0;
	padding: 6px 10px 6px 0;
	color: #fff;
	border-width: 0;
	border-style: solid;
	text-align: right;
	font-weight: normal;
	font-size: 120%;
	font-variant: small-caps; /*cross-browser check this one and the next */
	/*text-transform: capitalize;*/
	border-bottom: 1px #fff solid;
}

#left div.normal  {
	font-size: 100%; 
	padding-bottom:2px;
	padding-top:2px;
	padding-right:10px;
	background-color:#D5E1EB;
}

#left span.separator {
	font-size: 100%; 
	color:#D5E1EB;
	margin:0px;
	padding:0px;
}

#left ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	text-align: right;
	font-size: 100%;
}

#left ul li {
	padding: 0px;
	margin:0; 
}

#left ul li a, #left ul li strong {
	padding: 4px 10px 3px 5px; 
	width: 100%; 
	text-decoration: none;
	color:#333;
	background: #d5e1eb; 
	border-bottom: 1px #fff solid;
}

#left>ul li a, #left>ul li strong {
	display: block;
	width: auto;
}

#left ul li strong {
	background: #fff; 
	color: #666; 
}

#left ul li a:hover {
	color: #5266a6;
	text-decoration: none;
	background-color:#C6D3E3;
}

#left ul li li {
	font-size: 90%;
}

#left ul li li a, #left ul li li strong {padding: 2px 14px 2px 2px;}
#left ul li li li a, #left ul li li li strong {padding: 2px 22px 2px 2px;}
#left>ul li li li a, #left>ul li li li strong {display:block;}

#left ul li .current {
	border-right: 7px #82a2c9 solid;
}

#left img {
	margin: 10px 7px 0px 7px;
}

/* right, NB: many of the styles are initiated above, and adjusted here */

#right h2 {
	text-align: left;
	padding: 6px 0 6px 10px;
	clear: left;
}

#right a{
	padding-bottom: 3px;
}

#right img {
	float:left;
	margin-left:0px;
	padding-left: 0px;
	border:0pt;
}

#right ul {
	padding-bottom:5px;
}

#right li {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 3px 0 0 8px;
	background-image: url(../images/arrow_blue_sm.gif); 
	background-repeat: no-repeat; 
	background-position: 0 .2em;
}

#right hr {
	color:#9EBFE0;
	background-color:#E3E3E3;
	height:1px;
	border:0px;
	margin-top:-2px;
	margin-bottom:-2px;
	margin-left:10px;
	margin-right:12px;
}

#right div.hr {
	height: 2px;
	margin:10px 0 8px 0;
}

#right div.hr hr {
	display: none;
}


/* NB these are default stylings for a table. Individual pages can override these styles in the 
	head of the document. They should use the col attribute for styling columns, and add classes to the <tr> to 
	style rows. */
	
table {
	margin: 10px 0px 10px 0px;
	font-size: 100%;
	border:1pt solid #9EBFE0;
}

.contactform table, tr, td{
	margin: 10px 0px 10px 0px;
	font-size: 100%;
	border:1pt solid #9EBFE0;
	background-color: #9EBFE0;
	color:#FFFFFF;
}

table.noborder {
	margin: 10px 0px 10px 0px;
	font-size: 100%;
	border:0pt solid #fff;
}

caption {
	color: #036;
	font-weight: bold;
	margin-left: 20px;
}

td{font-size: 100%;}
td.normal{font-size: 100%;}


/* Content box */
.paracontainer  {
	font-style:inherit;
	background: #F4F4F5;
	border:1pt solid #E3E3E3;
	padding-left:2px;
}

.paratext  {
	padding:5px;
}

.paracontainer img {
	margin: 0 5px 0px 10px;
	border: 1px #036 solid;
}

#searchbox {
	float:right;
	margin-top:20px;
	margin-right:10px;
	color:#FFF;
}

/* content Highlight box */
.contenthighlight {
	padding: 5px;
	background: #F4F4F5;
	border:1pt solid #E3E3E3;
}
.content {
}
.pageintro {

}
.pageintro img {
	display:block;
}
.inthissection {
	display:block;
	margin-top:60px;
}

/* main columns */

.column1 {
	float: left;
	width: 45%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF; 
}

.column2 {
	float: right;
	width: 43%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
} 

/* footer */

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer ul {
	background-color: #4375b4;
	text-align: center;
	padding: 2px;
	border-bottom: 1px #fff solid;
}

#footer li {
	display: inline;
	margin-right: 10px;
}

#footer p {
	background: #87a4d0;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 8px;
}

/*************************************/

/*re added crap*/

.weathersummary {
	border:1px solid #E3E3E3;
	background:F4F4F5;
}

h2.weather {
	margin-left:40px !important;
}

*html h2.weather {margin-left:45px !important;}

.news ul {
	margin-top: 10px;
	margin-bottom: 15px;
}

.news li {
	color: #000000;
	list-style-type: none;
	text-align:justify;
}




