/*///////////////////////////////////////////////////////

	Layout Stylesheet
	Last updated 19/08/2019

	(C) 2021 Shock Media Pty Ltd

	All Browsers [SCREEN]
	This is the common layout defintion.
	Don't make any changes here - edit site.css.php instead

///////////////////////////////////////////////////////*/
#header {
                width: auto;
                background: #99A2AA url('/media/images/bg_header.gif') repeat-x;
            }
#footer {
                width: 100%;
                clear: both;
                float: left;
                background: #99A2AA url('/media/images/bg_footer.gif') repeat-x;
            }
#left {
    			float: left;
    			position: relative;
				z-index: 0;
    			background: #003366;
    			width: 220px;
    			margin-left: -220px;
			}

			/*IE6
			#left {
			    display: inline;
			}
			*/
#right {
    			float: left;
				clear: right;
				position: relative;
				z-index: 0;
    			background: #FFF;
    			width: 244px;
    			margin-right: -244px;
			}
#main {
			float: left;
			position: relative;
			z-index: 0;
			overflow: hidden;
			background: #FFF;
    		width: 560px;
		}
#content {
    	    position: relative;
    		width: auto;
border-left-style: solid;
                    border-left-width: 220px;
                    border-left-color: #003366;
border-right-style: solid;
                    border-right-width: 244px;
                    border-right-color: #FFF;
}
/*IE6
		#content {
			float: left;
			display: inline;
		}
		*/

/*-----------------------------------
// CANVAS DEFINITION
//---------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-size: 10px;
	background: #99A2AA;
}

html>body {
	font-size: 10px;
}

/*-----------------------------------
// LAYOUT DEFINITION
//---------------------------------*/

#container {
		width: 1024px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}

/*-----------------------------------
// FUNCTIONS
//---------------------------------*/

/*///////////////////////////////////////////////////////

	Common Stylesheet
	Last updated 19/08/2019

	(C) 2021 Shock Media Pty Ltd

	All Browsers [SCREEN]
	This is the common definition for all sites.
	Don't make any changes here - edit site.css.php instead

///////////////////////////////////////////////////////*/

table.noBorder {
}

table.noBorder th,
table.noBorder td {
    border: none;
    padding: 0;
}

/*Class for SlimBox*/
#main img.popup {
}

/*-----------------------------------
// FORM ELEMENTS DEFINITION
//---------------------------------*/

html,
body.mceContentBody {
	background: none;
}

#contact #contactDetails {
	float: left;
	clear: both;
	display: inline;
	margin-bottom: 2em;
}

#contact #main dl {
	margin: 1em 0;
	font-size: 1em;
}

#contact #main dt {
	float: left;
	clear: left;
	display: inline;
	margin: 1em 0 0;
	width: 100px;
	font-size: 1.3em;
}

#contact #main dd {
	float: left;
	clear: right;
	display: inline;
	margin: 1em 0 0 0.5em;
	font-size: 1.3em;
	line-height: 130%;
}

/* IE
#contact #main dl {
    padding-top: 1em;
}

#contact #main dd {
    float: none;
    display: block;
    margin-left: 100px;
}
*/

#contact #main fieldset,
#payment #main fieldset {
	border: none;
}

#contact #main legend,
#payment #main legend {
	display: none;
}

#contact #main fieldset fieldset {
	float: left;
	clear: both;
	width: auto;
	display: inline;
	padding: 14px 0px;
	border: none 0;
	border-bottom: 1px dashed #A5ACB2;
}

/*IE
#contact #main fieldset fieldset {
	width: 380px;
}
*/

#contact #main fieldset fieldset.lastFieldset {
	border: none 0;
}

#contact #main form label {
	float: left;
	display: inline;
	width: 100px;
	font-size: 1.3em;
}

#contact #main form label.radio {
    float: none;
}

#contact #main input.radio {
    width: auto !important;
    margin-right: 5px;
}

#contact #main input,
#contact #main textarea,
#payment #main input,
#payment #main textarea {
	border: 1px solid #A5ACB2;
	width: 200px;
	margin-bottom: 5px;
	overflow: auto;
}

#contact #main select,
#payment #main select {
	margin-bottom: 5px;
}

#payment #main dt {
	float: left;
	width: 150px;
	font-size: 1.3em;
}

#contact #main #phone_prefix,
#contact #main #fax_prefix,
#payment #main #phone_prefix,
#payment #main #paymethod_ccexpiry_month,
#payment #main #paymethod_ccexpiry_year {
	width: 40px;
	margin-right: 5px;
}

#contact #main #phone_number,
#contact #main #fax_number,
#payment #main #phone_number {
	width: 153px;
}

#payment #main form hr {
	margin-bottom: 14px;
	margin-top: 9px;
	border: none 0;
	border-top: 1px dashed #a5acb2;/*the border*/
	width: 50%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#contact #main form button {
	margin-left: 100px;
}

/*IE6
#contact #main form button {
	margin-left: 107px;
}
*/

button,
a.button {
    margin-bottom: 15px;
	padding: 0 0 0 13px;
	border: 0;
	background: url('/media/images/buttons/btn_left.gif') left center no-repeat !important;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}

#content #main a.button {
    float: left;
    text-decoration: none;
}

/*IE6
a.button {
    width: 100px;
}
*/

button span,
a.button span {
	position: relative;
	left: 0px;
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 16px 0 0;
    background: url('/media/images/buttons/btn_right.gif') right center no-repeat !important;
    color: #FFF;
    white-space: nowrap;
    text-transform: uppercase;
}

button:hover,
a.button:hover {
	opacity:.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
}

/*IE
a.button:hover {
    opacity: 1;
	filter: alpha(opacity=100);
}

button {
    width: auto;
    overflow: visible;
}

button span {
    margin-top: 2px;
}
*/

/*IE8
button span {
    margin-top: 0;
}
*/

/*-----------------------------------
// MISCELLANEOUS DEFINITION
//---------------------------------*/

.clear {
	clear: both;
}

.required {
	color: #AE0015 !important;
}

.ajax-loading {
	padding: 20px 0;
	background: url(/media/images/ajax-loader.gif) no-repeat center;
}

acronym {
    cursor: help;
}

/**
 * Google Maps
 */
/* IE
.gmap img {
    behavior: none;
}
*/

/**
 * Date Picker
 */
input.DatePicker{
	width: 150px;
	padding: 3px 3px 3px 24px;
	font-size: 13px;
	background: #fff url(/media/images/date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(/media/images/datefocus.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}

body#tinymce .mceNonEditable {
    opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
}

/**
 * MooColumns
 */

.multiColumn {
    display: block;
}

.multiColumn-screen {
    display: block;
}

.multiColumn-print {
    display: none;
}
/*///////////////////////////////////////////////////////

	Stylesheet for Master Concreters Australia Inc	Last updated 19/08/2019
	(C) 2021 Shock Media Pty Ltd

	All Browsers [SCREEN]

///////////////////////////////////////////////////////*/

/*-----------------------------------
// CANVAS DEFINITION
//---------------------------------*/

body {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 150%;
}

/* Safari
body {
	text-shadow: 0 0 0 #000; //stop text from looking so bold
}
*/

/*-----------------------------------
// TYPOGRAPHY DEFINITION
//---------------------------------*/

p {
	font-family: Verdana, Candara,Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #40474E;
    background: none;
    line-height: 150%;
	padding-bottom: 1em;
}

#content #main a,
.mceContentBody a,
#right a {
	color: #EE291A;
	background: none;
	text-decoration: underline;
}

#content #main a:hover,
#right a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	color: #036;
    background: none;
    font-size: 2.2em;
    line-height: 150%;
}

h2 {
    color: #036;
    background: none;
	font-size: 1.8em;
    line-height: 150%;
}

h3 {
    color: #000;
    background: none;
	font-size: 1.2em;
    line-height: 150%;
}

h4 {
    color: #000;
    background: none;
	font-size: 1em;
    line-height: 150%;
}

h5 {
    color: #000;
    background: none;
	font-size: .89em;
    line-height: 150%;
}

h6 {
    color: #000;
    background: none;
	font-size: .75em;
    line-height: 150%;
}

ul, ol {
	padding: 2em;
}

#content {
    background: #FFF;
}

#content #main ul,
#content #main ol,
.mceContentBody ul,
.mceContentBody ol {
	padding: 0em 0em 0.5em 2.3em;
}

#content #main ul li,
#content #main ol li,
.mceContentBody ul li,
.mceContentBody ol li {
	color: #40474E;
    background: none;
    font-family: Verdana, Candara,Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
	line-height: 150%;
}

#content #main ul li,
.mceContentBody ul li {
	list-style: disc outside;
    list-style-image: url('/media/images/bullet3.gif');
}
div.hr {
	margin: 1em 5px;
	border-bottom: 1px dotted #3D454C;
}

div.hr hr {
	display: none;
}

hr {
	margin-bottom: 1em;
}

table {
	font-size: 1em;
}

table th {
	font-size: 1.5em;
	font-weight: normal;
	color: #2B3B4B;
    background: none;
	padding: 10px 8px;
	border-bottom: 2px solid #EE291A;
}

/*Force tinyMCE by using pixels instead of ems*/
.mceContentBody p table th {
    font-size: 15px;
}

table td {
	border-bottom: 1px solid #CCC;
	color: #2B3B4B;
    background: none;
	padding: 6px 8px;
	font-size: 1.4em;
}

/*Force tinyMCE by using pixels instead of ems*/
.mceContentBody p table td {
    font-size: 14px;
}

table td p {
	font-size: 1em;
}

table tbody tr:hover td
{
	color: #83929F;
    background: none;
}

button,
a.button {
    font-size: 1.1em;
}

button span,
a.button span {
    height: 29px;
    line-height: 29px;
    padding-right: 29px;
    text-transform: none;
}

.tab {
    position: relative;
    background: #036;
}

.tab h2 {
    position: absolute;
    top: -21px;
    height: 21px;
    line-height: 21px !important;
    margin: 0 0 0 16px;
    padding: 0;
    font-size: 1.1em !important;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFF;
    background: url('/media/images/tab1_left.png') left top no-repeat;
}

.tab h2 span {
    float: left;
    padding: 0 15px 0 10px;
    min-width: 71px;
    text-align: center;
    margin-left: 5px;
    background: url('/media/images/tab1_right.png') right top no-repeat;
}

.tab ul {
    position: relative;
    padding: 18px 0 48px;
    margin: 0 7px 0 38px;
}

.tab ul li {
    list-style-image: url('/media/images/bullet1.gif');
    font-family: Verdana, Candara,Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 200%;
}

.tab li a {
    text-decoration: none;
}

.tab li a:hover {
    text-decoration: underline;
}

.tab li a {
    color: #FFF;
}

.tab ul li ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.tab ul li ul li {
    font-size: 1em;
}

.rss {
    position: absolute;
    top: -26px;
    left: 92px;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    margin-top: 10px;
    background: url('/media/images/rss/04.png') no-repeat right top;
}

/*IE7
.rss {
    left: 125px;
}
*/

.rss a,
.rss a:hover {
    display: block;
    color: #FFF;
    background: none;
    width: 12px;
    height: 12px;
}

.rss a span {
    display: none;
}

/*-----------------------------------
// LAYOUT DEFINITION
//---------------------------------*/

/**********
 * Header *
 **********/

#header {
    height: 278px;
    font-family: Verdana, Candara,Trebuchet MS, Arial, Helvetica, sans-serif;
}

#header #mainLogo {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 2px 0 0 25px;
    z-index: 10;
}

#header #headlineHeader {
    width: 264px;
    height: 27px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url('/media/images/headline_header.gif') no-repeat;
}

#header #mainMenu {
    position: relative;
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
    top: -91px;
    left: 130px;
}

/*IE6
#header #mainMenu {
    top: -95px;
}
*/

/*IE7
#header #mainMenu {
    top: -95px;
}
*/

#header #mainMenu li {
    list-style: none;
    float: left;
    display: inline;
    height: 48px;
    line-height: 48px;
}

#header #mainMenu li a {
    color: #FFF;
    background: none;
    font-size: 1.3em;
}

/*IE6
#header #mainMenu li a {
    cursor: pointer;
    text-decoration: none;
}
*/

/*IE7
#header #mainMenu li a {
    cursor: pointer;
    text-decoration: none;
}
*/

#header #mainMenu li a:hover,
#header #mainMenu li a.selected {
    color: #4B8DDC;
    background: none;
}

#header #mainMenu li a span {
    display: block;
    float: left;
    padding: 0 11px;
    background: url('/media/images/menu_sep.gif') right top no-repeat;
}

/*IE7
#header #mainMenu li a span {
    background-position: right 1px;
}
*/

#header #mainMenu li.last a span {
    background: none;
}

#header #headerImage {
    position: relative;
    width: 100%;
    height: 181px;
    background: url('/media/images/header_image1.jpg') left bottom no-repeat;
    margin-top: -43px;
    z-index: 0;
}

/*IE6
#header #headerImage {
    top: -95px;
    margin-top: 0;
    margin-bottom: -95px;
}
*/

/*IE7
#header #headerImage {
    top: -93px;
    margin-top: 0;
    margin-bottom: -93px;
}
*/

/****************
 * Content Left *
 ****************/

#sideNav ul li ul {
    margin: 0;
    padding: 0 0 0 14px;
}

#sideNav ul li ul li {
    font-size: 1em;
}

/********
 * Main *
 ********/

#main {
	height: 100%;
}

#main #mainContent {
    padding: 32px;
}


#breadcrumbs {
    margin: 0 !important;
    padding: 0 0 25px !important;
}

#breadcrumbs li {
    display: inline;
    list-style-type: none;
    padding: 0 1em 0 0.7em;
    background: url('/media/images/bullet2.gif') 100% 56% no-repeat !important;
    font-size: 1.1em !important;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

#breadcrumbs li.last {
    background: none !important;
}

#breadcrumbs li.first {
    padding-left: 0;
}

#breadcrumbs li a {
    color: #626A72 !important;
    background: none;
}

#breadcrumbs li.last a {
    font-weight: bold;
}


/****************
 * Content Right *
 ****************/

#right {
    padding-top: 32px;
    padding-bottom: 32px;
}

#right h2 {
    font-size: 1.8em;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    color: #EE291A;
    background: none;
    border-bottom: 1px dotted #848484;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

#right a.button {
    float: left;
    text-decoration: none;
}

.rightColBox {
    width: 186px;
    border: 2px solid #D2D8DE;
    padding: 17px;
    margin-bottom: 11px;
}

#right img {
    border: 2px solid #D2D8DE;
    margin-bottom: 11px;
}

#right #supportedBy img {
    border: none;
}

/**********
 * Footer *
 **********/

#footer {
    height: 90px;
    font-family: Verdana, Candara,Trebuchet MS, Arial, Helvetica, sans-serif;
}

/*IE7
#footer {
    clear: none;
}
*/

#footer .noBackground {
    background: none !important;
}

#footer .footerBox {
    float: left;
    font-size: 1.1em;
    color: #F9FBFB;
    padding: 30px 15px;
    background: transparent url('/media/images/footer_sep.gif') right center no-repeat;
    line-height: 163%;
}

/*IE7
#footer .footerBox {
    padding-right: 30px;
}
*/

#footer ul {
    padding: 0;
    margin: 0;
    float: left;
    clear: both;
}

#footer ul li {
    float: left;
    list-style: none;
    padding: 0 6px;
    background: url('/media/images/footer_sep2.gif') right center no-repeat;
}

#footer a {
    color: #F9FBFB;
    background: none;
}

#footer a:hover {
    text-decoration: none;
}

#footer a.noUnderline {
    text-decoration: none;
}

.paginationControl {
    padding: 12px;
    height: 20px;
    line-height: 20px;
    margin: 40px 0 15px;
    color: #FFF;
    background: #C92215;
    font-family: Verdana, Candara,Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

.paginationControl .navigator {
    float: right;
    clear: right;
}

/*IE7
.paginationControl .navigator {
    margin-top: -22px;
}
*/

.paginationControl .disabled {
    font-weight: normal;
}

.paginationControl a {
    color: #FFF !important;
    background: none;
}

.paginationControl .sep {
    color: #EE291A;
    background: none;
}

/*-----------------------------------
// FORM ELEMENTS DEFINITION
//---------------------------------*/


/*-----------------------------------
// PAGES SPECIFIC
//---------------------------------*/

/********
 * Home *
 ********/

#home #header {
    height: 350px;
}

#home #header #headerImage {
    position: relative;
    width: 100%;
    height: 253px;
    background: url('/media/images/header_image_homepage.jpg') left bottom no-repeat;
    margin-top: -43px;
    z-index: 0;
}

/*IE6
#home #header #headerImage {
    top: -95px;
    margin-top: 0;
    margin-bottom: -95px;
}
*/

/*IE7
#home #header #headerImage {
    top: -93px;
    margin-top: 0;
    margin-bottom: -93px;
}
*/

#home h2 {
    font-size: 2.3em;
    line-height: 125%;
    margin-bottom: 20px;
}

#home h2.title {
    font-size: 1.1em;
    color: #979DA3;
    background: none;
    font-weight: normal;
    margin-bottom: 20px;
}

#home h3 {
    font-family: Verdana, Candara,Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
}

#home h3 a {
    color: #036 !important;
    background: none;
}

#home #tab2 {
    background: #E4E8EC;
}

#home #tab2 h2 {
    color: #036;
    background: url('/media/images/tab2_left.png') left top no-repeat;
}

#home #tab2 h2 span {
    background: url('/media/images/tab2_right.png') right top no-repeat;
}

#home #tab2 li a {
    color: #036;
}

#home #right {
    width: 298px;
    padding: 36px 36px 0 0;
}

#home #right form {
    position: relative;
    margin-bottom: 12px;
}

#home #right form fieldset {
    margin-top: 34px;
    padding: 15px;
    border: 2px solid #C92215;
}

/*IE6
#home #right form fieldset {
    position: relative;
    margin: 0 0 48px;
    top: 34px;
}
*/

/*IE7
#home #right form fieldset {
    position: relative;
    margin: 0 0 48px;
    top: 34px;
}
*/

#home #right form #legend {
    position: absolute;
    top: -32px;
    left: 0px;
    font-size: 1.5em;
    width: 298px;
    color: #FFF;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-weight: bold;
    background: url('/media/images/tab3_right.gif') right top no-repeat;
}

/*IE6
#home #right form #legend {
    left: -2px;
}
*/

/*IE7
#home #right form #legend {
    left: -2px;
}
*/

#home #right form #legend span {
    display: block;
    padding: 10px 0;
    background: url('/media/images/tab3_left.png') left top no-repeat;
}

#home #right form select {
    display: block;
    margin-bottom: 26px;
}

#home #right form div {
    float: left;
    clear: both;
    display: inline;
    margin-bottom: 9px;
}

#home #right form div.hr {
    float: none;
    clear: both;
    display: block;
}

#home #right form input {
    float: left;
    clear: left;
    display: inline;
}

#home #right form label {
    float: left;
    clear: right;
    display: inline;
    font-size: 1.2em;
    padding-left: 8px;
}

#home #right form button {
    float: right;
    clear: right;
}

#home #right #sponsoredAds div {
    margin-bottom: 11px;
}

#right .membersSupporting div img
{
	border:0px;
}
.membersSupporting
{
	width:281px;
	margin:auto;
	padding-top:15px;
	font-size:1.2em;
}
.membersSupporting p
{
	color:#003366;
	text-align:center;
	font-weight:bold;
	padding:5px 5px 10px;
	margin-bottom:10px
}
.membersSupporting div
{
    margin-bottom:15px;
}
.memberSupporting .propex {
	float:left;
	width:281px;
	height:35px;
	padding-left:10px;
}
.memberSupporting .multiblast {
	float: left;
	width: 128px;
	height: 43px;
	padding-left: 33px;
	padding-top: 26px;
}
.memberSupporting .penetron {
	float: left;
	width: 128px;
	height: 43px;
	padding-left: 33px;
	padding-top: 6px;
}
.memberSupporting .grace {
	float: left;
	width: 128px;
	height: 43px;
	padding-left: 33px;
}
.membersSupporting .action_formwork
{
	float:left;
	width:128px;
	height:43px;
	padding-left:10px;
	padding-top:14px;
}

.membersSupporting .concrete_colour_systems
{
	float:right;
	width:78px;
	height:118px;
}
.membersSupporting .one_steel
{
	padding-top:10px;
	float:left;
	width:157px;
	height:33px;
	padding-left:10px;
}
.membersSupporting .infrabuild
{
	padding-top:10px;
	float:left;
	width:160px;
	height:34px;
	padding-left:7px;
}
.membersSupporting .elasto_plastic_concrete
{
	float:left;
	width:281px;
	height:35px;
}
/****************
 * Testimonials *
 ****************/

#testimonials cite {
    display: block;
    margin: -2em 0 2em;
}

/*******************
 * Become a Member *
 *******************/

#becomeAMember #memberForm fieldset {
    border: none;
}

#becomeAMember #memberForm legend {
    margin: 0;
    padding: 18px 0 7px;
    font-size: 1.4em;
    font-weight: bold;
}

#becomeAMember #memberForm .columns {
    width: 125px;
    float: left;
    margin-right: 8px;
}

#becomeAMember #memberForm label {
    font-size: 1.2em;
    font-family: Verdana, Candara,Trebuchet MS, Arial, Helvetica, sans-serif;
    line-height: 200%;
    color: #40474E;
}

#becomeAMember #memberForm label.singleLine {
    display: block;
}

#becomeAMember #memberForm input.text {
    margin-bottom: 10px;
    height: 23px;
    width: 255px;
}

#becomeAMember #memberForm input.textSmall {
    height: 23px;
    width: 120px;
}

#becomeAMember #memberForm input.textExtraSmall {
    height: 23px;
    width: 60px;
}

#becomeAMember #memberForm select {
    margin-left: 10px;
    width: 130px;
}

#becomeAMember #memberForm p {
    margin-left: 17px;
}

/****************
 * Members Area *
 ****************/

#membersArea form fieldset {
    border: none;
}

#membersArea form legend {
    display: none;
}

#membersArea form label {
    float: left;
    clear: left;
    display: inline;
    width: 100px;
    margin-bottom: 15px;
    font-family: Verdana, Candara,Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

#membersArea form input {
    width: 200px;
    margin-bottom: 15px;
}

/********************
 * Find a Concreter *
 ********************/

#findAConcreter #header #headerImage {
    background-image: url('/media/images/header_image2.jpg');
}

#findAConcreter #content {
    border-right: none;
}

#findAConcreter #right {
    display: none;
}

#findAConcreter #main {
    width: auto;
}

/*IE7
#findAConcreter #main {
    float: none;
}
*/

#findAConcreter form fieldset {
    min-height: 43px;
    border: 2px solid #C92215;
    padding: 8px;
    margin: 25px 0;
}

#findAConcreter form legend span {
    display: none;
}

#findAConcreter form {
    font-size: 1.3em;
}

#findAConcreter form select,
#findAConcreter span#specialising {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}

#findAConcreter form .input {
    float: left;
    width: 200px;
    margin: 0 20px 5px 0;
}

#findAConcreter form button {
    float: left;
    margin-top: -24px;
}

/*IE
#findAConcreter form button {
    border-top: 1px solid #FFF;
}
*/

#findAConcreter table {
    width: 100%;
}

#findAConcreter table td {
    border: none;
    border-bottom: 1px dotted #848484;
    vertical-align: top;
    line-height: 150%;
}

#findAConcreter .memberName {
    color: #EE291A;
    background: none;
    font-size: 1.4em;
    font-weight: bold;
}

#findAConcreter table td div {
    float: left;
    width: 50%;
}

#findAConcreter div.description {
    float: none;
    clear: both;
    width: auto;
}

/***********
 * Contact *
 ***********/
#contact #main dt,
#contact #main dd,
#contact #main form label {
    font-family: Verdana, Candara,Trebuchet MS, Arial, Helvetica, sans-serif;
}/* FormCheck tipbox */

/* tipbox :
	table :
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components :
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx table,
.fc-tbx table td,
.fc-tbx table a,
.fc-tbx table a:hover {
    margin: 0;
    padding: 0;
    border: 0;
}

.fc-tbx .tl{
	background: url('/media/images/formcheck/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('/media/images/formcheck/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('/media/images/formcheck/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('/media/images/formcheck/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('/media/images/formcheck/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('/media/images/formcheck/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('/media/images/formcheck/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('/media/images/formcheck/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('/media/images/formcheck/c.png') repeat;
}

.fc-tbx a.close {
	float: right;
	background: url('/media/images/formcheck/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.fc-tbx a.close:hover {
	margin-left: 5px;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('/media/images/formcheck/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}