/*  Alesce Design Group | http://www.alesce.com  */

/* Style Sheet for senterra.com - Version 1 */
/* Last updated 02/08/06 by Jason Howard */

/* ####################################### */

body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	background-color: #EBEDD3;
	background-image: url('../images/body/background_gradient.gif'); background-repeat: repeat-x;
}

FORM { margin: 0px; }


/* ####################################### */

/* standard H tags */

H1
{
	font: 20px georgia, verdana, Arial;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0 4px 0;
}

H2
{
	font: 17px georgia, verdana, Arial;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0 4px 0;
}

H3
{
	font: 17px georgia;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0 4px 0;
}




/* ####################################### */

/* standard HR tag */

HR
{
	border: none 0;
	color: #E4E39C;
	background-color: #E4E39C;
	height: 1px;
	margin: 0px 0 0px 0;
}


/* ####################################### */

/* Standard Lists */

UL
{
	margin: 8px 0px 8px 0px;
	padding-left: 1px;
}

OL
{
	margin: 8px 0px 8px 15px;
	padding-left: 1px;
}


UL LI
{
	padding: 0px 0px 4px 15px;
	list-style-type: none;
	background: transparent url('../images/body/bullet_orange.gif') no-repeat 0px .3em;
}


OL LI
{	
	padding: 0px 0px 6px 6px;
}


/* ####################################### */

/* standard link tags */

A
{
	color: #78B3F0;
	text-decoration: none;
}
A:hover
{
	color: #78B3F0;
	text-decoration: underline;
}
A:visited
{
	color: #78B3F0;
	text-decoration: none;
}
A:visited:hover
{
	color: #78B3F0;
	text-decoration: underline;
}


/* ####################################### */

/* Overall Layout Styles */

#container
{
	border-color: #FFFFFF;
	border-width: 4px;
	border-style: solid solid solid solid;
}

#texture-bottom
{
	text-align: center;
	vertical-align: top;
	height: 25px;
	font: 10px verdana;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 24px;
	padding: 4px 0 0px 0px;
	background-image: url("../images/body/texture_bottom.gif"); background-repeat: no-repeat;
}

#texture-bottom A {color: #CCCCCC; text-decoration: none;}
#texture-bottom A:hover {color: #FFF; background-color: #F69321; text-decoration: none;}
#texture-bottom A:Visited {color: #CCCCCC; text-decoration: none;}
#texture-bottom A:Visited:hover {color: #FFF; background-color: #F69321; text-decoration: none;}


/* ####################################### */

/* Styles for Page Body */

#bodyarea
{
	height: 375px;
	color: #8F755B;
	background-color: #FDFCC3;
	padding: 15px 0 20px 0px;
	vertical-align: top;
	border-bottom: 12px solid #000;
}

#left-column
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding: 0px 20px 0px 15px;
	border-right: 1px #E4E39C solid;
	width: 245px;
	vertical-align: top;
}


#left-column-home
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding: 0px 20px 0px 15px;
	border-right: 1px #E4E39C solid;
	width: 200px;
	vertical-align: top;
}

#middle-column-home
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	padding: 0px 30px 0px 20px;
	vertical-align: top;
}

#executives
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding: 0px 30px 0px 20px;
	vertical-align: top;
}
#executives ul, ol {padding: 0px 30px 0px 20px; margin: 10;}
#executives li {font: 11px verdana; color: #8F755B; text-decoration: none; border-bottom: none; line-height: 15px; padding: 0px; }

#experience
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding: 0px 30px 0px 20px;
	vertical-align: top;
}
#experience ul, ol {padding: 0px 30px 10px 20px; margin: 10;}
#experience li {font: 11px verdana; color: #8F755B; text-decoration: none; border-bottom: none; line-height: 15px; padding: 0 0 10px 0; }

#services
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding: 0px 30px 0px 20px;
	vertical-align: top;
	border-left: 1px solid #E4E39C;
}
#services ul, ol {padding: 0px 30px 0px 20px; margin: 8;}
#services li {font: 11px verdana; color: #8F755B; text-decoration: none; line-height: 20px; padding: 0px; }

.title
{
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}



#footer
{
	text-align: center;
	font-family: tahoma, Helvetica, sans-serif;
	vertical-align: top;
	font: 10px verdana;
	color: #B6A390;
	font-weight: normal;
	line-height: 24px;
	padding: 4px 0 0px 0px;
	background-image: url("../images/body/texture_bottom.gif"); background-repeat: no-repeat;
}

#footer A {color: #B6A390; text-decoration: none;}
#footer A:hover {color: #FFF; background-color: #78B3F0; text-decoration: none;}
#footer A:Visited {color: #B6A390; text-decoration: none;}
#footer A:Visited:hover {color: #FFF; background-color: #78B3F0; text-decoration: none;}


/* Left Column Navigation */

.navbox {padding: 0; margin-bottom: 20px; font-size: 11px; color: #8F755B; text-decoration: none; font-weight: bold; border-top: 1px solid #E4E39C;}
.navbox hr {border: none 0; color: #E0E0E0; background-color: #E0E0E0; height: 1px; margin: 0px 10px 0px 10px; padding: 0px}

.navbox ul, ol {padding: 0; margin: 0;}
.navbox li {font: 11px verdana; color: #8F755B; text-decoration: none; font-weight: bold; border-bottom: 1px solid #E4E39C; line-height: 15px; padding: 5px 0 5px 0px; }
.navbox A {color: #8F755B; text-decoration: none; font-weight: bold;}
.navbox A:Hover {color: #78B3F0; text-decoration: none; font-weight: bold;}
.navbox A:Visited {color: #8F755B; text-decoration: none; font-weight: bold;}
.navbox A:visited:Hover {color: #78B3F0; text-decoration: none; font-weight: bold;}

.navbox .on A {color: #78B3F0; text-decoration: none; font-weight: bold;}
.navbox .on A:Hover {color: #78B3F0; text-decoration: none; font-weight: bold;}
.navbox .on A:Visited {color: #78B3F0; text-decoration: none; font-weight: bold;}
.navbox .on A:visited:Hover {color: #78B3F0; text-decoration: none; font-weight: bold;}


.callout
{
	border: 3px #E0E0E0 double;
	padding: 4px 15px 4px 15px;
}

.callout-center
{
	font-size: 12px;
	font-weight: bold;
	background-color: #F0F0F0;
	border: 3px #E0E0E0 double;
	padding: 10px 15px 10px 15px;
	text-align: center;
}

img.test { float: right; padding: 4px; margin: 0px 0px 20px 15px; border: 1px #E0E0E0 solid; }

/* ####################################### */

.list td {
	border-color: #E0E0E0;
	border-width: 1px;
	border-style: none none solid none;
	padding: 4px 6px 4px 4px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #846d74;
}

.list a { color: #B35738; font-weight: bold; text-decoration: none; }
.list a:hover { color: #B35738; font-weight: bold; text-decoration: underline; }
.list a:visited { color: #B35738; font-weight: bold; text-decoration: none; }
.list a:visited:hover { color: #B35738; font-weight: bold; text-decoration: underline; }

.list th {
  	vertical-align: middle;
  	white-space: nowrap;
  	padding: 4px;
  	text-align: left;
  	background: #523e4a;
  	border-right: 1px solid #846d74;
 	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.list .right {
  	text-align: right; 
}

.list .evenrow {
	background-color: #F0F0F0; 
}

.list .oddrow {
	background-color: #FFFFFF;
}

.list .section {
	background-color: #846d74; color: #FFF; font-weight: bold;
}


/* ####################################### */


/* Form Styles */
	
.formarea
{
	font: 11px Tahoma, Arial;
	color: #846d74;
	text-decoration: none;
	background-color: #FFF;
	line-height: 15px;
	vertical-align: middle;
	white-space: nowrap;
	border-color: #D0D0D0;
	border-width: 1px;
	border-style: none dotted dotted dotted;
}

.formarea th {
  	vertical-align: middle;
  	white-space: nowrap;
  	padding: 4px 2px 4px 12px;
  	text-align: left;
  	background: #523e4a;
 	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid none solid none;
	font-size: 10px;
	color: #FFF;
}

.formarea td {color: #846d74; padding: 4px 12px 4px 12px; border: none; text-decoration: none; vertical-align: top; line-height: 15px;}
.formarea h2 {font: 11px Tahoma, Arial; color: #000000; text-decoration: none; font-weight: bold; line-height: 15px;}
.formarea hr {border: none 0; color: #CCC; background-color: #CCC; height: 1px; margin: 7px 0 7px 0; white-space: nowrap;}
.formarea .subtext {font: 11px Tahoma, Arial; color: #846d74; text-decoration: none; line-height: 15px; padding-left: 22px;}
.formarea .smalltext {font: 10px Tahoma, Arial; color: #846d74; text-decoration: none; line-height: 13px;}
.formarea .red {font: 11px Tahoma, Arial; color: #990000; text-decoration: none; font-weight: bold; line-height: 15px;}


INPUT.formarea
{
	border: 1px solid #999999;
	font-family: Arial, Verdana, geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 160px;
	background-color: #F6F6F6;
	padding: 0px 0px 0px 2px;
	margin: 0;
	border-color: #999;
	border-width: 1px;
	border-style: none none solid none;
}

SELECT.formarea
{
	width: 160px;
	font-size: 10px;margin: 0;
	background-color: #FFFFFF;
}

TEXTAREA.formarea
{
	width: 300px;
	height: 150px;
	margin: 0;
	background-color: #F6F6F6;
	padding: 0px 0px 0px 2px;
	border-color: #999;
	border-width: 1px;
	border-style: none none solid none;
}

.red
{
	color: #990000;
	font-weight: bold;
}


/* ####################################### */