/****** layout styles for ibrowser web design copyright 2009 */

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

body {
	font:13px/1.7 Geneva, Arial, Helvetica, sans-serif;
	background: #999999 /*#9B3D0B*/ /*url(../images/bg.gif) top repeat-x*/;
	color: #000000;
	text-align:justify;
	} /* 13px = 1.0em */

/*************************************************************************** global styles */

a {color: #ee6a23; font-weight:bold; text-decoration:none;}

a:hover {color: #000000; text-decoration:underline; font-weight:bold;}

a:focus{outline:1px dotted invert}

hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

h1{font-size:1.92em;} /* 25px = 1.92em */

h2{font-size:1.62em; color:#FFFFFF; } /* 23px = 1.77em */

h3{font-size:1.62em; } /* 21px = 1.62em */

h4{font-size:1.00em; color:#000000;} /* 19px = 1.46em */

h5{font-size:1.31em;} /* 17px = 1.31em */

h6{font-size:1.150em;} /* 15px = 1.15em */

ol{list-style:decimal;}

ul{list-style:square;}

li{margin-left:30px;}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:10px; margin-left:5px; margin-right:5px;} /* was 20 */

abbr, acronym, .help {
  border-bottom: 1px dotted;
  cursor: help;
  }

#temp_top {
	margin: 5px auto 0px auto;
	width:960px;
	text-align:right;
	color:#999999;
	}

blockquote {
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	display:block;
	background-color:#838383;
	color:#FFFFFF;
	}

/***************************************************************************** wrapper */
#wrapper {
	margin: 25px auto 20px auto;
	width:960px;
	background:  /*#87CA87*/ #ffffff;
	}

/***************************************************************************** header */
#header {
	width:940px;
	display:inline;
	margin: 10px 10px 10px 10px;
	float:left;
	}

/***************************************************************************** date */

#date{
	float:right;
	text-align:right;
	margin:10px 0px 0px 0px;
	}


#leftside {
	width:520px;
	display:inline;
	margin: 10px 10px 10px 10px;
	float:left;
	}

#leftside h3{font-size:1.62em; color:#EE6A23; width:520px; text-align:center;} /* 21px = 1.62em */



#rightside {
	width:400px;
	display:inline;
	margin: 10px 0px 10px 10px;
	background-color: #009933;
	float:left;
	}

#rightside h3 {
	color:#FFF;
	margin-left:20px;
}

#rightside p {
	color:#FFF;
	}

#rightside h4 {
	color:#EE6A23;
}


.content {
	width:940px;
	height:100px;
	display:inline;
	margin: 10px 10px 10px 10px;
	background-color: #EE6A23;
	color:#FFFFFF;
	float:left;
	}


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

#footer {
	width:940px;
	display:inline;
	margin: 10px 10px 10px 10px;
	background-color: #009933;
	color:#FFFFFF;
	float:left;
	}
#footer p{
	font-size:.9em;
	}

#footer a {
	font-size:.9em;
	color: #FFFFFF;
	}

#footer ul {
	margin:0px 10px 0px 0px;
	padding-top:10px;
	list-style:none;
	}
	  
#footer li {
	margin: 0px 0px 0px 0px;
    display: inline;
    }

#footerleft {
	float:left;
	margin-left:10px;
}

#footerright {
	float:right;
	margin-right:10px;
}
 
/*************************************** subfooter */
#subfooter {
	width:960px;
	margin: 0px auto 20px auto;
	color:#FFFFFF;
	/*height:50px;*/
	text-align:center;
	}

#subfooter p{
	font-size:.9em;
	}

#subfooter a {
	font-size:.9em;
	color: #FFFFFF;
	}




/***************************************************************************** contact form */
.phone_fax {
	width:350px;
	margin:0px auto 20px auto;
	border: #fff solid 1px;
	}

.phone_fax p {
	color:#FFF;
}

.contacts {
	margin:0px auto 20px auto;
	}
	
#contact_form {
	width:350px;
	margin:0px auto 20px auto;
	border:#FFFFFF solid 1px;
	}
	
#contact_form p {
	color:#FFF;
}
	
label{
float: left;
width: 50px;
font-family:Arial, Helvetica, sans-serif;
}

input, textarea, select{
width: 220px;
margin-left:30px;
margin-bottom: 10px;
}

/*#prize textarea{
width: 100px;
height: 60px;
}*/

.boxes{
width: 1em;
}

#submit{
margin-left: 80px;
margin-top: 5px;
width: 150px;
}


#date {
	color:#666;
}

/******************************************** images */
.imgleft{
	float:left;
	margin-right:20px;
	}
	
.imgright{
	float:right;
	margin-left:10px;
	}

.imgcentre{
	margin-left: auto;
	margin-right:auto;
	display:block;
	}
	
	
/************************************************* clear */

html body div.clearall,html body span.clearall{background:none;border:0;clear:both;display:block;float:none;font-size:0;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}

.clearall:after{clear:both;content:'.';display:block;visibility:hidden;height:0}

.clearall{display:inline-block}

* html .clearall{height:1%}

.clearall{display:block;}

