/* basic elements */

body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fffccc;}

body, td, th {
	color: #333333;}

.clr {
	float: none;
	clear: both;}

h1 {
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	display: block;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font-weight: 800;
} 

h2 {
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	display: block;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

h3, h4, h5, h6 {
	color: #006699;}

a {
  color: #64261C;}
  
/* specific divs */

#ssw_wrapper {
	width: 984px;
	margin: 0 auto;
	position: relative;}

#head_background{
	background: #64261C;
	width: 100%;
	height: 100%;
}
	
#text_gallery { 
	width: 380px;
	float: left;
	padding: 30px 0px 0px 50px;}/*from top, right, bottom, left*/

#text_right_gallery{
	width: 545px;
	float: right;
	padding: 30px 2px 10px 5px; /*20px 30px 10px 20px*/
	clear: right;}
	
#text_right_gallery_lgIMAGE{
	width: 400px;
	float: right;
	padding: 30px 30px 10px 20px;
	text-align: center;
	clear: right;
}
	
#text_right_gallery_lgIMAGE a:link, #footer a:visited {	color: #64261C; text-decoration: underline;  text-align: center;}
#text_right_gallery_lgIMAGE a:hover {color: #c89922; text-decoration: none; text-align: center;}

#container {
	width: 984px;
	margin: 0 auto;
	background: #fbf8f2;
	border: 1px solid #747474;
	background: #fffccc;}

#image_container{
	height: 222px;
	width: 196px;
	background-image: url(Images/ice_box.gif);
	background-repeat: no-repeat;
	display: block;
	left: 600px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 200;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	text-align: left;}

#text{
	width: 400px;
	float: left;
	padding: 30px 50px 30px 50px;} /*top, right, bottom, left*/

#text_right{
	width: 400px;
	float: right;
	padding: 20px 30px 10px 20px;
	clear: right;
	text-align: center;
}

#text_right .photo{
	text-align: left;
	padding: 20px 10px 5px 20px; /*moves image in box: top, right, bottom, left*/
}
	
#text_right_lower{
	width: 400px;
	float: right;
	padding: 10px 30px 10px 20px;
	clear: right;
	text-align: center;
}
	
#text_right_lower .photoTWO{
	text-align: left;
	padding: 10px 10px 5px 20px;/*moves image box: top, right, bottom, left*/
}
	
#text_right .caption {
	font-size: 95%;
	color: #666;
	width: 250px;
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 10px 50px 10px 50px;
}
	
#text_right_lower .caption {
	font-size: 95%;
	color: #666;
	width: 250px;
	margin: 0 0 5px 0;
	padding: 10px 50px 10px 50px;
	line-height: normal;
	text-align: center;
}
	
#text_left_contact{
	width: 131px;
	float: left;
	padding: 10px 0px;}

#text_right_contact{
	width: 125px;
	float: right;
	padding: 10px 20px;}
	

	
.thumbnail /*not used now*/
{
float:left;
width:110px;
height:90px;
margin:5px;
}


.underlinemenu{
	font-weight: bold;
	width: 100%;
	background: #fffccc;
	height: 25%;
	bottom: 500px;
	border: none;}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right" to position the memu texts*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #000000;
padding: 6px 3px 1px 3px; /*top padding is 6px, bottom padding is 1px-how low the lines are from the words*/
margin-right: 40px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 1px solid gray; /*thickness and color of the line*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
#header {
	background: url(Images/main_header.gif) no-repeat center;
	width: 100%;
	height: 150px;
	border: none;
	padding-top: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #64261C;
}


#footer {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
	padding-bottom: 10px;}

#footer p {
	margin-top: 15px;
	float: left;
	padding: 2px 12px;
	border-right: 1px solid #999;} /*vertical line between footer text*/
	
#footer p.oneline {
	height: 12px;
	margin-top: 28px;}

#footer img {
	border: 0;
	float: right;}/* no image currently in the footer*/
	
#footer a:link, #footer a:visited {color: #64261C; text-decoration: underline;}
#footer a:hover {color: #c89922; text-decoration: none;}
