@charset "UTF-8";
/* CSS Document */

/* GLOBAL STYLES */

body {
	background-color: #cfcfcf;
	background-image: url(../images/bgtile.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333;
	text-align: center;
}

strong {
	font-weight: bold;
	color: #ff6a00;
}

em {
	color: #ff6a00;
	font-style: normal;
}

h2 {
	color: #ff6a00;
	font-size: 1.2em;
}

a, a:visited {
	color: #333e9f;
	text-decoration: none;
}

a:hover {
	color: #ff6a00;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearfloat {
	clear: both;
}

/*TOP CONTAINER */

#topcontainer {
	width: 909px;
	margin: 20px auto;
}

#header ul {
	float: right;
	margin: 0;
	font-size: 20px;
	position: relative;
	top: 91px;
	margin-right: 10px;
}

#header li {
	display: inline;
}

#header li a {
	padding: 3px 5px;
}

#header li a:hover {
	color: #fff;
	background-color: #212768;
	padding: 3px 5px;
}

#introcontent img {
	margin-top: 5px;
}

#topcontainer h1, h3 {
	text-align: left;
	color: #333e9f;
	margin: 20px 30px 0 40px;
	font-size: 2em;
	line-height: 130%;
	font-weight: normal;
}

#topcontainer h3 {
	font-size: 1.4em;
}

/* MAIN TEXT */

ul.nav {
	width: 900px;
	margin: 0 auto;
}

ul.nav li {
	display: inline;
	font-size: .85em;
}

#maintextboxtop {
	width: 909px;
	height: 16px;
	margin: 10px auto 0 auto;
	background-image: url(../images/maintextboxtop.png);
	background-repeat: no-repeat;
}

#maintextboxmain {
	width: 909px;
	margin: 0 auto;
	background-image: url(../images/maintextboxtile.png);
	background-repeat: repeat-y;
	text-align: left;
	overflow: hidden;
	line-height: 140%;
}

#maintextboxbottom {
	width: 909px;
	height: 16px;
	margin: 0 auto 20px auto;
	background-image: url(../images/maintextboxbottom.png);
	background-repeat: no-repeat;
}

#maintext {
	margin-left: 16px;
	text-align: left;
	float: left;
	width: 375px;
}

#maintext p {
	font-size: 1.2em;
}

#maintext ul {
	margin: .5em 0;
}

#maintext li {
	font-size: 1.4em;
	margin-left: 50px;
	padding: 6px 0;
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	line-height: 120%;
}

#mainimage {
	float: right;
	position: relative;
	right: 16px;
	margin-left: 26px;
}

p.backtotop {
	text-align: right;
	font-size: .75em;
	margin-bottom: 30px;
}

p.bottom {
	margin-bottom: 0px;
}

.textright {
	width: 658px;
	min-height: 180px;
	float: right;
	margin-right: 16px;
	padding-left: 8px;
}

.textright h2 {
	margin-bottom: .3em;
}

.textright h2.case {
	margin-bottom: 0;
}

.textright p {
	margin-bottom: .3em;
}

.imgleft {
	width: 202px;
	overflow: hidden;
	float: left;
	margin-left: 16px;
	margin-right: 6px;
}

.imgleft p {
	font-size: .9em;
	line-height: 110%;
	border: none;
}

.imgleft img {
	border: 1px solid #BBB;
}

.imgleft img.case {
	border: none;
}

#testimonials h2 {
	text-align: left;
	color: #333e9f;
	width: 800px;
	margin: 20px auto;
	font-size: 1.5em;
	line-height: 32px;
	font-weight: normal;
}

#testimonials h2.right {
	text-align: right;
}




	
