/*
-----------------------------------------------
CSS Document by PlanetFish Design
author:   Felicia Lo, PlanetFish Design
version:  2006.02.15
----------------------------------------------- */

/* Layout   ../images/interface/header.gif
---------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #999999 url(../images/interface/background.gif) repeat-y center top;
}
#container {
	background: url(../images/headers/topbanner/rotator.php) no-repeat center top;
	width: 720px;
	margin: 0px auto 0px auto;
	padding: 0;
}
#footer {
	clear: both;
	border-top: 1px dotted #999999;
	margin: 10px;
	padding: 10px;
	font: 9px/16px Helvetica, "45 Helvetica Light", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #666666;
	text-align: center;
	letter-spacing: .5px;
}
#sidenav {
	float: left;
	width: 190px;
}
#bevelbox {
	width: 120px;
	margin-left: 38px;
    margin-top: -5px;
}
#maincontent {
	float: right;
	width: 500px;
	margin-right: 30px;
	margin-bottom: 50px;
}
#breadcrumbs {
	font-size: 9px;
	color: #C0C0C0;
	margin-bottom: 20px;
}
body,td,th {
	font: 14px/21px Helvetica, "45 Helvetica Light", "Lucida Grande", Verdana, Arial, sans-serif;
}


/* Navigation
---------------------------------*/

#sidenav ul {
	margin: 0px;
	margin-top: 20px;
	padding: 30px;
	text-align: right;
	list-style: none;
	color: #4C4C4C;
	font-size: 12px;
}
#sidenav li {
	border-top: 1px dotted #999999;
	padding: 5px 0px;
}
#sidenav li.last {
	border-bottom: 1px dotted #999999;
}

#sidenav a:link, #sidenav a:visited {
	color: #4C4C4C;
	font-weight: normal;
	text-decoration: none;
}

#sidenav a:hover, #sidenav a:active {
	color: #9D131C;
	font-weight: normal;
	text-decoration: none;
}

#sidenav a.current {
	color: #9D131C;
	font-weight: bold;
}

#sidenav ul ul {
	padding: 0;
	margin: 0;
	background-color: #EFEFEF;
	font-size: 11px;
}

/* Text
---------------------------------*/



/* Headers
---------------------------------*/
h1 {
	font-size: 24px;
	color: #A90015;
}
h2 {
	font-size: 14px;
	line-height: 16px;
	margin: 30px 0px -10px;
}
p.title {
	font-size: 16px;
    font-weight: bold;
	color: #A90015;
}
/* Links
---------------------------------*/
a:link {
	color: #9D131C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #72060D;
}
a:hover {
	text-decoration: underline;
	color: #DF0A27;
}
a:active {
	text-decoration: none;
	color: #DF0A27;
}
#maincontent a {
	font-weight: bold;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #C0C0C0;
	font-weight: normal;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #9D131C;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #9D131C;
	text-decoration: none;
}

/* Tables
---------------------------------*/




/* Forms
---------------------------------*/




/* Lists
---------------------------------*/
#maincontent li {
	margin-bottom: 5px;
}



/* Images
---------------------------------*/




/* =IFR
 ----------------------------------------------- */
/* Hides content that will eventually be 
 * replaced to avoid blink/flicker */
html.hasFlash #maincontent h1	{ visibility: hidden; }

/* Need to make sure that the new content takes up
 * the same amount of space as the old or there will
 * be a perceptable shift of all content
 */
#maincontent div.replaced-h1 { height: 20px; margin: 30px 0 -2px 0; }

/* Misc
---------------------------------*/

.finePrint {
	font-size: 9px;
	line-height: 14px;
}
.testimonial {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 15px;
	text-align: right;
	color: #999999;
}

.testimonialFirst {
	border-top: 1px dotted #CCCCCC;
	padding-top: 15px;
}

.red {
	color: #9D131C;
}
.backtotop {
	font-size: 10px;
	text-align: right;
}
.thumbnailItem {
	clear: both;
	padding-bottom: 50px;
}
.thumbnailItem img {
	border: 10px solid #E3DED5;
	float: left;
	margin-right: 15px;
}
.thumbnailItem p {
	font-size: 12px;
	line-height: 16px;
}

