@charset "utf-8";

#container 
{ 
	width: 1000px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 
#header 
{
	background-color: #ffffff;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#sidebar1 
{
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #f4ecdc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 10px 5px 10px;
	border-top: 0px solid #f4a815;
	border-right: 0px solid #f4a815;
	border-bottom: 1px solid #f4a815;
	border-left: 1px solid #f4a815;
	margin: 0px 0px 10px 0px;
	font: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3f3f3f;
	text-align: justify;
}

#mainContent 
{
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align: justify;
} 

#mainContent_gallery
{
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align: justify;
	height: 500px;
} 


#footer 
{
	background-color:#FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

#map_canvas 
{
	float: left;
	width: 400px;
	height: 300px;
	padding: 5px;
	border: solid 1px #f4a815;
	background-color: #f4ecdc;
	margin-right: 40px;
}

body  
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3f3f3f;
	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;
}

h1	
{
	font: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	color: #f4a815;
}

h2	
{
	font: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #3f3f3f;
}

h3	
{
	font: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #3f3f3f;
}

h2.fancy
{
	font: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #3f3f3f;
}

h4
{
	font: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #3f3f3f;
}


.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;
}

img.topleftinset
{ 
	float:left;
	margin: 0 15px 5px 0;
}

img.frame
{
	padding: 4px;
	border: solid 1px #f4a815;
	background-color: #f4ecdc;
}

img.frameblack
{
	padding: 4px;
	border: solid 1px #f4a815;
	background-color: #000000;
}

img.frame2
{
	border: solid 1px #000000;
}

img.sidebarinset
{
	float: left;
	margin: 0 10px 3px 0;
}

img.bannerimage 
{
	padding: 10px;
}

a:link 
{
	/* unvisited link */
	color: #3366cc;
	text-decoration: none;
}

a:visited 
{ 
	/* visited link */
	color: #3366cc;
	text-decoration: none;
} 

a:hover 
{
	/* mouse over link */
	text-decoration: underline;
}

a:active 
{
	/* selected link */
	color:#000000;
}

p.address
{
	font: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
}

td.gallerycell
{
	/*vertical-align: center;*/
	text-align:center;
	width: 220px;
}


