@charset "UTF-8";
/* CSS Document */


.twoColFixRtHdr #footer { 
	margin:10px 0 0 0;
	padding: 20px 10px 18px 20px;
	border-top:#3e454b 1px solid;
	color:#6f7c86;
	font-size:10px;
	line-height:15px;
} 
.twoColFixRtHdr #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: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixRtHdr #container { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	padding: 0 10px 0 20px;
	margin:20px 0 0 0;
	height:129px;
} 

#header p {padding:0; margin:18px 0 0 0;}

a:link {
	color: #43c2fc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1298d6;
}
a:hover {
	text-decoration: underline;
	color: #99c557;
}
a:active {
	text-decoration: none;
	color: #454c54;
}
h1 {
	font-size: 24px;
	color: #ffffff;
}
h2 {
	font-size: 18px;
	color: #ffffff;
}
h3 {
	font-size: 16px;
	color: #ffffff;
}
h4 {
	font-size: 16px;
	color: #1298d6;
}
h5 {
	font-size: 16px;
	color: #99c557;
	line-height:18px;
    margin:4px 30px 11px 20px;
}
h5.big {
	font-size: 23px;
	color: #99c557;
	line-height:25px;
    margin:4px 0px 11px 20px;
}
h6 {
	font-size: 14px;
	color: #99c557;
	margin:5px 0 8px 30px;
}
a.green {color:#99c557; font-size:13px;}
.frq {color:#1298d6; font-size:20px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif;}

/* Suckerfish CSS Starts Here */

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index:1000;
}

#nav a {
 	color:#6f7c86;
	text-decoration: none;
	letter-spacing:0.01em;
}

a#nav  {
 	color:#6f7c86;
	text-decoration: none;
}
#nav li a {padding-bottom:10px;}

#nav li li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
 	color:#6f7c86;
 	padding: 0;
}

#nav li li a:hover {
	padding: 0;
 	color:#99c557;
	text-decoration: none;
}

#nav li a:hover {
	padding: 0;
 	color:#99c557;
	text-decoration: none;
}

#nav li {
	float: left;
	clear:none;
	position: relative;
	text-align: left;
	cursor: default;
    padding-left:10px;
    padding-right:10px;
	z-index:100;
	padding-bottom:9px;

}
#nav li a:hover {color:#99c557;}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: normal;
	padding: 8px 0 9px 0px;
	margin:0 auto;
	z-index:100;
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: #1d2328;
	padding:7px 7px 7px 13px;
	letter-spacing:0em;
	text-transform:none;
    width:169px;
	line-height:13px;
	font-size:11px;
	z-index:100;
	margin:0;
	border-top:1px solid #323a41;

}
ul#nav li ul {top:20px; left:9px; margin-left:-8px;}

#nav li ul li a {color:#1298d6;}

#nav li:hover ul, li.over ul {
	display: block;
	text-decoration: none;
 	color:#99c557;
}

#nav li ul {-moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; background-color:#1d2328; margin-top:8px; padding-top:0px;   /* for IE */
  filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.95;
  }


/* End Dropdowns */


ul.news li {padding-bottom:12px;}

#btns {margin:0 0 40px 0; padding:0}
#btns img {margin:0; padding:0;}

#div1 {position: absolute; width:930px; height:330px; overflow:hidden; background:url(../images/visual_opportunities.png) left top no-repeat; margin:0; padding:0; font-size:13px; line-height:24px;}
#div1 p {margin:90px 40px 20px 45px;}

#div2 {position: absolute; opacity:.0; filter:alpha(opacity=0);z-index:1; width:930px; height:300px; overflow:hidden; background:url(../images/visual_culture.png) left top no-repeat; font-size:13px; line-height:24px;}
#div2 p {margin:90px 40px 20px 45px;}

#div3 {position: absolute; opacity:.0; filter:alpha(opacity=0);z-index:1; width:930px; height:300px; overflow:hidden; background:url(../images/visual_tech.png) left top no-repeat; font-size:13px; line-height:24px;}
#div3 p {margin:90px 40px 20px 45px;}

.divPad {height:215px; margin:0; padding:0; border-top:1px solid #1d2328;}

.RightBox {background:#323a41 url(../images/box_foot_side.png) bottom left no-repeat; margin:0 0 20px 0; padding:0 0 15px 0;}
.RightBox img {padding:0; margin:0;}

.RightBoxSub {background:#323a41 url(../images/box_foot_right.png) bottom left no-repeat; margin:0 0 20px 0; padding:0 0 10px 0;}
.RightBoxSub img {padding:0; margin:0;}
.RightBoxSub p {margin:5px 30px 9px 20px; line-height:17px;}

.RightBoxSub ul {padding:0px 30px 8px 20px;}
.RightBoxSub li {list-style-image:url(../images/li_green.png); margin:9px 0 0 20px;}
.RightBoxImg {margin-left:20px;}

#sidenav p {margin:0; padding-left:15px;}
.sidenav_row p {margin:0; padding:0 0 0 15px;}

.grey {color:#8f959a; font-weight:normal;}


.greenbox3 {background:url(../images/quant_foot2.gif) no-repeat bottom #323a41; -moz-border-radius: 20px; -webkit-border-radius: 20px; border: 0px solid #000; padding:0 0 0; margin:5px 15px 15px 15px; width:330px; height:340px; float:left; }
.greenbox3 p {color:#ffffff; font-size:20px; margin:0 0 18px 0; padding:17px 0 0 20px;}
.greenbox3 em {color:#ffffff; font-size:14px; margin:0 0 16px 0; padding:0 0 0 20px;}
.greenbox3 ul {padding:0px 30px 15px 20px;}
.greenbox3 li {list-style-image:url(../images/li_green.png); margin-bottom:16px; margin-left:20px; font-size:14px;}


.twoColFixRtHdr #mainQuant { 
	margin: 0 340px 0 0px; 
	padding: 0 0 20px 0;
	width:572px;
}
#mainQuant ul {padding:0px 30px 0px 20px;}
#mainQuant li {list-style-image:url(../images/li_green2.png); margin-bottom:10px; margin-left:20px; font-size:14px;}

.RightBoxQuant {background:url(../images/box_foot_side.png) bottom left no-repeat; margin:0 0 20px 0; padding:0 0 18px 0;}
.RightBoxQuant p  {margin:9px 20px 10px 20px;}
.RightBoxGreen {background:#0764aa; margin:0 0 20px 0; padding:0 0 15px 0; -moz-border-radius: 20px; -webkit-border-radius: 20px;}

.BoxGreen2 {background:#0764aa url(../images/bluebox2.png) top left no-repeat; width:180px; height:355px;margin:4px 15px 15px 10px; padding:0; float:left; clear:none;}
.BoxGreen2 p {font-size:16px; line-height:22px; margin:7px 30px 5px 30px;}
.BoxGreen2 h5 {font-size:24px; margin:18px 20px 10px 30px; line-height:27px; font-weight:normal;}

.BoxQuant {background:#323a41 url(../images/quant_foot.gif) bottom left no-repeat; margin:0 15px 20px 15px; padding:0; width:435px; height:350px; float:left; font-size:14px; height:385px;}
.BoxQuant p  {margin:0px 20px 10px 20px; line-height:20px;}
.BoxQuant ul {padding:5px 30px 0px 20px;}
.BoxQuant li {list-style-image:url(../images/li_green.png); margin-bottom:10px; margin-left:20px;}


.BoxGreen {background:#0764aa; margin:0 0 20px 0; padding:0 0 15px 0; -moz-border-radius: 20px; -webkit-border-radius: 20px;}

.greybox {background:url(../images/box_head_grey.jpg) repeat-x top #323a41; -moz-border-radius: 20px; -webkit-border-radius: 20px; border: 0px solid #000; padding:15px 0 15px 0; margin:5px 0 5px 10px;}
.greybox p {color:#bcc1c6; font-size:16px; margin:0 0 16px 0; padding:0 0 0 20px;}

.line {border-bottom:1px solid #323a41; height:10px; margin-bottom:20px;}

.twoColFixRtHdr #header2 { 
	padding: 0 10px 0 20px;
	margin:20px 0 0 0;
	height:100px;
} 
.green {color: #99c557;}