﻿/* CSS Document */
html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	margin-top:5px;
	color:#009;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(images/gradient_bg.jpg) repeat-x;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover, a:hover:visited {
	text-decoration:underline;
}

p.aboutus {
	line-height:18px;
}

#wrapper {
	background-color: #FFF;
}

#wrapper a:link, a:visited {
	color:#000099;
	font-weight:bold;
	text-decoration:none;
}

#wrapper a:hover, a:hover:visited {
	text-decoration:underline;
}

#topbrdr {
	background:url(images/top_brdr.gif) repeat-x;
}

#btmbrdr {
	background:url(images/btm_brdr.gif) repeat-x;
}

.leftbrdr {
	background:url(images/left_brdr.gif) repeat-y;
}

.rtbrdr {
	background:url(images/rt_brdr.gif) repeat-y;
}

#login {
	font-size:10px;
	text-align:right;
	color:#000;
	padding-top:3px; 
	margin-right:5px;
	height:20px;
}
	
.button {
	background:#CCC;
	color:#000;
	font-size:80%; 
	padding:1px; 
	border:1px solid #999;
}

#leftcolumn {
	padding:0 10px;
}

.leftcolumnpadding {
	padding:15px 15px 0 10px;
	line-height:20px;
}

.rightcolumnpadding {
	padding-right:10px;
}

#header {
	background:url(images/ceheader.gif) no-repeat left #FFF;
	width:770px;
	height:72px;
	margin:0;
	padding:0;
}

#header .logo {
    float:left;
    height: 70px;
    width: 320px;
}

#header div#nav {
	float:right;
	width:434px;
	height:72px;
	margin-right:6px;
}

ul#nav,ul#nav li {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#nav {
	width:auto;
	height:48px;
	float:right;
	font-size: 11px;
	padding-top:24px;
}

ul#nav li {
	float:left;
	margin-left:0px;	
	text-align: center;
	height:24px;
}

ul#nav a:link, ul#nav a:visited {
	float:left;
	width:auto;
	padding:4px 10px 5px 10px;
	background: #009;
	text-decoration:none;
	color:#FFF; 
	font-weight:bold;
}

ul#nav a:hover { 
	background-color: #FFF;
	color: #009;
	text-decoration:underline;
}

ul#nav li.activelink a,ul#nav li.activelink a:hover {
	background: #FFF;
	color: #009; 
	text-decoration:underline;
}

#testimony {
	border:2px double #009;
	padding:5px 10px;
	margin-top:10px;
}

#testimony .signature {
	font-size:80%;
	font-weight:bolder;
}

div.testdrive {
	margin-top:20px;
	padding-top: 10px;
	text-align:center;
}

div.testdrive a:link, a:visited {
	font-size:11px;
	padding:5px 0px;
	color:#009;
	font-weight:bold;
	text-decoration:none;
}

div.testdrive a:hover, a:visited:hover {
	color:#009;
	font-weight:bold;
	text-decoration:none;
}

.threesteps {
	padding-top:10px;
	width:150px;
}

div#footer, div#footer form {
	position:relative; 
	top:3px; 
	left:auto; 
	padding:0;
	margin:0;
	color:#009;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

div#footer .formfield {
	font-size:12px;
	border-left:inset 2px #CCC;
	border-top:inset 2px #CCC;
	border-bottom:inset 2px #CCC;
	border-right:inset 2px #CCC;
}

div#footer p {
	margin:0;
}

div#copyright {
	padding-top:20px;
 	font-size:10px;
	text-align:center;
}

div#copyright a:link, a:visited {
	color:#000099;
	font-weight:bold;
	text-decoration:underline;
}

div#copyright a:link, a:visited {
	text-decoration:none;
}

div#gettingstarted {
	text-align:right;
	padding:5px 5px 0 0;
	color:#F70000;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
