
*
{
	margin: 0;
	padding: 0;
}

html
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
}

body { }
 
a
{
	-webkit-transition-property: color;
	-webkit-transition-duration: 600ms;
	-webkit-transition-function: ease-in-out;
}

.floatright { float: right; }
.floatrightm { float: right; margin: 0 0 20px 20px; }

.owner 
{
	/*float: right;*/
	margin-top: 1px;
	text-align: center;
}

.turbo 
{
	float: right;
	margin: 6px 6px 10px 10px;
}

#contain
{
	margin: 0 auto;
	min-height: 600px;
	width: 960px;
}

#header
{
	height: 95px;
	background: url(../interface/bg_header.gif) no-repeat;
}

#globalNav
{
	height: 33px;
	padding-top: 7px;
	text-align: center;
}

#globalNav ul { list-style: none; }
#globalNav ul li { display: inline-block; }
#globalNav ul li { display: inline !ie; }

#globalNav ul li a
{
	display: block;
	padding: 11px 10px 6px 10px;
	margin: 0 1px;
	text-decoration: none;
	color: #204e90;
	border: 1px solid rgba(30,76,141,0);
	-webkit-transition-property: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	/*border-radius: 8px;*/
	font-size: 14px;
}

#globalNav ul li a:hover,
#globalNav ul li.active a:link,
#globalNav ul li.active a:visited,
#globalNav ul li.active a:hover,
#globalNav ul li.active a:active
{
	/*border: 1px solid rgb(30,76,141);*/
	background: rgb(30,76,141);
	color: white;
}

#globalNav ul li a.active
{
	display: block;
	padding: 11px 15px 6px 15px;
	margin: 0 1px;
	text-decoration: none;
	border: 1px solid rgb(30,76,141);
	background: rgb(30,76,141);
	color: white;
	-webkit-transition-property: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	/*border-radius: 8px;*/
}

#mast
{
	height: 26px;
	padding: 30px 10px 10px 20px;
	font-family: /*Helvetica,*/ Arial, sans-serif;
	font-size: 24px;
}

#submast
{
	/*height: 35px;*/
	padding: 10px 20px;
	font-size: 18px;
}

body.home { background: url(../interface/bg_body_index.gif) repeat-x white; }

body.home #mast
{
	height: 241px;
	padding: 0;
}

body.home #mast #ro1, body.home #mast #ro2, body.home #mast #ro3
{
	height: 241px;
	width: 320px;
}

body.home #mast #ro1
{
	background: url(../interface/ro_rapid.jpg) no-repeat;
	float: left;
}

body.home #mast #ro2
{
	background: url(../interface/ro_effec.jpg) no-repeat;
	float: left;
}

body.home #mast #ro3
{
	background: url(../interface/ro_relia.jpg) no-repeat;
	float: left;
}

/* rollover text show-hide */
body.home #mast #ro1 .t,
body.home #mast #ro2 .t,
body.home #mast #ro3 .t  
{
	color: #1E4C8D;
	font-size: 12px;
	line-height: 17px;
	visibility: hidden;
	margin: 100px 160px 10px 15px;
}

body.home #mast #ro1:hover .t, 
body.home #mast #ro2:hover .t,
body.home #mast #ro3:hover .t 
{
	visibility: visible;
}

body.home #mast #ro1:hover, body.home #mast #ro2:hover, body.home #mast #ro3:hover { background-position: 0 -241px; }

body.home #mast #ro1 .t .item,
body.home #mast #ro2 .t .item,
body.home #mast #ro3 .t .item
{
	background:none;
	margin:4px;
	font-size: 14px;
	line-height:100%;
	text-decoration: none;
}

body.home .section
{
	height: 271px;
	padding: 7px 0 0 15px;
	background: url(../interface/bg_gstart.gif) no-repeat;
	margin: 0;
}

.section a { color: #ie4b8d; /*text-decoration: none;*/ }
.section a:hover { color: #5d2a2a; }

body.home .section a#extra,
body.home .section a#enter,
body.home .section a#expert
{
	display: block;
	height: 138px;
	width: 193px;
	color: white;
	text-decoration: none;
	padding: 100px 20px 0 25px;
	font-family: /*Helvetica,*/ Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

body.home .section ul { margin-left: 20px; }

body.home .section a#expert
{
	background: url(../interface/ro_expert.jpg) no-repeat;
	float: right;
}

body.home .section a#enter
{
	background: url(../interface/ro_enter.jpg) no-repeat;
	float: right;
}

body.home .section a#extra
{
	background: url(../interface/ro_extra.jpg) no-repeat;
	float: right;
}

body.home .section a#expert:hover, body.home .section a#enter:hover, body.home .section a#extra:hover { background-position: 0 -238px; }

body.home .section #tagline
{
	text-align: center;
	/*text-transform: uppercase;*/
	font-family: /*Helvetica,*/ Arial, sans-serif;
	font-size: 10px;
	color: #666;
	padding-top: 12px;
	margin-top: 30px;
	clear:both;
}

body.home .section #getstarted
{
	width: 200px;
	float: left;
	margin: 150px 0 0 0px;
	line-height: 18px;
	font-size: 12px;
}

#quotebar
{
	background: #e5e5e5;
	text-align: right;
	padding: 20px;
	font-size: 12px;
	font-style: italic;
	width: 905px;
	float: right;
}

#greybar
{
	height: 97px;
	text-align: center;
	padding-top: 30px;
}

.slideshow { margin: auto; margin-top: 10px; }
#slideshow img { display: none; }
#slideshow img.first { display: block; }

.barLogo
{
	width: 150px;
	height: 60px;
	display: inline-block;
	margin: 0 10px;
}

.barLogo { display: inline !ie; }

body.green { background: url(../interface/bg_body_green.gif) repeat-x; }

body.green #mast
{
	/*background: #003300;*/
	color: white;
}

body.green #submast
{
	/*background: #bccdbc;*/
	color: #003300;
}

body.green #globalNav ul li a.active
{
	/*border: 1px solid #003300;*/
	background: #003300;
}

body.green #globalNav ul li a:hover,
body.green #globalNav ul li.active a:link,
body.green #globalNav ul li.active a:visited,
body.green #globalNav ul li.active a:hover,
body.green #globalNav ul li.active a:active
{
	/*border: 1px solid #003300;*/
	background: #003300;
}

body.red { background: url(../interface/bg_body_red.gif) repeat-x; }

body.red #mast
{
	/*background: #5d2a2a;*/
	color: white;
}

body.red #submast
{
	/*background: #cab9b9;*/
	color: #5d2a2a;
}

body.red #globalNav ul li a.active,
body.red #globalNav ul li.active a:link,
body.red #globalNav ul li.active a:visited,
body.red #globalNav ul li.active a:hover,
body.red #globalNav ul li.active a:active
{
	/*border: 1px solid #5d2a2a;*/
	background: #5d2a2a;
}

body.red #globalNav ul li a:hover
{
	/*border: 1px solid #5d2a2a;*/
	background: #5d2a2a;
}

body.grey { background: url(../interface/bg_body_grey.gif) repeat-x; }

body.grey #mast
{
	/*background: #4b4b4b;*/
	color: white;
}

body.grey #submast
{
	/*background: #c4c4c4;*/
	color: #4b4b4b;
}

body.grey #globalNav ul li a.active,
body.grey #globalNav ul li.active a:link,
body.grey #globalNav ul li.active a:visited,
body.grey #globalNav ul li.active a:hover,
body.grey #globalNav ul li.active a:active
{
	/*border: 1px solid #4b4b4b;*/
	background: #4b4b4b;
}

body.grey #globalNav ul li a:hover
{
	/*border: 1px solid #4b4b4b;*/
	background: #4b4b4b;
}

body.blue { background: url(../interface/bg_body_blue.gif) repeat-x; }

body.blue #mast
{
	/*background: #1e4b8d;*/
	color: white;
}

body.blue #submast
{
	background: #c4c4c4;
	color: #4b4b4b;
}

.section
{
	padding: 7px 0 0 15px;
	min-height: 200px;
	margin-top: 10px;
}

.section p
{
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
	list-style-type: square;
}

.section li
{
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0px 0;
	list-style-type: square;
}

.section ul.regular li
{
	margin: 10px 0 10px 30px;
	/*list-style-type: square;*/
	list-style-image: url(../interface/bullet2.gif);
}

.section .leftcol
{
	float: left;
	width: 215px;
}

.section .leftcol ul.ulList { list-style: none; }

.section .leftcol ul.ulList li
{
	display: block;
	border-bottom: 2px dotted #c4d3e9;
	padding: 10px 5px;
	color: #1e4b8d;
}

.section .maincol
{
	margin-left: 225px;
	padding-top: 10px;
}

.moreinfo
{
	background: #ecf1f8;
	border: 1px solid #c3d1e6;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	/*border-radius: 8px;*/
}

.bluebox
{
	background: #ecf1f8;
	border: 1px solid #c3d1e6;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	/*border-radius: 8px;*/
	min-height: 225px;
}

.bluebox h1
{
	font: bold 16px Arial, sans-serif;
	color: #1e4b8d;
	margin-bottom: 10px;
}

.dbox, .lbox
{
	display: block;
	padding: 10px;
	border: 1px solid #c3d1e6;
}

.dbox h2, .lbox h2
{
	font: 12px Arial, sans-serif;
	color: #527fbe;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.dbox { background: #f6f8fc; }
.lbox { background: white; }

#footer
{
	clear:both;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	/*padding-top: 5px;*/
	padding: 10px 0px 10px 0px;
	/*background: pink;*/
}

#footer a
{
	margin: 0 10px 0 0;
	color: #5c7eae;
}

#footer a:hover { color: rgb(30,76,141); }
table.feature { margin: 20px 0; }

table.feature tr th
{
	font: normal 24px /*Helvetica,*/ Arial, sans-serif;
	margin: 10px 0;
	color: #999;
	text-align: left;
}

table.feature tr td
{
	vertical-align: top;
	padding: 10px 20px;
	font: 12px Arial, sans-serif;
	list-style-image: url(../interface/bullet.gif);
	line-height: 18px;
}

table.feature tr td p
{
	font-weight: bold;
	display: block;
	margin: 10px 0;
}

table.feature tr td ul
{
	padding-bottom: 20px;
	border-bottom: 1px dotted #c4d3e9;
}

table.feature tr td ul li { margin-left: 25px; }
table.data { margin: 20px 0; }

table.data tr td
{
	vertical-align: top;
	padding: 10px 20px;
	font-size: 12px;
	width: 50%;
}

table.data tr td ul li
{
	list-style-image: url(../interface/bullet2.gif);
	line-height: 24px;
}

table.data tr td ul li ul li
{
	list-style-image: url(../interface/bullet3.gif);
	margin-left: 35px;
}

table.blueform tr th
{
	text-align: right;
	padding: 10px;
	color: #4e72a6;
	font: normal 12px Arial, sans-serif;
	background: #d1dcec;
	width: 20%;
	vertical-align: top;
}

table.blueform tr td
{
	padding: 10px;
	line-height: 20px;
}

table.blueform label
{
	font-size: 12px;
	padding: 0 10px;
}

TEXTAREA {  font-family: Arial, Verdana, sans-serif;}


/*Menu Panel Buttons*/

input.ibutton
{
	font-size: 10pt;
	/*width: 220px;*/
	margin: 4px; 
	/*height: 2em;*/
	font-weight: bold;
	/*-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 0px 2px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#B9B9B9));*/
	background: linear-gradient(white, #B9B9B9);
	border: 1px solid rgba(0, 0, 0, 0.496094);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: rgba(0, 0, 0, 0.898438);
	padding: 6px;
	text-shadow: rgba(255, 255, 255, 0.796875) 1px 1px 0px;

}

input.ibutton:hover
{
	background:rgba(240,240,240,1);
}

input.ibutton:active, 
input.ibutton:focus 
{	
	background: linear-gradient(rgba(255,255,255,1), rgba(185,185,185,1));
	/*background:-webkit-gradient(linear,0% 100%,0% 0%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));	
	background:-moz-linear-gradient(bottom,rgba(255,255,255,1),rgba(185,185,185,1));*/
}

input.ibutton:disabled
{
	color:rgba(0,0,0,0.4);	
	text-shadow:1px 1px 0px rgba(255,255,255,0.5);	
	background:rgba(220,220,220,1);
}

