/*Base Elements*/
body
{
	background-color: #EC8E08;
}

#container
{
	width: 803px;
	background-image: url(../../images/global/secondary_bkg.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
}

/*Utility Elements*/

.clear
{
	clear: both;
}

.dotsHorizontal
{
	background-image: url(../../images/global/brown_dots.gif);
	background-repeat:repeat-x;
	height: 1px;
	font-size:0px;
	margin: 5px 0px
}

.dotsVertical
{
	background-image: url(../../images/global/brown_dots.gif);
	background-repeat:repeat-y;
	width: 1px;
	font-size:0px;
}

/*Header Elements*/

#header{
	height: 121px;
	clear: both;
}

#header #logo
{
	float: left;
	margin: 0px 0px 0px 10px;
}

#header #navigation
{
	float: left;
	width: 565px;
	height: 121px;
	background-image: url(../../images/global/topbar2.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: hidden;
}

#header #navigation UL
{
	margin: 100px 0px 0px 0px;
}
#header #navigation UL LI
{
	display: inline;
	list-style-type: none;
	margin: 0px 1px 0px 1px;
}

#header #navigation UL LI IMG
{
	vertical-align:top;
}

/*
#header #navigation UL LI
{
	display: inline;
	list-style-type: none;
	padding: 0px 1px;
	vertical-align: bottom;
}
*/
#header #navigation UL LI A:LINK, #header #navigation UL LI A:VISITED
{
	font-weight: bold;
	color: #D9CF94;
	font-size: 11px;
	text-decoration: none;
}

#header #navigation UL LI A:HOVER, #header #navigation UL LI A:ACTIVE
{
	color: #FFFFFF;
	text-decoration: underline;
}
#header #navigation UL LI#Focus a
{
color:#ffffff;
text-decoration:none;
}

/*
#header #navigation UL LI A.activated
{
	color: #FFFFFF;
	text-decoration: none;
}
*/

/* Body Content Elements */
#contentContainer
{
	position:relative;
	clear:both;
	width:800px;
}
ul li h2
{
	width:135px;	
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../../images/global/red_arrow.gif);
	background-position:left 4px;
	padding-left:20px;
	background-repeat:no-repeat;
}
ul li p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:20px;
	line-height: 14px;
}
div.float
{
	float:left;
	padding-left:5px;
}

h2
{
	color:#5e2f03;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:20px;
}
.conteGap
{
	padding-left:30px;
	height:150px;
	
}

SUP
{
	font-size:9px;
}

/*Footer Elements*/
#footer
{	
	width:100%;			
	text-align:center;
	margin:0 0 0 70px;
}
#footer ul li
{
	display:inline;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#653b11;
	margin:0px 3px 0 0px;
}
#footer ul li a
{
	color:#653b11;
	text-decoration:none;
}
#footer ul li a:hover
{
	color:#000000;
	text-decoration:underline;
}
#footer ul li img
{
	vertical-align:middle;
}

.home #footer
{
	margin: 0px;
}

/*Gallery Elements*/
#mainphoto
{
	margin: 0px 0px 0px 17px;
}
#thumbnails
{
	margin:30px;
}


