
/* begin: home */

#homeContentWrapper {
  	width: 100%;
	border: 0px;
	float: left;
	margin-right: -200px;
	overflow:visible
}

#homeLeftContainer {
	border: 1px solid red;
	padding: 0px 10px 0px 0px; 
	border: 0px;
	width: 630px; /*560px;*/
	height: 400px; 
}

#homeLeftContainer #homeLargePhoto {
 	display: inline;
	float: left;
	margin-top: 18px;
	margin-left: 22px;
	border: 1px solid #c5c4c4;
}

#homeLeftContainer #homeGalleryContainer {
	display: inline;
	float: left;
	margin: 20px 0px 0px 22px;
	height: 215px;
	border: 0px;
}

#homeLeftContainer #homeGalleryContainer td.thumbnail {
	height: 100px;
	padding: 0px 45px 0px 0px;
	border: 0px;
	text-align: center;
	vertical-align: bottom;
}

#homeLeftContainer #homeGalleryContainer div.homethumbnail {
	width: 98px;
	height: 98px;
	border: 1px solid #c5c4c4;
	background-color: #eff0ee;
	background-position: center center;
	background-repeat: no-repeat;		
	cursor: pointer;
}

#homeLeftContainer #homeGalleryContainer td.thumbnail img {
	cursor: pointer;
}

#homeLeftContainer #homeGalleryContainer td.title {
	height: 20px;
	padding: 3px 45px 0px 0px;
	border: 0px;
	text-align: center;
	vertical-align: top;
}

#homeRightContainer {
	position: absolute;
	top: 14px;
	left: 740px;
	padding: 0px 0px 0px 0px;
	
	
}

#homeRightContainer .homeWelcomeBox {
	padding: 0px 0px 0px 0px;
	width: 230px;
	height: auto;
	border: 0px;	
	margin: 56px 0px 9px 0px;
	
	font-size:12px;
	color:#003A66;
	height:360px;
	overflow:auto
}


#homeRightContainer .homeWelcomeBox p {
	margin: 0px 0px 6px 0px;
	color:#003A66
}

#homeRightContainer .homeWelcomeBox h1 {
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #003a66;
	font-weight: bold;
}
#homeRightContainer .homeWelcomeBox h2{
	font-size: 18px;
}


/* begin: login box on the home page */

#homeRightContainer .LoginBox, 
#loginContainer .LoginBox {
	width: auto;
	padding: 15px; 
	margin: 0px;
	border: 1px solid #a7b0bc;
	background-color: #efefef;
}

#homeRightContainer label, 
#loginContainer label {
	color: black;
	font-weight: bold;
	display: block;
	vertical-align: top;
	padding: 2px 0px 2px 0px;
}

#homeRightContainer #loginMessageText, 
#loginContainer #loginMessageText {
	color: red;
	font-weight: bold;
}

#homeRightContainer input, 
#loginContainer input {
	padding: 0px 4px 0px 0px;
	border: 1px solid #999;
	width: 160px;
}

/* end: login box on the home page */

/* end: home */

