@charset "UTF-8";
/* CSS Document for photo gallery */

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}


body {
	background-image: url(images/design_only/bkgnd_grad.jpg);
	background-repeat: repeat-x; 
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px; 
	padding: 0px;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}


#outerWrapper {
	background-image: url(images/design_only/wrapper_bkgnd_media.gif);
	background-repeat: repeat-y;
	margin: 0 auto 0 auto; 
	text-align: left; /* Redefines the text alignment defined by the body element. */
  	width: 950px;
  	border-left: #4E3A1F 1px solid;
  	border-right: #4E3A1F 1px solid;
  	border-bottom: #4e3a1f 1px solid;
  	overflow: hidden;
}

#outerWrapper #header {
	background-color: #FFF;
	height: 105px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 950px;
	overflow: hidden;
	background-image: url(images/design_only/nameplate2009.jpg);
	background-repeat: no-repeat;
}


#outerWrapper #contentWrapper #leftColumn1 {
	border-style: none;
	float: left;
	margin: 0px; 
	padding: 10px;
	width: 200px;
}


#outerWrapper #contentWrapper #content {
	margin: 0px; 
	padding: 10px; 
	width: 675px;
	float: left;
}


#nameplate {
	width: 490px;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	float: left;
}

#slogan {
	width: 245px;
	height: 48px;
	float: left;
	margin: 7px 0px 0px 0px;
	}

#nameplatetxt {
	width: 200px;
	font-size:14px;
	font-weight: bold;
	color: #483537;
	float: right;
	margin: 35px 0px 0px 7px;
	text-align: center;
	line-height: 1.5em;
	}

#rwImage {
	width: 75px;
	float: left;
	margin: -40px 0px 0px 10px;
	}

#hrule {
	clear: both;
	width: 100%;
	height: 4px;
	background-color: #000000;
	margin: 0px;
	}

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}

#navWrapper {
	width: 200px;
	}

#navigation {
	width: 200px;
	background-color: #4E3A1F;
	}
	
#navigationTop {
	width: 200px;
	height: 14px;
	background-image: url(images/design_only/navimages_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
#navigationBottom {
	width: 200px;
	background-image: url(images/design_only/navimages_bottom.png);
	background-repeat: no-repeat;
	}

#outerWrapper #footer {
	clear:both;
	background-color: #ADB560;
/*	border-top: solid #4E3A1F 3px; */
	height: 30px;
	padding: 10px 10px 5px 10px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
	font-size: 0.90em;
	line-height: 1.30em;
	color: #4e3a1f;
}

#advertisement {
	width: 800px;
	margin: 10px auto 5px;
	text-align: center;
	font-size: 9px;
	color: #483537;
	}

/* STYLES */
	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li {
	border: none;
	width: 100%;
	}
	
#navigation li a:link, #navigation li a:visited {
	font-size: 100%;
	display: block;
	padding: 0.6em 0 0.6em 1.0em;
	color: #ffffff;
	text-decoration: none;
	}

#navigation li a:hover {
	color: #b30801;
	background-color: #ffffff;
	}

div#outerWrapper contentWrapper content h1,h2, h3, h4, h5, h6 {
	color: #483537;
  	padding-top: 3px;
	margin: 0;
	}
	
 
h1 {
	font-size: 20px;
	color: #483537;
	line-height: 1.3em;
}

h2 {
  	font-size: 14px;
  	line-height: 18px;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	}

h4 {
	font-size: 10px;
	line-height: 14px;
	}

h5 {
	font-size: 8px;
	line-height: 12px;
	}
	
h6 {
	font-size: 6px;
	line-height: 10px;
	}

div#outerWrapper contentWrapper content p {
	margin: 0 0 5px 0;
	padding: 0;
	}


.specialheadline {
	color: #b30801;
	font-weight: bold;
	}

a, a:link, a:visited {
  color: #483537;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #B30801;
  text-decoration: underline;
}

.imgleft { 
	padding: 5px 10px 5px 0px;
	float: left;
	}
	
.imgright {
	padding: 5px 0px 5px 10px;
	float: right;
	}


.listspacer {
	list-style: disc;
	}
	
.listspacer li {
	padding-bottom: 1.50em;
	}

.listspacer2 {
	list-style: none;
	}
	
.listspacer2 li {
	padding-bottom: 1.1em;
	}


#advertisement a, #advertisement a:visited  {
	color: #483537;
	text-decoration: none;
	}
	
#advertisement a:hover {
	color: #B30801;
	text-decoration: underline;
	}

#outerWrapper #contentWrapper #content h1 {
	margin: 0px;
	padding: 0px;
}

#outerWrapper #contentWrapper #content p {
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#moveRight {
	margin: 0 10px 0 0;
	padding: 0;
}

