body {
	background-color:#106293;
	background-image:url('../img/mainBgSlice.png');
	background-repeat: repeat-x;
	font: 12px Arial;
	color: #9EDDFF
}

#bgTop {
	position:absolute;
	left: 50%;
	margin-left: -593px; /*a negative number 1/2 of the wanted width*/
	top: 0px;
	z-index: 0;
	background:url('../img/bgTop.png') no-repeat;
	width: 1250px;
	height: 305px;
}

#contentcontainer {
	float:right;
	width: 680;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 19px;
}

#contenttop {
	background:url('../img/infoContentTop.gif') no-repeat;
	padding-top: 10px;
}

#content {
	background-color: #FFF;
	color: #000;
	padding: 20 80 20 60; 
	font: 12px Arial;
	font-weight:normal;
}

#contentbottom {
	background:url('../img/infoContentBottom.gif') no-repeat;
	padding-top: 10px;
	margin-bottom: 100px;
}

.text p {
	padding-right: 70px;
}

#content h3 {
	color: #21ACE6;
	font: bold 16px Arial;
}

#content p {
	color: #000;
	font: 12px Arial;
}

#content strong{
	color: #21ACE6;
	font: bold 12px Arial;
}

#content a, img {
	font: bold 12px Arial; 
	color: #127CBA!important; 
	text-decoration: none;
	border:0px;
}

#ingress{
	color: #000;
	font: bold 12px Arial;
}

#listitem{
	margin-left: 20px;
}

#dhtmltooltip{
	position: absolute;
	border: 0px solid red;
	width: 150px;
	padding: 4px;
	background-color: #9EDDFF;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);
	font: 11px Arial;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.footer
{
	position:absolute;
	padding: 0 0 0 220px;
	margin-top: 7px;
	top: 1000px;
	background:url('../img/footerLogos.gif') no-repeat;
	width: 100%;
	height: 200px;
}

div.maincontainer
{
	width:916px;
	position:absolute; 
	left: 50%;
	margin-left: -458px; /*a negative number 1/2 of the wanted width*/
}

div.logocontainer
{
	position:relative; 
	left: 0px; 
	height:65px;
	width: 1024px;
	margin-top: 30px; 
	background-repeat: no-repeat;
}

.login 
{
	float: right;
	margin-top: 46px;	 
}

#feedback
{
	font: bold 12px Arial;
	color: red;
	width: 100px;
	margin-right: 6px; 
}

#username 
{
	font: 12px Arial;
	color: #808080;
	width: 100px;
	margin-right: 6px; 
}

#password 
{
	font: 12px Arial;
	color: #808080;
	width: 80px;
}

.formbutton {
	cursor:pointer;
	color:#FFF;
	/*background:url(../img/formbg.gif);*/
	border: 0px rgb(79, 79, 79) solid;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;   
}

#loginbutton 
{
	font: bold 14px Arial;
	margin-left: 13px;
	margin-right: 13px;
}

#searchtitle
{
	font: bold 12px Arial;
	color: #FFF;
	margin-left: 6px;
}

#searchbutton
{
	background:url(../img/searchButton.png);
	height:27px;
	width:42px;
	/*font: bold 20px Arial;*/
	/*margin: 15px;*/
}

#fullname
{
	font: bold 14px Arial;
	color: #9EDDFF;
}

#create-user
{
	font: 12px Arial;
	color: #9EDDFF;
	text-decoration: none;
}

#adminview
{
	font: 12px Arial;
	color: #9EDDFF;
	text-decoration: none;
}

#main {
	font: bold 12px Arial;
	color: #9EDDFF;
}

#main a:visited {
	color: #FFF;
}

#main a {
	color: #FFF;
}

div.spotcontainer
{
	height:215px;
	margin: 25px 0 3px 0;
	background-image:url('../img/mainBanner.png');
	background-repeat:no-repeat; 
	border: 0px rgb(79, 79, 79) solid;
}

#targetbox
{
	height:150px;
	width: 240px;
	border: 0px rgb(79, 79, 79) solid;
	position:absolute;
	left: 50%;
	margin-left: 140px;
	margin-top: -225px;
	z-index: 1;
}

div.searchcontainer
{
	height: 55px;
	width: 205px;
	margin: 0px 0px 0px 0px;
	border: 0px rgb(79, 79, 79) solid;
}

div.breadcrumb
{
	font: bold 14px Arial;
	color: #9EDDFF;
	padding: 10px 0 10px 0;
}

#searchfield
{
	width: 150px; 
	height: 24px; 
	margin-left: 5px;
	margin-top: 3px; 
	border: 1px solid #9EDDFF; 
	font: 18px Arial; 
	color: #808080; 
}

.adminlinks {
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 195px;
	height: 140px;
	background-image:url('../img/infoMenuBg.png');
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 11px;
	background-repeat:no-repeat;
	border: 0px solid #9EDDFF;
	diplay:inline-block;
}

.adminlinks a {
	width:auto;
	cursor:pointer;
	color:#FFF;
	font: bold 12px Arial;
	padding: 4 0 0 0;
	margin-right:20px;
/*	text-transform: uppercase; */
  	text-decoration:none;
  	display:block;  
}

#subitem {
	font: 12px Arial bold;
	color:#1271AB;
	text-transform: none;
	background: url(../img/arrowbullet.gif) no-repeat center left;
	padding-left: 13px;
}

#label {
	width:280px;
	text-align: right;
}

#footerLink {
	color: #FFF;
	font: 12px Arial;
	text-decoration: none;
}
#content a {
	color: #000;
}
#content a:visited {
	color: #000;
}

#content table {
	margin-left: 0px;
	
}

#content td {
	text-align: center;
	width: 180px;
	height: 250px;
	border: 0px solid #0080ff;
	background-image:url('../img/serviceItemBg.png');
}

#searchResult {
	color: #000;
	font: bold 14px Arial;
}

