﻿
/* Layout Stylesheet */ 

body {
 margin:20px;
 /*background:#808080;*/
 background:#FFFFFF;
 color: #333333;
 padding:0;
font: .76em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
 
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:770px;
 margin:auto;
 }

#hdr {
 height:73px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 
 background: #dcdcdc;
 color: #333333;
 width:770px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:200px;
 text-align:left;
 padding-top:15px;
 }

#cont {
 width:545px;
 background:#ededed;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 float:right;
 padding:10px;
 }
 
 #cont h1 
 {
    color:Red;
    margin-top:0;
    font-size:1.5em;
 }
 
 #cont h2
 {
    font-size:1.0em;
 }
 

#ftr {
 height:25px;
 background:#000000;
 color: #FFFFFF;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 text-align:center;
 padding: 5px 0 0 0;
 }
#ftr a
{
    color:White;
    margin-right:3em;
} 
#ftr a.last
{
    margin-right:0;
} 
 /*  Navigation */

#l-col ul {
	margin:0;
	padding:0;
}
#l-col ul li {
	margin:0;
	padding:0 0 10px 10px;
	list-style-type: none;
}	
#l-col ul li a {
	display:block;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#000000;
}
#l-col ul li a.active{
	color:#000000;
	font-weight:bold;
}

#l-col ul li a.firstItem{
	color:#FF0000;
	font-weight:bold;
	font-size:1.18em;
	
}
#l-col ul li a.firstItem:hover{
	color:#FF0000;
	text-decoration:underline;
}


#l-col ul li a:hover {
	color:#000000;
    text-decoration:underline;

}
.clear
{
	clear:both;
}
.errorMessage
{
	font-weight:bold;
	color:#FF0000;
}
#formWrapper
{
	float:left;
	
}
#formWrapper label
{
	float:left;
	width:100px;
}

#formWrapper input, #formWrapper select, #formWrapper textarea
{
	float:left;
	margin-bottom:8px;
	width:300px;
}
#formWrapper textarea
{
	height:150px;
}
div#formWrapper span.checkBox input
{
    width:auto;
    margin-left:96px;
}
div#formWrapper input.button
{
    width:auto;
    margin-left:98px;
}
div#formWrapper blockquote
{
    margin-left:98px;

}

#formWrapper table.regionRadioButtons
{
	width:250px;
}

#formWrapper table.regionRadioButtons input, #formWrapper table.regionRadioButtons label
{
	width:auto;
}
#formWrapper table.regionRadioButtons label
{
	margin-top:3px;
}
 
 p#incaDigitalText
 {
	padding-top:3px;
	
 }


p#requireFieldMessage
{
    margin-left:98px;
}

.line {
	padding-top:8px;
	border-top:1px solid #cccccc;
}
.pTagBeforeUL {
	padding-bottom:0;
}
img#homeGraphic
{
    width:564px;
    height:440px;
    border:0;
   /* border-right:1px solid black;*/
    display:block;
    margin:0 0 20px 0;
    float:left;
    
}

div#cont ul li
{
    margin-bottom:14px;
}

div#cont ul ul
{
    margin-top:14px;
}

span.imageCaption
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding:10px;
}

div#cont img
{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

div#fbfDiv
{
padding:10px;
background-color:#ededed;
}
div#fbfDiv p
{
margin-left:20px;
}

div#fbfDiv li
{
margin-bottom:5px;
}
div#fbfDiv ul ul
{
margin-top:5px;
}

/* flatbed_facts.aspx named anchors */
span.activeAnchor
{
    background-color:#FFFACD;
}


div.testimonialName
{
	padding-left:20px;
	


}