﻿/* Friskart Main CSS */

/* ===== global styles ===== */

body {	
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background: #eea url('images/background.jpg');
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #6F5129;
}

p, h1, h2, h3, h4, h5, li; {
	margin: 1ex, 3em;
}
	
div#outerDiv {
	width: 778px;
	margin: 2em auto;
	background: #000 url('images/a3.jpg') top left repeat-y;
}

#outerDiv a:link, #outerDiv a:visited {
	text-decoration: none;
	color: #b36b00
}

#outerDiv a:hover, #outerDiv a:active {
	color: #566440;
	border-bottom: 1px solid #544660;
}

/* ===== header ===== */

#header
{
	text-align: center;
}

#header h1
{
	font-size: 2.2em;
}

#header h2
{
	font-size: 1em;
	color: #747474;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

div#header {
	height: 160px;
	position: relative;
	background: #000000 url('images/a1.jpg') top left no-repeat;
}

#xbg1
{
	position: absolute;
	z-index: 1;
	background: #000000 url('images/a2.jpg') top left no-repeat;
	width: 778px;
	height: 48px;
}

#title p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #060;
	margin: 0;
	padding: 3ex 0 0 1em;
}

#midBanner {
	padding: 0 0 0 13px
	 
}

/* ===== contact button ===== */

#outerDiv div#contactButton {
	position: absolute;
	left: 635px;
	top: 5px;
}

#contactButton a:link, #contactButton a:visited {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	height: 26px;
		width: 100px;
		display: block;
		text-indent: -1000em;
	background: url('images/contact.jpg') no-repeat left bottom;
	}

#contactButton a:hover, #contactBotton a:active {
	background-position: left top;
}

/* ===== main menu ===== */

div#header #mainMenu {
	position: absolute;
	left: 120px;
	bottom: 0;
}

#mainMenu ul {
	list-style: none;
	margin: 0;
	padding-left: 4em;
}

#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 30px;
	margin-right: 5px;
	line-height: 25px;
	background: url('images/nav_rollover.jpg') no-repeat left bottom;
	border: none;	
}

#mainMenu li a:hover, #mainMenu li a:active {
	color: #f8b449;
	background-position: left top;
}

#mainMenu li a.current {
	margin-top: -5px;
	height: 30px;
	background: url('images/nav_current.jpg') no-repeat;
	color: #f8b449;
	line-height: 25px;
}

#mainMenu li a.current:hover {
	cursor: default;
}

/* ===== content ===== */

#content
{
	background: #000000 url('images/a3.jpg') top left repeat-y;
}

#content p
{
	margin-bottom: 2em;
	line-height: 1.5em;
	padding: 0 2em;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	color: #3F2109;
	margin: 0em 1em;
	padding: 0.5em 1em 0.5em 1em;
	border-bottom: solid 1px #DFBF99;
}

#content h2
{
	font-size: 1.5em;
	color: #B05F3C;

}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content table
{
	margin: 0 2em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 1em; 
}

#content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}

/* ===== main content ===== */

#content div#mainContent {
	float: left;
	width: 430px;
	margin: 0;
	padding: 5px 5px 5px 25px;
}

#mainContent p {
	font-family: Georgia, serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #000;
	margin: 1ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #b56;
	margin: 0 0 .4ex 0;
}

#mainContent h2 {
	font-size: 1.2em;
	color: #B05F3C;
	margin: .4ex 0;
}

#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 1ex 0 -.2ex 0;
}

#mainContent ul {
	font-family: Georgia, serif;
	font-size: .8em;
	margin: 0 0 .4ex 1em;	
}

/* ===== main content left menu ===== */

#mainContent p.leftMenu {
	font-family: "Trebuchet MS", sans-serif;
	margin-top: 0;
}

#mainContent p.leftMenu a {
	color: #566440;
}

#mainContent p.leftMenu a:hover {
	color: #b36b00;
	border: none
}

/* ===== pageContent ==== */

#content div#pageContent {
	float: left;
	width: 740px;
	margin: 0;
	padding: 5px 15px;
}

#pageContent p {
	font-family: Georgia, serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #000;
	margin: 1ex 0;
}

#pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4 {
	font-family: "Trebuchet MS", sans-serif;
}

#pageContent h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #3c6cff;
	margin: 0 0 .4ex 0;
}

#pageContent h2 {
	font-size: 1.2em;
	color: #3c3809;
	margin: .4ex 0;
}

#pageContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 1ex 0 -.2ex 0;
}

#pageContent ul {
	font-family: Georgia, serif;
	font-size: .8em;
	margin: 0 0 .4ex 1em;	
}

/* ===== resources subNavagation ===== */

#mainContent ul#resourceSubNav {
	width: 410px;
	margin: 0 auto;
	list-style: none;
}

#mainContent ul#resourceSubNav li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainContent ul#resourceSubNav a {
	width: 100px;
	height: 30px;
	font-family: "Oritor Std", Oritor, sans-sserif;
	font-size: 1.3em;
	text-align: center;
	padding-top: 100px;
	margin-right: 5px;
	border: none;
	display: block;
}

#mainContent ul#resourceSubNav a.last {	margin-right: 0; }

#mainContent ul#resourceSubNav a.services { background: url(images/rollover/service-off.jpg) no-repeat center top; }
#mainContent ul#resourceSubNav a.book { background: url(images/rollover/book-off.jpg) no-repeat center top; }
#mainContent ul#resourceSubNav a.minutes { background: url(images/rollover/minutes-off.jpg) no-repeat center top; }
#mainContent ul#resourceSubNav a.links { background: url(images/rollover/links-off.jpg) no-repeat center top; }

#mainContent ul#resourceSubNav a.services:hover { background: url(images/rollover/service-on.jpg) no-repeat center top; }
#mainContent ul#resourceSubNav a.book:hover { background: url(images/rollover/book-on.jpg) no-repeat center top;}
#mainContent ul#resourceSubNav a.minutes:hover { background: url(images/rollover/minutes-on.jpg) no-repeat center top; }
#mainContent ul#resourceSubNav a.links:hover { background: url(images/rollover/links-on.jpg) no-repeat center top; }

/* ===== sideBar ===== */

#content div#sideBar {
	float: right;
	width: 265px;
	padding: 5px 20px;
	margin: 0;
	border-left: solid #aaa 1px;
}

#sideBar p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #666;
	margin: 0 0 3ex 0;
}

#sideBar h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #b56;
	margin: 1ex 0 .5ex 0;
}

#sideBar img {
	margin: 0 25px;
}

#sideBar class.photo {
	border: 1px solid #999;
	padding: 5px;
}

#sideBar p.desc {
	line-height: 2em;
	font-weight: normal;
}

#sideBar ol {
	margin: .5em 0 1.5em 1.5em;
}

#sideBar li {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8em;
	color: #666;
	margin: .2em .5em;
}

/* ===== footer =====*/

div#footer {
	width: 778px;
	height: 56px;
	padding-top: 30px;
	background: #000000 url('images/a4.jpg') top left no-repeat;
	text-align: center;
	margin: 0 auto;

	clear: both;
}

#footer p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .75em;
	color:	#c98;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer a {
	color: #b56;
	text-decoration: none;
}

/* ===== miscellaneous styles =====*/

.clear { clear: both; }

.image {
	margin: 5px auto 5px auto;
	padding: 8px;
	border: 1px solid #808080;
	float: none;
}

.tnimage {
	border-style: none;
	border-width: 0px;
	border-color: #808080;
	padding: 5px;
	float: none;
	margin-bottom: 5px;
}

.photo {
	padding: 5px;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 5px;
}

.tinyText {
	font-size: xx-small;
	}

.smallText {
	font-size: .8em;
}

.center {
	text-align: center;
}

.blueText {
	text-align: center;
	color: #0000FF;
}

#smallText {
	font-size: .8em;
}

#youtubeVideo {
	margin: 20px 0 20px 30px;
}

