﻿body
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

img
{
	border: none;
}

p
{
	margin: 0px 0px 18px 0px;
}

h1
{
	color: #602200;
	font-size: 21px;
	font-weight: normal;
	margin: 0px 0px 18px 0px;
}

h2
{
	color: #602200;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h3
{
	color: #602200;
	font-size: 12px;
	margin: 0px 0px 18px 0px;
}

a:link, a:visited
{
	color: #602200;
	font-weight: bold;
}

a:active, a:hover
{
	color: #804e33;
	font-weight: bold;
}

#container_outer
{
	background-image: url(images/cont_bg.gif);
	background-repeat: repeat-y;
	width: 950px;
	position: relative;
	margin: 0px auto 0px auto;
}

	#bg_top
	{
		background-image: url(images/top.gif);
		background-repeat: no-repeat;
		width: 865px;
		height: 229px;
		position: absolute;
	}
		
		a.logo
		{
			display: block;
			width: 220px;
			height: 80px;
			position: absolute;
			top: 52px;
			left: 99px;
		}
		
		#nav
		{
			text-align: right;
			width: 525px;
			height: 20px;
			position: relative;
			top: 111px;
			left: 320px;
		}
		
		#nav a:link, #nav a:visited
		{
			background-image: url(images/nav_break.gif);
			background-repeat: no-repeat;
			color: #602200;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			display: block;
			height: 17px;
			padding: 4px 7px 0px 7px;
			float: right;
			border-left: solid 1px #E2D6C7;
		}
		
		#nav a:active, #nav a:hover
		{
			background-image: url(images/nav_active.gif);
			background-repeat: no-repeat;
			color: #602200;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			display: block;
			height: 17px;
			padding: 4px 7px 0px 7px;
			float: right;
		}
		
		#nav a.current
		{
			background-image: url(images/nav_active.gif);
			background-repeat: no-repeat;
			color: #602200;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			display: block;
			height: 17px;
			padding: 4px 10px 0px 10px;
			float: right;
		}
	
	#container_main
	{
		width: 760px;
		min-height: 350px;
		position: relative;
		top: 138px;
		left: 95px;
		padding: 0px 0px 50px 0px;
		margin: 0px;
		z-index: 5;
	}
	
		*html #container_main
		{
			height: 350px;
		}
		
	#bg_btm
	{
		background-image: url(images/bottom.gif);
		background-repeat: no-repeat;
		text-align: center;
		width: 866px;
		height: 110px;
		position: relative;
		top: 0px;
		left: 85px;
		margin: 0px 0px 0px 0px;
		padding: 119px 0px 0px 0px;
		z-index: 0;
	}
		#wired
		{
			text-decoration: none;
			display: block;
			font-size: 10px;
			margin: 0px 100px 0px 14px;
		}
			
	#top_strip
	{
		background-image: url(images/top_strip.gif);
		background-repeat: no-repeat;
		width: 760px;
		height: 51px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
		
	#content
	{
		padding: 7px 20px 10px 20px;
	}
	
/* Content Master */

#sideimg
{
	width: 255px;
	position: relative;
	left: -8px;
	float: left;
}

#maincontent
{
	width: 465px;
	position: relative;
	float: left;
}

.titles
{
	position: relative;
	top: -5px;
	margin: 0px 0px 12px 0px;
}
	
/* Home Page */

#home_hd
{
	background-image: url(images/home_hd.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 229px;
	position: relative;
}

	#home_hd img
	{
		position: relative;
		float: left;
	}

	#home_hd p
	{
		color: #fff;
		font-size: 11px;
		width: 280px;
		position: relative;
		top: 62px;
		left: 20px;
		float: left;
		margin: 0px 0px 10px 0px;
	}
			
#hm_gallery
{
	text-align: center;
	width: 350px;
	position: relative;
	float: left;
	margin: 0px 30px 0px 0px;
}

#hm_recent_news
{
	width: 331px;
	position: relative;
	float: left;
}

	#hm_recent_news .date
	{
		display: block;
		font-weight: bold;
	}
	
	#hm_recent_news strong
	{
		display: block;
		color: #602200;
		font-weight: bold;
		font-size: 14px;
	}
	
/* Gallery */

#gallery_nav
{
	width: 175px;
	height: 200px;
	position: absolute;
	top: 65px;
	left: 20px;
}
	#gallery_nav a:link, #gallery_nav a:visited
	{
		display: block;
		color: #602200;
		font-weight: bold;
		text-decoration: none;
		margin: 0px 0px 5px 0px;
	}

	#gallery_nav a:active, #gallery_nav a:hover
	{
		display: block;
		color: #A18064;
		font-weight: bold;
		text-decoration: none;
		margin: 0px 0px 5px 0px;
	}
	
	#gallery_nav a.current
	{
		display: block;
		border-bottom: dotted 1px #A18064;
		color: #182655;
		font-weight: bold;
		text-decoration: none;
		margin: 0px 0px 5px 0px;
	}

#gallery_box
{
	background-color: #fff;
	border: solid 1px #C4A58C;
	width: 529px;
	height: 424px;
	position: relative;
	float: right;
	padding: 3px;
}

	.galleryimg
	{
		text-align: center;
		position: relative;
		margin: 0px auto 0px auto;
	}
	
	.galleryimg img
	{
		border: solid 1px #BE957C;
	}
	
	a.previous
	{
		background-image: url(images/previous.gif);
		background-repeat: no-repeat;
		display: block;
		width: 59px;
		height: 12px;
		position: absolute;
		top: 410px;
		left: 10px;
	}
	
	a.next
	{
		background-image: url(images/next.gif);
		background-repeat: no-repeat;
		display: block;
		width: 34px;
		height: 12px;
		position: absolute;
		top: 410px;
		left: 492px;
	}
	
	.photonumber
	{
		color: #602200;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		width: 59px;
		position: absolute;
		top: 405px;
		left: 225px;
	}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:auto;
    position:relative;
}

.modalPopupTitle {
    cursor: move;
    background-color:#DDDDDD;
    border:solid 1px Gray;
    color:Black;
    text-align:center;
}
	
/* Awards */

.leftaward
{
	font-size: 24px;
	display: block;
	width: 170px;
	padding: 5px 0px 0px 0px;
	float: left;
}

.year
{
	color: #182655;
	font-size: 24px;
	display: block;
	padding: 8px 0px 0px 0px;
}

.awards
{
	width: 290px;
	float: left;
}

	
	.awardorg
	{
		color: #602200;
		font-weight: bold;
		display: block;
	}
	
/* Communities */


.comm_info
{
	width: 290px;
	float: left;
}

a.community
{
	background-color: #fff;
	border: solid 1px #602200;
	display: block;
	width: 180px;
	height: 100px;
	padding: 10px;
	float: left;
	margin: 0px 10px 10px 0px;
}

#comm_gallery_box
{
	background-color: #fff;
	border: solid 1px #C4A58C;
	width: 400px;
	height: 324px;
	position: relative;
	float: right;
	padding: 3px;
}

	#comm_gallery_box .galleryimg
	{
		text-align: center;
		position: relative;
		margin: 0px auto 0px auto;
	}
	
	#comm_gallery_box .galleryimg img
	{
		border: solid 1px #BE957C;
	}
	
	#comm_gallery_box a.previous
	{
		background-image: url(images/previous.gif);
		background-repeat: no-repeat;
		display: block;
		width: 59px;
		height: 12px;
		position: absolute;
		top: 310px;
		left: 10px;
	}
	
	#comm_gallery_box a.next
	{
		background-image: url(images/next.gif);
		background-repeat: no-repeat;
		display: block;
		width: 34px;
		height: 12px;
		position: absolute;
		top: 310px;
		left: 365px;
	}
	
	#comm_gallery_box .photonumber
	{
		color: #602200;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		width: 59px;
		position: absolute;
		top: 305px;
		left: 185px;
	}
	
.navtitles
{
	font-weight: bold;
	color: #182754;
	font-size: 14px;
}