﻿* {
    margin: 0;
    padding: 0;
    border: 0;
}

.clear {
    clear: both;    
}

.left {
    float: left;    
}

.right {
    float: right;    
}

body {
    background: white;
    font-family: "Arial";
    font-size: 12px;
    background: url('images/1header-background.jpg') top repeat-x;
}

hr {
    background-color: #8b8b8b;
    color: #8b8b8b;
    height: 2px;
    width: 100%;
    float: left;
}

h1 {
    font-size: 14px;
    color: #ff6633;
}

#wrapper {
    width: 1024px;  
    margin: 0px auto;
}
/*************Header***********/
#header {
    
}

#header div.logo {
    width: 238px;
    height: 80px;
    margin: 11px 0 0 10px;
}

#header div.menu {
    width: 500px;
}

#header div.menu a {
    color: #333366;
    margin: 8px 0 0 50px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left; 
}

#header div.menu div.sub_one, div.sub_two {
    width: 150px;
    background: #5E679E;
    position: fixed;
    z-index: 10;
    margin: 0px;
    color: white;
}
#header div.menu div.sub_one a, #header div.menu div.sub_two a {
    margin: 2px 0 0 0;
    text-align: center;
    padding: 4px 0 4px 0;
    width: 100%;
    color: white;
    display: block;
    border-bottom: 1px solid white;
}
    
#header div.separator {
    width: 22px;
    height: 33px;
    background: url('images/separator.jpg') no-repeat;
}

#header div.functions {
    width: 500px;
}

 #header div.functions a:hover
 {
 	color: #333366;
 }

#header div.functions a {
    color: #f47d31;
    font-weight: bold;
    text-decoration: none;
    margin: 8px 0 0 15px;
    display: block;
    float: left;
}

#header div.functions form {
    float: left;
    margin: 5px 0 0 25px;
    height: 22px;

}

#header div.functions form #search {
    border: 1px solid #cccccc;
    border-right: none;
    font-size: 13px;
    float: left;
    padding: 2px 0 2px 2px;
}

#header div.functions form #searchbutton {
    width: 90px;
    height: 22px;
    float: left;
    border: 1px solid #cccccc;
    border-left: none;
    background: url('images/search.jpg') no-repeat;
    cursor: pointer;
}

/***********Navigation*********/

#navigation {
    /*background: url('images/navigation-background.jpg') no-repeat;*/
/*    height: 300px;*/
    width: 955px;
    margin: 25px 0 0 0;
    padding: 25px 1px 0 1px;
}

#company_profile {
    width: 1041px;
    background: url('images/company_profile_background.jpg') no-repeat;
    border: 1px solid #cccccc;
    margin: 0px auto;
    padding: 20px 0 0 0;
	height: 403px;
}

#company_profile div.company_profile_left {
    width: 408px;
    height: 406px;
    margin: 15px 20px 0 24px;
}

#company_profile div.company_profile_right {
    margin: 15px 0 0 65px;
}

#navigation div.nav_content {
    width: 796px;
    margin: 0px auto;
    height: 266px;
    background: url('images/nav-content-background.png') no-repeat;
}

#navigation div.featured_videos {
    width: 1006px;
    margin: 0px auto;
}

#navigation div.featured_videos div.featured_videos_spot {
    width: 332px;
    height: 186px;
    margin: 35px 1px 0 0;
}

#navigation div.nav_content p {
    width: 238px;
    height: 258px;
    margin: 10px 24px 0 24px;
}

#navigation div.nav_content_image {
    width: 510px;
    padding-top: 3px;
}

#navigation div.nav_button {
    width: 955px;
    height: 32px;
    background: transparent;


    text-align: center;
}

#navigation div.nav_button a {
    margin: 0 18px 0 18px;   
}

/************Content*************/

#content {
    width: 955px;
    height: 462px;
    background: url('images/content-background.jpg') no-repeat;
    /*margin: 0px auto;*/
}

#content div.content_left {
    width: 408px;
    height: 406px;
    margin: 15px 20px 0 24px;
}

#content div.content_right {
    margin: 15px 0 0 65px;
}

#inner_page {
    width: 955px;
    /*margin: 0px auto;*/
    background: white;
}

#inner_page div.numbers p {
    color: #8b8b8b;
}

#inner_page div.numbers a {
    color: #8b8b8b;
    text-decoration: none;
    font-weight: bold;
}

#inner_page div.numbers a:hover {
    color: #0a0e9d;    
}

#inner_page #inner_videos {

    background: #f0eded;
    border: 1px solid #dcdad9;

    padding:25px 8px 25px 8px;
    margin-top: 10px;
}

#inner_page #inner_videos div.inner_videos_spot {
    width: 235px;
    height: 182px;
    margin-left: 11px;
}

/************Footer*************/

#footer {
    width: 955px;
    /*margin: 0px auto;*/
}

#footer p {
    color: #003366;
    display: inline;
}

#footer a {
    color: #003366;
    text-decoration: none;
    margin: 0 8px 0 8px;
}

#footer a:hover {
    text-decoration: underline;
}

#footer a.is {
    margin: 0;
}

#footer a.is:hover {
    margin: 0;
}

.searchLinks 
{
	 font-family:Sans-Serif;
	 color: black;
	 /*color: #192674;*/
	text-decoration:none;
	
}