*{
	margin:0px;
	padding:0px;
}
body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:125%;
	color:#616A6F;
}
.clr {	clear: both; }
p, ul, ol, li{
	margin: 0px;
	padding: 0px;
}
ul li{
	list-style:none;
}


#page ul{
	margin-left:15px;
}
#page ul li{
	list-style-type:square;
	padding-bottom:8px;
	line-height:125%;
}

#page ol{
	list-style-position: outside;
	padding-left:20px;
}

#page ol li{
	padding-bottom:8px;
	line-height:125%;
}
a{
	color:#0077C0;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border-style:none;
}
#wrapper{
	width:966px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
#left{
	width: 150px;
	float:left;
	position:relative;
}
#logo{
	margin-top:15px;
	width:149px;
	height:68px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	display:block;
}
#left_top{
	/*margin-top:85px;*/
}
#left_menu{
	position:absolute; left:0px; top:515px;
}
#content{
	width:816px;
	float:right;
}
#top_menu{
	height:41px;
	font-size:125%;
	line-height:110%;
}
#video{
	margin-top:12px;
	width:765px;
	position:relative;
	height:430px;
	padding-left:51px;
	margin-bottom:0px;
	background-image:url(../images/video_shadow.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#breadcrumbs{
	min-height:30px;
	font-size:10px;
	text-transform:uppercase;
}

#page{
	margin-left:51px;
	margin-top:30px
}
#page_small_padding{
	/*margin-top:95px;*/
}
#footer{
	width:765px;
	float:right;
	margin-top:20px;
	border-top: 1px dotted #c7c7c7; 
}
.cols1{
	width:296px;
	float:right;
}
.cols2{
	width:450px;	
	float:left;
}
.cols3{
	width:245px;
	float:left;
	margin-right:15px;
}
.column3{
	margin-right:0px;
}
.row_separator{
	clear:both;
}