/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
	background-image: url(bg1.jpg);
	
}

/** HEADINGS */

h1, h2 {
	margin: 0px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Arial ;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	color: #ffffff;
	margin-left: 30px;
}

h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 24px;
	color: #504E42;
	
	
}

h3 {
	margin-left: 10px;
	font-size: 16px;
	color: #8A8470;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Arial;
	font-size: 13px;
	color: #808780;
	
	
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	
}


/** LINKS */

a {
	color: #578BB1;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}



#topbar {
  background:  #ffffff url(topbar.jpg) repeat-x;
  height: 6px;
}

/** menu */

#nav {
  height: 42px;
  position: relative;  
  z-index:100;
  background: url(nav.jpg) repeat-x;
}

.menu{
width: 939px;
margin-left: auto;
margin-right: auto;
}

.menu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;
z-index:100;
}

/*Top level menu link items style*/
.menu ul li a{
display: block;
padding: 13px 24px 9px 25px;
text-decoration: none;
color: #757575;
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
font-family: 'Lucida Grande', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

* html .menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.menu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #757575;
}

.menu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #3B3B3B url(nav-hover.jpg) repeat-x;
color: #fff;
}

.menu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
background: #3B3B3B url(nav-hover.jpg) repeat-x;
color: #fff;
}
	



/* Holly Hack for IE \*/
* html .menu{height: 1%;} /*Holly Hack for IE7 and below*/


#pagebar {
  height: 105px;
  background: url(pagebar-wood.jpg) top center repeat-x;
}
#pagebarcontent {
  
}
#pagebarcontent h1 {
  margin-top: 35px;
  margin-left: 10px;
  color: #fff;
}
#pagebarcontent p {
  background: url(../images/quote.png) top left no-repeat;
  padding-left: 50px;
  margin-top: 30px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
}




.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.red { color: #FF0000}



#map  { border: 2px solid #D5D6D7; }
.bubble {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.credit {
	color: #61A4CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

.credit a{
	color:#CECECE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

.credit a:hover {
	color:#ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}

li.smallbullet{
	
	
	list-style-image: url(tick.png);
	list-style-position: inside;
} 



	
	ol.sideforms {
		
		margin:0px 0px 0px 0px;
		padding:0px;
		list-style:none;
	
	}
	
	ol.forms input {
	
		letter-spacing:1px;
		padding:3px;
		width:200px;
		margin:0px 0px 0px 0px;

	}
	
	ol.sideforms input {
	
		letter-spacing:1px;
		padding:2px;
		width:300px;
		border:1px solid #c5c9a9;
		margin:0px 0px 0px 0px;

	}
	
	ol.forms textarea{
	
		letter-spacing:1px;
		padding:3px 3px 3px 3px;
		height:200px;
		width:300px;		
		margin:-1px 0px 0px 0px;
	
	}
	
	ol.sideforms textarea{
	
		letter-spacing:1px;
		padding:2px;
		height:150px;
		width:300px;
		border:1px solid #c5c9a9;
		margin:-1px 0px 0px 0px;
	
	}
	
	
	ol.forms li{
	
		margin-bottom:10px;
	
	}
	
	ol.sideforms li{
	
		margin-bottom:5px;
	
	}
	
	ol.forms label {
	
		display:block;
		padding:5px 0px 5px 0px;
		margin:0px;
	
	}
	
	ol.sideforms label {
	
		display:block;
		padding:5px 0px 5px 0px;
		margin:0px;
	
	}
	
	.btn {

	color:#FFffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #2C77BC;
	border: 1px solid #999999;
	
}
	
	
