﻿body 
{
	margin:0;
	padding:0;
}
.main
{
	width:1020px;
	height:auto;
	margin:auto;
}
.header
{
	height:70px;
	width:1020px;
}
.logo_bh_new
{
	height:70px;
	width:402px;
	float:left;
	padding:0;
	margin:0;
}
.top_header
{
	height:20px;
	padding:5px;
	text-align:right;
	width:600px;
	font-family:Arial;
	font-size:12px;
	color:#666;
	float:right;
}
.top_header ul
{
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 30px;
	padding:0;
	margin:0;
}
.top_header ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #CCC;
	height:14px;
}
.top_header ul li a
{
	color: #666;
	text-decoration: none;
}
.top_header ul li a:hover
{
	color: #555151;
	text-decoration: underline;
}
.top_menu
{
	height:20px;
	padding:0px;
	text-align:right;
	width:600px;
	font-family:Arial;
	font-size:12px;
	color:#666;
	float:right;
	bottom:10px;
}
.top_menu ul 
{
	padding: 0px;
	margin: 0px;
	width:500px;
	list-style: none;
	float: right;
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 30px;
}
.top_menu ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #1e7ea6;
}
.login_register 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1e7ea6;
	font-weight: bold;
	text-decoration: none;
}

/*#########################################################*/
/*#################      MENU STYLES    ###################*/
/*#########################################################*/

	.menu
    {
        text-align: center;
        height: 24px;
        width: 1013px;
        padding:3px;
        padding-left:5px;
        margin-top:5px;
        z-index: 490;
        background: #319cbd; /* Old browsers */
		background: -moz-linear-gradient(top, #319cbd 0%, #31788c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#319cbd), color-stop(100%,#31788c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #319cbd 0%,#31788c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #319cbd 0%,#31788c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #319cbd 0%,#31788c 100%); /* IE10+ */
		background: linear-gradient(to bottom, #319cbd 0%,#31788c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#319cbd', endColorstr='#31788c',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: 0px 0px 5px #03676B;
		-moz-box-shadow:  0px 0px 5px #03676B;
		box-shadow:  0px 0px 5px #03676B;
    }
    .menu ul
    {
        text-align: center;
        height: 30px;
        width: 100%;
        margin: 0px;
        padding: 4px 0px 0px 0px;
        overflow: visible;
    }
    .menu li
    {
        text-align: center;
        width: auto;
        display: table-cell;
        height: 15px;
        float:left;
    }
    .menu li:hover
    {
    }
    .menu #navhome a
    {
        border-left: 0 none;
    }
    .menu li a
    {
        position: relative;
        text-align: left;
        text-decoration: none;
        color: #FFFFFF;
        padding: 3px 6px 3px;
        font: normal 12px/15px Arial,sans-serif;
        border-left: 1px solid #03676B;
    }
    .menu li a:hover
    {
        background: none repeat scroll 0 0 #03676B;
    }
    
    .menu #navhome a
    {
    	background: none 0 0;
    }
    .menu li a SPAN
    {
        text-align: left;
        display: none;
    }
    .menu li a:hover SPAN
    {
        text-align: left;
        border: #b9c7d3 1px solid;
        padding: 5px;
        display: block;
        z-index: 100;
        background-color: #E2E2F4;
        left: 0px;
        width: 150px;
        position: absolute;
        top: 23px;
        text-decoration: none;
        font-size: 8pt;
        color: #16387c;
    }
    
/*#########################################################*/
/*#################   Content STYLES    ###################*/
/*#########################################################*/

.container
{
	width:1020px;
	height:auto;
	margin-top:2px;
	background-color:#fff;
}
.search_area
{
	height: 30px; 
	margin-top: 0px; 
	width: 543px;  
	padding:20px;
	float:left;
	background: rgba(214,214,214,1);
	background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 5%, rgba(227,227,227,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(5%, rgba(255,255,255,1)), color-stop(100%, rgba(227,227,227,1)));
	background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 5%, rgba(227,227,227,1) 100%);
	background: -o-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 5%, rgba(227,227,227,1) 100%);
	background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 5%, rgba(227,227,227,1) 100%);
	background: linear-gradient(to bottom, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 5%, rgba(227,227,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#e3e3e3', GradientType=0 );
}
.search_control_ddl
{	
	width:110px;
	border: 1px solid #a7a7a7;
	background-color: #f7f7f7;
	font-size: 15px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
	padding-left: 2px;
	line-height: 30px;
	cursor:pointer;
}
.search_control_text
{	
	width: 443px;
	height: 26px;
	border: 1px solid #a7a7a7;
	background-color: #f7f7f7;
	margin-left:0px;
	line-height: 30px;
	border-right:0;
	padding-left:5px;
	outline:none;
}
.search_control_text2 
{
	width: 80px;
	height: 26px;
	border: 1px solid #a7a7a7;
	background-color: #f7f7f7;
	margin-left:0px;
	line-height: 30px;		
	border-left:0;
	margin-left:-5px;
	outline:none;
}
.btn_search 
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	position: absolute;
	background: url(MyImages/btn_search.gif) no-repeat;
	width: 80px;
	height: 26px;
	margin-left: -75px;
	margin-top: 2px;
	float: left;
	cursor:pointer;
}

/*#########################################################*/
/*#################    Footer STYLES    ###################*/
/*#########################################################*/
.footer_container
{
	height:250px;
	width:998px;
	padding:10px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(227,227,227,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0 );
	border:dotted 1px #ccc;
	border-bottom:0;
}
.footer_menu
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #062944;
	text-decoration: none;
	height:18px;
}
.footer_sub_menu
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #062944;
	text-decoration: none;
	line-height:16px;
}
.footer_sub_menu:hover
{
	text-decoration: underline;
}
.lightFooter
{	
	color:#062944;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
}
.div_bestview_message
{
	text-align: center;
    height: 20px;
    width: 1013px;
    padding:2px;
    padding-left:5px;
    margin-top:2px;
    z-index: 490;
    background: #319cbd; /* Old browsers */
	background: -moz-linear-gradient(top, #319cbd 0%, #31788c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#319cbd), color-stop(100%,#31788c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #319cbd 0%,#31788c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #319cbd 0%,#31788c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #319cbd 0%,#31788c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #319cbd 0%,#31788c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#319cbd', endColorstr='#31788c',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 5px #03676B;
	-moz-box-shadow:  0px 0px 5px #03676B;
	box-shadow:  0px 0px 5px #03676B;
	font-family:Verdana;
	font-size:12px;
	color:#fff;
}


/*#########################################################*/
/*#################    BIG BOX STYLES   ###################*/
/*#########################################################*/

.main_box_style
{
	height:175px;
	width:204px;
	float:left;		
	background: rgba(214,214,214,1);
	background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 5%, rgba(227,227,227,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(5%, rgba(255,255,255,1)), color-stop(100%, rgba(227,227,227,1)));
	background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 5%, rgba(227,227,227,1) 100%);
	background: -o-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 5%, rgba(227,227,227,1) 100%);
	background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 5%, rgba(227,227,227,1) 100%);
	background: linear-gradient(to bottom, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 5%, rgba(227,227,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#e3e3e3', GradientType=0 );
	-webkit-box-shadow: 0px 0px 5px #03676B;
	-moz-box-shadow:  0px 0px 5px #03676B;
	box-shadow:  0px 0px 5px #03676B;
}

.main_box_title_style
{
	font-family:Verdana;
	font-size:11px;
	/*color:#B5E5E7;*/
	color:#fff;
	height:17px;
	width:194px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	background: #319cbd; /* Old browsers */
	background: -moz-linear-gradient(top, #319cbd 0%, #31788c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#319cbd), color-stop(100%,#31788c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #319cbd 0%,#31788c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #319cbd 0%,#31788c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #319cbd 0%,#31788c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #319cbd 0%,#31788c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#319cbd', endColorstr='#31788c',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 5px #03676B;
	-moz-box-shadow:  0px 0px 5px #03676B;
	box-shadow:  0px 0px 5px #03676B;
}
.main_box_link_style
{
	font-family:Verdana;
	font-size:11px;
	color:#114E57;
	height:115px;
	width:176px;
	padding:8px;
	padding-left:15px;
	padding-top:8px;
	text-align:left;
	line-height:19px;
}
.main_box_link_style a
{
	text-decoration:none;	
	color:#114E57;
}
.main_box_link_style a:hover
{
	text-decoration:underline;	
	color:#1F96A0;
}
.newletter_control_text
{	
	width: 150px;
	height: 15px;
	border: 1px solid #a7a7a7;
	background-color: #f7f7f7;
	margin-left:0px;
	line-height: 15px;
	border-right:0;
	padding-left:2px;
	outline:none;
}
.newletter_control_text2
{	
	width: 25px;
	height: 15px;
	border: 1px solid #a7a7a7;
	background-color: #f7f7f7;
	margin-left:0px;
	line-height: 15px;		
	border-left:0;
	margin-left:-5px;
	outline:none;
}
.btn_newsletter
{
	background: url(MyImages/newletter_btn.png) no-repeat 0px 3px;
	width: 25px;
	height: 15px;
	border: 0;
	margin-left: -24px;
	margin-top:2px;
	cursor:pointer;	
}