/* defaults, globals, etc.
==============================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;
padding: 0;
border: 0;
outline: 0;	
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;}

html,body
{margin:0;padding:0}

body
{background-color: #594C3A;
font: 12px "Georgia",serif;
text-align: left}

.container
{width:960px;
margin:0 auto;
padding: 0 20px}

.clearit 
{clear: both;
height: 0;
line-height: 0.0;
font-size: 0;}

a
{text-decoration: none;}


/* header and title bar
==============================================================================*/
#header
{width: 100%}

#header h3
{ letter-spacing: .05em; font-style: italic; 
text-align: right; 
font-size:0.833em;
line-height: 1.8em;
background: #594C3A;
color: #E6E1D5;
padding: .9em 0}

#titlebar
{width: 100%;
height: 126px;
padding-bottom: 35px;
background: #594C3A url('/images/titlebarback.gif') repeat-x top center;}

.comptitle
{width: 583px;
height: 44px;
padding-top: 49px;
background: url('/images/companytitle.gif') no-repeat bottom left}

.comptitle span
{display: block;
width: 0;
height: 0;
overflow: hidden;}  

.titlecontainer
{width:960px;
height: 126px;
margin:0 auto;
padding: 0 20px;
background: transparent url('/images/goldenrule.gif') no-repeat top right;}


/* main content
==============================================================================*/
#content
{border-top: 1px solid #72695B}

#content h3
{font-style: italic; 
font-size:1em;
line-height: 1.5em;
padding-bottom: 1.5em;
color: #E6E1D5;}

.row1
{border-bottom: 1px solid #72695B;
padding-bottom: 12px;
margin-bottom: 18px}

.row2
{border-bottom: 1px solid #72695B;
padding-bottom: 12px;}

.row1 a:link, .row2 a:link, #header a:link, .row1 a:visited, .row2 a:visited, #header a:visited
{color: #E6E1D5;}

.row1 a:focus, .row2 a:focus, #header a:focus, .row1 a:hover, .row2 a:hover, #header a:hover,
.row1 a:active, .row2 a:active, #header a:active
{color: #FFFFFF}

.photoholder
{float: left;}

.photoholder a, .photoholdercenter a
{display: block}

.photoholdercenter
{float: left;
padding: 0 30px;}

.photoholdersm
{float: left;
margin-left: 9px}

.photoholder p, .photoholdercenter p, .photoholdersm p
{font-size:0.917em;
line-height: 1.636em;
color: #E6E1D5;
font-style: italic;}

.row1 img, .row2 img
{padding: 3px;
background-color: #72695B}

.bottom
{text-align: right}



/* navigation
==============================================================================*/
#nav {
	margin: 0;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	letter-spacing: .1em;	}
	
#nav a:link, #nav a:visited {
	float: right;
	font-size:0.833em;
	line-height: 1.8em;
	padding: 0 12px;
	text-decoration: none;
	color: #847969;	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #E6E1D5;
	background-color: #72695B;
	}