/**
 * Elements
 */
body {
        margin: 0px;
        padding: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: x-small;
        color: #000000;

        background: #EEEEEE url('/images/widgets/bg_body.gif') repeat-y 50% 0;
}

h1 {
        /** H1 is used for headings in blue bars, optionally along with div.more for a RHS link. **/
        font-size: 1.1em;
        font-weight: bold;
        /*text-transform: capitalize;*/
        padding: 0;
        margin: 0;
        float: left;
}

h2 {
        /** H2 is used to mirror H1 in appearence while allowing SEO-firendly semantics. **/
        font-size: 1.1em;
        font-weight: bold;
        /*text-transform: capitalize;*/
        padding: 0;
        margin: 0;
        float: left;
}

h3 {
        font-size: 1.3em;
        font-weight: normal;
        padding: 0;
        margin: 0px 0px 5px 0px;
        /*vertical-align: middle;*/
}

h4 {
        font-size: 1.2em;
        font-weight: bold;
        padding: 0;
        margin: 0px 0px 5px 0px;
}

img, .imgnoborder {
        border: 0;
}

form {
        padding: 0;
        margin: 0;
}

p {
        margin: 0px 0px 10px 0px;
        line-height: 1.4;
        font-size: 1.2em;
}

ul {
        margin: 10px 10px 10px 20px;
}

th {
        background-color: #B8DDF7;
        color: #11569B;
        font-weight: normal;
}

th.hilight {
        background-color: #A8CDE7;
        font-weight: bold;
}

th A {
        color: #11569B;
}

acronym {
        border-bottom: 1px dashed;
        cursor: help;
}

a {
        color: #000000;
        text-decoration: underline;
}

a:hover {
        color: #990000;
}

small {
        font-size: 0.9em;
}


/**
 * Element specific classes
 */
div#system_message {
        clear: both;
        margin-bottom: 3px;
        color: gray;
}

div#user_message {
        clear: both;
        padding: 6px 3px 8px 30px;
        margin-bottom: 3px;
        font-style: italic;
        background-image: url('/images/widgets/info.png');
        background-position: 0 2px;
        background-repeat: no-repeat;
        border: 1px dashed silver;
}

div#page_info {
	    clear: both;
	    margin-bottom: 3px;
	    padding: 22px 10px 22px 114px;
        background-position: top center;
        background-repeat: no-repeat;
        color: white;
        font-weight: bold;
        background-image: url('/images/widgets/info_bright_660x120.gif');
}

div#page_info_silver, div#page_info_member {
	    clear: both;
	    margin-bottom: 3px;
	    padding: 22px 10px 22px 114px;
        background-position: top center;
        background-repeat: no-repeat;
        color: white;
        font-weight: bold;
        cursor: pointer;
        
}

div#page_info_silver {
		background-image: url('/images/widgets/info_silver_bright_660x120.gif');
}

div#page_info_member {
		background-image: url('/images/widgets/info_member_bright_660x120.gif');
}

div#page_info_silver a, div#page_info_member a {
		color: white;
}

div#page_error {
        clear: both;
        padding: 6px 3px 8px 30px;
        margin-bottom: 3px;
        background-image: url('/images/widgets/error.png');
        background-position: 0 2px;
        background-repeat: no-repeat;
        border: 1px dashed silver;
}

div.info_inpage {
        padding: 3px 3px 3px 14px;
        background-image: url('/images/widgets/info_inpage.gif');
        background-repeat: no-repeat;
        background-position: -3px -1px;
        color: #11569B;
        font-size: xx-small;
        line-height: 1.2;
}

div#seo {
	display: none;
	color: white;
}

div.clear {
	clear: both;
	height: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
}

div.spacer_v1 {
        /** 1px vertical space. **/
        clear: both;
        padding: 1px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.spacer_v5 {
        /** 5px vertical space. **/
        clear: both;
        padding: 5px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.spacer_v10 {
        /** 10px vertical space. **/
        clear: both;
        padding: 10px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.spacer_v20 {
        /** 20px vertical space. **/
        clear: both;
        padding: 20px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.grey_v1 {
        /** 1px vertical grey line. **/
        background-color: #B8DDF7;
        clear: both;
        padding: 1px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.round_top_rhs {
        /** Used beside H1 with a 'more' link etc. **/
        float: left;
        text-align: right;
}

div.news {
}

h3.news {
		border-bottom: 1px solid #B8DDF7;
		margin: 0.8em 0.8em 0.8em 0;
}

div.news img.img {
        margin: 2px 5px 10px 0px;
        border: 1px solid black;
}

div.round_top {
        /** Rounded top appearence. **/
        color: #FFFFFF;
        background: #1B5C9D url('marineweather/round_top_bg.gif') center top no-repeat;
        margin: 0;
        padding: 0;
}

div.round_top div.round_top_inner {
        /*background: url('/images/widgets/tab_box_tr_blue.gif') right top no-repeat;*/
        padding: 3px 4px 0px 4px;
}

div.round_top, div.round_top_inner {
        display: block;
        float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
div.round_top, div.round_top_inner {
        float: none;
}
/* End IE5-Mac hack */

div.round_top A {
        color: #FFFFFF;
        text-decoration: underline;
}

div.round_top A:hover {
        color: #B8DDF7;
}

div.round_top h1 a, div.round_top h2 a {
        text-decoration: none;
}

div.round_top h1 a:hover, div.round_top h2 a:hover {
        text-decoration: underline;
}

div.round_top INPUT.text {
        font-size: 1em;
        border: 1px solid white;
        /*padding: 1px 1px 1px 1px;*/
        padding: 2px 2px 1px 2px;
        margin: 0;
}

div.round_top INPUT.submit {
        font-size: 1em;
        border: 1px solid white;
        background-color: #B8DDF7;
        color: #11569B;
        padding: 0;
        margin: 2px 0px 0px 0px;

}

div INPUT.text, div.boxed_blue_yellow INPUT.text {
        font-size: 1em;
        border: 1px solid black;
        /*padding: 1px 1px 1px 1px;*/
        padding: 2px 2px 1px 2px;
        margin: 0;
}

div INPUT.submit, div button, div.boxed_blue_yellow INPUT.submit {
        font-size: 1em;
        border: 1px solid black;
        background-color: #B8DDF7;
        color: #11569B;
        padding: 0;
        margin: 2px 0px 0px 0px;

}

div.cyan {
        background-color: #B8DDF7;
        color: #11569B;
}

div.cyan A {
        color: #11569B;
}

div.cyan_navbar {
        background-color: #E4F1FA;
        color: #11569B;
        padding: 2px 5px 1px 5px;
        margin: 1px 0px 0px 0px;
}

div.cyan_navbar A {
        color: #11569B;
}

div.cyan_navbar input.text, div.cyan_navbar input.text_ro {
        font-size: 1em;
        border: 1px solid #1B5C9D;
        padding: 2px 2px 1px 2px;
        margin: 0;
}

div.cyan_navbar INPUT.text_ro {
        background-color: #EEEEEE;
}

div.cyan_navbar INPUT.submit, div.map_control INPUT.submit, div.map_control button {
        font-size: 1em;
        border: 1px solid #1B5C9D;
        background-color: #C1E5FF;
        color: #11569B;
        padding: 0;
        margin: 0;
}

div.yellow, ul.yellow, ol.yellow {
        background-color: #FEFBDE;
}

div.grey {
        background-color: #EEEEEE;
}

div.yellow_local {
        background-color: #FEFBDE;
        padding: 5px 5px 5px 5px;
        margin: 1px 0px 0px 0px;
}

div.yellow_local_wfloats {
        background-color: #FEFBDE;
        border-top: 1px solid white;
}

div.yellow_local_wfloats div.inner, div.yellow_local_wfloats div.innerp {
        float: left;
}

div.yellow_local_wfloats div.innerp {
        padding: 5px 0 4px 0;
}

div.boxed_blue {
        border: 1px solid #1B5C9D;
        padding: 10px 10px 10px 10px;
}

div.boxed_blue_nopad, div.boxed_blue_nopad_struc {
        border: 1px solid #1B5C9D;
        padding: 0;
}

div.boxed_blue_yellow {
        border: 1px solid #1B5C9D;
        padding: 10px 10px 10px 10px;
        background-color: #FEFBDE;
        color: #000000;
}

div.boxed_blue_cyan {
        border: 1px solid #1B5C9D;
        padding: 10px 10px 10px 10px;
        background-color: #B8DDF7;
        color: #000000;
}

div.boxed_blue_yellow a, div.boxed_blue_cyan a, ul.popup_box li.boxed_blue_yellow a {
        color: #000000;
        text-decoration: underline;
}

div.boxed_blue_yellow a:hover, div.boxed_blue_cyan a:hover, ul.popup_box li.boxed_blue_yellow a:hover {
        color: #990000;
}

div.boxed_blue h3, div.boxed_blue_nopad h3, div.boxed_blue_yellow h3, div.boxed_blue_cyan h3, ul.popup_box li.boxed_blue_yellow h3, div.boxed_blue_struc h3, div.boxed_blue_nopad_struc h3 {
        color: #11569B;
}

div.boxed_blue h4, div.boxed_blue_nopad h4, div.boxed_blue_yellow h4, div.boxed_blue_cyan h4, ul.popup_box li.boxed_blue_yellow h4 {
        color: #000000;
}

div.boxed_info {
        padding: 3px 3px 3px 3px;
        border: 1px dashed silver;
}

div.breadcrumbtrail {
        color: black;
        margin: 0px 0px 3px 10px;
}

div.breadcrumbtrail A {
        color: black;
        text-decoration: underline;
}

div.map_control {
        background-color: #B8DDF7;
        background-image: url('/images/widgets/bg_gradient_map_control.gif');
        background-repeat: repeat-x;
        background-position: top left;
        color: #11569B;
}

div.map_control div.inner {
        text-align: left;
        padding: 3px;
}

div.mapbanner {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: transparent url('/images/widgets/background_black_opacity50_1x1.png') repeat scroll 0 0;
		color: white;
		font-weight: bold;
		text-align: right;
}

div.mapbanner div.inner {
		padding: 3px;
}

p.compact {
        line-height: 1.3;
        font-size: 1em;
}

ul.typ1 {
        list-style: none;
		margin-left: 0;
		padding-left: 1em;
        text-indent: -1em;
}

a.info {
        color: #11569B;
        text-decoration: underline;
        font-weight: bold;
        font-style: italic;
        cursor: help;
}

acronym.noul {
        border: none;
        cursor: help;
}

ul.popup_box {
        position: relative;
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none;
}

ul.popup_box li {
        margin: 0;
        padding: 0;

        position: absolute;
        top: -4px;
        left: -14px;

        z-index: 99;

        display: none;
        text-align: left;
        border: 2px solid #1B5C9D;
        padding: 10px 10px 10px 10px;
        background-color: #7777CC;
        color: #000000;
}

a.wxpan_sel {
        background: none;
        font-weight: bold;
}

a.wxpan_roll {
        background-color: #B8DDF7;
        font-weight: normal;
}

a.wxpan_norm {
        background: none;
        font-weight: normal;
}

a.map_reg_link {
        color: white;
        font-weight: bold;
        font-size: 10px;
        margin: 2px;
        white-space: nowrap;
        text-decoration: none;
}

a.map_reg_link:HOVER {
        color: white;
        text-decoration: underline;
}

span.map_reg_box {
        background-color: white;
        border: 1px solid black;
        font-size: 9px;
        font-weight: bold;
        white-space: nowrap;
}

tr.alt, td.alt, div.alt {
        background-color: #FEFBDE;
}

tr td.hilight {
		background-color: #EFEFEF;
}

tr.alt td.hilight {
        background-color: #EEEBCE;
}

.alt_bot {
		/*border-width: 1px;
		border-color:  #FEFBDE;*/
		border-bottom: 1px solid #B8DDF7;

}

h3 a, h4 a {
        text-decoration: none;
}

h3 a, h3 a:HOVER {
        color: #11569B;
}

h3 a:HOVER, h4 a:HOVER {
        text-decoration: underline;
}

div.inset {
	background-color: #EEEEEE;
	padding: 10px;
	border-right: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	border-left: 1px solid #E3E3E3; 
	border-top: 1px solid #E3E3E3; 
	color: #0060A9;
}

div.inset a {
	color: #0060A9;
}

div.inset a.noul {
	text-decoration: none;
}

div.inset a:hover {
	color: #990000;
	text-decoration: underline;
}

div.inset h3 {
	font-weight: bold;
}

div.inset ul {
	list-style:none;
	margin: 0;
	padding-left: 10px;
}

div.inset ul li {
	font-size: 1.1em;
	margin: 5px 0 0 10px;
	list-style: url('/images/widgets/bullet_inset.gif');
}

ul.helpcat {
	margin: 0;
	padding: 20px;
	font-size: 1.1em; 
	list-style: none;
}

ul.helpcat li {
	margin: 0 0 5px 15px;
	list-style: url('/images/widgets/bullet_inset.gif');
}

ul.optionlist {
	background-color: #B8DDF7;
	color: #11569B;
	/*border-top: 1px solid white;*/
	margin: 1px 0 0 0;
	text-align: right;
	list-style: none;
	text-indent: 0;
	padding: 0;
}

ul.optionlist li {
	list-style: none;
	text-indent: 0;
	display: inline;
	padding: 0;
	line-height: 2;
	white-space: nowrap;
}

/** mods to comply with new rendering in FF3/IE8 **/
ul.optionlist.long {
	float: left;
	width: 100%;
}

ul.optionlist.long li {
	float: left;
	display: block;
}

ul.optionlist.long li.label {
	margin: 0 10px 0 5px;
}
/** /mods **/

ul.optionlist li.label {
	font-weight: bold;
	float: left;
	margin: 0 5px 0 5px;
}

ul.optionlist li span {
	font-weight: bold;
	color: white;
	background: #11569B url('/images/widgets/optionlist_on.png') no-repeat;
	background-position: bottom center;
	padding: 4px 5px 4px 5px;
}

ul.optionlist li a {
	color: #11569B;
	text-decoration: none;
	padding: 4px 5px 4px 5px;
}

ul.optionlist li a:hover {
	color: white;
	background: #3176BB url('/images/widgets/optionlist_hover.png') no-repeat;
	background-position: bottom center;
}

ul.relatedlinks {
	float: left;
	width: 100%;
	background-color: #E4F1FA;
	margin: 1px 0 0 0;
	padding: 0 0 3px 0;
	list-style: none;
	text-indent: 0;
}

ul.relatedlinks li {
	list-style: none;
	text-indent: 0;
	padding: 0;
	margin: 3px 0 0 3px;
	float: left;
	width: 8.9em;
	white-space: nowrap;
}

ul.relatedlinks li.compact {
	/* fit to text */
	width: auto;
}

ul.relatedlinks li span {
	font-weight: bold;
	color: #11569B;
	padding: 0.4em 0.5em 0.4em 0.5em;
	display: block;
}

ul.relatedlinks li a {
	/*font-size: 1.1em;*/
	font-weight: bold;
	color: #11569B;
	/*background-color: #B8DDF7;*/
	background: #B8DDF7 url('/images/widgets/graphics/bg_relatedlinks_2x18.gif') repeat-x 0 0;
	text-decoration: none;
	padding: 0.4em 0.5em 0.4em 0.5em;
	display: block;
	border: 1px solid #3176BB;
	text-align: center;
}

ul.relatedlinks li a:hover {
	color: white;
	background: #3176BB;
}

/**
 * Generic classes
 */

.text_blue, .text_blue a {
        color: #11569B;
}

.text_red {
        color: #990000;
}

.text_tempmax, .text_tempdb {
        color: #AA0000;
}

.text_tempmin, .text_tempdp {
        color: #0000AA;
}

.text_wind, .text_rain {
        color: #005500;
}

.text_greyed {
        color: #AAAAAA;
}

.text_uc {
        text-transform: uppercase;
}

.cell_record {
        background-color: #FFFF00;
}

.cell_cool {
        background-color: #DDDDFF;
}

.cell_warm {
        background-color: #FFDDDD;
}

.cell_cool_anom {
        color: #0000FF;
}

.cell_warm_anom {
		color: #FF0000;
}

.cell_wet {
        background-color: #DDFFDD;
}

.nobr {
        white-space: nowrap;
}

.bg_yellow {
        background-color: #FEFBDE;
}

.bg_cyan {
        background-color: #B8DDF7;

}

.bg_grey {
        background-color: #CCCCCC;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.justified {
	text-align: justify;
}

/***********
 * Weather maps thumbs for the homepage.
 **********/
div#wxmap_thumbs {
	margin-left: 10px;
}

div#wxmap_thumbs img {
	width: 116px;
	height: 87px;
	margin: 0;
	border: 0;
}

div#wxmap_thumbs img#synoptic {
	margin: 0 5px 0 0;
	float: left;
}

div#wxmap_thumbs img#satellite {
	margin: 0 5px 0 0;
	float: left;
}

div#wxmap_thumbs div#radar {
	margin: 0;
	float: left;
	width: 116px;
	height: 87px;
	background-image: url('/images/layers/wz_layer_map_wzcountry_aus_116.jpg');
	position: relative;
}

div#wxmap_thumbs div#radar img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/**
* List of services on the home page 
*/

ul.service_list {
	list-style: none; 
	text-align: center;
	padding: 0px; 
	margin: 0px; 
	text-indent: 0;
}	

ul.service_list li {
    float:left; 
    width: 16%;   
}

ul.service_list li a {
	text-decoration: none; 
	font-weight: bold;
}

/**
 * Local wx search
 */
div#localsearch {
	padding: 4px 0 8px 8px;
	
}

div#localsearch input.btn {
	border: 0;
	padding: 0;
	margin: 2px 0 0 0;
}


/**
 * Help dash
 */
div#dash {
}

div#dash a {
	display: block;
	float: left;
	width: 50%;
	text-decoration: none;
}

/**
 * Event forecast.
 */
div#fcast_evt_capcities {
	position: relative;
	width: 660px;
	height: 236px;
	border: 0;
	background: #709987 url('/images/widgets/graphics/bg_fcast_christmas_2008_660x236.jpg') no-repeat;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

div#fcast_evt_capcities.newyear {
	background: #709987 url('/images/widgets/graphics/bg_fcast_newyear_2008_660x236.jpg') no-repeat;
}

div#fcast_evt_capcities h3 {
	color: white;
	text-align: center;
	font-size: 2em;
	margin: 0.4em 0 0.6em 0;
}

div#fcast_evt_capcities div#forecasts {
	margin: 0 0 0 80px;
}

div#fcast_evt_capcities div#forecasts div.forecast {
	float: left;
	width: 256px;
	height: 47px;
}

div#fcast_evt_capcities.newyear div#forecasts div.forecast {
	/*margin-bottom: 0.1em;*/
}

div#fcast_evt_capcities div#forecasts div.forecast div.screenname {
	float: left;
	width: 45%;
	padding-top: 6px;
}

div#fcast_evt_capcities div#forecasts div.forecast div.screenname a {
	font-size: 1.8em;
	text-decoration: none;
}

div#fcast_evt_capcities div#forecasts div.forecast div.icon {
	float: left;
	width: 15%;
	/*text-align: right;*/
}

div#fcast_evt_capcities div#forecasts div.forecast div.tmin {
	float: left;
	width: 20%;
	color: #000077;
	font-size: 1.8em;
	display: none;
	padding-top: 6px;
}

div#fcast_evt_capcities.newyear div#forecasts div.forecast div.tmin {
	display: block;
}

div#fcast_evt_capcities div#forecasts div.forecast div.tmax {
	float: left;
	width: 20%;
	color: #770000;
	font-size: 1.8em;
	padding-top: 6px;
}

div#fcast_evt_capcities div#forecasts div.forecast div.precis {
	clear: both;
	font-style: italic;
}

/**
 * Footer buttons. These may be transient...
 */
div.button_weatherbrief {
	background: #FFFFFF url('/images/widgets/graphics/wz_weatherbrief_btn.png') no-repeat;
	background-position: center center;
	display: block;
	width: 180px;
	height: 36px;
	font-weight: normal;
	font-size: 0.9em;
	overflow: hidden;
	padding: 0px;
}

div.button_weatherbrief a {
	display: block;
	padding: 10px 0 0 35px;
	text-align: left;
	text-decoration: none;	
	color: #FFFFFF;
}	

div.button_silver {
	background: #FFFFFF url('/images/widgets/graphics/wz_silver_btn.png') no-repeat;
	background-position: center center;
	display: block;
	width: 180px;
	height: 36px;
	font-weight: normal;
	font-size: 0.9em;
	overflow: hidden;
}

div.button_silver a {
	display: block;
	padding: 5px 0 0 45px;
	text-align: left;
	text-decoration: none;	
	color: #FFFFFF;	
}

/**
 * Weather you way ... on the right hand side
 */
div.weatheryourway {
	display: block; 
	height: 278px; 
	width: 180px; 
	border: 0; 
	padding: 0px; 
	margin: 0px; 
	background-image: url('/images/widgets/graphics/bg_weather_your_way_181x278.jpg');
}

div.weatheryourway h3 {
	font-weight: bold; 
	text-align: center; 
	padding: 5px 0 10px 0;
}

div.weatheryourway h3 a {
	color: #FFFFFF;
	font-size: 1.0em;
	text-decoration: none;  
}

div.weatheryourway h4 {
	text-align: center; 
	font-weight: normal; 
	font-size: 1.0em; 
	padding: 0px; 
	margin: 0px; 
	color: #FFFFFF;
}

div.weatheryourway ul {
	margin: 0px; 
	padding: 30px 0 0 10px; 
	font-size: 0.9em;
	list-style: url('/images/widgets/black_tick.png');
}

div.weatheryourway ul li {
	padding: 0px; 
	margin: 0 0 5px 20px;
}

div.weatheryourway ul li a {
	padding: 0px; 
	margin: 0px;
	text-decoration: none;
}

a.rss {
	float: left;
	width: 40px;
	height: 40px;
	margin: 30px 0 0 15px;
	padding: 0px;	
}

a.mobile {
	float: left;
	width: 20px;
	height: 40px;
	margin: 30px 0 0 25px;
	padding: 0px;		
}

a.email {
	float: left;
	width: 50px;
	height: 40px;
	margin: 30px 0 0 20px;
	padding: 0px;		
}	

a.weatheryourway {
	display: block; 
	width: 100px; 
	height: 20px;
	margin: 20px 0 0 40px;
}

/**
 * Want more weather ... on the right hand side
 */
div.wantmoreweather {
	display: block; 
	height: 278px; 
	width: 180px; 
	border: 0; 
	padding: 0px; 
	margin: 0px; 
	background-image: url('/images/widgets/graphics/bg_want_more_weather_181x278.jpg');
}

div.wantmoreweather h3 {
	font-weight: bold;  	
	text-align: center; 
	padding: 5px 0 10px 0;
}

div.wantmoreweather h3 a {
	color: #FFFFFF;
	font-size: 1.0em; 
	text-decoration: none;
}

div.wantmoreweather h4 {
	text-align: center; 
	color: #FFFFFF; 
	font-weight: normal; 
	font-size: 1.0em; 
	padding: 0 0 10px 0; 
	margin: 0px;
}

div.wantmoreweather p {
	font-weight: bold; 
	color: #FFFFFF; 
	text-align: center; 
	font-size: 0.9em; 
	padding: 0px;
	margin: 23px 0 0 0;
}

div.wantmoreweather ul {
	padding: 0px; 
	margin: 7px 0 0 0; 
	font-size: 0.9em;
	list-style-image: url('/images/widgets/black_tick.png');
}

div.wantmoreweather ul li {
	padding: 0px; 
	margin: 0 0 2px 30px;
}

div.wantmoreweather ul li a {
	padding: 0px; 
	margin: 0px;
	text-decoration: none;
}

a.wantmoreweather {
	display: block; 
	width: 100px; 
	height: 20px;
	margin: 7px 0 0 40px;	
}

/**
 * Put weather on your site ... on the home page
 */

div.woys {
	display: block;
	width: 297px;
	height: 164px;
	margin: 0;
	padding: 0;
	background-image: url('/images/widgets/graphics/bg_woys_297x164.jpg');
}

div.woys h2 {
	font-weight: bold; 
	font-size: 1.2em;  
	text-align: center; 
	padding: 10px 0 0 60px;
	margin: 0;
}

div.woys h2 a {
	text-decoration: none;	
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}	

div.woys h3 {
	padding-bottom: 5px;
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.1em;	
}

div.woys ul {
	list-style-image: url('/images/widgets/black_tick.png');
	margin: 0 0 0 20px;
	padding-left: 1em;
	padding-top: 1em;
	text-indent: -1em;		
}

div.woys ul li {
	margin: 2px 0;
	padding: 0 0 0 10px;
}

div.woys ul li a {
	text-decoration: none;	
}

/**
 * Profarmer Commodity Data on Ag pages 
 */
 
div.grey_profarmer {
	background: #D9D9D9 url('/images/widgets/profarmer_grey_bg.png') repeat-x 0 0;
	clear: both;
	padding: 5px 0 0 0;
	margin: 0px;
	font-size: 0;	
}

div.profarmer_info {
		
}

div.profarmer_info h2 {
	font-size: 1.1em;
	color: #8A898E;	
}

div.profarmer_info a {
	float: left;
	border: 0px;
	width: 40%;	
}	

div.profarmer_info p {
	float: left;
	width: 60%;	
	font-size: 0.9em;
	margin: 20px 0 0 0;
}

div.profarmer_header {
	float: left; 
	width: 100%;
}	

div.profarmer_header h2 {
	color: #5D5D6D;
}	

div.profarmer_header_nav {
	text-align: right;
	background: #F7F7F7 url('/images/widgets/progarmer_header_nav.jpg') repeat-x 0 0;
	padding: 5px 0 5px 0;
	font-size: 1.1em;
	color: #888888;
}

div.profarmer_header_nav a {
	padding: 0 3px;
	color: #888888;
	text-decoration: none;
}

div.profarmer_header_nav span {
	padding: 0 3px;
	font-weight: bold;
}

/* New Styles for the footer (designed by Todd Baker, implemented by AF) */

#footer{
	clear: both;
	padding: 15px;
	border-top: 1px solid #11569B;
	background-color: #B8DDF7;
	line-height: 1.3;
}
#footer h2{
	float: none;
	font-size: 1.5em;
	color: #11569B;
}

#footer h3{
	float: none;
	font-size: 1.1em;
	margin: 5px 0 3px 0;
	font-weight: bold;
}

.footerColumn{
	width: 230px;
	float: left;
	padding-left: 10px;
	height: 310px;
}

#footer ul{
	margin: 5px 0 0 0;	
	padding: 0;
	clear: left;
	
}
#footer li{
	margin: 0 0 3px 0px;	
	padding: 0;
	list-style-type: none;

}
#footer a{
	font-size: 1.1em;
	text-decoration: none;
}

#footer .StateList a{
	font-weight: bold;	
}

#footer li div a {
	font-weight: normal !important;
	font-size: 0.9em;
}

#footer li li{
	margin: 0 0 3px 20px;	
	list-style-type: disc;
}

#footer li li a{
	font-size: 0.9em;
	text-decoration: underline;
}

#footer .widgets li a{
	padding: 1px 0 4px 19px;
	display: block;
}

#footer li a.facebook{
	background: url(/images/widgets/footer/facebook.gif) no-repeat;
}

#footer li a.weatherWidget{
	background: url(/images/widgets/footer/weather.gif) no-repeat;
}

#footer li a.snowWidget{
	background: url(/images/widgets/footer/snow.gif) no-repeat;
}

#footer li a.pollenWidget{
	background: url(/images/widgets/footer/pollen.gif) no-repeat;
}

#footer li a.surfWidget{
	background: url(/images/widgets/footer/surf.png) no-repeat;
}

#footer li a.calendar{
	background: url(/images/widgets/footer/camera.png) no-repeat;
}

#footer li a.iphone{
	display: block;
	margin-bottom: 5px;
	background: url(/images/widgets/footer/iphone_app.gif) no-repeat;
}

#footer a:hover{
	text-decoration: underline;	
}  