/* ---------->>> structure <<<-----------*/	

* {
	margin: 0;
	padding: 0;
}

html {
	/*min-height: 100%;*/
	background: #502B06 url(/images/page_bg.jpg) repeat-y;
}

body {
	font: 11px/14px  Verdana, sans-serif;
	color: #333;
	background: #502B06 url(/images/body_bg.jpg) repeat-x;
}

body#home {
	background: #502B06 url(/images/body_bg-home.jpg) repeat-x;
}

#page {
	width: 770px;
	background: url(/images/page_bg.jpg) repeat-y;
}

* > #page { /* extend to bottom of page in Safari */
	/*height: 100%;*/
}


/* ---------->>> header <<<-----------*/	

#header {
	width: 770px;
	height: 146px;
	background: url(/images/header_bg.jpg);
	position: relative; 
	z-index: 10;
}

#home #header {
	height: 179px;
	background: url(/images/header_bg-home.jpg);
}


/* ---------->>> text elements <<<-----------*/	

h1 {
	width: 203px;
	height: 41px;
	text-indent: -9999px;
	float: right;
	margin: 58px 8px 0 0;	
	background: url(/images/logo.png) no-repeat;
}

#home h1 {
	width: 237px;
	height: 50px;
	margin: 82px 8px 0 0;	
	background: url(/images/logo-home.png) no-repeat;
}

h2 {
	font: 21px/23px "Times New Roman", Times, serif;
	color: #336699;
	border-bottom: 1px solid #E5E5E5;
	padding: 6px 0 12px 0;
	margin-bottom: 18px;
}

#home h2 {
	color: #471D01;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0;
}

#home h3 {
	font: 16px/20px "Times New Roman", Times, serif;
	color: #313A73;
	width: 430px;
	margin-bottom: 1em;
}

p {

	margin-bottom: 1em;
	padding-right: 150px;
}

p.full {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-right: 20px;
}

a {
	color: #4D558C;
}

hr {
	border: 0;
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
	margin: .5em 0 1em;
}


/* ---------->>> content div <<<-----------*/	

#content {
	float: right;
	width: 563px;
	padding: 0 20px 20px 20px;
	background: url(/images/content_bg.jpg) top right no-repeat;
	position: relative;
	min-height: 250px;
  	height: auto;
}

#home #content {
	background: url(/images/content_home_bg.jpg) top right no-repeat;
}

#content ul {
	margin: 4px 0 1em 20px;
}

#divider {
	position: absolute; 
	bottom: 0; left: -10px;
	background: url(/images/navigation_bg.png) top left repeat-y; 
	width: 10px; 
	height: 100%; 
	z-index: 1;
}


/* ---------->>> navigation <<<-----------*/	

.sbb a {
  display: block;
  text-indent: -1000000px;
  width: 102px;
  height: 21px;
  margin: 0 0 90px 26px;
  background: transparent url(../images/facebook-btn.png) no-repeat 0 0;
  }
.sbb a:hover {
  background-position: 0 -21px;
  }

#navigation {
	width: 167px;
	background: url(/images/navigation_bg.png) top right repeat-y;
	float: left;
}

#navigation ul {
	list-style-type: none;
	background: url(/images/navigation-ul_bg.png) no-repeat;
	padding: 4px 0 20px 0;
	position: relative; 
	z-index: 10;
}

#navigation li {
	display: inline;
}

#navigation li a {
	text-decoration: none;
	color: #003366;
	font: bold 11px/13px arial, sans-serif;
	display: block;
	width: 131px;
	padding: 10px 8px 10px 26px;
	border-bottom: 1px solid #E3EFFB;
	background: url(/images/navigation_a_bg.png) top left no-repeat;
}

#navigation li a:hover {
	color: #fff;
	background: url(/images/navigation_a-hover.png) repeat-y;
}

#navigation li a.active {
	color: #003366;
	background: url(/images/navigation_a-active.png) repeat-y;
}

#navigation  ul.nav2 {
	padding: 0px;
}

#navigation  ul.nav2 li a {
	padding: 10px 8px 10px 36px;
	width: 131px;
	background: url(/images/navigation_a_bg.png) top left no-repeat;
}

#navigation  ul.nav2 li a:hover {
	color: #fff;
	background: url(/images/navigation_a-hover.png) repeat-y;
}

#navigation  ul.nav2 li a.active {
	color: #003366;
	background: url(/images/navigation_a-active.png) repeat-y;
}


/* ---------->>> footer <<<-----------*/

#footer {
	clear: both;
	width: 550px;
	background: #fff;
	padding: 20px 0 10px 180px;
	margin: 0 0 0 10px;
	color: #9C9C9C;
	height: 100%;
	border-top: 1px solid #E9E9E9;
}

#footer h4, #footer p {
	font: 11px/13px arial, sans-serif;
}

#footer h4 {
	color: #4D558C;
	font-weight: bold;
}

#footer a {
	color: #6699CC;
}

#footer a.external {
	color: #9C9C9C;
}


/* ---------->>> tables <<<-----------*/

table.dates {
	margin-top: px;
}

table.dates td {
	padding: 2px 12px 2px 2px;
}

tr.even td {
	background: #E2EAF3;
}

/* ---------->>> misc <<<-----------*/

.photo-box-right img {
    float: right;
    margin: 0 0 10px 20px;
    background-color: #fff;
    padding: 1px;
    border: 3px solid #e1eaf3;
    }
    
.photo-grid {
    padding-top: 1em;
    }
.photo-grid img {
    float: left;
    margin: 0 20px 20px 0;
    background-color: #fff;
    padding: 1px;
    border: 3px solid #e1eaf3;
    }
.photo-grid img.even {
    margin-right: 0;
    }
