/*  Colours 

#807F7F  light brown
#666666  shadow grey
#F0E339  yellow
================================== */

/* Reset styles
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
================================== */

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;
}
ol, ul {
	list-style: none;
	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 10px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* General
================================== */

body {
  background-color:#535353;
  font: 62.5%/1.6 "Helvetica Neue", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center; 

}

h1 {
	font-size: 1.8em;
	padding-bottom: .5em;
}

a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover, a:active {
	color: #F0E339;
}
a:hover {
	text-decoration: none;
}

#wrapper, #header{
	margin: 0 auto; 
}
#wrapper {
  margin: 0 auto; 
  text-align: left;
  width: 777px;
  background: #807F7F url(../images/bg_brown.png) repeat-x;
}

#header { 
  width: 767px;
  height: 171px;
  background: url(../images/header.jpg) no-repeat;
}

#header h1{
  font-size:4em;
  margin: 0 0 0 212px;
  font-family:Georgia,serif;
  font-weight:normal;
  letter-spacing:-0.03em;
  text-indent:-9000px;
  background: url(../images/logo_brown4.png) no-repeat 0 0px;
  width: 555px;
  height: 154px;
}

/* Navigation
================================== */

#nav {
    list-style: none; 
	margin-left: 5px;
	width: 749px;
    padding: 7px 0 0 18px;
    background-color: #535353;
    clear: both; 
    float:left;  
      -moz-opacity: 0.9999;
    text-shadow: 0 0 0 #000;
    } 

#nav li {
    float: left;
    margin: 0 1em 0 0;
    padding: 0;
    font-size: 1.4em;
	text-transform: uppercase;
}

#nav li a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 7px;
    color: #fff;
}

#nav li a:hover {
    background-color: #767676;
}

#nav li#active  {
    background-color: #767676;
    padding: 0 7px;
}

/* Content
================================== */

#content { 
  margin: 10px 30px 30px 30px;
  font-size: 1.4em;
  color: #fff;
  -moz-opacity: 0.9999;
  text-shadow: 0 0 0 #000;
  float: left;
}

#content h2,h3,h4 {
	color: #F0E339;
	font-family: Georgia,serif;
	font-weight: normal;
	padding: 1em 0 .5em 0;
	letter-spacing:-0.03em;
}

#content p, #content ul {
	padding-bottom: 1em;	
}

/*#content h2, #content h3,#content p,#content ul {
	width: 536px;
}*/

#content h2 { 
  font-size: 1.4em;
  
}

#content h3 { 
  font-size: 1.3em;
  
}

#content h4 { 
  font-size: 1.2em;
}


#content ul {
	list-style-type: circle;
}

#col1, #col2  {
	float: left;
	width: 350px;
	margin-left: 30px;

	  font-size: 1.4em;
  color: #fff;
  -moz-opacity: 0.9999;
  text-shadow: 0 0 0 #000;

}

#content img, #col1 img, #col2 img {
	border: 3px solid #666666;
}

#content img.floatright {
	float: right;
	margin-left: 1.5em;
}

#content em {
	background-color:#666;
}

#content p.small {
	font-size:0.857em;
}


/* Footer
================================== */


#footer {
	clear: both;
	height: 3em;
	background-color: #666;
	-moz-opacity: 0.9999;
	text-shadow: 0 0 0 #000;
	padding-top: 1em;
}

#footer p {
  margin-left:30px;
  font-size:1.0em;

} 

/* Google map
================================== */
#map {
	width: 500px; 
	height: 300px; 
	margin-top: 1em;
	border: 3px solid #fff;
	color: #333;
}

/* theme switch
================================== */

#theme-switch {
	position: absolute;
	margin-left: -70px;
}
#theme-switch a {
	color: #333;
	border: 1px solid #333;
	background-color: #fff;
	text-decoration: none;
	padding: 2px;
}
#theme-switch a:hover {
	background-color: #ccc;
}

