/* Start of CMSMS style sheet 'dohs' */
html>body { font-size: 16px; }

a:link {
	color:#045c77;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#045c77;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#045c77;
	text-decoration:underline;
	font-weight:bold;
}	

body {
  text-align: center;
  margin:0px;
  font-size:100%;
  font-family:Georgia, serif;
  background-color:#566438;
  background-image: url(images/bg.gif);
}

img {
  border:0;
}	


#container {
  width: 972px;  
  margin: 25px auto;
  text-align: left;
  background-color:#fefff0;
  border:2px solid #787c4d;
  position:relative;
}

#header {
  position:absolute;
  left:0;
  top:-25px;	
  width:974px;
  height:173px;
}

#header_space {	
  width:972px;
  height:148px;
  background-color:#939c61;
}

#menu {
  width:972px;
  height:48px;
  border-top:2px solid #787c4d;
  border-bottom:2px solid #787c4d;
  background-color:#939c61;  
}  	

#content {
  width:972px;
  padding-top:15px;
  background-color:#fefff0;
  background-image: url(images/bg_content.jpg);
  background-repeat: repeat-y;
}

#col_right {
  position:relative;
  width:500px;
  margin-right:35px;
  margin-top:10px;
  float:right;
  font-family:Georgia, serif;
  font-size:1em;
  line-height:1em;
  color:#5e5e5e;
  display:inline;
}

#col_left {
  width:385px;
  float:left;
  margin-left:35px;
  margin-top:10px;
  font-size:1em;
  line-height:1em;
  color:#5e5e5e;
  display:inline;

}  

#col_left img{
  border:0px solid #d8d8d8;
}

#col_right_sub {
  width:650px;
  margin-right:35px;
  margin-top:10px;
  float:right;
  font-family:Georgia, serif;
  font-size:1em;
  line-height:1em;
  color:#5e5e5e;
  display:inline;
}

#col_left_sub {
  width:235px;
  float:left;
  margin-left:35px;
  margin-top:10px;
  font-size:1em;
  line-height:1em;
  color:#5e5e5e;
  display:inline;
}  

#col_right_album {
  width:612px;
  margin-right:35px;
  margin-top:10px;
  float:right;
  font-family:Georgia, serif;
  font-size:1em;
  line-height:1em;
  color:#5e5e5e;
  display:inline;
}

#col_right_album img{
  border:6px solid #d8d8d8;
}


#col_left_album {
  width:273px;
  float:left;
  margin-left:35px;
  margin-top:10px;
  font-size:1em;
  line-height:1em;
  color:#5e5e5e;
  display:inline;

}  


#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav a {
  display: block;
  text-decoration:none;
  font-family:'Franklin Gothic','Franklin Gothic Condensed','Helvetica Neue', Helvetica, Arial, sans-serif;
  //font-weight:bold;
  font-stretch:condensed;
  font-size:1.3125em;
  //line-height:1em;
  color:#8b0019;
  width:123px;
  height:48px;
}

#nav a:hover {
  background-color:#787c4d;
}  

#nav li {
  float: left;
  width: 118px;
  text-align:center;
}


#footer {
  clear:both;
  width:972px;
  background-color:#939c61;
  font-family:Helvetica, Arial, sans-serif;
  font-weight:bold;
  font-size:0.6875em;
  color:#8b0019;
  overflow:hidden;
}  

.title {
  font-weight:bold;
  font-size:1.5625em;
  color:#8b0019;
  margin-bottom:15px;
}  

.title_sub {
  font-weight:bold;
  font-size:1em;
}  	

.title_news{
  font-weight:bold;
  font-size:0.875em;
  color:#5e5e5e;
}

.NewsSummary{margin-bottom:20px;}

.form {
   margin: 10px 0 10px 10px; 
   float: left;
   width:275px;
}

.form input{
  float:right;
}

.contact {
   margin: 10px; 
   float:right;
   text-align:right;
}

.error_message {
  color:#ff2200;
}


/*form builder*/
form {margin-top:0;}
	form, td, th, li { font-size: 100%}
	form div {margin-bottom:0;}
	
	fieldset {
		margin-bottom:1em;
		padding:1em;
                /*border-style:hidden;*/
	}
	fieldset label {
		width:auto;
	}
	legend {
		font-style:italic;
		margin-bottom:0.5em;
		padding:0.2em;
		width:auto;
	}
	textarea {
		margin: 0.5em 0;
		width:98%;
		height: 6em
	}

	/* Apply this class to text/select input fields with shorter labels
		to help alignment */
	.short-label label {float:left; width:10em}
	.short-label fieldset div input,
	.short-label fieldset div select {width:16em}

	/* Pretty up your Captcha image output */
	.captcha {
		margin:0.5em 0;
		width:200px;
		text-align:center
	}
	.captcha img { margin-bottom:0.5em}
	.captcha input {width:196px; margin-top:0.5em}

	/* Just a bit more room for the Submit button */
	.submit {margin-top:0.5em}
        
/*photo corner*/

 .corners
  {
    display: block;
    float: left;
    position: relative; 
  }

  .corners span
  {
    width:100%;
    height:100%;
    position: absolute;
    
  }

  .tl
  {
    background: url(images/corner_tl.gif) no-repeat left top;
    margin: -2px 0 0 -2px;
    top: 0;
    left: 0;
  }

  .tr
  {
    background: url(images/corner_tr.gif) no-repeat right top;
    margin: -2px -2px 0 0;
    top: 0;
    right: 0;
  }

  .bl
  {
    background: url(images/corner_bl.gif) no-repeat left bottom;
    margin:0 0 -2px -2px;
    bottom: 0;
    left: 0;
  }

  .br
  {
    background: url(images/corner_br.gif) no-repeat right bottom;
    margin:0 -2px -2px 0;
    bottom: 0;
    right: 0;
  }


* html .corners span
  {
    height: 65px;       /* The height of your corner images */
  }

  * html .corners .tr
  {
    right: 0;
  }

  * html .corners .bl
  {
    bottom: 0;
  }

  * html .corners .br
  {
    bottom: 0; right: 0;
  }
    

/* End of 'dohs' */

