/* Global Reset
----------------------------------------------- */

@import url(/assets/css/reset.css);

/* The Rest...
----------------------------------------------- */

a.credit {
	display: none;
}

body
{
	font-size: 80%;
	font-family: Tahoma,arial,helvetica,sans-serif;
	color: #000000;
	background-color: #E7EEF5;
	background-image: url("/assets/images/body_bg.png");
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 { color: #000000; font-weight: normal; padding: 3px 0 3px 0; }
h1 { font-size: 1.3em; color: #a50026; }
h2 { font-size: 1.2em; color: #a50026; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.05em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

hr { border: none; height: 1px; width: 100%; color: #c4c9dc; background-color: #c4c9dc; margin: 0 auto; }

a { color: #165ba0; }
a:link { color: #165ba0; }
a:visited { color: #064b90; }
a:hover { text-decoration: none; }

a.external { color: #ff0000; }
a.external:visited { color: #990000; }

a.download { color: #add8e6; }
a.download:visited { color: #7aa5b3; }

a.email { color: #388e8e; }
a.email:visited { color: #055b5b; }

.clear { clear: both; }

div.wrap { text-align: center; }
div.wrap-inner { margin: 0 auto; width: 920px; text-align: left; }
div.wrap-indent { margin-left: 20px; }

#sub-main-inner a, #sub-rhs a {
	border-bottom: 1px solid #C1D6E8;
}
#sub-main-inner a:hover, #sub-rhs a:hover {
	border-bottom: 1px solid #84ACD2;
}

/* START Header */
#header
{
	position: relative;
	background-color: #ffffff;
	color: #165ba0;
	height: 95px;
}

#header img { float: left; }
#strapline { float: left; display: inline; margin-left: 45px; padding: 40px 0 0 0; font-size: 1.5em; color: #165ba0; }

#header-text-links { float: right; margin-top: 33px; font-size: 11px; }
ul#header-links { float: left; list-style-type: none; margin-top: 9px; }
ul#header-links li { display: inline; float: left; padding: 0 7px; border-right: 1px solid #C4CADC; }
ul#header-links li a { border-bottom: 1px solid #8AADCF;}
ul#header-links li.no-border { border-right: 0 none; }

ul#search-link { float: left; margin-right: 10px; list-style-type: none; height: 30px; width: 57px; background-color: #ff0000; background: url(/assets/images/search_link_bg.png) no-repeat left top; text-align: center; }
ul#search-link li { display: block; padding: 8px 10px; }
ul#search-link li a { padding-top: 5px; }

/* START Search popup */
#search-popup { display: none; position: absolute; top: 55px; left: 650px; width: 264px; z-index: 100; height: 59px; }
#search-popup-top { height: 25px; background: url(/assets/images/popup_search_top_bg.png) no-repeat left top; }
#search-popup-mid { height: 22px; background: url(/assets/images/popup_search_mid_bg.png) repeat-y left top; overflow: hidden; }
#search-popup-bottom { height: 12px; background: url(/assets/images/popup_search_bottom_bg.png) no-repeat left top; }
#search-popup form { display: inline; vertical-align: top; }
#search-popup-mid-left { float: left; margin-left: 10px; width: 47px; overflow: hidden; margin-top: 2px; height: 22px; }
#search-popup-mid-centre { float: left; width: 169px; margin-top: 2px; height: 22px; }
#search-popup-mid-right { float: left; margin-left: 5px; width: 33px; height: 22px; }
#search-popup form label { vertical-align: top; }
#search-popup form input.search-input { width: 169px; background: url(/assets/images/popup_search_input_bg.png) no-repeat left top; padding-left: 2px; }
/* END Search popup */
/* END Header */


/* START Top Nav */
div#topnav-cont
{
	height: 32px;
}

div#topnav-cont ul
{
	list-style-type: none;
}

ul#topnav a { display: block; width: 128px; color: #ddddee; height: 32px; padding: 6px 0 0 0; text-align: center; font-size: 14px; }
ul#topnav a:hover { color: white; }

ul#topnav li { float: left; width: 128px; height: 32px; }

ul#topnav li.solutions { background: url(/assets/images/topnav_left_bg.png) no-repeat; }
body.solutions ul#topnav li.solutions { background: url(/assets/images/topnav_left_selected_bg.png) no-repeat; }

ul#topnav li.products { background: url(/assets/images/topnav_mid_bg.png) repeat-x; }
body.products ul#topnav li.products { background: url(/assets/images/topnav_mid_selected_bg.png) repeat-x; }
ul#topnav li.clients { background: url(/assets/images/topnav_mid_bg.png) repeat-x; }
body.clients ul#topnav li.clients { background: url(/assets/images/topnav_mid_selected_bg.png) repeat-x; }
ul#topnav li.partners { background: url(/assets/images/topnav_mid_bg.png) repeat-x; }
body.partners ul#topnav li.partners { background: url(/assets/images/topnav_mid_selected_bg.png) repeat-x; }
ul#topnav li.news-and-events { background: url(/assets/images/topnav_mid_bg.png) repeat-x; }
body.news-and-events ul#topnav li.news-and-events { background: url(/assets/images/topnav_mid_selected_bg.png) repeat-x; }
ul#topnav li.about { background: url(/assets/images/topnav_mid_bg.png) repeat-x; }
body.about ul#topnav li.about { background: url(/assets/images/topnav_mid_selected_bg.png) repeat-x; }

ul#topnav li.support { background: url(/assets/images/topnav_right_bg.png) no-repeat; }
body.support ul#topnav li.support { background: url(/assets/images/topnav_right_selected_bg.png) no-repeat; }
/* END Top Nav */
ul#topnav li ul { display: none; }



#footer { font-size: 0.8em; text-align: center; color: #626a72; }
#footer a { color: #626a72; border-bottom: 1px solid #ADB2B8; }

/* START Content styles */
.hidden { display: none; }

p { padding: 7px 0 7px 0; line-height: 140%; }

#sub-main-inner { /*background-color: #E1E8F3;*/ padding: 7px 10px 7px 10px; }
#sub-main-inner ul { margin: 10px 20px 20px 30px; }
#sub-main-inner ul li { margin: 3px 0 3px 0; list-style: disc; list-style-position: outside; }

/* END Content styles */

h2.category {
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0 0 10px 0;
}
div.logo {
	float: left;
	width: 243px;
	margin: 0 0 20px 0;
	border-right: 1px solid #E1E4ED;
}
div.logo img {
	margin: 10px auto 10px auto;
}
div.description {
	margin: 0 0 20px 243px;
	padding: 0 0 0 20px;
	border-left: 1px solid #E1E4ED;
}
div.clear {
	clear: both;
}

/****/

div.HRule { height: 1px; border-top: 1px dotted #AAC2D6; margin: 3px 0 3px 0; }


/* Bubble pop-up */
table.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}
table.popup td {
	padding: 0;
}
table.popup td.corner {
	height: 20px;
	width: 20px;
}
table.popup td#topleft { background-image: url("/assets/search/bubble_1.png"); }
table.popup td.top { background-image: url("/assets/search/bubble_2.png"); }
table.popup td#topright { background-image: url("/assets/search/bubble_3.png"); }
table.popup td.left { background-image: url("/assets/search/bubble_4.png"); }
table.popup td.right { background-image: url("/assets/search/bubble_5.png"); }
table.popup td#bottomleft { background-image: url("/assets/search/bubble_6.png"); }
table.popup td.bottom { background-image: url("/assets/search/bubble_7.png"); }
table.popup td#bottomright { background-image: url("/assets/search/bubble_8.png"); }
table.popup td.center {
	background-color: white;
}
table.popup input.search-input {
	width: 130px;
	margin: 0 5px 0 5px;
}

#sub-main-inner blockquote {
	border-left: 1px solid #c4c9dc;
	margin: 10px 10px 10px 20px;
	padding: 0;
}
#sub-main-inner blockquote p {
	padding: 0 0 0 20px;
	color: #095AA5;
}
#sub-main-inner p.indent {
	margin: 0 0 0 20px;
}
#sub-main-inner div.alert {
	border-top: 1px solid #A50026;
	border-bottom: 1px solid #A50026;
	background-color: #E8BFC9;
	padding: 10px;
}

#sub-main-inner div.download {
	margin: 10px 0 10px 0;
	border-top: 1px solid #A50026;
	border-bottom: 1px solid #A50026;
	background-color: #E8BFC9;
	padding: 10px;
}
#sub-main-inner div.download p {
	font-size: 14px;
}
#sub-main-inner div.download p a {
	color: #A50026;
	border-bottom: 1px solid #C65F77;
}
#sub-main-inner div.download p a:hover {
	border-bottom: 1px solid #A50026;
}
span.file_type {
	font-size: 12px;
	color: #7F7F7F;
}