@import url("/2010/_GlobalVer_110209/Includes/css/reset.css");
	
/*
/		TYPOGRAPHY
/		all global typography styles
--------------------------------------------------------------------------------------------------------*/
body 				{ color: #666; font-family: arial, verdana, sans-serif; font-size: 12px; line-height: 16px; }
table {font-size:12px;}
a 					{ color: #666; text-decoration: none; }
a:hover 			{ color:#000; }
p 					{ margin-bottom: 13px; }
p.indent 			{ text-indent: 30px; }
h2 				{ font-size: 13px; font-weight: bold; color: #EEB111; margin-bottom: 10px; }
h3 				{ font-size: 12px; font-weight: bold; color: #EEB111; margin-bottom: 10px; }
h4 				{ font-size: 11px; font-weight: bold; color: #EEB111; margin-bottom: 10px; }
h5 				{ font-size: 10px; font-weight: bold; color: #EEB111; margin-bottom: 10px; }
strong 			{ font-weight: bold; }
small 				{ font-size: 10px; }
a span,
h1 span,
h2 span,
h3 span,
h4 span 			{ display: none; }

.bold 				{ font-weight: bold; }
.content a 		{ text-decoration: underline; }

.aqua 			{ color: #55CAE7; }
.red 				{ color: #EE3124; }
.orange 			{ color: #F47D30; }

a.RedArrow 		{ background: url('/2010/_GlobalVer_110209/images/global/arrow-red.gif') no-repeat right; padding-right: 15px; color: #EE3124; text-decoration: none; }
a.YellowArrow 	{ background: url('/2010/_GlobalVer_110209/images/global/arrow-yellow.gif') no-repeat right; padding-right: 15px; text-decoration: none; }
	
h2.red 			{ color: #EE3124; margin: 0; }

.textbox 			{ border: 1px solid #CCC; }

.FullContentWithNav ul li {
	list-style: square;
	margin-left: 35px;
	margin-bottom:4pt;
	}
h1#logo a{
	background: url('/2010/_GlobalVer_110209/images/master/logo.gif') no-repeat;
	text-indent: -9999px;
	height: 80px;
	width: 80px;
	float: left;
	}


/*
/		Other Randomly used selectors
--------------------------------------------------------------------------------------------------------*/
hr { border:0; border-bottom: 2px solid #CCC; margin-top: 20px; }




/*
/		Navigation Properties
--------------------------------------------------------------------------------------------------------*/
body {
	background-color: #FFF;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0 auto;
	width: 980px;
	color: #666;
	}
	
h1#logo a{
	background: url('/2010/_GlobalVer_110209/images/master/logo.gif') no-repeat;
	text-indent: -9999px;
	height: 80px;
	width: 80px;
	float: left;
	}

.left {
	float: left;
	display: inline;
	}
.right {
	float: right;
	display: inline;
	}
	
#footer { font-size: 10px; }
#footer .copy { margin-top: 15px; float: left; clear: left; }

/*
/		Navigation Properties
--------------------------------------------------------------------------------------------------------*/

#navigation		{ height: 100px; width: 880px; float: right; }
.mainNav ul 	{ list-style: none; }
.mainNav ul li 	{ float: left; background: url('/2010/_GlobalVer_110209/images/nav/bg.gif') repeat-x; }
.mainNav ul li a { list-style: none; float: left; display: block; height: 42px; text-indent: -9999px; }

.mainNav ul li img { float: left; }
.mainNav ul .TeachingLearning a { background: url('/2010/_GlobalVer_110209/images/nav/TeachingLearning.gif'); width: 156px; }
.mainNav ul .CommerceSecurity a { background: url('/2010/_GlobalVer_110209/images/nav/CommerceSecurity.gif'); width: 160px; }
.mainNav ul .AlertNotification a { background: url('/2010/_GlobalVer_110209/images/nav/AlertNotification.gif'); width: 146px; }
.mainNav ul .Mobile a { background: url('/2010/_GlobalVer_110209/images/nav/MobileSolutions.gif'); width: 71px; }
.mainNav ul .SolutionsMarket a { background: url('/2010/_GlobalVer_110209/images/nav/SolutionsMarket.gif'); width: 150px; }
.mainNav ul .Support a { background: url('/2010/_GlobalVer_110209/images/nav/Support.gif'); width: 75px; }
.mainNav ul .Communities a { background: url('/2010/_GlobalVer_110209/images/nav/Communities.gif'); width: 108px; }
.mainNav ul .Communities.active a {padding-right: 0;} 
.mainNav ul li a:hover { background-position: left -42px; }
.mainNav ul li.active a { background-position: bottom; padding-right: 2px;}
.mainNav ul li.active a:hover { background-position: bottom; }
.mainNav ul li ul { display: none; }
.subNav ul { list-style: none; }
.subNav ul li a { text-decoration: none; }

.subNav .CMSListMenuLinkHighlighted {
	font-weight: bold;
	}
#navigation .subNav {
	list-style: none;
	clear: left;
	}
	#navigation .subNav li {
	float: left;
	padding: 16px 20px 0 0;
	font-size: 11px;
	color: #666;
	}

#footer {
	background: url('/2010/_GlobalVer_110209/images/master/footerBG.gif') repeat-x;
	margin: 60px 0 30px 0;
	color: #666;
	}
	#footer ul {
	float: right;
	display: inline;
	margin-right: 60px;
	}
	#footer ul li {
	background-color: #FFF;
	list-style: none;
	float: left;
	padding: 0 10px 0 10px;
	}
	#footer p {
	clear: both;
	}

.FullContentWithNav li, .FullContentWithNav ul li
{
 list-style-position:outside;
 list-style-type:disc;
 margin-left:20px;   
}

.FullContentWithNav a, .FullContentWithNav li a, .FullContentWithNav ul li a, ul li a { text-decoration: none; color: #449ccf; }
.FullContentWithNav a:hover, .FullContentWithNav li a:hover, .FullContentWithNav ul li a:hover, ul li a:hover { color: #276081; }