body{
	background-image:url('/assets/images/bgleft.jpg');
	background-repeat: repeat-x;
	background-color:#678F38;
}
#container{
	margin: 0 auto;
	width: 1050px;
	text-align:left;
}

/* -------------------------------------------------- Left Side of Page --------------------------------------*/

#side_content 
{
    float: left;
    width: 300px;
}

#main_content 
{
    float: right;
    width: 750px;
}

#logo
{
	padding-top: 26px;
	padding-left: 30px;
	width: 242px;
	height: 119px;
}
#highInfo
{
    padding-top: 20px;
	padding-left: 30px;
	width: 270px;
	height: 200px;
}
#imgHolder{
	position:absolute;
	top:380px;
	width:300px;
}
#lowInfo{
	padding-top: 200px;
	width:270px;
	padding-left:30px;
}
#footer{
    padding-top: 25px;
	width:270px;
	padding-left:30px;
}

/* -------------------------------------------------- Right Side of Page --------------------------------------*/
#search
{
	padding-top: 54px;
	padding-bottom: 36px;
	margin-left:470px;
	width:230px;
	height:30px;
	color:#565454
}
#arrow{
	position:absolute;
	top:1px;
	right:0px;
	}
	/*
#navigation{
	
	margin-top: 11px;
	width:665px;
	margin-left:27px;
	padding: 0px;
	z-index: 100;
}*/

#navigation{
	position:absolute;
	top:95px;
	width:665px;
	margin-left:27px;
	padding: 0px;
	z-index: 100;
}

#flashContainer{
	width:705px;
	height:403px;
	padding-left:45px;
	padding-top:20px;
	background-image:url('/assets/images/bgflash.jpg');
	background-repeat: no-repeat;
	z-index: 40;
}

.subSection{
	width:218px;
	height:98px;
	
}
.upperSubSection{
	border-left-color:#FFFFFF;
	border-left-width:1px;
	border-left-style: solid;
	border-right-color:#FFFFFF;
	border-right-width:1px;
	border-right-style: solid;
	}
#photoGallery
{
    float: left;
    padding-left: 25px;
    padding-right: 7px;
	z-index: 60;
}
#meetOurTeam
{
    float: left;
    padding-right: 7px;
	z-index: 60;
}
#whatsNew
{
    float: left;
	z-index: 60;
}
/*Common Styles */
.tbl100
{
	width: 100%;	
}
/* - - - - - - - - - - - - - - - - - - - - - - - - Sub Story */
.photoGallery{
	background-color:#D4AE49;
}
.meetOurTeam{
	background-color:#66ADC6;
}
.whatsNew{
	background-color:#E2744F;
}
.sub{
	height:70px;
	width: 200px;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	background-image:url('/assets/images/subbg.gif');
	background-repeat: no-repeat;
}
.sub a:link
{
    color:#000000;
    text-decoration:none;
}
.sub a:visited
{color:#000000;
    text-decoration:none;
}

.sub a:hover
{color:#000000;
    text-decoration:underline;
}

/* - - - - - - - - - - - - - - Image box to collapse spacing around images */
.imgBox IMG
{
	border: 0px;
}	

.clear_both 
{
   clear: both;   
}