@font-face 
	{ 
	font-family: GothicBold; 
	src: url('/fonts/Gothicb.TTF') format('truetype'); 
	font-weight: normal;
}

@font-face 
	{ 
	font-family: Gothic; 
	src: url('/fonts/Gothic.TTF') format('truetype'); 
	font-weight: normal;
}

body {
	margin: 0px auto;
	background-color: #EEE;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #111;
/*	padding-bottom:10px; */
}

h1 {
	font-family: GothicBold;
	color: #111;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 28px;
}

h2 {
	color: #111;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 15px;
	display: block;
	font-style: italic;
}
	
h3, h3 a {
	color: #111;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}	

h3 a:hover {
/*
	color: #EEE;
	background-color: #111;
*/
	background-color: #111; 
	color: #FFF;	
}

#page {
	margin: 0px auto;
	text-align: left;
	width: 950px;
/*	background-color: #BBB; */
	-moz-box-shadow: 5px 5px 10px #666;
	-webkit-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;			
	margin-bottom: 20px;
}

a {
	color: #111;
	text-decoration: none;	
	font-weight: bold;
}

a:hover {
/*
	color: #EEE; */
	background-color: #111;
/*	background-color: transparent; */
	color: #FFF;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom:5px;
	padding-bottom: 0px;
}

td {
	padding-right: 10px;
}

img {
		border: 0px none;
}
#top {
}

#topContentWrapper {
	height: 100px; 
	display: block;
	-moz-box-shadow: 5px 5px 10px #666;
	-webkit-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');		
}

#topContent {
	height: 100px;
	overflow: hidden;
	background-position: left;
}

#topContent img {
	margin-top: 22px;	
	margin-left: 20px;
}

#topContent a:hover {
	background-color: transparent;
}

#contentWrapper {
	width: 950px;
	background-image: url(/images/contentwrapper_white_bg.gif); 
	background-color: #FFF;
	background-position: top left;
	background-repeat: repeat-y;
	display: inline-block;
}

#navWrapper {
	display: inline-block;
	width: 200px;
	float: left;
/* 	background-color: #DDD;*/
/*
	-moz-box-shadow: 5px 5px 10px #666;
	-webkit-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');	
*/	
}

#contentWrapper .banner {
	margin-left: 20px;
	margin-bottom: 30px;
}

#nav {
	display: inline-block; 
	padding-top: 20px;
	padding-bottom: 70px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #111;
	margin-bottom: 10px; 
}

#nav a {
	color: #111;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
	display: block;
}

#nav a:hover, #nav a.sel {
	background-color: #FFF; 
	color: #111;
/*	background-color: transparent; */
/*	color: #FFF; */
}

#mainWrapper {
	float: right;
	width: 750px;
/*	background-color: #FFF; */
	}

#mainContent {
	width: 640px;
	display: inline-block;
	padding: 25px 55px 20px 55px;
	background-color: #FFF;
}

.project {
	display: block;
	margin-top: 20px;
}

.project h2 {
	padding-top: 0px;
	padding-bottom: 5px;
}

.project .text {
	float: left; 
	width: 415px;
}

.project img {
	float: left;
	margin-right: 20px;
	-moz-box-shadow: 5px 5px 10px #666;
	-webkit-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');	
}

.project a img {
/*		border: 2px solid #111; */

}

.inputfield {
	width: 90%;
	margin-top: 5px;

}

.button {
	border: 0px none;
	background-color: #111;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	margin-top: 5px;	
	height: 20px;
	line-height;
	width: 50px;
	cursor: pointer;
}

#footer {
	background-color: #FFF;
	-moz-box-shadow: 5px 5px 10px #666;
	-webkit-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');		
/*	margin-bottom: 20px; */
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;	
	border-top: 1px solid #DDDDDD;	
}

#footerContentWrapper {
	height: 33px; 
	background-color: #FFF;	
/*	margin-top: 10px; */
	display: block;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;			
}	

#footerContent {
	text-align: center;
	padding: 8px 20px 10px 20px;
	overflow: hidden;
}

	/* STYLES FOR CROSSFADER */



	div.cf_wrapper
	{
		position: relative;
		height: 300px;
		margin-top: 20px;
		overflow: hidden;
	-moz-box-shadow: 5px 5px 10px #6669;
	-webkit-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');		
	}
	
	div.cf_element
	{
		width: 640px;
		height: 300px;
		background-color: #111;
/*		border:  1px solid #ccc; */
	}
	
	div.cf_element div.content
	{
		padding: 0px;
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}
	
	.slideText {
		position: absolute;
		bottom: 0px;
		background-color: #333;
		color: #FFF;
		width: 620px;
		padding: 10px 10px 10px 10px;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	}
	
.slideText a {
	color: #FFF;
}

.slideText a:hover {
	background-color: #FFF;
	color: #000;
}	

#map_canvas {
	width:100%; 
	height:250px; 
	margin-top: 10px;
	-moz-box-shadow: 5px 5px 10px #666;
	-webkit-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');		
}
