﻿@import url("layout.css");
body {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #515151;
	line-height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #F1F1FA;
	padding: 10px;
	background-image: url('../images/gradient1_tall.jpg');
}
#container {
	width: 800px;
	margin: 0 auto;
	border-right: 1px #51587E solid;
	border-bottom: 1px #51587E solid;
	border-left: 1px #51587E solid;
	border-top: 1px #51587E solid;
	background-color: transparent;
	background-image: url('../images/background_glasspieces_2011.jpg');
	background-repeat: no-repeat;
}
#masthead {
	text-align: left;
	height: 100px;
	width: 798px;
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: transparent;
	background-image: url('../images/headers/header_current.gif');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 1px;
}
#navigation {
	font-size: 0.7em;
	color: #363967;
	position: relative;
	float: left;
	width: 125px;
	height:265px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:transparent;
}
#content {
	float: left;
	width: 590px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 12px;
	padding-top:5px;
	padding-left:10px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color:transparent;

}
#footer {
	width: 800px;
	margin: 0 auto;
	font-size: 0.7em;	
	text-align: center;	
	
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.7em;
	text-align: left;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #transparent;
}
#navigation a {
	text-decoration: none;
	display: block;
	padding: 12px;
	width: 108px;
	background-color: transparent;
	background-repeat:no-repeat;
	line-height:14px;
	color: #333399;
}

#navigation a:hover {
	color: #333399;
	background-image: url('../images/nav_hover.gif');
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #333399;
}
/* #content img {
	padding: 5px;
	border: 1px solid #402640;
}*/
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}

a {
	color: #363967;
	text-decoration: underline;
	border:thin #000066;

}
a:hover {
	color: #9999CC;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_large_font {
	font-size:medium;
	 font-weight: 600;
}
.bodylist {
	line-height: 20px;
}
.image_border_style {
	border-style: solid;
	border-width: 1px;
	margin: 10px;
}
.paragraphs_style {
	margin-top: 0;
	margin-bottom: 8px;
}

