@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
}


A:link {
	text-decoration:none;
	color:#fff;
}
A:visited {
	text-decoration:none;
	color: #FFF;
}
A:active {
	text-decoration:none;
	color:#333;
}
A:hover {
	text-decoration: none;
	color: #00F;
}

#container {
	height: 800px;
	width: 1000px;
	position:static;
	top: 0px;
	float: left;
	position: absolute;
}
#container #tophalf {
	background-image: url(../images/homepg/top_gray.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 410px;
	width: 1000px;
}
#container #bottomhalf {
	background-image: url(../images/homepg/bot_blk.jpg);
	background-repeat: no-repeat;
	height: 390px;
	width: 1000px;
}
#container #tophalf #rcphotologo {
	height: 150px;
	width: 260px;
	left: 0px;
	top: 0px;
	background-image: url(../images/homepg/rcphoto4.png);
}
#nav_upper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCC;
	padding: 0px;
	position:absolute;
	top: 0px;
	float: right;
	height: 30px;
	width: 500px;
	right: 0px;
}
#nav_lower {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCC;
	padding: 0px;
	position:relative;
	top: 335px;
	float: right;
	height: 30px;
	width: 500px;
	right: 0px;
}
#photo_upper {
	position:absolute;
	height: 200px;
	width: 1000px;
	left: 0px;
	top: 210px;
}
#shadow {
	background-image: url(../images/homepg/shadow_blk.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:165px;
	height:200px;
	left: 0px;
	top: 0px;	
}


#shadow300 {
	background-image: url(../images/homepg/shadow_blk.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:300px;
	height:200px;
	left: 0px;
	top: 0px;	
}
#photo_lower {
	position:absolute;
	height: 200px;
	width: 1000px;
	left: 0px;
	top: 410px;
}
#transparency {
	background-image: url(../images/homepg/shadow_blk.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:165px;
	height:200px;
	left: 0px;
	top: 0px;	
	opacity:0.3;
	filter:alpha(opacity=30);
	
}
#transparency300 {
	background-image: url(../images/homepg/shadow_blk.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:300px;
	height:200px;
	left: 0px;
	top: 0px;	
	opacity:0.3;
	filter:alpha(opacity=30);
	
}
#department {
	width:40px;
	height:200px;
	right: 0px;
	top: 0px;	
}
#department_transparency {
	width:40px;
	height:200px;
	right: 0px;
	top: 0px;
	opacity:0.3;
	filter:alpha(opacity=30);
}
#footer {
	c
	width:1000px;
	height:25px;
	color:#CCC;
	left: 75px;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

#display {
	height: 575px;
	width: 1000px;
	position:absolute;
	top:150px;
	
}

#senior_side_display {
	background-image: url(../images/homepg/senior.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 12px;
	height: 575px;
	width: 285px;
	position:relative;
	top:0px;
}

#studio_side_display {
	background-image: url(../images/homepg/studio.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 12px;
	height: 575px;
	width: 285px;
	position:relative;
	top:0px;
}

#sport_side_display {
	background-image: url(../images/homepg/sport.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 12px;
	height: 575px;
	width: 285px;
	position:relative;
	top:0px;
}

#wedding_side_display {
	background-image: url(../images/homepg/wedding.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 12px;
	height: 575px;
	width: 285px;
	position:relative;
	top:0px;
}

#contactus_side_display {
	background-image: url(../images/homepg/contactus.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 12px;
	height: 575px;
	width: 285px;
	position:relative;
	top:0px;
}

#side_nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: h2;
	font-style: normal;
	color: #000;
	padding: 12px;
	height: 200px;
	width: 200px;
	position:relative;
	top:0px;
	
}


#display_photos {
	height: 600px;
	width: 700px;
	position:absolute;
	top:0px;
	left:310px;
}

#search_photos {
	height:200px;
	width:auto;
	position:absolute;
	top:600px;
	left:5px;
}

#detail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	background-color: #CCC;
	padding: 20px;
	height: ;
	width: 610px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#flashvideo {
	position: absolute;
	left: 400px;
	height: 220px;
	width: 300px;
	background-color:#666
}
