/*
* Standard CSS for CIO Direct
* color 1: e6e7e1  background
* color 2: 8a6b0b  header 1
* color 3: 004b9f  header 2
*
*********************************************************************/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
} 

body {
        background-color: #e6e7e1;
	xbackground-image: url(images/home-slvr.gif);
	xbackground-repeat: repeat-y;
	xbackground-position: top center;
	color: #000;
        font-family: 'Century Gothic', sans-serif;
        font-size: 10pt;
}

#mainbox_home {
	background: url(images/home-slvr.gif) repeat-y;
	margin: auto;
	overflow: auto;
	width: 770px;
}

#mainbox {
	margin: auto;
	overflow: auto;
	width: 770px;
}

#header {
	clear: both;
	background: url(images/int-head.jpg);
	height: 90px;
}

#splash {
	border: 0;
}

#nav {
	font-size: 10pt;
}

#mainav {
	margin: 0 auto 0 auto;
	padding-top: 7px;
	padding-bottom: 20px;
}

#mainav li {
	display: block;
	float: left;
	padding-bottom: 0;
	text-align: left;
	height: 48px;
}

#mainav li.active {
	color: #ffa803;
	font-weight: bold;
}

#mainav li.nav_home a {
	background: url(images/nav-home2.gif);
	width: 52px;
}

#mainav li.nav_cio a {
	background: url(images/nav-cio.gif);
	width: 82px;
}

#mainav li.nav_dr a {
	background: url(images/nav-drm.gif);
	width: 81px;
}

#mainav li.nav_3pl a {
	background: url(images/nav-3pl.gif);
	width: 39px;
}

#mainav li.nav_ecom a {
	background: url(images/nav-ecom.gif);
	width: 93px;
}

#mainav li.nav_about a {
	background: url(images/nav-about.gif);
	width: 73px;
}

#mainav li.nav_faq a {
	background: url(images/nav-faq.gif);
	width: 44px;
}

#mainav li.nav_res a {
	background: url(images/nav-resco.gif);
	width: 88px;
}

#mainav li.nav_contact a {
	background: url(images/nav-cont2.gif);
	width: 96px;
}

#mainav li.nav_info a {
	background: url(images/nav-info-int.gif);
	width: 115px;
}

#mainav li.nav_info_home a {
	background: url(images/nav-info-home.jpg);
	width: 115px;
}

#mainav li a {
	display: block;
	height: 48px;
}

#mainav li a span {
	display: none;
}

#mainav li a:hover {
	background-position: top right;
}

#maincontent {
	background: #fff url(images/int-slvr.gif) repeat-y;
	padding: 20px 60px 40px 60px;
}

#plaintext {
	display: none;
}

#quotes li {
	padding-bottom: 10px;
}

#pic_home1 {
	float: right;
	margin-left: 20px;
}

#pic_home2 {
	float: left;
	margin-right: 20px;
}

h1 {
	color: #8a6b0b;
	font-size: 16pt;
	font-weight: bold;
	margin-left: -40px;
	margin-bottom: 20px;
}

h2 {
	color: #004b9f;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}

h3 {
	color: #000;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 20px;
}


a:hover {
	color: #ffa803;
	text-decoration: underline;
}

#footer_main {
	font-size: 8pt;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

#footer {
	background: url(images/int-foot.gif) no-repeat;
	font-size: 8pt;
	padding-top: 20px;
	text-align: center;
}

