/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:"Comic Sans MS";
	vertical-align: baseline;
}


/*-------------------------------- General --------------------------------*/

body {
	font-size:1em;
	background-color:#85bbe4;
	}
	
.sitecontainer {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
	
	.wrapper {
		width:100%;
		background-image:url(images/containeroo_site_background.jpg);
		background-repeat:repeat-x;
		background-position:bottom;
		}
	
.clear {clear:both; font-size:0; height:0; line-height:0;}	

h1 {
	font-family:"Comic Sans MS";
	font-size:1.8em;
	color:#f08100;
	padding:15px 30px 0 10px;
	font-weight:bolder;
	}
	
h2 {
	font-family:"Comic Sans MS";
	font-size:1em;
	color:#FFFFFF;
	}
	
h3 {
	font-family:"Comic Sans MS";
	font-size:1.1em;
	color:#f08100;
	padding:5px 50px 0 15px;
	}
	
img {display:block;}
	


/*-------------------------------- Menu --------------------------------*/
	
#navcontainer {
	width:975px;
	}
	
	#navcontainer p {
		font-size:.7em;
		}
	
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family:"Comic Sans MS";
	}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding:21px 35px 15px 35px;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size:1em;
	font-weight:bold;
	}

#navcontainer ul li a:hover {
	background-color: #369;
	color: #fff;
	}
	
	
	
/*-------------------------------- Div 1 --------------------------------*/

.div1 {
	clear:both;
	background-image:url(images/menu_background.jpg);
	background-repeat:repeat-x;
	width:975px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
	
	
	
/*-------------------------------- Div 2 --------------------------------*/

.div2 {
	clear:both;
	margin:15px 0 0 0;
	width:975px;
	margin-left:auto;
	margin-right:auto;
	}
	
	.div2 p {
		font-size:.8em;
		font-family:"Comic Sans MS";
		color:#0e5eaa;
		padding:10px 30px 10px 30px;
		line-height:1.3em;
		}
	
	.div2 a {font-size:1.1em; text-decoration:underline; color:#333333;}
	.div2 a:visited {text-decoration:underline; color:#333333;}
	.div2 a:hover {text-decoration:underline; color:#FFFFFF;}
	
	.div2 img {
		float:left;
		margin:10px 5px 5px 10px;
		border:3px #FF6600 solid;
		}

.indexcontent {
	float:left;
	width:700px;
	height:80px;
	background-color:#cce3f3;
	}
	
.secondarycontent {
	float:left;
	width:700px;
	background-color:#cce3f3;
	margin-bottom:20px;
	padding:0 0 20px 0;
	}
	
	.secondarycontent li {
		color:#0e5eaa;
		margin:3px 20px 0 50px;
		font-family:"Comic Sans MS";
		font-size:.8em;
		}
		
	.secondarycontent img {
		margin:5px 5px 15px 15px;
		}

.kangaroo {
	position:absolute;
	top:60px;
	left:695px;
	}
	
.formContainer {
	width:500px;
	border:#999999solid 1px;
	margin:10px;
	padding:10px;
	color:#0e5eaa;
	font-size:.8em;
	}




/*-------------------------------- Div 3 --------------------------------*/

.div3 {
	clear:both;
	margin:15px 0 0 0;
	}
	
.leftcontainer {
	float:left;
	}
	
.rightcontainer {
	float:right;
	}
	
.rentsign {
	float:left;
	margin:70px 0 0 15px;
	}



/*-------------------------------- Div 4 --------------------------------*/

.div4 {
	clear:both;
	background-color:#006838;
	background-repeat:repeat-x;
	height:200px;
	}
	
	.div4 p {
		font-family:"Comic Sans MS";
		font-size:.7em;
		color:#77c4a1;
		padding-top:8px;
		line-height:1.4em;
		}
		
	.div4 a {text-decoration:underline; color:#77c4a1;}
	.div4 a:visited {text-decoration:underline; color:#77c4a1;}
	.div4 a:hover {text-decoration:none; color:#FFFFFF;}
	
.footercontainer {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 0 0 0;
	}
	
.footerlogo {
	float:left;
	}
	
.footercontent {
	float:left;
	padding:0 10px 15px 40px;
	}
