/* CSS Document */
/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 80% arial, sans-serif;
	line-height: 1.9;
	color: #555753; 
	background: #1e2a3a ; 
	margin: 0; 
	padding: 0;
	}
p, li { 
	margin-top: 0; 
	color:#999;
	line-height:1.2;
	}
h1, h2 { 
	font:normal 1.2em arial, sans-serif;
	margin: 8px 0 0 0; 
	color: #0099CC;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0099cc;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0099cc;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #0066CC;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#center {margin:20px auto;width:966px;}
#wrapper {float:left;width:966px; background: url(../img/bg_wrapper.gif) repeat-y top left}
#top {color:#FFFFFF;width:auto;height:20px;background: url(../img/bg_top.gif) no-repeat bottom left #1e2a3a;padding:30px 8px 16px 8px}
#bot {width:950px;float:left;background: url(../img/bg_bot.gif) no-repeat top left #1e2a3a;padding:16px 8px 8px 8px;text-align:right}
#container { margin:-8px 8px 0 8px;width:950px;float:left}
#tel {float:right;font-size:1.3em}
#menu {float:left;}
#content-home {width:950px;float:left;min-height:250px;background:url(../img/bg_home.jpg) no-repeat bottom right #fff;}
#content-internal {width:950px;float:left;min-height:400px;background:url(../img/bg_internal.jpg) no-repeat bottom right #fff;}

a.topmenu:link, a.topmenu:active, a.topmenu:visited  {color:#fff;font-size:1em;font-weight:normal}
a.topmenu:hover, a.current:link, a.current:visited  {color:#0099cc;}

.label {color:#ccc}
.shadow {margin-left:-10px;float:left}
.source {color:#333333;font-size:0.8em}

#col1 {float:left;margin:15px 0 0 35px;width:290px}
#col2 {float:left;margin:15px 0 0 82px;width:270px;padding-bottom:140px}
#col3 {float:left;margin:15px 0 0 82px;width:510px;}
#testimonial {float:left;margin:0 0 0 35px;width:270px;padding-bottom:30px;}
#line {border-top:1px solid #ccc;width:880px;float:left;clear:left;margin-left:35px}

ul.steps {list-style:none;margin:0;padding:0}
ul.steps li.pop {cursor:pointer}
ul.steps span {color:#333;font-weight:bold;}
#step1 {background:url(../img/step1.jpg) top left no-repeat;padding:0 0 8px 90px;min-height:70px}
#step2 {background:url(../img/step2.jpg) top left no-repeat;padding:0 0 8px 90px;min-height:70px}
#step3 {background:url(../img/step3.jpg) top left no-repeat;padding:0 0 8px 90px;min-height:70px}
#step4 {background:url(../img/step4.jpg) top left no-repeat;padding:0 0 8px 90px;min-height:70px}
#step5 {background:url(../img/step5.jpg) top left no-repeat;padding:0 0 8px 90px;min-height:70px}

#extraDiv1 {
	background: transparent url(cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0; 
	width: 148px; 
	height: 110px;
	}
.accesskey {
	text-decoration: underline;
	}


