@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/template/bk.jpg);
	background-repeat: repeat;
	z-index: 5;
} 
.thrColFixHdr #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 */
	font-size: 14px;
	color: #3333FF;
}
.menus
 {
	height: 32px;
	width: auto;
	background-image: url(../images/template/menubg.jpg);
	text-align: center;
	background-repeat: repeat;
	background-position: top;
	z-index: 100;
}

.thrColFixHdr #container {
	width: 942px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/template/page_bk_no_div.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}

.thrColFixHdr #header {
	padding: 0;
	width: 100%;
}

.thrColFixHdr #Menus {
	z-index: 100;
	width: 100%;
	margin: 0;
}

.thrColFixHdr #warpCore {
	width: 100%;
	z-index: 10;
	height: 90px;
}

.thrColFixHdr #contentContainer {
}

.thrColFixHdr   #mainContent2 {
	background-color: #FFFFFF;
	text-align: center;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.thrColFixHdr  #mainContent1 {
	height: auto;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 400px;
	padding-top: 10px;
} 
.thrColFixHdr #mainContent3 {
	text-align: left;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	background-position: left top;
	background-repeat: repeat-y;
	height: auto;
	position: relative;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px;
	background-repeat: repeat;
	background-position: left top;
	height: auto;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
}

.projectBox {
	padding-top: 10px;
}
.teambios {
	height: 250px;
	width: 400px;
	float: left;
}
.displayBox {
	padding-right: 3px;
	padding-left: 10px;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../images/template/footer_no_div.jpg);
	height: 87px;
	text-align: center;
} 



.thrColFixHdr #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;
}
.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;
}

strong {
	color: #425271;
	font: bold 11pt Arial, Helvetica, sans-serif;
}
h1 {
	color: #425271;
	font: bold 24px Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
}
h2 {
	color: #425271;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
}
li {
	color: #3f3f3f;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	opacity: 1;
	list-style-position: outside;
	list-style-type: none;
	direction: ltr;
	margin-right: 5px;
	padding-top: 0;
}

.li_Standard {
	list-style-position: outside;
	color: #e26500;
	opacity: 1;
	list-style-type: square;
	font: italic 14px Arial, Helvetica, sans-serif;
	text-align: left;
	direction: ltr;
	margin-left: 20px;
}

.li_Twitter {
	list-style-position: outside;
	color: #e26500;
	opacity: 1;
	list-style-type: none;
	font: italic 14px Arial, Helvetica, sans-serif;
	text-align: left;
	direction: ltr;
	width: 225px;
	margin: 10px 0 0 -20px;
	padding: 0;
}

.li_Twitter li {
	border-bottom: 1px solid silver;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#featuresColOne {
	float: left;
	margin-right: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	width: 300px;
}
#featuresColTwo {
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}



.smalltextgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	display: inline;
}
.Footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 15px;
}
.smalltextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3366FF;
	display: inline;
}
.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 */
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
	
.menuitems {
	height: 26px;
	width: auto;
	position: relative;
	text-align: center;
}
.displaytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	font-weight: normal;
}
.HeadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #425271;
	font-style: italic;
}
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}
.teambios    {
	color: #333;
	display: block;
	margin-right: auto;
	margin-left: auto;
			}
.Rightdiv1 {
	background-image: url(../images/template/probox.jpg);
	height: 185px;
	width: 215px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
.rightdivLong {
	background-image: url(../images/template/proboxlong.jpg);
	height: 358px;
	width: 235px;
	background-repeat: no-repeat;
}
.Rightdiv3 {
	background-image: url(../images/template/probox.jpg);
	height: 160px;
	width: 235px;
	background-repeat: no-repeat;
}
.smallwhiteheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
.Portfolioitems {
	width: 237px;
	float: left;
	padding-right: 20px;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	position: relative;
	-webkit-border-radius: 10px;
	background: #e1e1fe no-repeat center center;
	margin: 10px;
	padding: 5px;
	height: 228px;
}
.twitter_box {
	width: 206px;
	float: left;
	text-align: left;
	position: relative;
	color: #373737;
	font-size: 14px;
	background: #feeede url(../images/template/twitter-bg.jpg) no-repeat 0 0;
	padding: 3px 0 0 30px;
}

.twitter_box h1 {
	font-size: 13px;
	float: left;
	margin-top: 11px;
	margin-right: 5px;
}

.bg {background: url(images/button4.gif);}
.menu {
	list-style:none;
	background: #fff url(../images/template/menubg.jpg) repeat-x;
	position:relative;
	font-family:arial, verdana, sans-serif;
	height: 32px;
	z-index: 100;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0 0 0 170px;
	margin-top: 0;
}
.menu li.top {display:block; float: left; position:relative;
}
.menu li a.top_link {display:block; float:left; cursor:pointer;
	padding-right: 0;
	text-shadow: #10141e 0px 0px 4px;
	opacity: 1;
	color: white;
	text-decoration: none;
	line-height: 27px;
	font-size: 15px;
}
.menu li a.top_link span {float:left; font-weight:bold; display:block;
	height: 32px;
	width: 145px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height: 32px; background:url(images/down.gif) no-repeat right top;
}
.menu li a.top_link:hover { background: url(images/button4.gif) no-repeat;
}
.menu li a.top_link:hover span {
	text-shadow: #000000 0 0 0px;
	background-repeat: no-repeat;
	background-position: right top;
}
.menu li a.top_link:hover span.down {
	background-position: right top;
	background-repeat: no-repeat;
}

.menu li:hover > a.top_link { background: url(../images/template/menu-hilight.jpg) no-repeat center 0;}

/* My Comment */
.menu li:hover > a.top_link span {background: url(images/button4.gif) no-repeat right top;}
.menu li:hover > a.top_link span.down {background: url(images/button4a.gif) no-repeat right top;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;
}

.menu a:hover {visibility:visible;
}
.menu li:hover {position:relative; z-index:200;
}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;
}

.menu :hover ul.sub { top: 30px; background: #3d4a81; white-space:nowrap; height:auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	right: 2px;
	list-style-type: none;
	list-style-image: none;
	opacity: 0.92;
	width: 140px;
	left: 30px;
	font-weight: bold;
}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:250px;
}
.menu :hover ul.sub li a {font-weight: bold;display:block; font-size: 11px; height:20px; width:192px; line-height: 20px; text-indent:5px; text-decoration:none;
	color: white;
	opacity: 1;
}
.menu :hover ul.sub li a.fly {
	background-position: 80px 7px;
	background-repeat: no-repeat;
}
.menu :hover ul.sub li a:hover {background: #5758eb; color:#fff;
	width: 140px;
	font-weight: bold;
}
.menu :hover ul.sub li a.fly:hover {background:#95d2ee url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#95d2ee url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; padding:3px 0; border:1px solid 95d2ee; white-space:nowrap; width:93px; z-index:200; height:auto;}
