﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	color: #000000;
	font: normal 76% verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

p.small {
	line-height: 90%;
	text-align: left;}
.style3 {
	margin-left: 10px;
	margin-right: 10px;
}
.style4 {
	border-style: solid;
	border-width: 0;
	margin-left: 10px;
	margin-right: 10px;
}
.style5 {
	background-color: #FFFFFF;
}

p.big {
	line-height: 200%}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	font-weight: normal;
	list-style-type: disc;
}

.highlightCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
}



img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #008000;
	text-decoration: none;
	font-family: verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #800000;
	text-decoration: underline;
	font-family: verdana, Arial, Helvetica, sans-serif;
}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #BA0000;
	font: bold 18px Verdana, Verdana, Geneva, sans-serif;
	text-align: left;
	letter-spacing: 1px;
}

h2{
	color: #800000;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h3{
	color: #800000;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h4 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}


h5 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h6 {
	color: #800000;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;}

.center {
	text-align: center;}	

.clear {
	clear: both;}





/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	background-color: #FFFFFF;	
	background-image: url("../images/wrapper.jpg");
	width: 900px;
	text-align: left;
	margin: 0 auto;}  




/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

#header {
	position: relative;
	width: 900px;
	height: 230px;}
	
#menu {
	text-align: center;
}  
	


/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#left_col {
    width: 220px;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
}

#right_col {
    width: 220px;
    float: right;
    padding-left: 2px;
    padding-right: 2px;
}

#page_content {
    margin-left: 220px;
    margin-right: 240px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
}



#sidebar {
	background: #FFFFFF;
	font-size: 90%;
	float: left;
	width: 230px;
	padding: 0 10px 0 60px;
}

#mainnav {
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 120%;}

#content {
	float: right;
	width: 510px;
	line-height: 1.5em;
	padding: 0 60px 0 20px;
}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	/* background-color: #FFFFFF;*/
	background: #ffffff url("../images/footer.jpg") no-repeat;  
	clear: both;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-size: 80%;
	height: 140px;
	color: #008000;
	font-family: verdana, Arial, Helvetica, sans-serif;
}


#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
}

/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #656565;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0;}

form {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

input {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px;
	background-color: #fff;
	color: #000;
	border: 1px solid #c2c2c2;
}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*  The catalog is set into a simple two-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 3px double #c2c2c2;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}
	
	

.boldtitle {
	border-bottom: 1px #959595;
	text-align: left;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	background-color: #FFFFFF;
	line-height: 150%;
	font-weight: bold;
	color: #003300;
}

	
.subtitle-italics {
	text-align: left;
	font-size: 100%;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	background-color: #FFFFFF;
	line-height: 100%;
	color: #146836;
	font-weight: bold;
}

	
.email {
	border-bottom: 1px dashed #959595;
	text-align: left;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 96%;
	font-style: normal;
	background-color: #FFFFFF;
	line-height: 150%;
}


.goldprint {
	text-align: left;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 96%;
	font-style: normal;
	background-color: #FFFFFF;
	line-height: 95%;
	color: #CC9900;
}

.goldprintlink {
	text-align: left;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 96%;
	font-style: normal;
	background-color: #FFFFFF;
	line-height: 100%;
	color: #CC9900;
	text-decoration: underline;
}
