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

body {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0 auto;
}

#containter {
	width: 1024px;
	margin: 0px auto;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header {
	width: 100%;
	height: 120px;
	background-image: url(images/bk_title4.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#nav{
	position:relative;
	top:52px;
	left:280px;
}

.tabs{
	width:168px;
	height:20px;
	list-style-type:none;
	/*background-color:blue;*/
	padding:0px;
	margin:0px;
	overflow:hidden;
}

.tabs li{
	float:left;
	padding:0px;
	margin:0px;
	/*background-color:green;*/
	
}

.tabs li a{
	width: 84px;
	height: 20px;
	background-image:url(images/CameraTabArray.jpg);
	display:block;
}

#tab1 a{
	background-position:0px 0px;
}
#tab1 a:hover{
	background-position:0px -20px;
}
#tab1 a.selected{
	background-position:0px -40px;
}

#tab2 a{
	background-position:84px 0px;
}
#tab2 a:hover{
	background-position:84px -20px;
}
#tab2 a.selected{
	background-position:84px -40px;
}

#weather {
	width: 120px;
	height: 48px;
	overflow: hidden;
	position: relative;
	top: 30px;
	left: 870px;
}

#col_container {
	width: 100%;
	height: 500px;
}

#col_left {
	float: left;
	width: 182px;
	height: 99%;
	overflow-y: scroll;
	background-color:#FFF;
	font-size: 90%;
	color: #666;
}

#col_left h1 {	
	font-size: 130%;
	text-align: center;
}

#col_left h2 {	
	font-size: 110%;
}
#col_center {
	float: left;
	width: 660px;
	height: 100%;
	background-color:#FFF;
}

#col_right {
	float: left;
	width: 182px;
	height: 100%;
	background-color: #FFF;
}

#footer {
	overflow-x: scroll;
	background-color: #FFF;
}

#webcamFrame{
	width:640px;
	height:480px;
	border: 0px;
	margin:0px;
	padding:0px;
}

#webcam {
	position: relative;
	width: 640px;
	height: 480px;
	margin: 0 auto;
	border: 1px solid #000;
	background-repeat: no-repeat;
	background-image: url(images/BirdCamPrivacy.jpg);
}

#chatbox {
	width: 180px;
}

#pic_slider {
	width: 5543px;
	height: 162px;
	margin-top: 0px;
	background-image: url(images/SlideStrip2.jpg);
	background-repeat: no-repeat;
}
