/******************************************************************************
 * SRM public CSS definitions
 *
 * Copyright (C) 2006-9 Fairfax eCommerce Pty Ltd.
 *****************************************************************************/

@import url(/lib/FWS/css/fws.css);

body
{
	margin-top: 0;
	color: #252525;
	font-family: century gothic, Myriad, sans-serif;
	font-size: 13px;
	background-image: url(/FWS/images/SRMBackground.gif);
	background-repeat: repeat;
}

table
{
	font-size: 13px;
}

.wrapper 
{
	margin:5px auto 30px;
	width: 1000px;
	background: #fff;
	border: 1px solid #6ad89f;
}

.fws-body
{
	min-height: 550px;
}

p
{
	margin-bottom: 0.85em;
}

h1, h2, h3, h4
{
	color: #00a651;
}

.highlight
{
	color: #00a651;
}

h1 
{
	font-size: 18px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin-top; 2em;
}

h4
{
	font-size: 14px;
	font-weight: normal;
}

h5
{
	font-size: 13px;
	margin-top: 2em;
}


.blockquote, .author
{
	font-size: 16px;
	font-style: italic;
	color: #00a651;
	text-align: center;
}

ul, ol
{
	margin-left: 25px;
}

.list-dash
{
	list-style-type: circle;
}

.zwp-form-values { width: 60%; }

b {	color: #00a651; }

a
{
  color: #00a651;
  font-weight: normal;
}

a:hover
{
	color: #000000;
}


.zwp-message-inner
{
	border: 1px solid rgb(227,245,245);
}

hr
{
	border: none;
	border-top: 1px solid #00a651;
	margin-top: 30px;
	margin-bottom: 20px;
}


/******************************************************************************
 * header
 *****************************************************************************/
 
.fws-header .banner
{
	height: 90px;
	padding: 10px 0 0 10px;
	background-image:url(/FWS/images/bgd_banner.jpg);
}

/******************************************************************************
 * menu
 *****************************************************************************/

#public-menu
{
	height: 17px;
	padding:2px 2px;
	background-image:url(/FWS/images/bdg_menu.jpg);
	text-align:left;
}

#public-menu ul
{
	display: inline;
	margin-left: 0;
	
}

#public-menu li
{
}

#public-menu li.zwp-menu-first
{
	margin-left: 0;
	padding-left: 0;
}

#public-menu a, .fws-footer a
{
	color:#FFF;
	font-weight:normal;
	padding: 0 0 0 15px;
}

#public-menu a:hover, .fws-footer a:hover
{
  color:#000000;
}

#bottom-public-menu
{
	margin-bottom: 5px;
}

#bottom-public-menu li
{
	padding-right: 10px;
}

/******************************************************************************
 * body
 *****************************************************************************/

#content
{
	background-image: url(/FWS/images/bgd_wrapper.jpg);
	background-repeat: repeat;
}

#main-column
{
	padding: 25px 20px 50px 20px;
}

#side-column
{
	padding: 25px 20px 50px 20px;
	width:250px;
}

.right-column
{
}

.left-column
{
}

.rhs-column
{
	background-color:#f4fbf7;
}



/******************************************************************************
 * Static Lists
 *****************************************************************************/

.static-list-links
{
	padding-bottom: 30px;
	border-bottom: solid 1px #00a651;
	margin-bottom: 20px;
}

.static-list-items h4
{
	margin-top: 2.5em;
}

.news-items h3, news-items h4
{
	margin-top: 2.5em;
}


/******************************************************************************
 * contact form
 *****************************************************************************/

.zwp-text
{
	width: 100%;
}

textarea
{
	width: 98%;
	height: 5em;
}

td.zwp-form-label
{
	padding-top:10px;
	font-weight: bold;
	font-size: 12px;
}

.zwp-required
{
	color: rgb(76,188,188);
	font-size: 9px;
}

#srm-feedback-form .zwp-form-label{
	color: #00a651;
}

#srm-feedback-form td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#srm-contact-form .zwp-form-values
{
	width: 25%;
}

#srm-signup-form .zwp-form-values
{
	width: 25%;
}


/******************************************************************************
 * tables
 *****************************************************************************/

.srm-table
{
	margin-left: 80px;
	width: 500px;
	/*border: solid 1px #00a651;*/
}

.srm-table th
{
	color: #00a651;
}

.srm-table th, .srm-table td
{
	padding: 5px 15px 5px 15px;
	/*border: solid 1px #00a651;*/
}


/******************************************************************************
 * footer
 *****************************************************************************/

.fws-footer
{
	height: 18px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	background-image:url(/FWS/images/bdg_footer.jpg);
}

.fws-footer td, .fws-footer img
{
	vertical-align: middle;
}

/******************************************************************************
 * News
 *****************************************************************************/

#news-page-headers .right-column { width: 110px; }
