body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efefef;
}
form{
	display: inline;
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}

.clear{
	clear: both;
}
div.clearEmpty{
	clear: both;
	height: 0px;
	overflow: hidden;
}

div#main{
	width: 749px;
	border: 1px solid #9CA3B2;
	background-color: #ffffff;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}
div#header{
	background-image: url('images/header_bg_swoosh.jpg');
	background-repeat: no-repeat;
	width: 749px;
	height: 77px;
}
div#headerLogo{
	float: left;
}



div#headerRight{
	text-align: right;
	width: 413px;
	height: 77px;
	float: right;
	padding-right: 12px;
}
ul#headerNav{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
}
ul#headerNav li{
	margin: 0;
	float: left;
	background-image: url('images/top_nav_divider_blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 5px;
	padding-right: 5px;
}
ul#headerNav li#hnavSignIn{
	background: none;
}
ul#headerNav li#hnavCareers{
	padding-right: 0;
}
ul#headerNav li a{
	text-decoration: none;
	font-size: 11px;
	color: #0059C2;
}

div#headerRight #searchFormContainer{
	float: right;
/*	width: 118px; removed by Jamil */
	padding: 0;
	margin: 8px 0 0 0;
}
div#headerRight #searchBox{
	float: right;
	border: none;
	background-image: url('images/textBox_bg.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 2px 1px 0 4px;
	margin-right: 3px;
	height: 16px;
	width: 92px;
	font-size: 10px;
	color: #0059C2;
}
div#headerRight #searchButton{
	margin-top: 1px;
	float: right;
}


div#navigation{
	clear: both;
	float: left;
	width: 749px;
	height: 19px;
}
div#navigation ul{
	width: 749px;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#navigation ul li{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 2px;
	background-image: url('images/nav_bg.gif');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	height: 19px;
}
div#navigation ul li.first{
	background-image: url('images/nav_first_bg.gif');
}
div#navigation ul li a{
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	height: 17px;
	display: block;
}
/* these are actual display widths minus 2 pixels for internal padding to push the text toward center */
#navAboutUs{	width:88px;}		
#navProducts{	width:93px;}
#navSolutions{	width:78px;} /* gone */
#navServices{	width:91px;}
#navResearch{	width:92px;}
#navSupport{	width:92px;}
#navTraining{	width:90px;}
#navPartners{	width:88px;}
#navContactUs{	width:99px;}


/* Left Nav is primarily used on sub pages. It's included here because it is consistent throughout the site.*/
div#leftNav{
	display: inline;	/* this is just here to fix an IE bug where it doubles a margin on a floated element */
	clear: both;
	float: left;
	background-color: #D4DDE6;
	padding: 0;
	width: 165px;
	margin: 0px 1px 2px 2px;
}

div#leftNav h1{
	background-color: #076EB7;
	color: #ffffff;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	padding-top: 2px;
	margin: 0;
	padding-left: 9px;
	padding-right: 5px;
	height: 20px;
	width: 151px;
}

div#leftNav ul{
	padding: 0;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	list-style: none;
}

div#leftNav ul ul{
	margin: 0;
}

div#leftNav ul li{
	margin: 3px 0;
	padding: 0;
	font-size: 100%;
}

div#leftNav ul li.currentNav a{
	background-color: #C2CAD2;
}
/* wanna cancel out that last on its children */
div#leftNav ul li.currentNav li a{
	background-color: #d4dde6;
}

div#leftNav ul li a{
	display: block;
	width: 150px;
	padding: 2px 0 2px 5px;
	color: #0059C2;
	text-decoration: none;
}

div#leftNav ul li li a{
	display: block;
	width: 135px;
	padding-left: 20px;
	color: #0059C2;
	text-decoration: none;
}

div#leftNav ul li a:hover{
	background-color: #E2EBF5;
}


/* 
This Section contains declarations specific to sub pages:
#lowerHalf, #content, #column1 and #column2  Are all found in the 2 and 3 column subpage layouts.
All can be overridden in later stylesheets, or in <style> blocks within the pages.

 */

div#lowerHalf{
	clear: both;
	float: left;
	background-image: url('images/blue_bar.gif');
	background-repeat: repeat-y;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 100%;
}

div#content{
	display: inline;	/* this is just here to fix an IE bug where it doubles a margin on a floated element */
	float: right;
	width: 578px;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	margin-right: 2px;
	color: #555555;
}


div#column1{
	padding: 0;
	padding-left: 8px;
	padding-top: 18px;
	float: left;
}

/* 
	this kills the default margins that browsers put on such elements 
	and substitutes our own.
*/
div#column1 p{
	margin: 0;
	margin-bottom: 10px;
}


div#column2{
	float: right;
	display: inline;  	/* fixes ie's pixel doubling bug blah.. blah...*/
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0;
	width: 190px;
}

div#column2 div{
	margin-bottom: 16px;
}


#pageBanner{
	margin-top: 20px;
}

#pageCategories{
	border-bottom: 2px solid #F47B20;
	margin-top: 11px;
	margin-bottom: 20px;	
}

#pageCategories ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 350px;
	clear: both;
}
#pageCategories ul li{
	float: left;
	margin: 0;
	padding: 0;
	background-color: #D7D2BE;
	border-top: 2px solid #C3BC9E;
	border-left: 2px solid #C3BC9E;
	border-right: 2px solid #C3BC9E;
	margin-right: 5px;
}
#pageCategories ul li.activeCategory{
	background-color: #FF9341;
	border-top: 2px solid #F47B20;
	border-left: 2px solid #F47B20;
	border-right: 2px solid #F47B20;
}
#pageCategories ul li.activeCategory a{
	color: #FFFFFF;
}

#pageCategories ul li a{
	clear: both;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	color: #8F865E;
	font-weight: bold;
/*Altered by Bruce to reduce tab wrapping*/
	font-size: 100%; /*original value: 110% */
	font-style: italic;
}
li#activeCategory{

}

/* STYLE: Pastel Table BEGIN */

.pastelTableTitle{
	background-color: #D4DDE6;
}

.pastelTableEven{
	background-color: #EEEEEE;
}

.pastelTableOdd{
	background-color: #FFFFFF;
}

/* STYLE: Pastel Table END */

#footer{	
	width: 749px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #0059C2;
}
#footer a{
	color: #0059C2;
}
