/*
colors:
gray type: 8a8a8a
yellow: d9b44b
blue: 226a8f
red: 790a07
orange: c5733e
purple: 79505d

*/


body {
  background-color: #fff;
   text-align: center;
font: normal 8pt Tahoma, Verdana, Arial, Georgia, sans-serif; 
  color:#8a8a8a;  
  padding:0px;
  margin:0px;
  text-align: center;
  text-align: justify;
 

}

BODY, P, TD, TH, DIV,  DL, UL, OL  {
font: normal 8pt Tahoma, Verdana, Arial, Georgia, sans-serif; 
  color:#8a8a8a;  
  text-align: justify;
  

  }

#container { 	
position: relative;
text-align: left;
vertical-align: middle;	
border:solid 1px black;
margin: 0px auto;
padding: 0px;
padding-bottom: 80px;
width: 800px;
background-color: #fff;
background-image:url('footer.jpg');
background-repeat:no-repeat;
background-position:bottom;

        }
 
  
#header {
width:800px;
height:93px;
background-image:url('header.jpg');
}   

#nav {
position:absolute;
top:93px;
left:0px;
width:532px;
height:83px;
/*background-image:url('nav_back.jpg');*/
}

#nav_right {
position: absolute;
top:93px;
left:532px;
width:268px;
height:183px;
background-image:url('top_right_back.jpg');
}

#main_content {
padding-top:84px;
width: 380px;
margin-left:72px;
}

#right_content {
position:absolute;
top:168px;
left:532px;
width: 235px;
}



#header h2{
	display: none;
	}
	
h3 {
font-size:14px;
font-weight:lighter;
}
	
A:link { color: #226a8f; text-decoration: none;}
A:visited { color: #c5733e; text-decoration: none;}
A:hover { color: #790a07; text-decoration: underline;}
A:active { color: #d9b44b; text-decoration: none;}

p.center { text-align:center;}


.right_embed {
	border: 1px black solid;}
	
ul {margin-left:0px; padding-left: 5px; text-align:left;}
li.ul {margin-left:5px; padding-left: 0px; list-style-type:none; text-indent:0pt; padding-bottom:8px;}
li {margin-left:10px; padding-left:5px; padding-bottom:5px; list-style-type:square;}


#clients { border: 1px #8a8a8a solid;  padding:5px;}








/* 
FORMS 
*/
 
form {
	padding: 10px;
	padding-bottom:0px;
		
}
/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
	margin: 10px 0;
	padding: 15px 10px;
	background-color:#fff;
	border: 1px solid #c5733e;	
	overflow: auto;
}
legend {
	padding: 2px 5px;
	color: #790a07;
	font-size: 115%;
}
/* Nested Fieldset  */
fieldset fieldset  {
	background-color:#FFF;
	border: 1px solid #ccc;
}
fieldset fieldset legend {
	font-size: 110%;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */


/* Combo Label + Input Field =========================================================== */
form .oneField {
}
form .inlineSection .oneField {
	padding: 0;
	margin-right: 4px;
	white-space: nowrap;	
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #333;
	margin: 0;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	color:#790a07;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #EDEDDC;
	white-space: normal;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
input[type=text], input[type=password] {
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 5px 0 2px 0;	
}
/* Submit button */
form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 1em 0;
	font-style: italic;
}
/* Asterisk on required fields */
form .reqMark {
	color: #c5733e;
	padding: 0 4px;
}

form .reqMark2 {
	color: #c5733e;
	padding: 0 4px;
	margin-left: 200px;
	text-align:right;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	float: right;
	clear: right;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Field-Hint without focus */
form .field-hint-inactive {
	float: right;
	clear: right;
	color: #666;
	border: 1px solid #E4E3D3;
	background-color: #FFFFFF;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}


