﻿/*styles for html tags */


body
{
    background-image: url( images/redbg.jpg );
}
 
a
{
    font-family: 'Baskerville Old Face';
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
	color: rgb(37,59,118);
}

/* Styles for ID tags*/


#page
{
    border: 1px solid #D7D7D7;
    padding: 2px;
    width: 950px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

#header
{
    font-size: 2.2em;
    font-family: 'Baskerville Old Face';
    font-weight: bold;
    width: auto;
    height: auto;
}

#navigation
{
    position: relative;
    top: 0px;
    left: 0px;
}

#navigationlinks
{
    margin-right: auto;
    margin-left: auto;
    width: 950px;
    height: 30px;
    background-color: #D7D7D7;
}

#main
{
   	background-color: #e3e2e1;
    color: #000000;
    font-family: 'Arial Rounded MT Bold';
    padding: 20px;
	width: auto;
	height: auto;
}

#main_container
{
	overflow: auto;
}


#footer
{
    border-color: #000000;
    background-color: #000000;
    width: 950px;
    height: 30px;
    color: #CCCCCC;
    font-weight: bold;
    font-family: 'Colonna MT';
    border-top-style: solid;
    border-top-width: medium;
    font-size: 1em;
    text-align: center;
}

#copyright
{
    text-align: center;
    font-size: .8em;
    color: #FFFFFF;
    line-height: 2em;
}

#t11m
{
	text-align: center;
	font-size: .7em;
	line-height: 2em;
	font-family: "Trajan Pro";
	text-decoration: none;	
	color: gray;
}

#t11m a, #t11m a:visited
{
	color: gray;
}


/* Styles for Classes */
.navlinks
{
   	background-image:url(/images/linkbg.png);
	border-top:1px solid #D7D7D7;
	color:#CCCCCC;
	display:block;
	float:left;
	font-family:'Baskerville Old Face';
	font-size:1.5em;
	font-weight: lighter;
	height:30px;
	margin-left:2px;
	padding-top:0;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	width:156px;
}

.navlinks:hover
{
    background-image: url(/images/linkgbg.jpg);
}

/*Styles for Default page */

#welcome
{
    font-family: Constantia;
    font-size: 2em;
    color: #333333;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

#content
{
    position: relative;
    float: right;
    width: 580px;
    font-size: 1.1em;
    line-height: 30px;
    text-align: justify;
    padding-left: 10px
}

#pic1
{
}

#pic2
{
    float: right;
    padding-right: 10px;
    padding-bottom: 30px;
}

#map
{
    padding-top: 20px;
}

#rsscontainer
{
    position: relative;
    padding-top: 200px;
    padding-left: 30px;
}

#rsslogo
{
    padding: 6px;
    float: left;
}

#rss
{
}
/* Styles for History page */

#history
{
    font-size: 1.1em;
    line-height: 30px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: justify;
}

/*Styles for services page */


/* Styles for Pricing page */

#pricing
{
    margin: 20px;
}

#policies
{
    margin: 20px 20px 0px 20px;
    padding-bottom: 20px;
}

/*Styles for Photos page */

#photos
{
	font-family: Constantia;
    font-size: 2em;
    color: #333333;
    padding: 10px;
    text-align: center;
    font-weight: bold;
	margin-bottom: 40px;
}

.photo-thumb
{
	float: left;
	width: 300px;
	height: 300px;
	font-size: 12px;
	
}

/* Styles for Contact Us page */

#biocontainer
{
}

#biocontent
{
    padding: 10px;
    position: relative;
    float: right;
    width: 480px;
    border-top-width: .1px;
    border-top-color: #000000;
    font-size: 1.1em;
    line-height: 30px;
    text-align: justify;}

#iframe
{
    margin: 25px;
    padding-right: 20px;
}