/* CSS Document */

body {
background-color: #5e5e5e;
width: 779px;
font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: x-small; /* for IE5/Win */
f\ont-size:small; /* for other IE versions */
line-height: 18px;
color: #666666;
margin: 10px auto;
text-align:center;
}
h1 {
letter-spacing: -.10em;
font-size: 220%;
font-weight:normal;
color: #fff;
}
h2 {
letter-spacing: -.10em;
font-size: 180%;
font-weight: normal;
color:#86a739;
margin: 40px 0 0 0;
}
h3 {
font-size: 110%;
font-weight: bold;
color:#86a739;
margin-bottom: 0;
}
h4 {
font-size: 100%;
font-weight: bold;
}

#wrapper{
margin:0;
padding: 0;
width: 779px;
float:left;
clear:both;
background:url(../images/interface/bg_main.gif) top left repeat-y;
text-align: left;
}

#header {
width: 779px;
float:left;
clear:both;
margin:0;
background-image:url(../images/interface/bg_top.jpg);
background-repeat: no-repeat;

}
#navigation {
float:left;
clear:both;
width: 779px;
background: url(../images/interface/bg_greenline.gif) bottom left no-repeat;
}

#content{
background: url(../images/interface/bg_top_gradient.gif) top left no-repeat; 
float:left;

width: 779px;
padding: 20px 0;
}
/***********************************************************************************************************/
#logo {
margin: 60px 46px 0 0;
float:right;
}

/*Small Nav***********************************************************************************************************/
#smallNav{
margin: 0;
padding: 67px 0 0 20px;
list-style: none;
}
#smallNav li{
float: left;
display: block;
font-size: 90%;
}
#smallNav a{
color:#2E3D70;
text-decoration: none;
padding: 0 11px;
}
#smallNav a:hover{
background-color:#F0F0F0;
border: 1px solid #999999;
margin: 0 4px;
padding: 0 6px;
}


#smallNav #current a{
background:url(../images/nav/bg_smallnav_active.gif) top left repeat-x;
border: 1px solid #999999;
margin: 0 4px;
padding: 0 6px;
}

.home #smallNav .nav-home a, .contact #smallNav .nav-contact a, .emp #smallNav .nav-emp a, .news #smallNav .nav-news a{
	background:url(../images/nav/bg_smallnav_active.gif) top left repeat-x;
	border: 1px solid #999999;
	margin: 0 4px;
	padding: 0 6px;
}



/***********************************************************************************************************/
#bigNav{
margin: 0 0 0 3px;
padding: 20px 0 6px 10px;
list-style: none;
float:left;
clear:left;
}
#bigNav li{
float: left;
background:url(../images/nav/bg_bignav_divider.gif) bottom right no-repeat;
}
#bigNav li.noDivider{
background: none;
}
#bigNav a{
float: left;
display: block;
color:#fff;
padding: 8px;
text-decoration: none;
}
#bigNav #current{
background:#a7db2b url(../images/nav/bg_bignav_right.gif) top right no-repeat;
}
#bigNav #current a{
background:url(../images/nav/bg_bignav_left.gif) top left no-repeat;
}


.about #bigNav .nav-about, .team #bigNav .nav-team, .tech #bigNav .nav-tech, .subsid #bigNav .nav-subsid, .invest #bigNav .nav-invest, .products #bigNav .nav-products  {
	background:#a7db2b url(../images/nav/bg_bignav_right.gif) top right no-repeat;
}
.about #bigNav .nav-about a, .team #bigNav .nav-team a, .tech #bigNav .nav-tech a, .subsid #bigNav .nav-subsid a, .invest #bigNav .nav-invest a, .products #bigNav .nav-products a{
background:url(../images/nav/bg_bignav_left.gif) top left no-repeat;
}

#bigNav li a:hover{
background:#8E98C7  url(../images/nav/bg_bignav_over.gif) top left repeat-x;
}
#bigNav .active {
color:#fff;
text-decoration: none;
display:inline;
}
/***********************************************************************************************************/

#breadCrumb {
text-align:left; 
font-size:90%; 
margin:0 0 0 40px;
color:#999999;
}
#breadCrumb a{
color:#999999;
}
#breadCrumb a:hover{
color:#999999;
text-decoration: none;
}
/***********************************************************************************************************/

#pageTitle {
float: left;
width: 779px;
background:url(../images/interface/bg_main.gif) top left repeat-y;
text-align: left;
}
#pageTitle div{
margin: 4px 13px 4px 13px;
background:#87a1db url(../images/interface/bg_pagetitle.jpg) top left no-repeat;
}
#pageTitle h1 {
margin: 0;
padding: 22px 34px;

}
/***********************************************************************************************************/
#content p a{
color:#86a739;
text-decoration:none;
border-bottom: 1px dotted #ccc;
}
#content p a:hover{
color:#3C7700;
text-decoration:none;
border-bottom: 1px solid #ccc;
}

#content h2 a{
color:#86a739;
text-decoration:none;
border-bottom: 1px dotted #fff;
}
#content h2 a:hover{
color:#3C7700;
text-decoration:none;
border-bottom: 1px dotted #ccc;
}

/***********************************************************************************************************/
#footer {
clear: both;
float:left;
width: 779px;
w\idth: 759px;
background:  #5e5e5e url(../images/interface/bg_footer.gif) top left no-repeat;
color:#777;
padding: 35px 0 20px 20px;
font-size: 70%;
text-align:left;
}
#footer p{
margin: 0;
}
#footer p a{
color: #4757a4;
text-transform: capitalize;
text-decoration: none;
padding: 0 4px;
}

#footer p a:hover{
color:#009900;
text-decoration:none;
background-color: #fff;
padding: 0 4px;
}
/***********************************************************************************************************/
#content ul.bulletList {
font-size: 95%;
line-height: 1.2em;
list-style:none;
margin: 20px 0;
padding: 0;
}
#content ul.bulletList li{
background: #eff5fb url(../images/interface/bullet_green.gif) 10px 10px no-repeat;
padding: 8px 15px 10px 30px;
margin: 5px 0;
}
/***********************************************************************************************************/
#content ul.linkList {

list-style:none;
margin: 20px 0;
padding: 0;
border-top: 1px solid #dcdcdc;
}
#content ul.linkList li{
color:#2e3d70;
background: #fff url(../images/interface/bg_linklist.gif) bottom left repeat-x;
margin:0;
border-bottom: 1px solid #dcdcdc;
}
#content ul.linkList a{
font-size: 85%;
font-weight: bold;
color:#2e3d70;
line-height: 1.2em;
text-decoration: none;
border: 0;
display:block;
padding-top: 4px;
padding-bottom: 6px;
}
#content ul.linkList a:hover{
font-size: 85%;
font-weight: bold;
color:#6B85B4;
text-decoration: none;
border: 0;
display:block;
background: #fff;
}
#content ul.linkList a.pdf:hover{
background: #eef5f9 url(../images/interface/bullet_pdf.gif) 5px 5px no-repeat;
}
#content .pdf{
background: url(../images/interface/bullet_pdf.gif) 5px 5px no-repeat;
padding: 4px 10px 4px 25px;
}
#content ul.linkList a.web:hover{
background: #eef5f9 url(../images/interface/bullet_web.gif) 5px 5px no-repeat;
}
#content .web{
background: url(../images/interface/bullet_web.gif) 5px 5px no-repeat;
padding: 4px 10px 4px 25px;
}
#content p.highlight{
background-color:  #eff5fb;
padding: 5px;
}
/***********************************************************************************************************/
table{
border: 1px solid #dcdcdc;
border-right: 0px;
border-left: 0px;
width: 100%;
}
table th{
vertical-align: top;
text-align: right;
width: 200px;
margin: 4px;
padding: 4px;
background-color:#eff5fb;
font-weight: bold;
}
table td{
text-align: left;
margin: 4px;
padding: 4px;
background-color:#e1e9f4;
}
#submit{
margin: 0;
padding-right: 20px;
text-align:right;
background:#e7ecf2 url(../images/interface/bg_submit.gif) top right repeat-x;
}
/************************************************************************************************************/
.formError{
background-color:#FFE8B0;
border: 1px solid #FF6600;
color: #660000;
}
table tr.formError th{
background-color:#FFE8B0;
border: 1px solid #FF6600;
}
table tr.formError td{
background-color:#FFE8B0;
border: 1px solid #FF6600;
}
#globalError {
display:block;
padding: 3px;
background-color:#FFE8B0;
border: 1px solid #FF6600;
color: #660000;
}

