/*
========================================================================
Title:    DCS Hong Kong Stylesheet (Screen)
Author:   elliot.agro.orcawebsites.com, dave.coe@orcawebsites.com
========================================================================
*/

img {
    border: none;
    }

h2, h1 {
    color: #013874;
    font-size: 24px;
    font-weight: normal;
    }

.indent {
    text-indent: 10px;
    }

body {
    font-family: arial, sans-serif;
    font-size: 11.5px;
    text-align: left;
    }

#wrap {
    margin: 0 auto;
    width: 855px;
    }

p, #homeArea li, #columnMiddle li {
	font-size: 1em;
	margin-bottom: 8px;
	color: #4B4B4B;
	line-height: 1.4em;
	}
	
#homeArea li, #columnMiddle li {
	margin-left: 40px;
	margin-bottom: 8px;
	}
	
#homeArea {
	margin-top: 20px;
	width: 850px;
	}	

#container {
    width: 875px;
    margin: 10px auto;
    float: left;
    }

#logo {
    float: left;
    width: 122px;
    height: 82px;
    }
    #logo a {
        float: left;
        }
    #logo img {
        border: none;
        }

#navigation {
    float: left;
    width: 740px;
    }
    #navigationlist {
        float: left;
        padding: 0px;
        margin: 0px 0 0 3px; 
        }
    #navigation li {
        width: 180px;
        height: 27px;
        float: left;
        list-style-type: none;
        background: #013773;
        color: #FFF;
        margin: 0 3px 3px 0;
        }
    #navigation li.selected {
        background: #DC002E;
        padding: 6px;
        width: 168px;
        height: 15px;        
        }
        #navigation li a {
            float: left;
            width: 168px;
            height: 15px;
            color: #FFF;
            text-decoration: none;
            padding: 6px;
            }

#bannerimage {
    float: left;
    background: url(/images/site_header.png) no-repeat;
    width: 855px;
    height: 120px;
    margin: 10px 0 10px 0;
    }
    
 #spacerImage {
    float: left;
   
    width: 855px;
    height: 9px;
    margin: 10px 0 10px 0;
    }


/* ----------- Home ------------*/
#left_hand_column,
#middle_column,
#right_hand_column {
    float: left;
    width: 284px;
    }

#middle_column {
    margin: 0 7px;
    }

#lines_of_business li {
    list-style-type: none;
    }
    
#team h1 {
	font-size: 36px;
	margin-bottom: 6px;
	color: #013874;
	font-weight: normal;
	}	
	
#team h2 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: normal;
	}	
	
	
#team h3 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
	margin-top: 30px;
	}	
	
#menunav li a:hover.menuTeam {
	background-color: #666699;
	color: white;
	}	
	
#columnRightTeam li, #columnMiddleTeam {
	margin-right: -20px;
	}

#columnRightTeam img {
	margin-bottom: -30px;
	}

#columnRightTeam {
	float: right;	
	width: 320px;
	margin-right: 35px;
	}
	
* html #columnRightTeam {	
	margin-right: 0px;
	}		
	
#columnMiddleTeam {
	float: left;
	width: 360px;
	margin-left: 20px;
	}	
	
.TeamRight {
	background-color: #666699;
	}	
/* ----------- Our Team ------------*/
#employees {
    margin: 0 0 0 190px;
    }
#employees li {
    list-style-type: none;
    }
    #employees li a img {
        border: none;
        }

/* ----------- Extranet ------------*/

#extranetcol1 {
    float: left;
    width: 435px;
    }
#extranetcol2 {
    width: 200px;
    float: right;
    }
    #extranetcol2 form {
        width: 160px;
        background: #333;
        padding: 20px;
        float: left;
        }
        #extranetcol2 form input {
            border: none;
            margin: 2px 0 10px 0;
            }
        #extranetcol2 form input.submit {
            border: none;
            margin: 2px 0 0px 0;
            }
        #extranetcol2 form label {
            color: #FFF;
            margin: 2px 0;
            }
h2.warning {
    color: #f00;
    text-align: center;
    font-size: 12px;
    }




