/*
------------------------------------------------------------------------------
	
	RCI CSS
	Copyright (c) 2003 Ronneberger Computing Inc. All Rights Reserved.
	Wed 10 Mar 2004
		
------------------------------------------------------------------------------
*/


/*
-----------------------------------------------------
	global positioning and elements
-----------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/global/spacer.gif) repeat-y 50% 0;
	}
	
img {
	display: block;
	border: 0px;
	}
	
ul {
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	/* list-style-image: url(../images/global/arrow.gif); */
	list-style-position: inside;
	text-indent: -2px;
	}
	
li {
	padding: 0px 20px 0px 0px;
	}
	
.imgright {
	float: right;
	margin-left: 15px;
	margin-top: 4px;
	}
	
.imgleft {
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	}
	
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 11px;
	text-align: left;
	background: url(../images/global/spacer.gif) repeat-y;
	width: 770px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}

html>body #wrap {
  	width: 750px;
	} 


/*
-----------------------------------------------------
	text styles
-----------------------------------------------------
*/

a {
	color: #00548F;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #00548F;
	text-decoration: none;
	}
	
a.title, a.title:hover, a.title:active, a.title:visited {
	font-size: 12px;
	font-weight: bold;
	color: #00548F;
	text-decoration: none;
	}

strong {
	color: #00548F;
	}
	
em {
	color: #666666;
	}
	
p {
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
h2 {
	font-size: 13px;
	font-style: italic;
	color: #00548F;
	margin: 0px;
	}
	
h3 {
	font-size: 13px;
	font-style: italic;
	color: #8EA546;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}
	
h4 {
	font-size: 13px;
	font-style: italic;
	color: #8EA546;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}
	
h5 {
	font-size: 13px;
	font-style: italic;
	color: #00548F;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	}
	
.error {
	color: #8EA546;
	}
	
	
/*
----------------------------------
	the almighty logo
----------------------------------
*/
	
#logo {
	position: absolute;
	left: 36px;
	top: 20px;
	width: 151px;
	height: 59px;
	z-index: 2;
	}
	
	
/*
----------------------------------
	homepage
----------------------------------
*/
	
#header {
	position: absolute;
	left: 0px;
	top: 58px;
	width: 766px;
	height: 164px;
	z-index: 1;
	}
	
#feature {
	position: absolute;
	left: 30px;
	top: 268px;
	width: 408px;
	height: 302px;
	}
	
#intro {
	position: absolute;
	left: 500px;
	top: 248px;
	width: 230px;
	}
	
.dots {
	margin: 4px 0px 10px 0px;
	background-image: url(../images/homepage/dots.gif);
	background-repeat: no-repeat;
	}
	

/*
----------------------------------
	main menu
----------------------------------
*/
	
#products {
	position: absolute;
	left: 208px;
	top: 2px;
	width: 63px;
	height: 20px;
	z-index: 2;
	}
	
#solutions {
	position: absolute;
	left: 248px;
	top: 2px;
	width: 67px;
	height: 20px;
	z-index: 2;
	}
	
#company {
	position: absolute;
	left: 288px;
	top: 2px;
	width: 62px;
	height: 20px;
	z-index: 2;
	}
	
#contact {
	position: absolute;
	left: 326px;
	top: 2px;
	width: 76px;
	height: 20px;
	z-index: 2;
	}

	
/*
----------------------------------
	sub pages
----------------------------------
*/
	
#p_header {
	position: absolute;
	left: 0px;
	top: 58px;
	width: 766px;
	height: 110px;
	z-index: 1;
	}

#p_body {
	position: absolute;
	left: 224px;
	top: 192px;
	width: 500px;
	}
	
#p_text {
	position: absolute;
	left: 26px;
	top: 192px;
	width: 700px;
	}	

#subnav {
	position: absolute;
	left: 26px;
	top: 184px;
	width: 160px;
	background-image: url(../images/global/subnav_bg.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
	
#textleft {
	margin: 43px 15px 0px; 5px;
	font-size: 10px;
	}
	
.sectiontitle {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #00548F;
	}
	
.sectionhead {
	top: 40px;
	left: 15px;
	font-size: 10px;
	font-weight: normal;
	line-height: 22px;
	padding: 0px;
	}
	
.leftmenu {
	margin-left: 0px;
	font-size: 10px;
	line-height: 22px;
	}
	
.pagemenu {
	margin-left: 10px;
	font-size: 10px;
	line-height: 22px;
	}

	
/*
-------------------------------------------------------------------------------------------
	this is the footer container, which holds all of the legal mumbo jumbo
-------------------------------------------------------------------------------------------
*/

.footer, a.footer, a.footer:hover, a.footer:active, a.footer:visited {
	margin-top: 50px;
	left: 0px; /* ie6win patch begins */
	color: #999999;
	font-size: 9px;
	text-align: left;
	text-decoration: none;
	}
