/* CSS Document */

/* insideOut Bentleigh*/

body{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #929194
	margin: 10px 0px 0px;
	padding: 0px;
	background-color: #333333;
	}
	
#wrapperOuter {
	width: 815px;
	height: 700px;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-top: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}


#wrapper{
	height: 690px;
	width: 805px;
	margin: 0px;
	}


#left{
	height: 690px;
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
#leftLogo {
	float: left;
	height: 130px;
	width: 240px;
}

#leftCentre {
	float: left;
	height: 207px;
	width: 240px;
	margin-top: 10px;
	background-color: #CCFF66;
}

#LwrLeft {
	height: 250px;
	width: 230px;
	float: left;
	margin-top: 60px;
}

#contact {
	height: 160px;
	width: 230px;
}
#avoid {
	height: 70px;
	width: 228px;
	margin-top: 10px;
}

	
#right{
	height: 690px;
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
	}
	
#centre {
	height: 690px;
	width: 390px;
	float: left;
}
#centreTop {
	float: right;
	height: 130px;
	width: 390px;
	background-color: #333333;
}
#CentreMid {
	float: left;
	height: 550px;
	width: 390px;
}

#image {
	height: 200px;
	width: 390px;
	margin-top: 15px;
}

#imageArea {
	height: 500px;
	width: 390px;
	margin-top: 15px;
}

#farright{
	height: 690px;
	width: 160px;
	float: right;
}

#farrightTop {
	float: right;
	height: 130px;
	width: 160px;
	background-color: #333333;
	text-align: right;
}

#farrightmid {
	height: 200px;
	width: 160px;
	float: right;
	margin-top: 15px;
	text-align: right;
}

#farrightLwr {
	float: right;
	height: 250px;
	width: 150px;
	padding: 0px;
	margin-top: 60px;
}

#farrightBot {
	float: right;
	height: 100px;
	width: 130px;
	padding: 0px;
	margin-top: 35px;
	margin-right: 12px;
}

/*Menu*/

#menu
{
	width: 240px;
	height: 207px;
	background-color: #CCFF66;
	text-align: left;
	border-top: 1px solid #CCCCCC;
}

#menu ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	letter-spacing: 1px;
}

#menu li 
{ 
	border-bottom: 1px solid #CCCCCC; /*this is the line between each button*/
	margin: 0px;
	padding: 0px;
}

#menu a
{
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #333333;
	background: #CCFF66;
	width: 220px; /*this is the width MINUS the left padding and the right border for the colour block on the right of the text - otherwise, you'll have a space before your right border*/
}
#menu a {
	padding: 4px 0px 5px 10px; /*this gives you the right decorative border - make sure to match the size of the hover border */
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333333;
	}


#menu a:hover, #menu a:focus
{
	background: #FFFFFF;
	color: #333333;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCFF66;
}

/* End Menu */


#footer {
	background-color: #FFFFFF;
	height: 10px;
	width: 389px;
	margin-left: 0px;
	text-align: left;
}


.FooterText9pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
}	
.Text11ptLight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1pt;
}
.Text11ptDark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1pt;
	color: #333333;
}
.Text10ptLight{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



.blkTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 2px;
}


/* link rollovers */

a:link {
	color: #669900;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a:active {
	color: #333333;
}
