﻿body 
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 10px;
	background-color  : rgb(218,185,119);
	color             : rgb(104,104,104);
	margin-top        : 38px;
	margin-bottom     : 0px;
	background-image  : url('Images/Global/page_tile.jpg');
  background-repeat : repeat-x;
}

td.page
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 10px;
	width             : 716px;
	color             : rgb(104,104,104);
	padding-left      : 40px;
	padding-right     : 40px;
	background-image  : url('Images/Global/page_back.jpg');
  background-repeat : no-repeat;
}

a:link     { color: rgb(112,56,36); text-decoration: none }
a:visited  { color: rgb(112,56,36); text-decoration: none }
a:active   { color: rgb(112,56,36); text-decoration: none }
a:hover    { color: rgb(112,56,36); text-decoration: underline }

a.white:link     { color: White; text-decoration: none }
a.white:visited  { color: White; text-decoration: none }
a.white:active   { color: White; text-decoration: none }
a.white:hover    { color: White; text-decoration: underline }


a.admin:link     { color: rgb(86,86,86); text-decoration: none; font-size: 12px; font-weight : bold; }
a.admin:visited  { color: rgb(86,86,86); text-decoration: none; font-size: 12px; font-weight : bold; }
a.admin:active   { color: rgb(86,86,86); text-decoration: none; font-size: 12px; font-weight : bold; }
a.admin:hover    { color: rgb(112,56,36); text-decoration: underline; font-size: 12px; font-weight : bold; }


h2
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 14px;
	color             : rgb(86,86,86);
	text-transform    : uppercase;

}

textarea, input, select
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 10px;
	color             : rgb(86,86,86);
}

.blog
{
  background-color : rgb(185,150,94);
  color            : White;
  text-align       : justify;
}

.dashed
{
  border-bottom : 1px dashed white;
}

.dashedDark
{
  border-bottom : 1px dashed rgb(86,86,86);
}


.padding10
{
  padding-left  : 10px;
  padding-right : 10px;
}

.contentArea
{
  padding-left  : 10px;
  padding-right : 10px;
  width         : 615px;
}

.padLeft10
{
  padding-left  : 10px;
  
}

.imBorder
{
  border : 4px solid rgb(104,104,104);
}

.imBrownBorder
{
  border : 4px solid rgb(112,56,36);
}


.imageTitle
{
  background-color : rgb(104,104,104);
  color            : White;
  text-transform   : uppercase;
  text-align       : center;
  padding-bottom   : 4px;
}

.introCopy
{
  font-family       : Times New Roman, Serif;
  font-size         : 13px;
	color             : rgb(185,150,94);
	font-style        : italic;
	font-weight       : bold;
  padding-top       : 8px;
  
  line-height       : 16px;
  text-align        : justify;
}

.justified
{
 text-align         : justify;
}

.title
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 14px;
	color             : rgb(86,86,86);
	text-transform    : uppercase;
	font-weight       : bold;
  padding-top       : 5px;
  padding-bottom    : 5px;
}

.homeArticle
{
  padding-left : 5px;
  text-align   : justify;
}

.altLine
{
  /*background-color : White;/*rgb(218,185,119);*/
}

.servicesTitle
{
  color         : rgb(112,56,36);
  font-weight   : bold;
}

.modalBackground 
{
  background-color : black;
  filter           : alpha(opacity=70);
  opacity          : 0.70;         
}

.pnlPopup
{
  background-image  : url('images/global/pop_back.gif');
  background-repeat : no-repeat;
}


.popBtnPad
{
  padding-right : 36px;
  padding-top   : 15px;
}

.popPad
{
  padding-left  : 35px;
}

.servicePnl1
{
  background-color  : rgb(245,241,236);
  padding-left      : 10px;
}

.servicePnl2
{
  background-color  : rgb(235,228,219);
  padding-left      : 10px;
}

.portiPad
{
  margin-left  : 35px;
  margin-right : 45px;
  margin-bottom : 15px;
}

.currentPage
{
  width             : 10px;
  background-color  : rgb(237,176,88);
  color             : White;
  text-align        : center;
}

.selectPage
{
  width             : 10px;
  text-align        : center;
}

.pagePad
{
  text-align        : right;
  padding-right     : 7px;
}

.pnlThanks
{
  background-color : White;
  padding : 10px;
  color             : rgb(104,104,104);
}

.twtTile
{
  background-image  : url('images/Home/tileTwitter.png');
  background-repeat : repeat-y;
  width : 219px;
  text-align : left;
  vertical-align : top;
  font-size         : 10px;
  color : White;
}

.twtPad
{
  padding-top : 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom : 2px;
}

.padLeft28
{
  padding-left : 28px;
}
