/* CSS Document */


body {
margin: 0px;
padding: 0;
background: #FAFAFA url(../images/bg.jpg) repeat-x;
text-align: left;}
	
	
  /*Links*/
  
  #topnav a {font-family: Verdana, Arial, sans-serif;}
  
  #topnav a:link {
  color: #ffffff;
  text-decoration: none;}
  #topnav a:visited {
  color: #ffffff;
  text-decoration: none;}
  #topnav a:hover {
  color: #B2D3FF;
  text-decoration: none;}

  #sidenav a:link {
  color: #AC0404;
  text-decoration: none;}
  #sidenav a:visited {
  color: #AC0404;
  text-decoration: none;}
  #sidenav a:hover {
  color: #414B56;
  text-decoration: none;}
  
  #sidenav a, #topnav a {
  font-size: 13px;
  letter-spacing: 1px;}
  
  #footerlinks a {
  font-size: 11px;
  text-decoration: none;}
  
  a:link {
  color: #AC0404;
  text-decoration: underline;}
  a:visited {
  color: #AC0404;
  text-decoration: underline;}
  a:hover {
  color: #AC0404;
  text-decoration: none;}
  
   
  
  /*Text*/
  
  p, a, li, h1, h2, h3, .texta, .buttons, table {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #414B56;}
  
  p {
  text-align: justify;
  line-height: 18px;}
  
  #footer p {
  color: #414B56;
  padding-top: 40px;
  text-align: center;
  letter-spacing: 1px;}
  
 
  
    /*Headings*/
	
	h1 {
	color: #AC0404;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 37px 0px 24px 0px;}
	
	h2 {
	color: #4F81BD;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
	margin: 30px 0px 20px 0px;}
	
	
	/*Lists*/
	
	ul {
	margin-bottom: 10px;
	margin-left: 1em;
	padding-left: 0px;}
	
	li {
	text-align: left;}
	
	ul#sidenav {
	margin: 45px 0px 40px 0px;
	padding: 0px;
	border-top: 1px dashed silver;}
	
	#sidenav li {
	list-style-type: none;
	margin: 0px;
	padding: 8px 12px;
	text-align: left;
	border-bottom: 1px dashed silver;}
	
	ul#topnav {
	margin: 12px 0px;}
	
	#topnav li {
	display: inline;
	list-style-type: none;
	padding: 0px 14px;}
	
	
	/*Forms*/

	.field {  
	text-align: left;
	background: #ffffff ! important;
	border: 1px solid ##DEDABD;}
	
	.button { 
	border: 1px solid ##DEDABD;
	background: #ffffff;}
	
	
	/* Page Layout */	
	
	#logo {
	width: 189px; 
	height: 223px; 
	position: relative; top: 0px;
	z-index: 40000;
	margin-right: 608px;}	
	
	#topstrip {
	width: 100%;
	height: 40px;
	background: #ffffff url(../images/panelling.jpg) repeat-x;
	border-bottom: 2px solid #ffffff;
	text-align: center;}
	
	#photos {
	position: relative; top: -32px;
	z-index: 30000;
	margin-left: 300px;}
	
	#banner {
	width: 100%;
	height: 240px;
	background: #EBEBEB;
	border-bottom: 1px solid #ffffff;
	text-align: center;}
	
	#navstrip {
	width: 100%;
	height: 40px;
	background: #64727F url(../images/bluestrip.jpg) repeat-x;
	border-bottom: 2px solid #E2E2E2;
	text-align: center;}
			
	#wrapper {
	width: 860px;
	margin: 0px auto 0px auto;
	padding-bottom: 40px;
	background: #ffffff;
	border-left: 1px solid #E8E9E9;
	border-right: 1px solid #E8E9E9;}
	
	#sidebar {
	width: 220px;
	float: left;
	margin-right: 50px;
	padding-left: 30px;}
		
	#content {
	width: 520px;
	min-height: 500px;
	float: right;
	padding: 0px 30px 40px 0px;}
	
	#gallery {
	width: 518px;
	height: 450px;
	border: 1px solid #DDDEDF;}
	
	#footer {
	width: 100%;
	background: #EBEBEB;
	border-top: 1px solid #DDDEDF;
	clear: both;}

    #footerlinks {
	margin: 0px !important;
	padding: 0px 0px 30px 0px !important;}
	
		
	/* Images */
	
	
	img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;}

    img.alignright {
	margin: 6px 0px 0px 10px;}

    img.alignleft {
	margin: 0 7px 2px 0;}
	
	
	/* Alignment */
		
	a img {border: none;}
	
	.photos {width: 500px;}
	
	.alignright {float:right;}
	
	.alignleft {float:left;}
	
	.center {text-align: center;}
	
	.clear {
	clear: both;}
	
	
	/* Miscellaneous */
	
	hr {
    height: 0px;
	border-bottom: 1px dashed #DEDABD;
    clear: both;
    margin-bottom: 20px;}