/* CSS for gwbc.us
	 Hand coded by Matthew Farnell - Copyright 2009 Matthew Farnell
	 Feel free to make use of this code in your sites
	 with credit to http://www.farnellweb.com */

/* Body
------------------------------*/
body {
	background: #6C78C2;
	font: 15px 'Times New Roman', Times, serif;
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: center;
}

#container {
    width: 950px;
    border: 2px solid #B3BCEF;
    background: #fff url(/images/background.gif) right repeat-y;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

#bar {
    height: 32px;
    background: url(/images/bar-background.gif);
    margin: 0;
}

#content {
    float: left;
    width: 660px;
    margin: 30px 0 10px 7px;
    text-align: left;
}

html>body #content {
	margin-left: 14px; 
}

#sidebar {
    float: right;
    width: 240px;
    margin: 30px 5px 10px 0;
}

#sidebar ul {
    text-align: left;
    margin-top: 0;
}

html>body #content {
	margin-right: 10px; 
}

/* Headers
-------------------------------*/

h1.header, h2.header {
    width: 950px;
    height: 179px;
    background: #BAC4FF url(/images/title.jpg) no-repeat;
    margin: 0;
}

h1 span, .span, h2 span {
    display: none;
}

h2, h1 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #6C78C2;
}

h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

#sidebar h3 {
    text-align: left;
    margin-top: 15px;
    font-size: 16px;
    font-family: arial, sans-serif;
    font-weight: bold;
}

/* Links
-------------------------------*/

a {
    color: #00f;
}

a:hover {
    text-decoration: none;
}

/* Footer
-------------------------------*/

#footer {
	font-size: 10px;
	font-family: arial, sans-serif;
	text-align: center;
    word-spacing: normal;
    line-height: normal;
    clear: both;
    margin: 10px 0 10px 0;
    border-top: #eee solid 2px;
    padding-top: 10px;
	}
	
#footer ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	margin-bottom: 5px;
    margin-left: 20px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	display: block;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}

#footer p {
    margin-top: 0;
    margin-bottom: 0;
    clear: both;
}

#footer a.active {
    text-decoration: none;
    color: #000;
}

/* Navigation Menu
------------------------------*/

#navigation {
  position: absolute; top: 206px; left: 50%; width: 950px; margin-left: -505px; height: 36px;
  }

* html #navigation {
  top: 207px;
  }

#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  }
  
#navigation li {
  display: inline;
  position: relative;
  padding: 0 0 0 0;

  }
  
#navigation ul li a {
    padding: 6px 18px 8px 15px;
    text-decoration: none;
    color: #000;
    margin-right: -4px;
    font-weight: bold;  
    border-left: 1px solid #B4B1E3;
}

#navigation ul li a:hover, #navigation li:hover a, #navigation li.over a {
    background: url(/images/bar-background-active.gif) repeat-x;
    color: #fff;
}

#navigation li.over li a, #navigation li:hover li a {
    background: #D5D3F5;
    color: #000;
    border-left: 0;
}

#navigation ul li a:hover, #navigation li:hover a,  {
    background: url(/images/bar-background-active.gif) repeat-x;
    color: #fff;
}

#navigation ul li ul li a:hover {
     background: #B4B1E3;
     color: #fff;
}

#navigation li ul {
  display: none;
  width: 130px;
  position: absolute; 
  top: 24px;
  left: 0;
  font-size: 12px;
  }
  
* html #navigation li ul {
  top: 31px;
  }

#navigation li ul li {
  display: block;
  text-align: left;
  padding: 0;
  }
  
#navigation li ul li a {
  display: block;
  margin: 0;
  padding: 2px;
  padding-left: 6px;
  width: 100%;
  background: #B4B1E3;
  border-bottom: 1px solid #B4B1E3;
  border-right: 1px solid #B4B1E3;  
  border-left: 1px solid #B4B1E3;
  }

#navigation li:hover ul, #navigation li.over ul{ display: block; }

#navigation ul li a.active {
    background: url(/images/bar-background-active.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
}

#navigation ul ul.active {
    display: none;
}

/* Sub Navigation Menu
------------------------------*/

#sub {
  position: absolute; top: 233px; left: 50%; width: 950px; margin-left: -475px;
  }
  
#sub2 {
  position: absolute; top: 233px; left: 50%; width: 950px; margin-left: -475px;
  }

#sub, #sub2 {
	background: #B4B1E3;
	margin-top: -1px;
	padding: 4px 0 4px 0;
    font-size: 11px;
    text-align: left;
}

#sub ul, #sub2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sub ul li, #sub2 ul li {
	display: inline;
	padding-left: 1px;
    padding-right: 1px;
}

#sub a, #sub2 a {
    color: #000;
    text-decoration: none;
}

#sub a, #sub2 a {
	padding: 4px 12px 4px 12px;
}

#sub a:hover, #sub2 a:hover {
    background: #D5D3F5;
    text-decoration: underline;
}

#sub a.active, #sub2 a.active {
    font-weight: bold;
    color: #fff;
}

#sub a.active:hover, #sub2 a.active:hover {
    font-weight: bold;
    text-decoration: none;
    background: none;
    color: #fff;
}

#sub p, #sub2 p   {
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0;
    font: 10px arial, sans-serif;
}

/* Misc
-------------------------------*/

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.blue {
    color: #00f;
}

.red {
    color: #f00;
}

.italic {
    font-style: italic;
}

.bold {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.no-margin {
    margin: 0;
}

.top {
    margin-top: 0;
}

hr {
	margin: 0 0 5px 0; 
	color: #eee; 
	background: #eee;
	border: 0;
	height: 2px;
	clear: both;
}

html>body hr {
    margin-bottom: 15px;
}

.border {
    border: 2px #000 solid;
}

.left {
    float: left;
}

.right {
    float: right;
}

.align-left {
    text-align: left;
}

.clear {
    clear: both;
}

.map {
    float: right; 
    border: 1px #000 solid;
}

.top-margin {
    margin-top: 10px;
}

.imagethumb {
    border: 1px solid #999;
    padding: 6px;
    background: #B3BCEF;
    margin: 5px;
}

.zero-border {
    border: 0;
}

.rightbox {
    margin: 0 20px 20px 10px;
    padding: 10px;
	background-color: #E5ECF9;
	background-image: url(/images/angle.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	font-size:0.9em;
	border-left:1px solid #c4c1c1;
	border-top:2px solid #c4c1c1;
}

