/* LAST UPDATED 09.08.08 */

/*

	Table of Contents

	I. GENERAL
	II. NAVIGATION MENUS
	III. STRUCTURE & TYPOGRAPHY
	IV. FORM ELEMENTS
	V. HEADINGS

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff url('../images/body_bg.gif') repeat-x;
	color: #010000;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0em 0px;
	font-weight: normal;
	color: #190475;
}
h2{
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0em 0px;
	font-weight: normal;
	color: #190475;
}
h3 {
	font: 1.2em Arial, Helvetica, sans-serif;
	line-height: 1.167em;
	margin: 1.167em 0px 0.5em 0px;
	color: #f1b327;
	font-weight: bold;
}
h3 a{
	color: #f1b327;
}
h3 a:hover{
	color: #000;
}
h3 a:visited{
	color: #f1b327;
}
h3 a:visited:hover{
	color: #000;
}

h4{
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #190475;
}
p{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 1em 0px;
	color: #333;
}
ul{
	margin: 0px 0px 1.75em 0px;
	list-style-type: disc;
}
ol{
	margin: 0px 0px 1.75em 0px;	
}
li{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0px 0px 0.5em 1em;
	color: #333;
}
ol li{ margin-left: 2em; list-style-type:decimal; }
ol li li{ list-style-type:lower-roman; }
ul li{ list-style-type:disc; }
a{
	color: #190475;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}
a:hover{
	color: #000
}
a:visited{ 
	color:#190475;
}
a:active{ 
	color:#190475;
}

.small { font-size: 90%; }


.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 0px 10px 10px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
table{ width: 100%; margin: 0px 0px 1em 0px;}
td{ padding: 5px; line-height: 20px;}
td strong{ color: #190475;}

ul.style1 li{
	font-size: 90%;
	line-height: 1.6em;
	list-style: none;
	list-style-image: url('../images/li.gif');	
	margin: 0.75em 0px;
}

/* -----------------------------------------------------------
		II. NAVIGATION MENUS
----------------------------------------------------------- */

#allocateLink a span{ display: none; }
#allocateLink a{
	display: block;
	width: 200px;
	height: 80px;
	position: absolute;
	left: 450px;
}


#nav ul { /* all lists */
	height: 28px;
	padding: 0;
	margin: 0px 0 0 11px;
	list-style: none;
	line-height: 1em;
}

#nav a {
	font-style: normal;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	background: url('../images/menu_bg.gif') 0 0  no-repeat;
}

#nav a:hover {
	background: url('../images/menu_bg.gif') 0 -27px no-repeat;
}

#nav #first a  {
	background: url('../images/menu_bg.gif') -1px -1px  no-repeat;
}
#nav #first a:hover {
	background: url('../images/menu_bg.gif') -1px -28px  no-repeat;
}

#nav ul li {
	height: 28px;
	line-height: 28px;
	width: auto;
	float: left;
	width: 90px;
	text-align: center;
	margin: 0px;
	list-style-type: none;
}

#nav li { /* all list items */
	width: 10em; /* width needed or else Opera goes nuts */
	margin: 0px;
}

#nav li .about {
	width: 99px;
	text-align: center;
}
#nav li .solutions {
	width: 106px;
	text-align: center;
}
#nav li .customers {
	width: 106px;
	text-align: center;
}
#nav li .events {
	width: 106px;
	text-align: center;
}
#nav li .news {
	width: 106px;
	text-align: center;
}
#nav li .partners {
	width: 106px;
	text-align: center;
}
#nav li .resources {
	width: 106px;
	text-align: center;
}
#nav li .login {
	width: 106px;
	text-align: center;
}
#nav li .contact {
	width: 107px;
	text-align: center;
}




#nav li ul { /* second-level lists */
	position: absolute;
	width: 15em;
	margin: 0;
	padding: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li ul.about li {
	width: 99px;
}
#nav li .solutions  ul li {
	width: 200px;
}
#nav li .customers  ul li {
	width: 106px;
}
#nav li .events  ul li {
	width: 106px;
}
#nav li .news  ul li {
	width: 106px;
}
#nav li .partners  ul li {
	width: 106px;
}
#nav li .resources  ul li {
	width: 106px;
}
#nav li .login  ul li {
	width: 106px;
}
#nav li .contact  ul li {
	width: 107px;
}

#nav li ul li {
	width: 100%;
	text-align: left;
	text-indent: 12px;
	
}

#nav li ul li.sep {
	background: #333399 url('../images/sep.gif') left repeat-x;
	height: 1px;
}

#nav li ul li a {
	background: url('../images/menu_bg.gif') -1px -1px  repeat-x;
}

#nav li ul li a:hover {
	background: url('../images/menu_bg.gif') -1px -28px  repeat-x;

}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover { position: static; } /* fixes IE7 sticky issue */


/* Content Page Right Navigation */

#rightNav {
	float: right;
	width: 222px;
	padding-top: 25px;
}
#rightNav h3{
	padding-top: 20px;
}
#rightNav p{
	color: #666;
}

#sideNav {
	background: #fff url('../images/rightnav_bg.gif') top no-repeat;
	width: 222px;
	font-size: 90%;
	margin: 15px 0;
}

	#sideNav h2 {
		font-size: 14px;
		font-weight: normal;
		color: #fff;
		padding: 8px 0 15px 20px;
		margin: 0px;
	}

	#sideNav ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

		#sideNav li {
			border-top: 1px #cdcecf solid;
			width: 222px;
			height: 30px;
			list-style-type: none;
			margin: 0px;
		}

		#sideNav li a {
			display: block;
			width: 222px;
			height: 30px;			
			color: #000;
			text-decoration: none;
		}

		#sideNav li a:hover { text-decoration: underline; }

	#sideNavFooter {
		background: url('../images/bg-sideNavFooter.gif') bottom no-repeat;
		height: 7px;
	}


#sideNav2 {
	background: #fff url('../images/rnav2_bg.gif') top no-repeat;
	width: 222px;
	font-size: 85%;
}

	#sideNav2 h2 {
		font-size: 14px;
		font-weight: normal;
		color: #fff;
		padding: 10px 0 5px 20px;
		margin: 0px;
	}

	#sideNav2 ul {
		margin: 0px;
		padding: 0;
		list-style: none;
	}

		#sideNav2 li {
			background: url('../images/bg-sideNav2-a.png') top no-repeat;
			width: 222px;
			height: 30px;
			list-style-type: none;
			margin: 0px;
		}

		#sideNav2 li a {
			display: block;
			width: 222px;
			height: 28px;
			line-height: 25px;
			text-indent: 20px;
			color: #fff;
			text-decoration: none;
		}

		#sideNav2 li a:hover { text-decoration: underline; }

	#sideNav2Footer {
		background: url('../images/bg-sideNav2Footer.gif') bottom no-repeat;
		height: 8px;
	}

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	width: 968px;
	background: transparent;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -27px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	width: 968px;
	height: 95px;
	background: url('../images/header.gif') no-repeat;
	position: relative;
}
#popupheader {
	height: 95px;
	background: url('../images/popupheader.jpg') no-repeat;
	position: relative;
}
#popupheader h1 {
	text-indent: -9000px;
}
#header h1 {
	text-indent: -9000px;
}

#searchbox {
	position: absolute;
	top: 38px;
	left: 740px;
	height: 26px;
	width: 230px;
}



#nav {
	width: 968px;
	height: 30px;
	padding: 1px 0 0 0;
	background: url('../images/nav_bg.gif') no-repeat;
}

#topcontent {
	width: 968px;
	height: 306px;
	background: url('../images/main_bg.gif') no-repeat;
}

#topcontent .inside {
	width: 960px;
	margin: 0 auto;
}

#topcontent .inside .mainflash {
	width: 720px;
	height: 219px;
	float: left;
}

#topcontent .inside .latestnews {
	width: 240px;
	height: 219px;
	background: #f1b327;
	float: left;
}

#topcontent .inside .latestnews h2 {
	font-weight: normal;
	font-size: 150%;
	color: #ffffff;
	padding: 10px 14px;
	margin: 0px;
}

#topcontent .inside .latestnews p {
	font-weight: bold;
	color: #ffffff;
	margin: 0px 14px;
	font-size: 90%;
	line-height: 17px;
}
#topcontent .inside .latestnews a{
	color: #fff;
}
#topcontent .inside .latestnews a:hover{
	color: #000;
}

#topcontent .inside .latestnews p.dotted {
	font-weight: bold;
	border-bottom: 1px #ffffff dotted;
	padding: 7px 0px;
}
p.dotted a{
	text-decoration: none;
}
#topcontent .col1 {
	height: 82px;
	width: 241px;
	float: left;
	display:inline;
}	

#topcontent .col1 .inside {
	width: 210px;
	padding: 19px 0 0 24px;
}


#topcontent .col2 {
	height: 82px;
	width: 240px;
	float: left;
	display:inline;
}	

#topcontent .col2 .inside {
	width: 220px;
	margin: 0;
	padding: 7px 0 0 16px;
}
#topcontent .col2 .inside p {
	font-size: 85%;
	line-height: 17px;
	margin: 5px 0 0 0;
}


#topcontent .col3 {
	height: 82px;
	width: 240px;
	float: left;
	display:inline;
}	
#topcontent .col3 .inside {
	width: 215px;
	margin: 0;
	padding: 7px 0 0 16px;
}
#topcontent .col3 .inside p {
	font-size: 85%;
	margin: 5px 0px 0px 0px;
	padding: 0;
}
#topcontent .col3 .inside form{
	margin: 0;
	padding: 0;
}
#topcontent .col3 .inside .update_email {
	border: #dedede 1px solid;
	font-size: 90%;
	color: #787884;
	width: 156px;
	height: 17px;
}

#topcontent .col4 {
	height: 82px;
	width: 239px;
	float: left;
	display:inline;

}	

#topcontent .col4 .inside {
	width: 220px;
	padding: 7px 0 0 16px;
}

#topcontent .col4 .inside p {
font-size: 85%;
	line-height: 17px;
	margin: 5px 0 0 0;
}

#topcontent .col4 .inside p span {
	color: #190475;
	font-weight: bold;
}

#content{ padding-bottom: 20px; }
#content .sep {
	width: 1px;
	height: 171px;
	float: left;
	background: #cccccc;
	margin: 22px 0 0 0;
	padding: 0;
}


#content .col1 {
	width: 244px;
	float: left;
}
#content .col1 .inside{
	padding: 6px 10px 0px 10px;
}

#content .col2 {
	width: 479px;
	float: left;
}
#content .col2 .inside {
	padding: 6px 23px;
}


#popup{
	width: 400px;
	padding: 20px;
}
#popup strong{
	color: #003366;
}


#content .col3 {
	width: 240px;
	float: left;
}
#content .col3 .inside {
	padding: 6px 0px 0px 19px;
}

#narrowcontent {
	width: 680px;
	float: left;
	padding: 20px 0 0 40px;
}

#narrowcontent .sep {
	background: #c8c9ca;
	height: 1px;
	width: 100%;
	margin: 0 0 1em 0;
}	


#narrowcontent .leftcol {
	width: 224px;
	float: left;
	padding-bottom: 20px;
}

#narrowcontent .leftcol .testimony{
	background: url('../images/testimonial.gif') no-repeat bottom #ececec;
	padding: 2px 10px 5px 10px;
}
.testimony p.quote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1em;
}

#narrowcontent .rightcol {
	width: 440px; 
	float: left;
	padding: 0;
}
#narrowcontent .rightcol .inner{
	padding: 0px 16px 0px 16px;
}
#narrowcontent .rightcolalt {
	width: 664px; 
	float: left;
	padding: 0;
}

.clearleft {clear: left;}

#footer, .push {
	height: 27px; /* .push must be the same height as .footer */
}


#footer {
	width: 968px;
	margin: 20px auto;
	text-align: right;
	height: 27px;
	background: url('../images/footer.gif') no-repeat;
	clear: both;
	font-size: 90%;
	color: #989898;
}

#footer span {
	line-height: 27px;
	margin: 0 40px 0 0;	
}

/* -----------------------------------------------------------
		IV. FORM ELEMENTS
----------------------------------------------------------- */
form.cmxform label { width: 200px; color: #190475;} /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ border: 1px solid #ccc; padding: 10px; margin-top: 20px; background: url(../images/form_bg.gif) repeat-x top #fff; }
form.cmxform div.fieldset{ border: 1px solid #666; padding: 10px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	font: 1.5em;
	font-style: italic;
}
form.cmxform ol{
	font-size: 1em;
	margin-bottom: 5px;
}
form.cmxform li{
	border-bottom: 1px solid #ccc;	
}
.error_message{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#cc0000;
}

.textbox{
	border: 1px solid #666;
	padding: 2px;
	width: 250px;
	height: 25px; 
	font-size: 16px;
}
.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 250px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submitbutton{
	padding: 0px 3px 0px 3px;
	height: 30px;
	background: url(../graphics/button_bg_right.gif) repeat-x #D3E9F4;
	border: 0;
	font-size: 14px;
	font-weight: bold;
}
.search_button {
	border: none;
	width: 74px;
	height: 27px;
	background: url('../images/search.jpg') no-repeat;
	cursor: pointer;
	position: relative;
	top: 4px;
}

#topcontent .col3 .inside .update_button {
	border: none;
	width: 24px;
	height: 27px;
	background: url('../images/subscribe_go.jpg') no-repeat;
	cursor: pointer;
	position: relative;
	top: 4px;

}

.searchtext {
	border: 1px #c3c3c3 solid;
	width: 143px;
	height: 20px;
}


/* -----------------------------------------------------------
		VI. FixPNG for IE6 (from Komodo)
----------------------------------------------------------- */


.article{
	border-bottom: 1px dashed #ccc;
	height: 1%;
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#narrowcontent .article p{
	padding-left: 0px;
	line-height: 1.4em;
	margin: 0.3em 0px 1.4em 0px; 
}
.article .date{
	font-size: 10px;
	font-style: italic;
	margin: 0px;
}
.article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.article {display: inline-block;}
/* Hides from IE-mac \*/
* html .article {height: 1%;}
.article {display: block;}
/* End hide from IE-mac */

/* ------------------ Pagination Controls ---------------------- */
.pagination{
padding: 5px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/

}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
margin-left: 0px;
}

.pagination a, .pagination a:visited{
padding: 5px;
text-decoration: none; 
color: #190475;
}

.pagination a:hover, .pagination a:active{
color: #2b9cff;
}

.pagination a.currentpage{
color: #000 !important;
font-weight: bold;
cursor: default;
background-color: #e6e6e6;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
color: #666;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

#narrowcontent .rightcolalt p.errortext{
	line-height: 17px;
	color: #663399;
	font-style: italic;
}
#page-image{
	margin-bottom: 10px;
}
.floatingbox{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	background: #fff;
	border: #f1b327 1px solid;
	z-index: 2;
	padding: 5px;
}

#countdown1{
	background: #009bc9;
	padding: 5px;
	color: #fff;
	font-size: 1.1em;
}
.ticks ul{
	margin-left: 0px;
}
.ticks li{
	background: url(../graphics/tick.jpg) no-repeat;
	padding: 0px 0px 0px 17px;
	margin-left: 0px;
	list-style-type: none;
}