@charset "UTF-8";
body  {
	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;
	background-color: #FFFFFF;
	background-image: url(images/backgrounds/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}
#sidebarhome {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	/*padding-top: 180px;*/
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
	text-align: center;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	/*padding-top: 180px;*/
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
}


#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 337px;
	/*padding-top: 180px;*/
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
}

#sidebar2 p {
	width: 300px;
}

#logo {width:300px; height:225px;}
#logo-link {display:block; width:300px; height:225px;}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 410px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	color: #333333;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;
} 
#mainContentFeed {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 410px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: left;
	color: #333333;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #776352;
}
.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;
}
td {
	padding-right: 20px;
	text-align: center;
	vertical-align: top;
	color: #7d6a55;
}
a {
	color: #669933;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
#footer {
	color: #666666;
	text-align: center;
	padding-top: 20px;
	font-size: 10px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
}
.slideshow {
	height: 522px;
	width: 522px;
	background-image: url(images/slideshow/frame.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	border: 0px solid #000;
}

/* Easy Slider */

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
}
/* // image replacement */
			
#slider{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width: 474px;
		height: 474px;
		background:#fff;		
		border: 0px solid #000;
		float:left;
		left: 22px;
}	

#slider img{border:none; width:477px; height:477px;}		

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 474px;
		height: 474px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:26px;
		height:26px;
		position:relative;
		left:-50px;
		top:445px;
		z-index:1000;
		border: 0px solid #000;
		}	
	#nextBtn, #slider1next{ 
		left:-10px;
		display:block;
		margin-top: -26px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:26px;
		height:26px;
		background:url(./images/slideshow/arrow-previous.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(./images/slideshow/arrow-next.png) no-repeat 0 0;	
		}	
.leftalign {
	text-align: left;
}
.centeralign {
	text-align: right;
	vertical-align: top;
}
