/* Tradie's Insurance */
/* Created by: WEBNERD 21/01/08 */
/* Updated */

body{
	background: url(../images/greenstripes.gif) repeat 2px 0px;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

a{
      color: #336666;
}

a:hover{
      text-decoration: none;
}

a:visited{
      color: #336666;
}

.background{
     background: url(../images/background.gif) repeat-x;
     height: 710px;
     width: 100%;
}

.contentpage .topbackground{
	background: url(../images/topstripes.gif) repeat-x;
}

#container{
	margin:auto;
	width: 850px;
	text-align: left;
}

#header{
	height: 160px;
	padding-top: 10px;
}

.contentpage #header{
        margin: auto;
        text-align: left;
        width: 850px;
}

h2{
     font-size: 16px;
     color: #01534f;
}

h3{
     font-size: 12px;
     color: #01534f;
	 font-weight: bold;
}

#navigation ul{
	list-style-type: none;
	margin-top: 25px;
	padding:0px;
	margin-left: 0px;
}

#navigation{
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
		margin: 0px;
}

#navigation ul li{
	display: inline;
}


.active .tab{
	background: #FFFFFF;
}

.tab{
	margin: -11px;
	padding-top: 5px;
	padding-bottom: 10px;
	display: inline;
}

#navigation a{
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover{
	color: #b8d2c9;
}

#navigation .active a{
	color: #01534f;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}


.rightcurve{
	padding-right: 25px;
	padding-bottom: 15px;
	padding-top: 5px;
	margin: 0px;
	display: inline;
	
}

.leftcurve{
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 5px;
	margin: 0px;
	display: inline;
}

.active .rightcurve{
	background:url(../images/tabcurve_right.gif) no-repeat top right;
	
}

.active .leftcurve{
	background:  url(../images/tabcurve_left.gif) no-repeat top left;
}




#logo{
	background: url(../images/logo.gif) repeat-x;
	width: 210px;
	height: 95px;
}

#slogan{
	background: url(../images/slogan2.gif) repeat-x;
	width: 223px;
	height: 63px;
	margin-top: 20px;
	float: right;
}

h1{
	display: none;
}

#slogan h2{
	display: none;
}

#aboutbox{
	background: url(../images/yellowbox.gif) no-repeat top left;
	width: 470px;
	height: 251px;
	margin-top: 30px;
	margin-bottom: 2px;
	line-height: 14px;
}

#aboutbox p{
	width: 424px;
	margin-left: 20px;
	margin-bottom: 14px;
	margin-top: 14px;
}


#aboutbox .heading{
	color: #01534f;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 15px;
}


.lowercase{
	text-transform: lowercase;
}
#links {
	width: 480px;
}

#links p{
	font-size: 10px;
	line-height: 1.3em;
	display: block;
	margin-top: 5px;
	margin-left: 3px;
	width: 460px;
	float: left;
}

.linkbox{
	background: url(../images/greenbox.gif);
	width: 233px;
	height: 74px;
	float: left;
}

.linkbox a{
	background: url(../images/greenbox.gif) no-repeat;
	width: 233px;
	height: 74px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

.linkbox a:hover{
	background: url(../images/greenbox_hover.gif) no-repeat;
	width: 233px;
	height: 74px;
}

.linkbox a .text{
	padding: 15px;
	display: block
}

#front_image{
	background: url(../images/helmet.jpg) no-repeat 439px 129px;
	height: 600px;

}

#footercontainer{
      text-align: center;
      width: 850px;
      margin: auto;
}

#footer{
	width: 850px;
        text-align: left;
	margin-top: 30px;
	color: #FFFFFF;
        float: left;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#content{
        width: 850px;
        margin: auto;
        text-align: left;
}

.contentpage .container{
     background: #FFFFFF  url(../images/greenshadow.gif) repeat-x bottom left;
     padding-bottom: 15px;
text-align: center;

}

#warning_box{
	background: url(../images/yellowbox_sm.gif) no-repeat;
	width: 834px;
	height: 46px;
	padding-top: 18px;
	padding-left: 20px;
}

#progress_box{
	background: url(../images/whitebox.gif) no-repeat;
	width: 135px;
	height: 276px;
	margin-top: 7px;
	float: left;
}

#progress_box h3{
	padding-top: 20px;
	padding-left: 20px;
}

#progress_box ul{
	list-style-image: url(../images/tick_gray.gif);
	line-height: 2em;
}

#progress_box .completed{
	list-style-image: url(../images/tick_green.gif);
	line-height: 2em;
}

#form_area{
	float: left;
	width: 690px;
	margin-top: 20px;
	margin-left: 20px;
}

#next_button a{
	background: url(../images/nextpage_button.gif) no-repeat;
	width: 122px;
	height: 28px;
	display: block;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

#next_button a:hover{
	background: url(../images/nextpage_button_hover.gif) no-repeat;
	
	
}

#previous_button a{
	background: url(../images/prevpage_button.gif) no-repeat;
	width: 122px;
	height: 28px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}

#previous_button a:hover{
	background: url(../images/prevpage_button_hover.gif) no-repeat;
	
	
}

.important{
	float: left;
	width: 850px;
	font-size: 10px;
	margin-top: 15px;
}

#next_button span{
	display: none;
}

#previous_button span{
	display: none;
}

textarea{
	width: 445px;
	margin-bottom: 1px;
}

.textbox{
	width: 445px;
	margin-bottom: 1px;
}

.small_textbox{
	margin-bottom: 1px;
	width: 100px;
}

input{
	margin-right: 6px;
}

.form_names{
	width: 145px;
	line-height: 23px;
}

.formnames_contact{
	line-height: 23px;
}

.form_names2{
	width: 240px;
	line-height: 23px;
}

.form_names3{
	width: 280px;
	line-height: 23px;
}

.radio{
	line-height: 21px;
}

#otheropt {
width: 200px
}