/*body text*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #666666;
	background-color: #E5E5E5;
}

/* body text small */
.text_sml {
	font-size: 90%;
}

/* Search */
.search_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Blue box background */
.gradient_blue_sml {
	background-image: url(images/gradient_blue_sml.jpg);
	background-repeat: no-repeat;
}

/* Green box background */
.gradient_green_sml {
	background-image: url(images/gradient_green_sml.jpg);
	background-repeat: no-repeat;
}

/* Subpage navigation - green */
.sub_nav {
	font-size: 12px;
	font-weight: bold;
	color: #85c038;
	padding-top: 5px;
}

.sub_nav a{
	color: #85c038;
	text-decoration: none;
}

.sub_nav a:hover{
	color: #DA6800;
	text-decoration: none;
}

/* Weather, PSI and Water Quality tab links on subpage */
.sub_nav_indicators {
	color: #666666;
	text-decoration: none;
}

/* Weather tab temperature on homepage */
.tab_digits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}

/* Weather tab description on homepage */
.tab_desc {
	font-size: 10px;
	color: #444444;
	line-height: 11px;
}

/* Weather and PSI tab title on homepage */
.title_weather_tab {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Body text link - orange */
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.links a {
	color: #ee750a;
	text-decoration: underline;
}
a {
	color: #FF6600;
	text-decoration: none;
}

.links a:hover {
	color: #ee750a;
	text-decoration: underline;
}

/* Subpage body content link - green */
.content_link {
	color: #00634E;
}

.content_link a {
	color: #00634E;
}

.content_link a:hover {
	color: #FF6600;
}

/*  Image align left with 10px right margin */
.pic_floatleft {
	float: left;
	padding-right: 10px;
}


/* Main navigation */
.nav_main {
	font-weight: bold;
	color: #333333;
	font-size: 11px;
}

.nav_main a{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.nav_main a:hover{
	font-weight: bold;
	color: #FE9716;
	text-decoration: none;
}

/* Footer */
.footer {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	text-decoration: underline;
}


/* Breadcrumb */
.breadcrumb {
	font-size: 9px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Subpage main title - 26px blue */
.title_subpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #3b73b9;
}

/* Subpage subtitle - 16px blue */
.subTitle_16px {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #0066cc;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
	}

/* Content white title */
.title_content_white {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Accreditation box */
.box_accreditations {
	border: 1px solid #CCCCCC;
}


	
/***************************************************************/
/* Carbon stylesheet				         */
/* 07 May 08 				         */
/***************************************************************/

/* Text for table - for job application form */
.table_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/* Form setting - for job application form */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* Form setting - for job application form */
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* Form sub title - for job application form */
.subTitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #0066cc;
	font-family: Arial, Helvetica, sans-serif;	
	TEXT-DECORATION: none
	}

/* Form setting - for job application form */
.txthd
	{
	color:#0066CC;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif
	}
	
/* RSS subscription button */
.rss {
	border: 1px solid #FFBC79;
}

/* Emergency alert title */
.title_alert {
	font-size: 18px;
	font-weight: bold;
	color: #990202;
}

/* CMS login box */
.table_login {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}
/* cms_content_editor_style_start */
.Page_Title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #3b73b9;
}


.Note {
	font-size: 9px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* cms_content_editor_style_end */

