/* CSS Document */

body 
{
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../images/body-fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-attachment: fixed;
	min-height:123px;
	/*scrollbar-base-color: #DEE4F0;
	scrollbar-track-color: #DEE4F0;
	scrollbar-face-color: #DBD8CC;
	scrollbar-highlight-color: #DBD8CC;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #b6a99e;
	scrollbar-shadow-color: #DBD8CC;
	scrollbar-arrow-color: #DEE4F0;*/
}

ul 
{
	margin: 0px;
	padding: 0px;
}





#header
{
	background-image: url('../images/header-main.jpg');
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 109px;
	padding: 0px;
	border-bottom: 1px #868686 solid;
}

#header h1
{
	font-size: 14pt;
	margin: 3px 0px 0px 18px;
	color: #666;
	font-weight: bold;
}

#leftwell
{
	float: left;
	z-index: 1;
	width: 200px;
	display: block;
}

#rightwell
{
	float: left;
	z-index: 1;
	width: 200px;
}


#main
{
	height:auto !important;
	height:100%;
	min-height: 100%;
	float: left;
	left: 200px;
	position: absolute;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#nav
{	
	background-image: url('../images/nav-bg.jpg');
	background-repeat: no-repeat;
	height: 38px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	width: 332px;
	left: 310px;
	top: 71px;
}

.MainContent
{
	background-image: url('../images/fade-top.jpg');
	background-repeat: repeat-x;
	min-height: 119px;
	width: 100%;
}

#navlist
{
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 38px;
}

#navlist li
{
	position: absolute;
	height: 38px;
	top: 0px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navlist li a
{
	display: block;
	text-indent: -100em;
	text-decoration: none;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 38px;
}

#navlist li a:hover 
{ 
	background-image: none; 
	background-color: transparent; 
}

/*#nav a:hover
{
	color: #000000;
	font-weight: bold;
	font-size: 13pt;
}

#nav a
{
	color: #5e606c;
		font-weight: bold;
	font-size: 13pt;
}

#nav a:visited
{
	color: #5e606c;
		font-weight: bold;
	font-size: 13pt;
}

#nav ul
{
	padding: 10px 0px 0px 10px;
}
*/
#port
{
	font-size: 12px;
	height: 680px;
}

#port span
{
	margin-left: 10px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

#port ul li
{
	margin-bottom: 7px;
	color: #998675;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#port ul
{
	margin-left: 10px;
}

#port h1
{
	 font-size: 14px;
	 color: #000;
	 padding-top: 10px;
}


#portlist span
{
	color: #998675;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-right: 12px;
}

#portlist img
{
	padding-right: 6px;
}

#port div
{
	margin: 0px;
	padding: 0px;
}

#programs
{
	width: 112px;
	left: 1px;
	background-image: url('../images/programs-inactive.jpg')
}

#programs a
{
	background-image: url('../images/programs-active.jpg')	
}


#resources
{
	width: 113px;
	left: 114px;
	background-image: url('../images/resources-inactive.jpg')
}

#resources a
{
	background-image: url('../images/resources-active.jpg')
}

#contact
{
	width: 103px;
	left: 228px;
	background-image: url('../images/contact-inactive.jpg')
}

#contact a
{
	background-image: url('../images/contact-active.jpg')	
}




.contentHead
{
	width: 654px;
	height: 21px;
	background-image: url('../images/content-head.jpg');
	background-repeat: no-repeat;
}

.contentFooter
{
	width: 654px;
	height: 21px;
	background-image: url('../images/content-footer.jpg');
	background-repeat: no-repeat;
	float:left;
}

#home span
{
	margin-left: 10px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

#home ul li
{
	margin-bottom: 10px;
	color: #998675;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-right: 20px;
}

#home ul
{
	margin: 0px 0px 20px 20px;
}

#home h1
{
	font-size: 14px;
	color: #666;
	padding-top: 10px;
}

/*#content
{
	font-size: 1em;
	float: left;
	text-align: left;
	width: 654px;
	background-image: url('../images/content-bg.jpg');
	background-repeat: repeat-y;
}

#content h1
{
	font-size: 14px;
	color: #666;
	padding: 5px 0px 0px 20px;
	font-weight: bold;
}*/

#content
{
	position:absolute;
	width:410px;
	height:450px;
	z-index:4;
	left: 260px;
	top: 150px;
	text-align: left;
	overflow: auto;
	/*background-color: #CFD9DE;*/
	font-family: 'Palatino', Book Antiqua;
	font-size: 12pt;
	font-weight: normal;
	padding: 10px;
	color: #585858;
	letter-spacing: .1em;
}

#centerwell
{
	position:absolute;
	top: 386px;
	width: 430px;
	height: 200px;
	left: 255px;
}

.signature
{
	font-size: 14px;
	color: #786c64;
	font-weight: bold;
}

a {
	color: #998675;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	color: #666;
	text-decoration: underline;
}


li
{
list-style-type:none;
}



#footer
{
	position: absolute;
	width:100%;
	bottom: 0px; /* stick to bottom */
	border-top: 1px #000;
	z-index: 2;
	float: left;
}
	
#footer div span 
{
	padding: 0px;
	margin: 0px;
}

#examples
{
	background-color: #dee4f0;
}

#examples h1
{
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

.iframeSpace
{
	margin-left:10px;
}

/*****  Layers *****/

#PawnLayer
{
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 30px;
	top: 71px;
}	

#logo
{
	position:absolute;
	width:460px;
	height:69px;
	z-index:4;
	left: 245px;
	top: 0px;
}
