﻿/* General Tags */
body
{
    margin:0px 0px 0px 0px;
    font-family: Times, serif;
	font-size: 14px;
	color: #383D13;
	background-color:#fff;
}

p
{
    line-height:20px;
    padding:0px 0px 0px 28px;
}

form
{
    margin:0px;
    padding:0px;
}

.error
{
	color:#C49B21;
}

a
{
	color:#383D13;
	text-decoration:underline;
}

a:hover
{
	color:#383D13;
	text-decoration:none;
}

h1
{
    display:inline;
	font-size:20px;
	font-weight:bold;
	color:#383D13;
	padding:0px 0px 18px 28px;
	background-image:url(../gfx/TitleTree.jpg);
	background-repeat:no-repeat;
}

h2
{
	display:inline;
	font-size:18px;
	font-weight:bold;
	color:#383D13;
}

h3
{
	display:inline;
	font-size:16px;
	font-weight:bold;
	color:#383D13;
}

h4
{
    display:inline;
	font-size:14px;
	font-weight:bold;
	color:#383D13;
}

img
{
    border:none;
}

.FloatLeft
{
    float:left;
    margin:0px 10px 10px 0px;
}

.FloatRight
{
    float:right;
    margin:0px 0px 10px 10px;
}

.FloatRightBorder
{
    float:right;
    margin:20px 0px 10px 10px;
    border:solid 1px #31391A;
}

.FloatLeftBorder
{
    float:left;
    margin:0px 10px 10px 0px;
    border:solid 1px #31391A;
}

.TextBox
{
    border:solid 1px #31391A;
    background-color:#FEF1D2;
    width:100px;
	height:16px;
	color:#36393D;
	font-size:12px;
}

.TextBoxShort
{
    border:solid 1px #31391A;
    background-color:#FEF1D2;
    width:50px;
	height:16px;
	color:#36393D;
	font-size:12px;
}

.TextBoxMedium
{
    border:solid 1px #31391A;
    background-color:#FEF1D2;
    width:150px;
	height:16px;
	color:#36393D;
	font-size:12px;
}

.TextBoxLong
{
    border:solid 1px #31391A;
    background-color:#FEF1D2;
    width:200px;
	height:16px;
	color:#36393D;
	font-size:12px;
}

.TextBoxExtraLong
{
    border:solid 1px #31391A;
    background-color:#FEF1D2;
    width:250px;
	height:16px;
	color:#36393D;
	font-size:12px;
}

.TextField
{
	border:solid 1px #31391A;
    background-color:#FEF1D2;
	width:317px;
	height:100px;
	color:#36393D;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DropDown
{
    border:solid 1px #31391A;
    background-color:#FEF1D2;
	width:134px;
	height:20px;
	color:#36393D;
	font-size:12px;
}

.Button
{
	border:solid 2px #31391A;
    background-color:#BCC251;
    text-align:center;
    font-family: Times, serif;
    height:26px;
	color:#31391A;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

.Req
{
	font-weight:bold;
	color:#C49B21;
}

.Invisible
{
    display:none;
}

/* Message */
.PanelError
{
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
    border:solid 1px #31391A;
	background-color:#FEF1D2;
	min-height:30px;
}

.LabelError
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#31391A;
}

.LabelDetailError
{
    vertical-align:top;
    font-size:12px;
    color:#31391A;
}

.PanelInfo
{
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
    border:solid 1px #31391A;
	background-color:#FEF1D2;
	min-height:30px;
}

.LabelInfo
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#31391A;
}

.LabelDetailInfo
{
    vertical-align:top;
    font-size:12px;
    color:#31391A;
}

.ValSum
{
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
    border:solid 1px #31391A;
	background-color:#FCF7F2;
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
}

/* CMS */
.CMSBody
{
    
}

.CMSTwoCol
{
    padding-right:20px;
    width:380px;
}


.CMSThreeCol
{
    padding-right:20px;
    width:246px;
}

/* Template */
.SiteBG
{
    width:766px;
}

.Banner
{
    margin-top:0px;
}

.Content
{
    width:970px;
}

.NavCol
{
    width:190px;
    padding:0px 0px 0px 0px;
    background-image:url(../gfx/NavColBG.jpg);
    background-repeat:repeat-y;
}

a.Nav
{
    display:block;
    width:176px;
    height:19px;
    padding:6px 0px 4px 46px;
    background-image:url(../gfx/NavBG.jpg);
    background-repeat:no-repeat;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}

a.Nav:hover
{
    background-position:0px -29px;
}

a.NavSub
{
    display:block;
    width:160px;
    height:17px;
    padding:3px 0px 3px 62px;
    background-image:url(../gfx/NavSubBG.jpg);
    background-repeat:no-repeat;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

a.NavSub:hover
{
    background-position:0px -23px;
}

a.NavSubSub
{
    display:block;
    width:143px;
    height:17px;
    padding:3px 0px 3px 79px;
    background-image:url(../gfx/NavSubSubBG.jpg);
    background-repeat:no-repeat;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

a.NavSubSub:hover
{
    background-position:0px -23px;
}

.ContentCol
{
    width:780px;
    padding:0px 10px 0px 24px;
}

.Main
{
    background-color:#fff;
    background-image:url(../gfx/MainBG.gif);
    width:766px;
}

.Footer
{
    margin:0px 0px 0px 0px;
    width:100%;
    font-size:12px;
    background-image:url(../gfx/FooterBG.jpg);
    background-repeat:repeat-x;
    background-position:0px 134px;
}

.FooterInside
{
    margin:16px 10px 10px 10px;
    width:756px;
    height:65px;
}

/* Page Specific */
.AllPhotos
{
    width:563px;
}

.PhotoRow
{
    vertical-align:top;
    text-align:center;
    padding-bottom:10px;
}

a.FlickrS1Img
{
    display:block;
    margin:0px;
    padding:0px;
    border:solid 2px #515d2b;
    width:75px;
    height:75px;
}

a.FlickrS1Img:hover
{
    border:solid 2px #bcc353;
}

a.FlickrS2Img
{
    display:block;
    margin:0px;
    padding:0px;
    border:solid 2px #515d2b;
    width:100px;
    height:100%;
}

a.FlickrS2Img:hover
{
    border:solid 2px #bcc353;
}

a.FlickrS3Img
{
    display:block;
    margin:0px;
    padding:0px;
    border:solid 2px #515d2b;
    width:240px;
    height:100%;
}

a.FlickrS3Img:hover
{
    border:solid 2px #bcc353;
}

a.FlickrS4Img
{
    display:block;
    margin:0px;
    padding:0px;
    border:solid 2px #515d2b;
    width:500px;
    height:100%;
}

a.FlickrS4Img:hover
{
    border:solid 2px #bcc353;
}