html
{
	height:100%;
}

body
{
	background-color: #cbcfb4; /*#999B75;*/
	background-image: url("/images/layout/main-grad-tile.gif");
	background-position: top left;
	background-repeat: repeat-x;

	color:#000000;
	text-align:center;
	height:100%;
	font-family:Verdana, arial, geneva, helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

br
{
	position:relative;
}

h1
{
	margin:5px 0px 10px 0px;
	font-size:25px;
	color:#812729;
	/*letter-spacing:4px;*/
	font-weight:normal;
	color:#812729;
}


h2
{
	margin:5px 0px 10px 0px;
	font-size:20px;
	color:#812729;	
	font-weight:normal;
}

.clearBoth
{
	clear:both;
	line-height:0px;
	overflow:hidden;
}

.bg_tan
{
	/*background-color:#D4D7AC;*/
	background-color:#eaebd5;
}

.bg_white
{
	background-color:#ffffff;
}

.bg_red
{
	background-color:#812729;
}

.c_white
{
	color:#ffffff;
}

.c_black
{
	color:#000;
}

.c_grey
{
	color:#535455;
}

.f_noDec
{
	text-decoration:none;
}

.align_right
{
	text-align:right;
}

#center_wrapper
{
	/*background-color:#ffffff;*/
	margin:0px auto;
	margin-bottom:0px;
	margin-top:0px;
	width:875px;
	text-align:left;
	height:100%;
}

	.dropdowns
	{
		padding-top:3px;
		padding-bottom:3px;
		border:1px solid #999B75;
		border-top:1px solid #ffffff;
		text-align:left;
	}

		.dropdowns div
		{
			cursor:pointer;
			padding:2px 5px 2px 5px;
		}

		.dropdowns a
		{
			color:#000;
			text-decoration:none;
		}

		#ddPortfolio
		{
			top: 50px;
			left: 20px;
		}

		#ddPublications
		{
			top: 50px;
			left: 232px;
		}

		.ddTextWhite a
		{
			color:#fff;
		}

	#menu
	{
		height:50px;
		overflow:hidden;
		border-bottom:1px solid #999B75;		
	}

	#menuBackground
	{
		height:41px;
		border:4px solid #fff;
		background-image: url("/images/layout/top-grad-tile.gif");
		background-position: left bottom;
		background-repeat: repeat-x;
	}

		#menuLinks
		{
			float:left;
			width:725px;
			padding:23px 0px 0px 25px;
			text-transform:uppercase;
			font-size:10px;
		}

			#menuLinks a
			{
				color:#000;
				text-decoration:none;
			}

			#menuLinks a:hover
			{
				color:#812729;
			}

			#searchField
			{
				border:1px solid #000;;
				background-color:#eaebd5;				
			}

		#lightbox
		{
			float:left;
			width:100px;
			padding-top:14px;
			overflow:hidden;
			font-size:11px;
			text-align:right;
		}

		#lightbox a
		{			
			text-decoration:none;
		}

	#container
	{		
		position:relative;
		margin:5px;
	}

		#teaser
		{
			padding:7px;
		}

			#teaser img
			{
				border:4px solid #ffffff;
			}
	
		#content
		{
			position:relative;
			padding-top:10px;
			background:url('images_front/shell.jpg') bottom left no-repeat;			
			margin:0px 5px 0px 0px;
			padding-left:5px;
		}

			#index_large_text
			{
				position:absolute;
				left:100px;
				top:10px;
			}

			#index_text
			{
				position:relative;
				margin-left:505px;
				width:290px;
				height:300px;
				padding-top:8px;				
				line-height:16px;
			}

				#index_text a
				{
					color:#083DA7;
					text-decoration:none;
				}

				#index_text a:hover
				{
					text-decoration:underline;
				}

			#large_logo
			{
				position:absolute;
				left:280px;
				top:606px;
				width:353px;
				height:100px;
				background:url('images_front/logo_large.gif') top left no-repeat;
				z-index:1000;
			}
	
	#bottom_line
	{		
		position:relative;
		border-top:1px solid #BEC0A8;
	}


.content_white_border
{
	border:4px solid #fff;
}

#footerGradient
{
	background-image: url("/images/layout/bottom-grad-tile.gif");
	background-position: top left;
	background-repeat: repeat-x;

	margin:0px 5px 5px 5px;
	padding:8px 40px 0px 40px;
	height:80px;
	overflow:hidden;
	font-size:11px;
	text-align:center;
}

.a_tag_inner_page a
{
	color:#083DA7;
	text-decoration:none;
}

	.a_tag_inner_page a:hover
	{
		text-decoration:underline;
	}

/* SEARCH PAGE */
.searchLinkDiv a
{
	color:#000;
}

.searchLinkDiv a:hover
{
	color:#812729;
}

#search_summary
{
	padding:2px;
}

/* LIGHTBOX */
#LightboxActionsTop
{
	border-bottom:1px solid #fff;
}

#LightboxActionsBottom
{
	border-top:1px solid #fff;
	padding-top:15px;
}

/* Fancy search box */
#searchFieldBox
{
	float:left;

	background-image: url("/images/layout/search-field-bg.png");
	background-position: top left;
	background-repeat: no-repeat;

	width:120px;
			
	padding:0px 0px 0px 2px;
	margin:0px;
}

#searchFieldBox input
{
	background-color: transparent;
	border:0px;

	height:16px;
	width:118px;
	
	font-size:10px;
}

#searchButton
{
	float:left;
}