/* LAYER DEFINITIONS */

#contentTransparent {
	top: 16px;
	left: 0px;
	width: 700px;
	height: 20px;
	background-color: #b2d9e7;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	position: absolute;
	z-index: 2;
}

#content {
	top: 27px;
	left: 0px;
	width: 700px;
	background-color: #B2D8E2;
	padding-bottom: 20px;
	position: absolute;
	z-index: 2;
}

#contentHeader {
	top: 217px;
	left: 260px;
	width: 700px;
	height: 42px;
	position: absolute;
	z-index: 1;
}

#footer {
	top: 20px; 
	left: 0px;
	height: 20px;
	color: #000000;
	font-size: 10px;
	background-color: #cdcdc1;
	padding: 10px 0px;
	position: relative;
	z-index: 4;
}

#logo {
	top: 25px;
	left: 25px;
	width: 178px;
	height: 99px;
	position: absolute;
	z-index: 2;
}

#nav {
	top: 50px;
	left: 225px;
	width: 756px;
	height: 30px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
}

#newsBox {
	top: 361px;
	left: 25px;
/*	width: 172px;
	height: 110px; */
	width: 200px;
	height: 175px;
	position: absolute;
	z-index: 1;
}

#newsBG {
	top: 14px;
	left: 0px;
/*	width: 172px;
	height: 112px; */
	width: 200px;
	height: 175px;
	background-color: #97CAEE;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	position: absolute;
	z-index: 2;
}

#newsScroll {
	top: 14px;
	left: 0px;
	/*	width: 172px;
	height: 100px; */
	width: 200px;
	height: 160px;
	padding: 6px;
	color: #000000;
	overflow: auto;
	position: absolute;
	z-index: 3;
}

#photo {
	top: 93px;
	left: 93px;
	width: 893px;
	height: 89px;
	position: absolute;
	z-index: 1;
}

#sidebarHome {
	top: 235px;
	left: 47px;
	width: 156px;
	height: 100px;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
}

#sidebarWide {
	top: 235px;
	left: 25px;
	width: 200px;
	height: 100px;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
}


/* MENU DIV */

#navportfoliomenu {
	top: 70px; 
	left: 310px; 
	width: 100px; 
	background-color: #B2D8E2;
	padding-top: 8px;
	position: absolute; 
	z-index: 10; 
	visibility: hidden;
}

#navportfoliomenu a, #navportfoliomenu a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	line-height: 17px;
	padding: 0px 8px 4px 8px;
	display: block;
	position: relative;
}

#navportfoliomenu a:hover, #navportfoliomenu a:active {
	color: #00ADEF;
	text-decoration: none;
}



/* CLASSES AND TAG REDEFINITIONS */

.activeLink {
	color: #00ADEF;
}

.black {
	color: #000000;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 17px;
	background-color: #cdcdc1; 
	margin: 0px;
}

a:link, a:visited, .fakelink {
	color: #00ADEF;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

#content p {
	padding: 0px 14px;
}

.fakelink {
	cursor: pointer;
}

h1 {
	font-size: 28px;
	color: #000000;
	line-height: 14px;
	font-weight: bold; 
	margin: 6px 0px 0px 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 2px 0px -8px 0px;
	padding: 0px 14px;
}

h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
	margin: 2px 0px -8px 0px;
	padding: 0px 14px;
}

html, body {
	height: 100%;
}

/* special class for random home page content only */
.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}

.large {
	font-size: 14px;
	line-height: 17px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

a.navLink:link, a.navLink:visited, .cyan {
	color: #000000;
	text-decoration: none;
}

a.navLink:hover, a.navLink:active {
	color: #00ADEF;
	text-decoration: none;
}

.newsH1 {
	font-size: 22px;
}

.paddingBottom10 {
	padding-bottom: 10px;
}

.paddingContact {
	padding-left: 185px;
}

#sidebarWide h2 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 22px;
	margin: 2px 0px -8px 0px;
	padding: 0px 14px 0px 0px;
}

.small {
	font-size: 9px;
	line-height: 11px;
}

.switchcontent {
	display: none;
}

