html {
	height: 100%;
}
img {
	border: none;
}
body {
	background-image: url("../Images/gradient19.jpg");
	background-repeat: repeat-x; 
	background-color: #99D7ED;  /*  matches final gradient color */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #236593;
}

.page {
	position: absolute; 
	left: 145px;
	top:  10px;
	width: 94%;
}

.skyscaper {
	position: absolute; 
	left: 0px;
	top:  0px;
}


.standardfooter{
	font-size: 10px;
	padding-top: 30px; 
	padding-bottom: 10px;  
}

.itemContent 
{
	overflow: hidden;
	border-left: 1px solid #4396D0;
	border-right: 1px solid #4396D0;
	border-bottom: 1px solid #4396D0;	
	min-width: 250px; 
	min-height: 250px; 
}

.groupItem {
	float: left;
	margin-bottom: 40px;
	margin-right: 35px;
}

.nav{
	color: #E0E0E0; /* divider color */
	font-weight:bold; 
	top:  0px;
}

.message{
	font-style: italic; 
	position: absolute; 
	top:  0px;
	left: 370px;
}

.message a:link {
/*	color: #FF33FF; 
	color: #0033FF; */
	color: blue;
}

.Share{
	color: #539ACB;
	position: absolute; 
	top:  -3px;  
	left: 650px;
	vertical-align: bottom;
}

.CenterBox{
	color: #539ACB;
	position: absolute; 
	top:  0px;  
	left: 440px;
	vertical-align: bottom;  
}

a:link {
	font-weight: normal;
	color: #539ACB;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #539ACB; 
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #1F4EE5;
	text-decoration:  underline;
}


.logoBox{
	padding-top: 10px; 
	padding-bottom: 25px;	
}

.groupWrapper {
	padding-top: 30px; 
	position: absolute;  
}


.itemHeader {
	background-image: url("../Images/headergradient3.jpg");
	background-repeat: repeat-y; 
	background-color: #84B6D9;  /*  matches final gradient color */
	border: 1px solid #4396D0;
	padding: 0 10px; 
	cursor: move;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	text-align: center;
	position: relative;
}

/*---------- CONTACT FORM -------------*/

td.DISPLAY {
font-size: 12px;
text-decoration: none;
padding:20px;
}

.formbox {
font-size: 12px;
background-color: #F0F6FF;
height: 15px;
border: 1px solid #4396D0; 
width: 50%;
padding:4px;
}

textarea {
font-size: 12px;
background-color: #F0F6FF;
border: 1px solid #4396D0;
width: 75%;
padding:4px;
}

.formbutton {
font-size: 11px;
font-weight: bold;
height: 25px;
color: #236593;
}


.footer,.footer a {
font-size: 10px;
background-color: inherit;
}    

.footer a:hover {
text-decoration:none;
}

.error {
font-size: 12px;
color: #FF0000;
font-style: italic;
}

.error2 {
font-size: 12px;
color: #FF0000;
}
