@charset "utf-8";
/* Standard Stylesheet */

*		{
		margin:0;
		padding:0;
}

/*Blogger*/
#navbar-iframe {display: none !important;}


body	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333;
}

div		{
		/*border:1px solid red;*/
}

#page	{
	margin:10px auto;
	position:relative;
	width:1000px;
	background:url(../images/page_bg_tile.jpg);
}

#leftColWrapper	{
	/*width:250px;*/
	width:200px;
	margin-left:10px;
	margin-right:40px;
	float:left;
}

#leftColWrapper p	{
	margin-left:30px;
	margin-right:30px;
	text-align:center;
}

.leftColTop	{
	background-image:url(../images/leftcol_top.gif);
	background-position:bottom center;
	width:220px;
	height:6px;
}

.leftColContent	{
	background-image:url(../images/leftcol_content.gif);
	background-position:center;
	background-repeat:repeat-y;
	width:220px;
}

.leftColBottom	{
	background-image:url(../images/leftcol_bottom.gif);
	background-position:top center;
	width:220px;
	height:6px;
}


#navigation	{
	padding-top:38px;
}

#navigation ul	{
	margin-left:30px;
}

#navigation li	{
	margin:0;
	list-style-type:none;
	display:block;
}

#navigation ul li a	{
	text-decoration:none;
	display:block;
	width:150px;
	padding:10px;
	text-transform:uppercase;
	font-size:11px;
}

#navigation ul li a:hover,
#navigation ul li a.active	{
	color:#999;
}

#fbWrapper	{
	position:absolute;
	padding-left:15px;
}

#headerWrapper	{
	/*width:750px;*/
	padding:8px;
	/*margin-left:10px;*/
	margin-right:10px;
	width:724px;
	float:left;
	text-align:center;
	background-color:white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.slideshow	{
	width:708px;
	margin:0 auto;
}


.slideshow img { 
	display:none;
	width:708px;
	height:220px;
}

.slideshow img.headerFirst { 
	display:block;
}


#pageContentWrappper	{
	/*width:750px;*/
	margin-top:15px;
	margin-right:10px;
	padding:10px;
	width:720px;
	min-height:362px;
	float:left;
	background-color:white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#pageFooter	{
	margin:15px auto;
	padding:3px;
	width:976px;
	text-align:center;
	border:1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#pageFooter	a:link,
#pageFooter	a:visited	{
	color:#666;
	text-decoration:none;
}
#pageFooter	a:hover	{
	color:#000;
}


p.spaced	{
	margin-top:6px;
}

a.getDirections:link,
a.getDirections:visited	{
	color:#666;
}

a.getDirections:hover	{
	color:#333;
}

h1		{
		font-size:110%;
		}

h2		{
		font-size:110%;
		}

img	{
		border:none;
}

img.pageImage	{
		float:right;
		padding-left:20px;
		padding-bottom:20px;
		margin-right:6px;
		max-width:233px;
}

ul,li	{
		margin-left:20px;
}

a:link,
a:visited	{
		color:black;
}

a:hover	{
		color:black;
		text-decoration:none;
}



a.wvwLink:link,a.wvwLink:visited
			{
			font-size:10px;
			color:#115e0f;
			text-decoration:none;
			}
a.wvwLink:hover	{
			color:black;
			background-color:transparent;
			}						

