@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(images/bgRepeat.jpg) repeat-x #b9b0a9;
	
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector 
scrollbar-base-color: #663366;
scrollbar-face-color: #99CCCC;
scrollbar-track-color: #996699;
scrollbar-arrow-color: #330033;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-shadow-color: #663366;
scrollbar-darkshadow-color: #000000;*/

}

.main h3{
margin-top:0px;
padding-top:0px;
}

.main ul{
color:#5b514a;
font-size:11px;
}

.main ul a{
color:#5b514a;
font-size:11px;
text-decoration:none;
}


.main p {
margin-top:0px;
padding:10px;
font-size:11px;
line-height: 16px;
color:#5b514a;

}

.main p a {
margin-top:0px;
padding:10px;
font-size:11px;
line-height: 16px;
color:#990000;
text-decoration:none;

}


.main .contact p {
margin-top:0px;

font-size:11px;
line-height: 16px;
color:#5b514a;
text-decoration:none;

}

.main .contact p a {

color:#5b514a;
text-decoration:none;

}


.main #headBox{
width:260px;
height:12px;
margin-top:0px;
padding:5px;
background-color:#c9c3ba;
color:#333333;
font-size:12px;

}

.main .headBox{
width:610px;
height:12px;
margin-top:0px;
padding:5px;
background-color:#c9c3ba;
color:#333333;
font-size:12px;

}


#Contact td{
width:450px;
float:left;
	vertical-align:top;
	font-family: arial, helvetica, sans-serif;
	padding: 2px 0px 2px 25px;
	line-height:10px;
	
	font-size: 11px;
	
	
	}

.Contact{


	font-family: arial, helvetica, sans-serif;
	padding: 2px 0px 2px 25px;
	line-height:10px;
	color:#5b514a;
	font-size: 11px;
	
	
	}



.main #container { 
	width: 1038px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(images/down.jpg) repeat-y;
	
} 

.main #header { 
	width: 1038px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:125px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(images/header.jpg) no-repeat;
} 

.main #nav {
	float: left; /* since this element is floated, a width must be given */
width: 960px; 
	padding: 3px 0px 0px 34px;
	margin: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	
}

.main #pics {
	float: left; /* since this element is floated, a width must be given */

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	background: #ffffff;
	height:268px;
	
}

.main .line{
	border-top:#FFFFFF solid 1px;
}


.main #picHolder {
	float: left; /* since this element is floated, a width must be given */

	padding: 0px 0px 0px 32px;
	margin: -82px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	
	
}


.main #footer { 
	width: 1038px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:89px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(images/footer2.jpg) no-repeat;
	
} 


 

.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 950px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #edeae7; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	padding:0px 0px 0px 20px;
}

.main #sidebar2 {
background:url(images/contentbg.jpg) repeat-y;
	float: left; /* since this element is floated, a width must be given */
	width: 950px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	margin: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	padding:20px 0px 0px 20px;
}


.main #sidebar3 {
background:url(images/contentbg.jpg) repeat-y;
	float: left; /* since this element is floated, a width must be given */
	width: 970px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	margin: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	padding:20px 0px 0px 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------TOP MENU----------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/


.NavBarH {
	height: 25px;
	width: 980px;
	margin-left: 1px;
	background: url(images/btnBg.jpg) no-repeat;
	}
	
/*-----------------------------------------------------------*/

.hbtn01	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(images/b1r.jpg) no-repeat;
	width: 96px;
	height: 25px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
.hbtn01 a {
	display: block;
	width: 96px;
	height: 25px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	}
.hbtn01 img {width: 96px; height: 25px; border: 0; }
* html a:hover {visibility:visible}
.hbtn01 a:hover img{visibility:hidden}

/*-----------------------------------------------------------*/

.hbtn02	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0px 0px 0px 0px;
	background: url(images/b2r.jpg) no-repeat;
	width: 110px;
	height: 25px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
.hbtn02 a {
	display: block;
width: 110px;
	height: 25px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	}
.hbtn02 img {width: 110px; height: 25px; border: 0; }
* html a:hover {visibility:visible}
.hbtn02 a:hover img{visibility:hidden}

/*-----------------------------------------------------------*/

.hbtn03	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0px 0px 0px 0px;
	background: url(images/b3r.jpg) no-repeat;
	width: 101px;
	height: 25px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
.hbtn03 a {
	display: block;
	width: 101px;
	height: 25px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	}
.hbtn03 img {width: 101px; height: 25px; border: 0; }
* html a:hover {visibility:visible}
.hbtn03 a:hover img{visibility:hidden}

/*-----------------------------------------------------------*/

.hbtn04	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0px 0px 0px 0px;
	background: url(images/b4r.jpg) no-repeat;
width: 95px;
	height: 25px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
.hbtn04 a {
	display: block;
	width: 95px;
	height: 25px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	}
.hbtn04 img {width: 95px; height: 25px; border: 0; }
* html a:hover {visibility:visible}
.hbtn04 a:hover img{visibility:hidden}


	
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/

.hbtn05	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0px 0px 0px 0px;
	background: url(images/b5r.jpg) no-repeat;
	width: 95px;
	height: 25px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
.hbtn05 a {
	display: block;
	width: 95px;
	height: 25px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	}
.hbtn05 img {width: 95px; height: 25px; border: 0; }
* html a:hover {visibility:visible}
.hbtn05 a:hover img{visibility:hidden}


	
/*-----------------------------------------------------------*/