
/* -- Reset -- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
table{ border-collapse:collapse;border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
a{outline: none;}

/* -- ----- -- */


html {
	background: #dfe1e6 url(/css/img/bg-gray-texture.gif) repeat;
	height: 100%;
	font-size: 13px;
	min-width: 960px;
		}

body {
	height: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #191a1c;
	min-width: 960px;
		}

#container {
	width: 870px;
	height: 100%;
		}

#sidebar {
    float: left;
    width: 180px;
    height: 100%;
    position: fixed;
    background: url(/css/img/bg-sidebar.gif) repeat-y right top;
    padding: 15px 12px 0 15px;
		}


#sidebar #photo {
	margin: 0 0 15px 0; padding: 0;
	border-bottom: 5px solid #4c5157;
	float: left;
	width: 172px;
		}

#sidebar img#exec-photo {
	background: #dfe1e6 url(/css/img/bg-gray-texture.gif) repeat;
	margin: 6px; padding: 2px;
	border: 5px solid #4c5157;
		}

#sidebar h1 {
		}

#sidebar h1 a {
		}

#sidebar h3 {
	margin: 3px 0 6px 0; padding: 0;
	color: #DDD;
	font-size: 16px;
		}

#sidebar h3#name {
	margin: 3px 0 6px 0; padding: 0;
	color: #DDD;
	font-size: 16px;
		}

#sidebar p {
	margin: 3px 0 6px 22px; padding: 0px;
	color: #DDD;
		}

#sidebar a {
	color: #FFF;
	text-decoration: none;
		}

#sidebar a:hover {
	color: #FFF;
	text-decoration: underline;
		}

#sidebar ul#contact {
	margin: 0 0 6px 0px; padding: 0px;
	color: #DDD;
	width: 184px;
		}

#sidebar li {
	margin: 3px 0 9px 5px !important;
	padding: 0 0 0 22px;
		}

#sidebar li#name {
	padding: 0 0 0 3px;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
		}

#sidebar li#email {
    background: url(/css/img/email-add.gif) no-repeat 3px 5px;
		}

#sidebar li#phone {
    background: url(/css/img/phone-no.gif) no-repeat 1px 0;
		}


#content {
    padding: 20px 0 50px 0;
    float: right;
	width: 664px;
		}


/* -- Sections -- */

.section {
    background: #e5e8ec url(/css/img/bg-content-panel-mid.png) repeat-y left top;
    margin: 0 0 0 10px; padding: 0 16px;
    width: 620px;
    float: left;
		}

.sect-top {
    background: #e5e8ec url(/css/img/bg-content-panel-top.png) no-repeat left top;
    margin: 0 0 0 10px; padding: 0 16px;
    width: 620px;
	height: 16px;	
		}

.sect-btm {
    background: #e5e8ec url(/css/img/bg-content-panel-btm.png) no-repeat left top;
    margin: 0 0 20px 10px; padding: 0 16px;
    width: 620px;
	height: 16px;
	clear: both;
		}

.section h1 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #191a1c;
		}

.section h1 a {
	color: #191a1c;
		}

.section h1 a:hover {
	color: #191a1c;
	text-decoration: none;
		}

.section p {
	margin: 0 0 9px 0; padding: 0;
	font-size: 1em;
	line-height: 1.5em;
		}

.section .col1-2 {
	margin: 0 9px 0 0; padding: 0;
	width: 600px;
	float: left;
		}

.section .col2-2 {
	margin: 0; padding: 0;
	width: 300px;
	float: left;
		}

.section ul {
	margin: 0; padding: 0;
		}

.section li {
	margin: 3px 0; padding: 0 0 0 12px;
		}

.section li.bullet {
    background: url(/css/img/bullet.gif) no-repeat -2px 3px;
		}

.section li a {
	color: #191a1c;
	text-decoration: none;
		}

.section li a:hover {
	color: #191a1c;
	text-decoration: underline;
		}


/* -- Footer -- */

#footer {
	margin: 6px 0 12px 38px; padding: 0px;
    clear: both;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 260px;
    text-align: left;
		}

#footer p {
    font-size: 11px;
    color: #AAA;
    text-shadow: #333 0 1px 0;
		}

