/* Reset ---------------------------------------- */

@import "../css/reset.css";
@import "../css/typo.css";
@import "../css/pages.css";
@import "../css/menu.css";
@import "../css/menu2.css";
@import "../css/menu3.css";

* {
	margin: 0;
	padding: 0;
}

/* Layout ---------------------------------------- */

body {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background-color:#eae4d6;
	font-family: "Lucida Grande", Myriad, Verdana, sans-serif;
	color: #666;
	text-align: center;
	font-size:62.5%;
}

.wrapper {
	width: 990px;
	text-align: left;
}

#header {
	width: 100%;
	height: 156px;		
	position:relative;
	background-color:#feb040;
}

/* IE7 Only */
*:first-child+html #header {
	width: 100%;
	height: 158px;		
	position:relative;
	background-color:#feb040;
}

/* new home page */
#blackMenuBar{
	height:30px;
	background-color:#000000;
}
#main_video_panel{
	width:600px;
	float:left;
	margin: 10px 0 0 0;
	height:430px;
	background-color:#fff;
}
#main_video_panel_left{
	width:140px;
	float:left;
	margin: 10px 0 0 0;
}
#main_video_panel_right{
	width:440px;
	float:right;
	margin: 10px 0 0 0;
}
#search_by_panel{
	width:380px;
	float:right;
	margin: 10px 0 0 0;
	height:430px;
}
#home_latest_panel{
	width:980px;
	margin: 10px 0 0 0;
	height:230px;
	background-color:#fff;
	padding-left:10px;
}
#passion_panel{
	width:990px;
	margin: 10px 0 0 0;
	height:580px;
	background-color:#fff;
}
#passion_panel ul li {
	float:left;
	margin: 0 10px 0px 0;
	width: 300px;
	height: 110px;
	background-color:#fff;
}

#sector_panel{
	width:990px;
	margin: 10px 0 0 0;
	height:800px;
	background-color:#fff;
}
#sector_panel ul li {
	float:left;
	margin: 0 10px 0px 0;
	width: 300px;
	height: 110px;
	background-color:#fff;
}

#home_blog_panel{
	width:990px;
	margin: 20px 0 10px 0px;
	height:180px;
	background-color:#fff;
}
#homenav ul{
	margin: 0;
	padding: 0;
}

#homenav ul li{
	margin: 0 0 0 0px;
	float: left;
	text-align:center;
	/*display: inline; IE6 hack for button padding!!*/
}
#button_home_one a {
	display:block;
	width: 150px;
	background-color:#78B7E8;
	height:30px;;
	padding-top:8px;
}
#button_home_one a:hover {
}
#button_home_two a {
	display:block;
	width: 150px;
	background-color:#B2C541;
	height:30px;;
	padding-top:8px;
}
#button_home_two a:hover {
}
#button_home_three a {
	display:block;
	width: 150px;
	background-color:#F9D606;
	height:30px;;
	padding-top:8px;
}
#button_home_three a:hover {
}
#button_home_four a {
	display:block;
	width: 150px;
	background-color:#BFBFBF;
	height:30px;;
	padding-top:8px;
}
#button_home_four a:hover {
}
#home_latest_panel ul li {
	float:left;
	margin: 0 5px 0px 0;
	width: 123px;
	height: 185px;
	background-color:#fff;
}
#home_blog_panel ul li {
	float:left;
	margin: 0 5px 0px 0;
	width: 195px;
	height: 170px;
	background-color:#fff;
}

#slider {
    width: 950px;
    margin: 0 auto;
    position: relative;
}
.scroll {
    height: 185px;
    width: 950px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
.scrollContainer div.panel {
	padding-left:20px;
    height: 185px;
    width: 900px;
}
.scrollButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
}
.scrollButtons.left {
    left: -15px;
}

.scrollButtons.right {
    right: -5px;
}

#slider2 {
	width: 670px;
    margin: 0 auto;
    position: relative;
}
.scroll2 {
    height: 180px;
    width: 650px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
.scrollContainer2 div.panel2 {
	padding-left:20px;
    height: 180px;
    width: 620px;
}
.scrollButtons2 {
    position: absolute;
    top: 0px;
    cursor: pointer;
}
.scrollButtons2.left2 {
    left: -15px;
}

/* IE6 Only */
* html .scrollButtons2.right2 {
    right: 0px;
}


/* IE7 Only */
*:first-child+html .scrollButtons2.right2 {
    right: 0px;
}


.scrollButtons2.right2 {
    right: 10px;
}


/* end new home page */

.content {
	width: 820px;
	float: left;
	margin: 10px 0 0 0;
}

.sidebar_content {
	background-color:#fff;
	width: 300px;
	float: left;
	padding: 140px 0 0 0;
	position:relative;
}

.sidebar_content_no_heading {
	background-color:#fff;
	width: 300px;
	float: left;
	padding: 0px 0 0px 0;
	position:relative;
}

.main_content {
	width: 510px;
	float: right;
}

.main_content_no_left {
	width: 970px;
	float: left;
}

.sub_content {
	background-color:#fff;
	width: 160px;
	float: right;
	margin: 10px 0;
	padding: 10px 0;
}

#footer {
	margin: 10px 0 0 0;
	background-color:#fff;
	width: 100%;
	clear:both;
}

#footer_new {
	float:left;
	margin: 0 0 0 0;
	background-color:#fff;
	width: 100%;
	clear:both;
}

#footer .sidebar_content {
	background-color:#fff;
	width: 260px;
	float: left;
	padding: 20px 20px 20px 20px;
}

.footer_boxes {
	width: 220px;
	float:left;
	margin: 0 10px 0 0;
}

#footer_left{
	float:left;
	width:300x;
	padding:10px 0 0 325px;
}

#footer_right{
	float:right;
	padding:10px 0 0 0;
	width:300px;
}