@charset "UTF-8";
@import url("avitanewstyle-r1.css");

body {
	margin: 0px;
	border: 0px;
	background-image:url(images/canvas-tile-b2.png);
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: RGB(95,40,0);
	vertical-align: top;
}

.blue {
	color:#718DC5;
}

img {
	border:none;
}

a:link {
	color:#5E2B0E;
	border:none;
}

a:visited, a:hover, a:active {
	color:#718DC4;
	border:none;
}

p {
	text-align: left;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 170%;
	color: RGB(95,40,0);
	text-align: left;
	vertical-align: top;
	margin-bottom: -1%;
}

#wrapper {
	position: relative;
	width: 900px;
/*	height: 100%; */
/*	background-color:#FBDCB3; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/***TOP CONTAINER***************************************************/

#topcontainer {
	background-color: #999;
	text-align: left;
	vertical-align: top;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100px;
	width: 900px;
	border-style: none;
	position: relative;
	z-index: 10;
}

#barblue, #bargreen1 {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 900px;
	border-style: none;
	position: relative;
	z-index: 1;
}

#leaves {
	text-align: left;
	vertical-align: top;
	border-style: none;
	position: relative;
	z-index: 20;
	height: 244px;
	width: 230px;
	top: -198px;
	position: relative;
}

#toplogo {
	position:absolute;
	z-index:25;
	top:35px;
	left:-7px;
	border:none;
}

#slogan {
	position:relative;
	z-index:30;
	top:-332px;
	left:225px;
}

#phonenumber {
	position:relative;
	z-index:30;
	top:-315px;
	left:225px;
}


/***MIDDLE CONTAINER***************************************************/


#middlecontainer {
	position: relative;
	width: 900px;
	height: 650px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background-color:#F9EEC1;
	background-image: url(images/maincontentbackground.jpg);
	background-repeat: repeat-y;
}

#sidebarcontainer {
	position: relative;
	width: 200px;
	height: 650px;
	background-image: url(images/canvas-tile-dark.png);
	background-color: #96825E;
	background-repeat: repeat-y;
	margin: 0px;
	border: none;
	top: 0px;
	float: left;
}

#sidebarcontainer p {
	width:200px;
	height:48px;
	background-color:#96825E;
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:75%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #643C1E;
	border-right-color: #643C1E;
	border-bottom-color: #643C1E;
	border-left-color: #643C1E;
	line-height: 48px;
	display: block;
	text-indent: 15px;
}

#videopanel {
	position: relative;
	height: 250px;
	width: 700px;
	margin-bottom: 15px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	float: left;
}

#maincontentcontainer {
	position: relative;
	margin:0px;
	margin-left: 25px;
	padding: 0px;
	border: none;
	width: 450px;
	height: 550px;
	text-align: left;
	z-index: 2;
	float: left;
}

#maincontentcontainer h1 {
	position: relative;
}

.mainhead {
/*	margin-top:48px; */
}

#logo {
	position: relative;
	float: right;
	margin-right: 25px;
	height: 132px;
	width: 130px;
}


/***FOOTER***************************************************/

#footer {
	position: relative;
	width: 900px;
	height: 50px;
	top:0%;
	z-index: 10;
	text-align: center;
	border-style: none;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #718DC5;
	font-size:10px;
	clear:both;
}


#footer p {
	text-align: center;
	font-size: 10px;
	margin:0px;
	margin-top:5px;
	margin-bottom:-10px;
	border:none;
	padding:0px;
	color:#F9EEC1;
}


#footer a {
	color: #F9EEC1;
	text-decoration: none;	
}

