﻿/* Layout */
body 
{
    background-image:url(../images/background-image.jpg);
    background-repeat:repeat-y;
    background-color: #10497c;
    background-position:center;
    margin:0cm auto;
    font: 16px Arial;
}

tr
{
    vertical-align:top;
}

/* Font */
h1
{
	font-size:1.5em;
	font-variant:small-caps;
	margin-bottom:0;
	padding-bottom:0;
}

hr
{
	color: #10497c;
	background-color: #10497c;
	border:none;
	height:1px;
}

.contactTitleLink
{
	font-weight:bold;
	color:#147769;
	font-size:1.3em;
}

.NewestAdditions
{
	padding:80px 15px 15px 15px;
	font-size:14px;
}

.NewestAdditions strong
{
	display:block;
	text-align:right;
	margin:0;
	padding:0;
}

.NewestAdditions em
{
	display:block;
	text-align:right;
	margin:0;
	padding:0;
}

.clickFullTestimonial
{
	font-weight:bold;
	display:block;
	text-align:center;
	color:#10497C;
	cursor:pointer;
}

#currentQuoteID
{
	visibility:hidden;
	display:none;
}

/* Links */
a.links:link,a.links:visited 
{
	color: #10497c;
	text-decoration: underline;
	font-weight:bold;
}
	
a.links:hover 
{
	color: #147769;
	text-decoration: none;
	font-weight:bold;
}

a.flinks:link,a.flinks:visited 
{
	color: #10497c;
	text-decoration: underline;
}
	
a.flinks:hover 
{
	color: #147769;
	text-decoration: none;
}

a.contactTitleLink:link,a.contactTitleLink:visited
{
	font-weight:bold;
	color:#147769;
	font-size:1.3em;
	text-decoration:none
}

a.contactTitleLink:hover
{
	font-weight:bold;
	color:#10497c;
	font-size:1.3em;
	text-decoration:underline
}

a.rightbluelinks:link,a.rightbluelinks:visited
{
	color:#10497c;
	font-weight:bold;
	text-decoration:underline;
}

a.rightbluelinks:hover
{
	color:#10497c;
	font-weight:bold;
	text-decoration:none;
}

/* Page Layouts */
#wrapper 
{ 
     margin: 0 auto;
     width: 900px;
}

#header
{
    width:902px;
    height:97px;
}

#menu
{
    width:902px;
    height:58px;
    padding-bottom:5px;
	text-align:center;
}

#menu img
{
	border:0;
	padding:5px;
}

#rotator
{
    width:902px;
    height:249px;
    padding-bottom:17px;
}

#quotes
{
    background-image:url(../images/quote-placeholder.gif);
    width:301px;
    height:249px;
    float:right;
}

#content
{
    width:902px;
}

#left
{
    float:left;
    width:600px;
    margin-right:20px;
}

#right
{
    float:right;
    width:282px;
	font-size:.8em;
}

#right p, hr
{
	margin-left:20px;
	margin-right:20px;
}

#footer
{
    clear:both;
    width:902px;
    text-align:center;
    color: #10497c;
    font-size:.8em;
    margin-top:20px;
}

/* Classes */
.header
{
	text-align:center; 
	background-color:#4CAEC6; 
	color:#ffffff; 
	border-bottom:1px solid black;
}

.odd
{
	background-color:#10497C;
	color:#ffffff;
}

.even
{
	color:#10497c
}



