/*Standard Template CSS*/

/*----------------------------------------------
		Main 
----------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../splash/back_vines.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #0c1701;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #0c1701;
	/*height: 100%;*/
}
td,th {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #0c1701;
	/*background-color: #ffffff;*/
}
p {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 12px;	
	padding-left: 12px;
	padding-right: 12px;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #0c1701;
	line-height: inherit;
	/*text-align: justify;*/
	/*background-color: #ffffff;*/
}
blockquote {
	margin-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	padding-right: 26px;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #0c1701;
	line-height: inherit;
	/*text-align: justify;*/
}


/*----------------------------------------------
		Standard Links 
----------------------------------------------*/
a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #ce7431;
	/*background-color: #8a0303;*/
}
a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #71674b;
	/*background-color: #FFFFFF;*/
}
a:focus, a:hover, a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #df9e4b;
	/*background-color: #FFFFFF;*/
}


/*----------------------------------------------
		Divs
----------------------------------------------*/
div.masthead
{
  width: 800px;
  height: 150px;
  margin: 0px;
  padding-left: 19px;
}

div.homeban
{
  width: 800px;
  height: 200px;
  margin: 0px;
  padding-left: 19px;
}

div.subban
{
  width: 800px;
  height: 90px;
  margin: 0px;
  padding-left: 19px;
}

div.shade
{
	position: inherit;
	width: 836px;
	z-index: -1;
	margin: 0px; auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../splash/back_shade-v.png);
	background-repeat: repeat-y;
}

div.tools {
	width: 515px; 
	border: 1px dotted; 
	padding: 2px; 
	padding-left: 19px;
	background-color: #ffffff;
	/* for IE */
	filter: alpha(opacity=80);
	/* CSS3 standard */
	opacity: 0.8;
}


/*----------------------------------------------
		Content
----------------------------------------------*/
div.content
{
	width: 794px;
	margin: 0px;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: 0px;
	/* CSS3 standard */
	opacity: 0.9;
	/* for IE */
	filter: alpha(opacity=90);
}

table.info
{
	width: 600px;
	margin: 4px;
	padding: 4px;
	border: dashed 0px;
	border-color: #71684b;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #0c1701;
	position: relative;
}

table.home
{
	width: 780px;
	margin: 8px;	
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	border: dashed 0px;
	border-color: #71684b;
	position: relative;
}

table.spreadsheet
{
	width: 400px;
	margin-left: 30px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
	border: dashed 1px;
	border-color: #71684b;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #0c1701;
	position: relative;
}

p.spreadsheet {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-left: 2px;
	padding-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #0c1701;
	line-height: inherit;
	/*background-color: #ffffff;*/
	/*text-align: justify;*/
}


/*----------------------------------------------
		Content
----------------------------------------------*/
div.quick
{
	width: 125px;
	margin: 4px;
	padding: 4px;
	margin-left: 640px;
	margin-right: 40px;
	margin-top: 40px;
	border: 1px dashed;
	border-color: #afd46b;
	text-align: center;
	position: absolute;
	/*
	position: fixed; //IE: no trans, position good
	position:absolute; //IE: no trans, position good
	position:inherit; //Trans, position bad
	position:static; //Trans, position bad
	position:relative; //IE: no trans, position bad
	*/
	z-index: +1;
}

table.quick
{
	width: 600px;
	margin: 4px;
	padding: 4px;
	border: dashed 0px;
	border-color: #71684b;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #0c1701;
	position: relative;
}



/*----------------------------------------------
		Menu
----------------------------------------------*/
div.menu
{
	position: absolute;
	width: 500px;
	height: 40px;
	margin-top: 117px;
	margin-bottom: 4px;
	margin-left: 410px;
	margin-right: 90px;
	padding: 0px;
	z-index: +1;
}

p.menu
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	color: #ffffff;
}

a.menu:link {
	font-weight: normal;
	text-decoration: none;
	color: #eeeee6;
}
a.menu:visited {
	font-weight: normal;
	text-decoration: none;
	color: #eeeee6;
}
a.menu:focus, a.menu:hover, a.menu:active  {
	font-weight: normal;
	text-decoration: underline;
	color: #c5d865;/*df9e4b*/
	background-color: #355d1d;
}


/*----------------------------------------------
		Footer
----------------------------------------------*/
div.footer
{
  width: 800px;
  height: 80px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../splash/footer.jpg);
}

p.footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #eeeee6;
	outline: none;
	border: 0px;
	border-collapse: collapse;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 26px;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 16px;
}

a.footer:link {
	font-weight: normal;
	text-decoration: underline;
	color: #eeeee6;
}
a.footer:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #eeeee6;
}
a.footer:focus, a.footer:hover, a.footer:active  {
	font-weight: normal;
	text-decoration: underline;
	color: #c5d865;/*df9e4b*/
}

div.shadefooter
{
  position: relative;
  width: 804px;
  height: 19px;
  margin: 0px; auto;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../splash/back_shade-h.png);
  background-repeat: repeat-x;
}



/*----------------------------------------------
		Copyright
----------------------------------------------*/
div.copyright
{
  width: 800px;
  height: 80px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 19px;
}

p.copyright {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #eeeee6;
	outline: none;
	border: 0px;
	text-align: right;
	border-collapse: collapse;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 12px;	
}

a.copyright:link {
	font-weight: normal;
	text-decoration: underline;
	color: #eeeee6;
}
a.copyright:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #eeeee6;
}
a.copyright:focus, a.copyright:hover, a.copyright:active  {
	font-weight: normal;
	text-decoration: underline;
	color: #c5d865;/*df9e4b*/
}


/*----------------------------------------------
		Headers 
----------------------------------------------*/
h1  {
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 12px;
	page-break-after: avoid;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #0c1701;
	text-align: left;
}
h2	{
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 12px;
	page-break-after: avoid;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #0c1701;
	text-align: left;
}
h3	{
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 12px;
	page-break-after: avoid;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #0c1701;
}
h4	{
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #0c1701;
	text-align: center;
}
h5	{
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #0c1701;
}
h6	{
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 12px;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}


/*----------------------------------------------
		Lists 
----------------------------------------------*/
ol	{
	margin-top: 8px;
	margin-bottom: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #0c1701;
}
ul	{
	margin-top: 8px;
	margin-bottom: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #0c1701;
}
li {
	padding-left: 12px;
	padding-right: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	color: #0c1701;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}


/*----------------------------------------------
		Images
----------------------------------------------*/
img {
	border: 0;
}


/*----------------------------------------------
		Special Formats 
----------------------------------------------*/
.smaller {
	font-family: Tahoma, Verdana, Arial; 
	font-size: 10px; 
	font-weight: normal; 
	font-style: normal;
}
.verse {
	font-style: italic;
	color: #464832;
}
.nodeco {
	text-decoration: none;
}
.red {
	color: #a10000;
}
hr {
	border: none 0; 
	border-top: 1px dashed #0c1701;
	width: 100%;
	height: 1px;
}
pre {
	margin: 0px;
	padding: 0px;
	white-space: inherit;
	/*font-size: 9px;*/
}


/*----------------------------------------------
		Forms
----------------------------------------------*/
form input, select, textarea {
	border: 1px solid;
	border-color: #0c1701;
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #0c1701;
	text-align: left;
}
.checkbox {
	border: 0px;
}
.radio {
	border: 0px;
}
.lang {
	border-width: 0px;
	border-style: none;
	border-color: #cdbc9c;
	background-color: #d4d0ac;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #71674b;
	text-align: left;
	margin-left: 0px;	
	margin-right: 0px;	
	margin-top: 0px;	
	margin-bottom: 0px;	
	padding: 1px;
}
.langgo {
	border: 0px;
	border-style: none;
	border-color: #cdbc9c;
	background-color: #8b8161;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #cdbc9c;
	text-align: center;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 1px;
	height: 18px;
}
.look {
	border-width: 0px;
	border-style: none;
	border-color: #cdbc9c;
	background-color: #d4d0ac;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #71674b;
	text-align: left;
	margin-left: 0px;	
	margin-right: 0px;	
	margin-top: 0px;	
	margin-bottom: 0px;		
	height: 16px;
}
.lookgo {
	border: 0px;
	border-style: none;
	border-color: #cdbc9c;
	background-color: #8b8161;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #cdbc9c;
	text-align: center;
	text-decoration: none;
	margin-left: 2px;	
	margin-right: 6px;	
	margin-top: 0px;	
	margin-bottom: 0px;		
	height: 18px;
}
.submit {
	border: 1 solid;
	border-color: #cdbc9c;
	background-color: #8b8161; 
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	color: #cdbc9c; 
	text-align: center; 
	padding: 2px; 
}



/*----------------------------------------------
		ShareThis controls
----------------------------------------------*/
a.stbar.chicklet img 
{
	border: 0;
	height: 16px;
	width: 16px;
	margin-right: 3px;
	vertical-align: middle;
}

a.stbar.chicklet 
{
	height: 16px;
	line-height: 16px;
}
