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

*{/* fixes spacing problems in IE */
	margin: 0;
	padding: 0;
}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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: #666;
	background-color: #FFF;
	background-image: url(../_img/back-fade-content.gif);
	background-repeat: repeat-x;
	margin-top: 30px;
}
.twoColFixLtHdr #container {
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	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;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../_img/corners-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 89px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
	
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FFFFFF;
	text-align: right;
}
.twoColFixLtHdr #sidebar1 p {
	text-align: right;
	}

.twoColFixLtHdr #mainContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004FA2;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 30px;
} 
.twoColFixLtHdr #footer {
	background-color: transparent;
	background-image: url(../_img/corners-btm.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width:768px;
	margin-left: auto;
	margin-right: auto;
} 
.twoColFixLtHdr #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: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color: #004FA2;
}
.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;
}
body,td,th {
	color: #333333;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	margin-bottom:0.8em;
	font-size:1.0em;
	text-align:left;
	color:#666666;
}

a {
	color: #004FA2;
	text-decoration: none;
	font-weight:normal;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}


h1 {
	color:#004FA2;
	font-size:16px;
	line-height:1.2em;
	margin-bottom:1em;
	}

h1 {
	color:#004FA2;
	font-size:14px;
	line-height:1.4em;
	margin-bottom:1em;
	font-weight:normal;
	}

h3 {
	color:#004FA2;
	font-size:12px;
	line-height:1.2em;
	margin-bottom:1em;
	}
	
.lightblue{
color:#2C6DB2;
}

.eventspurple{
	color:#2C6DB2;
	font-weight: normal;
	font-size: 12px;
}

#upcoming {
	text-align: left;
	background-color: #E6E6E6;
	padding:5px;
}
	
#logo {
margin: 10px 0 0 0;
padding:10px 0px 3px 2px;
}

#logo p {
	color:#004FA2;
	font-size:13px;
	line-height:4px;
	text-align:right;
	}

#menu {
	background-color:#CCDDFF;
	height: 34px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom: 28px;
	list-style:none; 
	clear:both;
}

/*------------- start drop down------------*/

#nav, #nav ul {
float:left; 
width:auto;
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	/*width:750px;*/
	text-indent: 0px;
	line-height: 1.3;

}
li:hover ul, li.sfhover ul { display: block }/*crucial for the menus to dissappear again in IE*/


	
#nav a {
	display : block;
	width:126px; 
	height: 17px;/*adds space under top row in IE adn FF*/
	padding: 4px 0 0 0;
	}

#nav li a {
	font-size : 10px;
	color:#FFF;
	text-align:center;
	height: 16px; /*affects height of top row, is this added to 5px padding? */
	}
#nav li a:hover {
text-decoration:none;
color:#99CCFF;
}

#nav li{
	float:left; 
	width:126px;
	height:21px; /*affects all on IE, but only top on FF and Safari - change these in subtab*/
	}


#nav li ul { /* second-level lists */	
	position: absolute;
	width:104px;
	left: -999em;	
	font-size: 10px;
}


 #nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	
}

/*#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul ----- cascade verson---*/ 
#nav a.granddaddy_l {
	background: url(../_img/menu-btn-up.gif) top left no-repeat;
}
#nav a.granddaddy {
	background: url(../_img/menu-btn-up.gif) top left no-repeat;
}
#nav a.granddaddy_r {
	background: url(../_img/menu-btn-up.gif) top left no-repeat;
}

#nav a.daddy {
	background: url(../_img/menu-btn-up.gif) top left no-repeat;
}
#nav a.daddyb {
	background: url(../_img/menu-btn-up.gif) top left no-repeat;
}

li #subtab1{
	/* spacer for under main abr */
	height:0px;
}
li #subtab{
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
	height:21px; /* effects tab size in FF and Safari */
}
li #subtab2{
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
	height:21px; /* effects tab size in FF and Safari */
}
li #subtab3{
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
	height:21px; /* effects tab size in FF and Safari */
}
li #subtabb{
/* bottom tab with curver corner*/
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
	height:21px;
}

#hometab{
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
}

#abouttab{
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
}


#abouttab_active{
	background:url(../_img/menu-btn-down.gif) top left no-repeat; 
}
#processtab{
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
}


#producttab_active{
	background:url(../_img/menu-btn-down.gif) top left no-repeat; 
}
#supporttab{
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
}


#supporttab_active{
	background:url(../_img/menu-btn-down.gif) top left no-repeat; 
}
#projecttab{
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
}
/* publications tab used for partners*/
#newstab{
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
}


#partnertab_active{
	background:url(../_img/menu-btn-down.gif) top left no-repeat; 
}
#contacttab{
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
}


#contacttab_active{
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
}


#projecttab_active{
	background:url(../_img/menu-btn-down.gif) top left no-repeat; 
}
#clienttab{
	background:url(../_img/menu-btn-up.gif) top left no-repeat; 
}
#clienttab_active{
	background:url(../_img/menu-btn-downp.gif) top left no-repeat; 
}

#grouplogo {
	background-color: #E6E6E6;
	padding: 10px;
	width: 100%;
	min-height: 60px;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.company {
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
}
/* Hacks */
/*clearfix hack*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}

/* End hide from IE-mac */