/* IEF */

/** {
	margin: 0;
	padding: 0;
	border: 0;
}*/

body {
	margin: 0;
	padding: 0;
	background: #F6F9FC;
	color: #222;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 76%;
	line-height: 150%;
}
em{
	font-style:italic;	
}
a {
	color: #4246F8;
}
a:visited {
	color: #6F75F4;
}
a:hover, a:active {
	color: #440FB5;
}
.text-center{text-align:center;}
.margin-1-5{margin:1.5em 0!important;}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: .5em;
	margin-top: 1em;
	color: #001060;
}
h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }

input, textarea {
	border: 1px solid #ccc0d0;
	font-size: 100%;
	padding: 3px;
	background: #fff;
}
input[type="checkbox"], input[type="radio"], input.checkbox {
	border: 0;
}

input[type="submit"], input.submit, button {
	border: solid 1px #99a;
	margin-top: 1em;
	padding: 3px;
	font-size: 100%;
	font-weight: bold;
	width: auto;
}

label, small {
	font-size: 80%;
}

table.form th {
	text-align: right;
}

table.form .footer {
	text-align: center;
}

img.float-left{
	float: left;
	margin: 0 1em 0 0;
}

.error, .red, .requiredText {
	color: #d22;
}

dd{
	margin: 0 0 1em 2em;
}

/* PAGE-SPECIFIC */

.note {
	font-size: 80%;
}

.question td {
	padding-left: 20px;
}
.question li {
	list-style-position: outside;
}

table .border {
	margin-top: 10px;
	border: 1px solid #ccc0d0;
}

fieldset.phones {
	position: relative;
	left: 10px;
}

.floater{
	position: absolute;
	margin: 20px 0 0 -165px;
	border: 8px solid #D4D5DC;
}

blockquote{
	background: #D4D5DC url(../images/quote.gif) 0 0 no-repeat;
	border: 1px solid #B383AA;
	padding: 1em 2em;
	margin: .5em 1em;
}

blockquote cite{
	font-style: italic;
	font-weight: bold;
}

/* STRUCTURAL AREAS */

/* HEADER AREA */

div#header {
	height: 94px;
	background: #538C93 url(../images/header.jpg) 0 0 no-repeat;
	position: relative;
}

div#header h1 {
	float: left;
	width: 300px;
	height: 94px;
	margin: 0;
}

div#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

div#header h1 span, div#footer span {
	display: none;
	visibility: hidden;
	height: 0;
}

div#header .address {
	float: right;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 10px 10px 0;
}
div#phoneno {
/*display:none;*/
	float: right;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 50px 0px 0;
	
	width:150px;
}

div#phoneno a {
	color: #fff;
	background: #538C93 url(../images/phone.gif) 0px 5px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align:left;
	padding: 10px 0px 0px 40px;
	text-decoration:underline;
	height:30px;
	
	display:block; 
	vertical-align:top;
}

ul#topmenu {
	float: right;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 75px 10px 0;
}

ul#topmenu li {
	display: inline;
}

ul#topmenu a {
	color: #fff;
	text-decoration: none;
}

ul#topmenu a:hover {
	text-decoration: underline;
}

/* CONTENT AREA */

div#wrapper {
	background: #F6F9FC url(../images/sidebar.jpg) 0 0 repeat-y;
}

div#content {
	background: /*#DDE9E9*/#F6F9FC url(../images/shadow.jpg) 0 0 repeat-x;
	font-size: 120%;
	margin-top: 0;
	margin-left: 263px;
	padding: 1px 15% 20px 10px;
}
div#content.wide {
	margin-left: 0;
}

div#content p {
	margin: .5em 0;
}
div#content img{
    background: #D4D5DC;
    border: 1px solid #B383AA;
    padding: .5em;
    margin: 0 1em;
}  
div#content ul, div#content ol {
	display: block;
	margin: .5em 2em;
	list-style-position: outside;
}

div#content ul {
	list-style-image: url(../images/bulletbg.gif);
}

div#content li {
	margin-bottom: .4em;
	padding-left: 10px;
}

div#content .box {
	background: #D4D5DC;
	border: 1px solid #B383AA;
	padding: 1em 2em;
	margin: .5em 1em;
}

div#footer {
	background: #F6F9FC url(../images/footer.jpg) 50% 0 no-repeat;
	height: 50px;

	margin: 15px 0 0 0;
	padding: 0px 0 0 0;
	text-align: center;
	font-size: 80%;
	color: #9D7B8B;
}

/* SIDEBAR AREA */

div#sidebar {
	background: #881D6B url(../images/side.jpg) 0 0 no-repeat;
	width: 263px;
	height: 757px;
	top: 94px;
	left: 0;
	position: absolute;
	padding: 0;
}

ul#sidemenu {
	margin: 10px 90px 0 10px;
	list-style-type: none;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

ul#sidemenu li {
	margin: 0px 0;
	list-style:none;
}
ul#sidemenu li ul{
	padding-left:0;
}

ul#sidemenu li ul li a {
	display: block;
	padding: 0 10px 0 20px;
	text-decoration: none;
	background: transparent;
	color: #fff;
}
ul#sidemenu li a {
	display: block;
	text-decoration: none;
	background: transparent;
	color: #fff;
}

ul#sidemenu li ul li a:hover {
	text-decoration: underline;
	background: transparent url(../images/bullet.gif) 0 50% no-repeat;
}

#box{
	background: #D4D5DC;
	border: 1px solid #B383AA;
	padding:10px;
	width:auto;
	text-align:center;
	font-size:11px;
	float:right;
	margin:0 5px;
}
#content #box img{
	margin:0;
}
#trust-matrix{
	border:1px solid #E0E7EF;	
	border-width:0px 1px 1px 0px;
}
#trust-matrix td{
	border:1px solid #E0E7EF;
	vertical-align:text-top;
	border-width:1px 0px 0px 1px;
	padding:6px;
	width:16.6%;
}
#trust-matrix th{
	border:1px solid #B5DDDF;	
	border-width:1px 0px 0px 1px;
	padding:3px;
	background-color:#D1EDEF;
}
#trust-matrix tr.even td {
	background-color:#FFF; 
}
#trust-matrix tr.odd td { 
	background-color:#F4F7FB; 
}
.sales-box{
	margin-top:12px;
	border: 1px solid #DF7DC4; 
	padding: 1em; 
	background-color: #ebf2fd;	
	text-align:center;
}
.sales-box h4{
	line-height:1.2em; 
	font-size: 1.5em; 
	color: rgb(255, 0, 0);	
}
.sales-box p{
	font-size: 1.2em;
}
.sales-box p.call{
	font-size:1.5em;
}
.sales-box p.call span{
	font-weight: 700
}

