@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background:url(../images/uhs_background.jpg) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

a
{
    outline: none;
    text-decoration: none;
    
    }

#leftPart{
	width:130px; 
	float:left; 
	height:400px;
}

#rightPart{
	width:880px; 
	float:right;
	
}

#mainBody{
	width:1024px;

	height:660px; 
}

#topBanner{
	margin-top:100px; 
	width:100%; 
	padding-bottom:15px; 
	border-bottom:1px solid #FFF; 
	height:94px;
}

#logoTop{
	background:url(../images/urbanhortsolutions.png) no-repeat top left; 
	height:94px;
	width:205px; 
	float:left
}

#mainWindow{
	clear:both; 
	float:left; 
	width:779px; 
	height:357px; 
	background:#FFF; 
	padding:20px;
}

#enter{
	clear:both; 
	float:left; 
	text-align:right; 
	width:88%;
	height:30px;
}

#logoDisplay{
	margin-top:100px; 
	width:100%; 
	padding-bottom:15px; 
	background:url(../images/uhs_logo.jpg) no-repeat 15px 0;
	height:106px;

}

#contentDisplay{
	width:372px;
	height:320px;
	border:1px solid #FFF;
	border-top:0px;
	float:right;
	margin-right:60px;
	background:url(../images/contentBg.png);
	padding:40px 25px 23px 27px;
	text-align:left;
	font-size:12px;
	line-height:20px;
}

#menuSection{
	float:left;
	width:300px;
	height:320px;
}

.menus{
	width:100%;
	height:75px;
	text-align:left;
	font-size:16px;
	float:left;
	
}

.menuBullet{
	margin-left:-30px;
	margin-top:40px;
	width:17px; 
	height:21px; 
	background:url(../images/menu_arrow.png) no-repeat left; 
	float:left;
}

.subMenuBracket{
	height:49px; 
	background:url(../images/bracket.png) no-repeat left top; 
	float:left; 
	margin-top:25px; 
	margin-left:10px; 
	font-size:11px; 
	line-height:25px; 
	width:200px; 
	padding-left:30px;
}

.txtPostion{
	float:left; 
	width:60px; 
	margin-top:40px;
}

.txtSelected{
	text-decoration:underline;
}

a{
	text-decoration:none;
	color:#FFF;
	cursor:pointer;
}

.galleryBorder{
	background:#FFF;
	width:396px;
	height:357px;
	padding:15px;
	float:right;
	margin-right:60px;
		
}

.galleryThumb
{
    width: 186px;
	height:174px;
    text-align: center;
    padding-right:11px;

}

img{
	border:0px;
	outline:none;
}

#contentDisplayscroll{
	width:372px;
	min-height:320px;	
	/*border:1px solid #FFF;*/
	border-top:0px;
	border-bottom:none;
	float:right;
	margin-right:60px;	
	padding:0px 25px 23px 27px;
	text-align:left;
	font-size:12px;
	line-height:20px;
}


#textBox{
	position:absolute; 
	height:383px;
	width:424px;
	background:url(../images/contentBg.png); 
	margin-left:394px; 
	border:1px solid #FFF;
	border-top:none;
	
}

.addressText{
	float:right; 
	color:#FFF; 
	font-size:12px; 
	text-align:right; 
	line-height:20px; 
}
.gallery-arrows{
    position: relative;
	float:right; 
	clear:both; 
	margin-right:60px; 
	margin-top:20px; 
	width:425px;

}

.back-button
{
    position: absolute;left:0;top:7px;font-weight: bold;font-size: 13px; 
    
}

.label
{
        position: absolute;right:0;top:7px;font-weight: bold;font-size: 13px;
    
}

h4{
	font-size:11px;
}
