body {
	background: url(images/bg-tile.gif);
	text-align: center;
	font-size: 62.5%;
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, Sans, Sans-serif;
	line-height: 24px;
	color: #505050;
}
a {
	color:  #0054ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container-wrapper {
	margin: 0 auto;
	text-align: left;
	background: url(images/drop.png) repeat-y;
	width: 980px;
	margin-top: 185px;
}
#header {
	background: url(images/header.png);
	height: 185px;
	width: 980px;
	text-align: right;
	font-size: 1.2em;
	position: absolute;
	margin-top: -185px;
}
#header ul {
	padding-right: 60px;
	padding-top: 30px;
	display: block;
	height: 70px;
}
#header ul li {
	display: inline;
	padding-left: 20px;
}
#header ul li a {
	color: #ddd;
	text-decoration: none;
}
div#header ul li a:hover {
	text-decoration: underline;
}
#header h2 {
	font-size: 14px;
	color: #00165d;
	padding-right: 50px;
	line-height: 0;
}
#header a#logo {
	display: block;
	height: 115px;
	margin-left: 44px;
	position: absolute;
	top: 34px;
	width: 443px;
	z-index: 4;
}
#container {
	background: url(images/content-top-fade.gif) 0 314px repeat-x white;
	width: 960px;
	margin-left: 10px;
}
#banner {
	border-left: 6px solid white;
	border-right: 6px solid white;
	width: 948px;
}
#footer {
	background: url(images/footer.png) 0 0 no-repeat;
	width: 980px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 16px;
	font-size: 11px;
	position: absolute;
	color: #ddd;
}
#left-foot {
	float: left;
	padding-left: 12px;
}
#right-foot {
	float: right;
	padding-right: 12px;
}
div#tagline {
	color:white;
	font-size:16px;
	font-weight:bold;
	margin-top:-100px;
	position:absolute;
	width: 922px;
	text-align: right;
	z-index: 3;
}
p
{
margin:0;
padding:0;
}

/* nav */
#nav {
	height: 6px;
	width: 948px;
	border-left: 6px solid white;
	border-right: 6px solid white;
}


.clear {
	clear: both;
}
#content {
	background: url(images/content-bottom-fade.png) bottom repeat-x;
	width: 948px;
	border-left: 6px solid white;
	border-right: 6px solid white;
	border-bottom: 6px solid white;
	min-height: 300px;
	font-size: 1.2em;
	padding-top: 30px;
	padding-bottom: 30px;
}
div#content h3 {
	color: #333;
	font-size: 1.4em;
	font-family: Trebuchet MS, Tahoma, Arial, Sans, Sans-serif;
	font-weight: bold;
}
body#home-page h3 {
	color: #0054ff;
}
div#boxes {
}
div.box {
	float: left;
	padding-top: 15px;
}
div#box-left {
	width: 535px;
	padding-left: 38px;
	padding-right: 38px;
}
div#box-left #learn-more {
	position: relative;
	left: -7px;
}
div#box-right {
	width: 298px;
	padding-left: 38px;
	border-left: 1px solid #a0a3aa;
}
div#box-right input {
	display: block;
	margin-bottom: 10px;
}
div#box-right label {
	font-weight: bold;
}
div#box-right .text-field {
	width: 245px;
	padding: 5px;
	margin-top: 2px;
	background: white;
	border: 1px solid #a0a3aa;
}
div#box-right #submit {
	padding-top: 4px;
	position: relative;
	left: -6px;
}

/* subpage */
body.subpage #banner {
	background: url(images/subpage-bg.jpg) repeat-x top;
}
body.subpage h2 {
	color: white;
	font-size: 16px;
	line-height: 46px;
	padding-left: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
body.subpage #content {
	background: white;
}
body.subpage div#sidebar {
	float: left;
	padding-left: 18px;
	width: 240px;
}
body.subpage div#sidebar ul {
	background-color:#E2E6ED;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-right: 20px;
}
body.subpage div#sidebar ul li {
	line-height: 30px;
	border-bottom: 1px solid white;
	padding-left: 15px;
}
body.subpage div#sidebar ul li a {
	padding-left: 15px;
	background: url(images/list-arrow.gif) no-repeat 0 50%;
}
body.subpage div#mainbar {
	float: right;
	width: 634px;
	min-height: 450px;
	/*border-left: 1px solid #b6bfce;*/
	padding: 0 35px 40px 20px;
}
body.subpage div#mainbar p {
	padding-bottom: 24px;
}
body.subpage div#mainbar h3 {
	padding-bottom: 24px;
}
.img-right {
	float: right;
	margin-left: 20px;
	border: 1px solid #B6BFCE;
	padding: 5px;
}
.img-right2 {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	border: 1px solid #B6BFCE;
	padding: 5px;
}
/* end subpage */

#sidebar h5 {
	font-weight: bold;
}
div.list-style {
	background: #777;
	padding: 15px 25px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
div.list-style strong {
	color: White;
}
div.list-style ul {
	padding-top: 10px;
}
div.list-style ul li {
	list-style-type: disc;
	margin-left: 1em;
	padding-bottom: 5px;
	color: #E2E6ED;
}

/* sample table */
#sampletable table, th, td {
border:1px solid #CCCCCC;
padding: 3px;
text-align:center;
}
#sampletable th {
background-color:#CCFFFF;
font-weight:bold;
}
.navbarlabel {
font-weight:bold;
}
/* end sample table */

/* registration form */
p.form {
padding:0px;
margin:0px;
}

label {
font-weight:bold;
width: 17em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

fieldset {
border:1px solid black;
padding: 5px;
}

legend {
font-weight:bold;
border:1px solid black;
padding-left: 10px;
padding-right: 10px;
}

h4{
	color: #333;
	font-size: 1.3em;
	font-family: Trebuchet MS, Tahoma, Arial, Sans, Sans-serif;
	font-weight: bold;
}

p.answer {
margin-left: 15px;
}


/* other */
.devices
{
font-weight:bold;
color:#338800;
font-size:24px;
}
.devices-red
{
color:red;
font-weight:bold;
font-size:24px;
}