
/* Global Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 800px;
	margin: 0px auto;
	float: none;
	clear: both;
}
#mainbody {
	width: 800px;
	float: left;
	clear: both;
	padding: 0px;
	margin: 10px 0px 0px;
}
img {
	border: 0px;
}

.rightimage {
	float: right;
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.leftimage {
	float: left;
	border: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.fullwidthimage {
	clear: both;
	border: 0px;
	margin-bottom: 10px;
}


/* Header */
#header {
	margin-bottom: 10px;
	padding: 6px;
	width: 788px;
	height: 100px;
	background-color: #154695;
	background: url("images/header-background.gif") repeat-y;
}

/* Top Menu */
#topmenu {
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	background-color: #154695;
	background-image:   url("images/top-menu-background-new.gif");
	background-repeat: repeat-x;
	clear: both;
	float: left;
}
#topmenu ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topmenu li {
	float: left;
	height: 38px;
	background-image:  url("images/top-menu-separator-new.gif");
	background-repeat:no-repeat;
	background-position: 0 9px
}

#topmenu li.firstItem {
	background-image: none
}

#topmenu ul a:link, #topmenu ul a:visited {
	display: block;
}

#topmenu a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 10px 13px;
}
#topmenu a:hover{
	text-decoration:none;
	font-weight: bold;
	margin: 0px;
	background-image:    url("images/top-menu-background-on-new.gif");
	background-repeat: repeat-x;
}
#topmenu img{
	padding: 0px;
	margin: 0px;
	background-color: #154695;
}




#home #menuHome,
#websure #menuWebsure,
#webx #menuWebX,
#services #menuServices,
#company-history #menuCompany-History,
#case-studies #menuCase-Studies,
#dataServices #menuDataServices,
#contact-us #menuContact-Us
{
	color: #CCCCCC;
	background-image:   url("images/white-triangle.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}



/* Mainbody */
#mainbodyleft {
	width: 570px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
}
#mainbodyleft h1 {
	font-size: 180%;
	font-weight: Normal;	
	color: #154695;
	margin: 0.6em 0px 0.2em;
}

#mainbodyleft h2 {
	font-size: 120%;
	font-weight: normal;
	color: #154695;
	margin: 0px 0px 0.2em;
}

#mainbodyleft h3 {
	font-size: 110%;
	font-weight: normal;
	color: #154695;
	margin: 0px 0px 0.2em;
}

#mainbodyleft p {
	font-size: 90%;
	line-height: 1.3em;
	margin: 0px 0px 1.3em;
	color: #333333;

}
#mainbodyleft p.intro {
	font-size: 110%;
	line-height: 1.3em;
	color: #888888;
	margin: 0px 0px 1.0em;
}

#mainbodyleft a:link, a:visited {
	color: #154695;
	text-decoration: underline;
}

#mainbodyleft a:hover {
	color: #4888C8;
	text-decoration: none;
}

#mainbodyleft li {
	font-size: 90%;
	color: #333333;
}
#mainbodyleft blockquote {
	width: 260px;
	float: right;
	border: solid #AAAAAA;
	border-width: 0px 0px 0px 1px;
	padding: 0px;
	margin: 0px 0px 5px 20px;
}
#mainbodyleft blockquote p{
	color: #154695;
	font-size: 120%;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

/* Main Image */
#mainimage {
	background-image:url("images/main-photo-background-new.gif");
	width: 570;
	height:220;
	padding: 0px;
	margin-bottom: 10px;
}
	
#mainimage p {
	font-size: 145%;
	line-height: 1.3em;
	margin: 0px;
	padding: 25px;
	color: #FFFFFF;
	height: 170px;  /* height plus padding x 2 must match main image height */
}

#mainimage img {
	float: right;
	border: 0px;
	margin: 0px;
}

#mainimage #websureTitle {
	font-size: 130%;
}

/* Right items */
#rightitems {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-bottom: 10px;
}

#rightitems h1{
	margin: 0px 0px 0.5em;
	padding: 0px;
	font-size: 150%;
}

#rightitems  p  {
	font-size: 80%;
	line-height: 1.3em;
	padding: 0px 10px;
	margin: 0px 0px 1.3em;
	color: #333333;
}
#rightitems ul{
	font-size: 80%;
	line-height: 1.4em;
	list-style-type: none;
	padding: 0px 10px 10px;
	margin: 0px;
}
#rightitems  a  {
	color: #666666;
}
#rightitems a:hover  {
	color: #4888C8;
}


#rightitems #rightmenu {
	width: 180px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-position: top;
}
#rightitems #rightmenu p {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 80%;
	line-height: 1.3em;
}
#rightitems #rightmenu h1 {
	margin: 1em 0px 0.2em;
	padding: 0px;
	font-size: 100%;
	color: #154695;
}
#rightitems #rightmenu ul {
	padding: 0px;
	list-style-type: none;
}

#rightitems #rightmenu li {
	margin: 0.3em 0px 0.5em 0px;
	line-height: 110%;
}

#rightitems #rightmenu li.description {
	margin: 0.2em 0px 1em;
	font-size: 90%;
	color: #666666;
}


#rightitems #rightmenu a {
	color: #666666;
	font-weight: bold;
}
#rightitems #rightmenu a:hover{
	color: #4888C8;

}

#rightitems .partnerImage
{
	text-align:center;
}



/* Footer */
#footer {
	width: 800px;
	padding-bottom: 20px;
	margin-top: 20px;
	clear: both;
}
#footer p{
	font-size: 0.7em;
	line-height: 1.3em;
	color: #999999;
	margin: 0px;
}
#footer a{
	color: #999999;
	text-decoration: underline;
	margin-right: 5px;
}
#footer a:hover{
	color: #4888C8;
}

/* Product Links */
#productimages {
	width: 520px;
	margin: 0 auto 20px auto;
}
#productimages img 
{
	width: 250px;
	margin: 2px;
}