/*@charset "utf-8";*/
body {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;	
	background-image: url(/_img/bg.jpg);	
}
a:link {
}
a:hover, .breadcrumbs a:hover {
	color: #990000;
}

a:visited {
	color: #0000FF;
}
h1 {
	font-size: 22px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
	margin-right: 20px;
}
	
h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    width: 98%;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #850001;
    padding-bottom:5px;
    /*background: url(/_img/hr_rule.gif) repeat-x bottom;*/    
}

h3 {
	font-size: 14px;
	color: #990000;
}
li {
	line-height: 150%;
}
p {
	line-height: 150%;
}
td {
	vertical-align: top;
}

div.hr {
  height: 15px;
  background: #fff url(../_img/hr_rule.gif)	repeat-x;
  width:90%; margin-left:auto; margin-right:auto;
}
div.hr hr {
  display: none;
}
.twoColHybRtHdr #container {
	width: 90%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColHybRtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 100%;
	margin-left:auto; 
	margin-right:auto;
}
.twoColHybRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Tips for sidebar1:
Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
.twoColHybRtHdr #sidebar1 {
	float: right;
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
}
#sidebar1 p {
	font-size: 12px;
}
.twoColHybRtHdr #mainContent {
	margin: 20px 13em 0 10px;  /*the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	overflow: auto;
}

#mainContent p, li {
	font-size: 12px;
    text-align: center;
}
#footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900;*/
	color: #999999;
	font-size: 9px;
}
.twoColHybRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.altRow {
	background-color: #FFFFCC;
}
.art_date {
	font-size: 10pt;
	color: #999999;
	text-align: right;
}
.articleheading1 {
	background-image: url(../_images/dollar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
}
.articleheading2 {
	background-image: url(../_images/4-people-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
}
.articleheading3 {
	background-image: url(../_images/peopleatlaptop-large.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
}
.articleheading4 {
	background-image: url(../_images/children.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
}
.articleheading5 {
	background-image: url(../_images/group1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
}
.articleheading6 {
	background-image: url(../_images/woman3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
}
.articleheading7 {
	background-image: url(../_images/ldpbuilding1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
}
.articleheading8 {
	background-image: url(../_images/leadersign.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
}
.articleheading9 {
	background-image: url(../_images/puzzle.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 100px;
}

.border1 {
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}

.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.contactheader {
	background-image: url(../_images/csr1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
}
.groupheader {
	background-image: url(../_images/group3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
}
.breadcrumbs {
	font-size: 9px;
	color: #999999;
}
.breadcrumbs a {
	text-decoration: none;
	font-size: 9px;
}
.EOF {
	font-size: 11px;
	color: #990000;
	background-color: #FFFFCC;
	text-align: center;
	padding: 4px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #990000;
	clear: both;
}
.fieldlabel {
	font-size: 9px;
	color: #990000;
}
.fieldlabel_right {
	font-size: 10pt;
	color: #666666;
	text-align: right;
	vertical-align:middle;
}
.fielddataR {
	font-family: Arial, Helvetica, sans-serif;
	color: #7B4D3D;
	background-color: #FFFFCC;
	font-size: 10pt;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.formfield {
	color: #900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hand {
	cursor:pointer;
}
.headingtrade {
	background-image: url(../_images/skyline.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
}
.headingnews {
	background-image: url(../_images/news.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
}

.headerrow
{    
    background-color: #cccccc;
    color: #850001;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}

.label_alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFF00;
	background-color: #FF0000;
	vertical-align: top;
	text-align: right;
	padding: 2px;}

.label_right {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #686E75;
	vertical-align: top;
	text-align: center;
}
	
.layouttable {
	font-size: 12px;
}
.lightlabel {
	color: #FFFFFF;
	text-align: right;
	padding: 2px;
	font-size: 9px;
}
a:hover.nohover {
	background-color: #FFFFFF;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.sidebar2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.sidebar2 a {
	text-decoration: none;
	display: block;
	padding: 4px;
	border: 1px solid #003300;
	color: #FFFFFF;
	background-color: #003300;
}
.sidebar2 a:hover {
	background-color: #990000;
	color: #FFFFFF;
}
.sidehead {
	font-weight: bold;
	color: #990000;
	font-size: 12px;
}
.small {
	font-size: 9px;
	color: #999999;
}
.smallbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #900;
	border: 1px solid #FFFEBD;
	color: #FFFEBD;
}
.smallbutton:hover {
	color: #900;
	background-color: #FFFF00;
}

a.smallwhitetext {
    color:White; 
    font-size:12px;
    font-family:Arial, Verdana, Helvetica, sans-serif; 
    text-decoration:none
    
}
.tblhead1 {
	font-weight: bold;
	color: #FFFFCC;
	background-color: #000000;
}

.testimonial {
	font-size: 27px;
	color: #000066;
	background-image: url(../_images/woman_gradient2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-right: 5px;
	height: 192px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid #000066;
	margin-top: 10px;
	margin-right: 10px;
	overflow: auto;
}

.topbar {
	background-color: #850001;	
	color: #FFFFCC;
	font-size: .8em;
	padding:0px 5px 0px 0px;
	text-align:right;	
}

/******************BEGIN TOP NAVIGATION TABS**************************/
.tab_about_active {   
    background-image: url(/_img/header/about_active.gif);
    background-repeat: no-repeat;    
    height: 21px;
    width: 126px;
}

.tab_about_inactive {    
    background-image: url(/_img/header/about_inactive.gif);
    background-repeat: no-repeat;
    cursor:pointer;
    height: 21px;
    width: 126px;
}

.tab_about_inactive:hover {    
    background-image: url(/_img/header/about_mouseover.gif); 
    background-repeat: no-repeat;
    cursor:pointer;
    height: 21px;
    width: 126px;
}

.tab_contact_active {
    background-image: url(/_img/header/contact_active.gif); 
    background-repeat: no-repeat;
    height: 21px;
    width: 126px;
}

.tab_contact_inactive {
    background-image: url(/_img/header/contact_inactive.gif); 
    background-repeat: no-repeat;
    cursor:pointer;
    height: 21px;
    width: 126px;
}
 
.tab_contact_inactive:hover {     
    background-image: url(/_img/header/contact_mouseover.gif);
    background-repeat: no-repeat; 
    cursor:pointer;
    height: 21px;
    width: 126px;
}

.tab_demo_active {        
    background-image: url(/_img/header/demo_active.gif);
    background-repeat: no-repeat;    
    height: 21px;
    width: 126px;
}

.tab_demo_inactive {     
    background-image: url(/_img/header/demo_inactive.gif);
    background-repeat: no-repeat;
    cursor:pointer;
    height: 21px;
    width: 126px;
}

.tab_demo_inactive:hover {       
    background-image: url(/_img/header/demo_mouseover.gif);
    background-repeat: no-repeat;
    cursor:pointer;
    height: 21px;
    width: 126px;
} 

.tab_home_active{ 
    background-image: url(/_img/header/home_active.gif);
    background-repeat: no-repeat;     
    height: 21px;
    width: 126px;    
}

td.tab_home_inactive {     
    background-image: url(/_img/header/home_inactive.gif); 
    background-repeat: no-repeat;
    cursor:pointer;
    height: 21px;
    width: 126px;
}

 td.tab_home_inactive:hover { 
    background-image: url(/_img/header/home_mouseover.gif); 
    background-repeat: no-repeat;
    cursor:pointer;
    height: 21px;
    width: 126px;
}

/******************END TOP NAVIGATION TABS**************************/

.left_header{
    text-align: left; 
    padding-left:5px; 
    padding-right:5px; 
    padding-top:5px;
    padding-bottom:0px;
}

.right_header{
    text-align: right; 
    padding-left:5px; 
    padding-right:5px; 
    padding-top:5px;
    
}
 
.rightblock {
	text-align: right;
	display: block;
	float: right;
	width: 400px;
	padding-right: 10px;
	position: relative;
}
.rightblock2 {
	text-align: right;
	display: block;
	float: right;
	width: 500px;
	padding-right: 10px;
	position: relative;
}
.testimonial2 {
	font-size: 26px;
	color: #000000;
	background-image: url(../_images/man_at_mac.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	height: 192px;
	padding-left: 20px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 0px;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-top: 10px;
	overflow: auto;
}
.testimonial3 {
	font-size: 24px;
	color: #990000;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-right: 10px;
	height: 170px;
	padding-left: 20px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 0px;
	border: 1px solid #990000;
	margin-right: 10px;
	margin-top: 10px;
	background-image: url(../_images/businessman1.jpg);
	padding-top: 20px;
	overflow: auto;
}
.testimonial4 {
	font-size: 26px;
	color: #000099;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	padding-right: 10px;
	height: 192px;
	padding-left: 150px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 0px;
	border: 1px solid #003399;
	margin-right: 10px;
	margin-top: 10px;
	background-image: url(../_images/woman_gradient.jpg);
	padding-top: 20px;
	overflow: auto;
}

.quicklinks {
	background-color: #B6DA9A;
	border: 1px solid #999999;
	font-size: 11pt;
	margin: 5px;
}
.quicklinks a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.useralert {
	font-size: 11px;
	color: #333333;
	background-color: #FFFFCC;
	display: block;
	margin: 4px;
	padding: 4px;
	width: 80%;
	border: 1px solid #333333;
}

 


