body
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
	color: #ccc;
	background-color: #2b2b2b;
}
#header
{
	border: 0px solid #fff;
	min-height: 170px;
	background: #2b2b2b url(../images/headBg.gif) right 0px no-repeat;
}
#logo
{
	padding: 25px 0px 0px 0px;
}
.container
{
	border: 0px solid #000;
	position: relative;
	width: 915px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
}
#gridBg
{
	padding: 13px 0px 0px 0px;
	overflow:hidden;
	background: #33393a url(../images/gridBg.gif) 0px 0px repeat-x;
}
#rightContent, #fullwidth
{
	border: 1px solid #4f4f4f;
	float: left;
	/* Typical fixed height and fixed width example */
	width: 450px;
	height: 448px;
	padding: 30px 30px 0px 30px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}
#fullwidth
{
	width: 850px;
}
#leftContent
{
	float: left;
	width: 390px;
	margin-right: 13px;
	height: 480px;
	overflow: hidden;
}
#banner
{
	width: 390px;
	height: 480px;
	overflow: hidden;
}
/* --------------------- Generic styling ----------------------------- */
img
{
	border: 0px;
}
A
{
	color: #6eb43f;
	text-decoration: underline;
}
A:hover
{
	text-decoration: underline;
}
A, DIV /* Firefox image outline fix */
{
	outline: none;
}
address A
{
	color: #ccc;
	text-decoration: none;
}
#footer A, #footer A:visited
{
	color: #ccc;
	text-decoration: none;
}
H1, H2, H3, H4, H5, H6
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #fcb034;
}
H1
{
	font-size: 1.4em;
	padding: 0px 0px 18px 0px;
}
H2
{
	font-size: 1.2em;
	padding: 10px 0px 10px 0px;
}
H1 + H3
{
	padding-top: 0px;
}
H3
{
	font-size: 1em;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	color: #fff;
}
P
{
	font-size: 1em;
	line-height: 1.4em;
	padding: 0px 0px 10px 0px;
	margin: 0px;	
}
#fullwidth P, #leftContent P, #rightContent P
{
	text-align: justify;
}
#leftContent P.disclaimer
{
	position: absolute;
	z-index: 10;
	top: 440px;
	left: 10px;
}
#footer P
{
	padding: 0px;
	margin: 0px;
}
ul
{
	padding: 10px 0px 10px 25px;
	margin: 0px;
}
li
{
	font-size: 1em;
	padding: 0px 0px 7px 0px;
}
address
{
	padding-top: 20px;
}
.orange
{
	color: #fcb034;
}
.green
{
	color: #6eb43f;
}
.flexcroll img
{
	float: right;
	border: 1px solid #666;
	margin: 0px 20px 20px 20px;
}
A.zoom
{
	padding: 2px 0px 2px 14px;
	background: url(../images/zoom.gif) 0px 50% no-repeat;
}

/* --------------------- Gallery styling ----------------------------- */

#gallery img
{
	border: 1px solid #666;
	width: 118px;
	height: 145px;	
	margin: 0px 6px 6px 0px;
}
#gallery A:hover img
{
	border: 1px solid #fff;
}

.imgLeft, .flexcroll .imgLeft
{
	float: left;
	border: 1px solid #000;
	margin: 0px 10px 10px 0px;
}


.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.cleaner
{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
/* --------------------- Footer styling ----------------------------- */
#footer
{
	background-color: #343b3c;
	clear: both;
	margin-top: 13px;
	overflow: auto;
	padding: 8px 0px 8px 0px;
}