/* -------------------------------------------------------------
	Z Integration
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			10 January 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #c2c7ca url(/images/bg_body.gif) repeat-x;
	font: normal 11px/1.6em Verdana, Helvetica, sans-serif;
	color: #696969;
	text-align: center;
}

fieldset {
	border: 0px;
}

a img {
	border: 0px;
}

a:link, a:visited {
	color: #b51e0f;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 8px;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 750px;
	margin: 14px auto 0 auto;
	text-align: left;
	background: #fff;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 12px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 100%;
	height: 86px;
	float: left;
	clear: both;
	background: url(/images/bg_index_cap.gif) no-repeat;
}

#brand, #brand a {
	width: 199px;
	height: 19px;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
}

#brand {
	margin: 37px 0 0 24px;
	display: inline;
}

#brand a {
	background: url(/images/logo_zintegration.gif) no-repeat;
}



/* --- ui --- */

#ui {
	width: 490px;
	margin-top: 32px;
	float: right;
}

#ui li {
	height: 30px;
	padding: 0 12px;
	float: left;
	line-height: 30px;
	border-left: 1px solid #cdd4d8;
	background: transparent;
}

#ui li.first {
	padding-left: 0;
	border: 0px;
}

#ui a:link, #ui a:visited {
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}


#ui a:hover, #ui a:active, #ui a:focus {
	color: #9b1108;
}


/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 100%;
	height: 170px;
	clear: both;
	text-indent: -9000em;
	overflow: hidden;
	background: url(/images/img_messaging.jpg) no-repeat;
}

#interior #messaging {
	background: url(/images/img_messagingInterior_01.jpg) no-repeat;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 226px;
	padding: 28px 10px 0 0;
	float: right;
	line-height: 1.4em;
}

#sidebar h3 {
	margin-bottom: 10px;
}

#sidebar .title {
	width: 100%;
	height: 20px;
	margin-bottom: 0;
	clear: both;
	line-height: 20px;
	font-size: 18px;
	text-indent: -9000em;
	overflow: hidden;
}

#title_shareSecurely {
	background: url(/images/title_shareDataSecurely.gif) no-repeat;
}

#title_shareReliably {
	background: url(/images/title_shareDataReliably.gif) no-repeat;
}

#title_shareEconomically {
	background: url(/images/title_shareDataEconomically.gif) no-repeat;
}

#title_recentNews {
	background: url(/images/title_recentNews.gif) no-repeat;
}


#sidebar h5 {
	margin-top: 15px;
	font: bold 21px Arial, Helvetica, sans-serif;
	color: #b01c0e;
}

#sidebar h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
}

#sidebar p, #sidebar img, #sidebar ul {
	margin-bottom: 18px;
}

#sidebar li {
	padding-bottom: 5px;
}

#sidebar p a:link,
#sidebar p a:visited {
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#sidebar p a:hover,
#sidebar p a:active,
#sidebar p a:focus {
	text-decoration: underline;
}

#sidebar .subnavigation {
	margin-bottom: 120px;
}

.separator_horizontal {
	width: 100%;
	height: 1px;
	margin-bottom: 16px;
	background: url(/images/separator_horizontal.gif);
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 461px;
	padding: 20px 0 8px 26px;
	float: left;
}

#body ul {
	padding-left: 20px;
}

#body h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 10px;
}

#body h3 {
	margin-bottom: 5px;
	padding-top: 12px;
	font-weight: bold;
	font-size: 11px;
	color: #b51e0f;
}

#body h2 {
	margin-bottom: 5px;
	padding-top: 12px;	
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #b01c0e;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

#body .sitemap_list {
	width: 40%;
	margin: 0;
	padding: 0 0 0 5%;
	float: left;
}

#index iframe {
	width: 732px;
	margin-left: 18px;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 750px;
	height: 60px;
	margin: 0 auto;
	padding-top: 34px;
	background: url(/images/bg_index_footer.gif) no-repeat;
	clear: both;
	font-size: 10px;
}

#footer a:link, #footer a:visited {
	color: #696969;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

#trademark {
	width: 100%;
}

#copyright {
	width: 100%;
}

#copyright .link_list {
	padding: 0 30px;
}

#copyright .link_list a {
	padding: 0 5px;
	border-left: 1px solid #696969;
}

#copyright .link_list a.first {
	border: 0px;
}




/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}