* {
	margin:0px;
	padding:0px;
}

body {
	text-align:center;
}

p {
	margin-bottom:14px;
}

h1, h2, h3 {
	font-family:'Century Gothic';
	font-weight:bold;
}

h1 {
	font-size:56px;
	color:#999;
	margin-top:30px;
}

h2 {
	font-size:30px;
	color:#fff;
}

h3 {
	font-size:20px;
	color:#1d7cbc;
	margin-bottom:12px;
}

#logowrap{
	height:90px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#bluebar {
	height:100px;
	background-image: url('images/bluebar.png');
	background-repeat: repeat-x;
}

/* CSS for nav starts here */

#navbar {
	height:40px;
	background-image: url('images/navbar.png');
	background-repeat: repeat-x;
	text-align:center;
	padding-left:5px;
}

#navwrap {
	width:950px;
	font-family:'Courier New';
	font-size:16px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

#navbar-shadow {
	height:8px;
	background-image: url('images/navbar-shadow.png');
	background-repeat: repeat-x;
}

a.navlink, .navon {
	margin-left:25px;
	color:#fff;
	text-decoration:none;
}

a.navlink:hover, .navon {
	color:#b5e5ff;
}

#maincontent {
	position:relative;
	width:975px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	font-family:'Georgia';
	font-size:14px;
	line-height:21px;
	text-align:left;
	padding-bottom:50px;
}

#leftcol {
	width:478px;
	background:transparent;
}

#rightcol {
	float:right;
	width:472px;
}

img.logo {
	margin-top:14px;
}

/* CSS for sub nav starts here */

a.subnavlink {
	text-decoration:none;
	color:#00497b;
}

a.subnavlink:hover {
	text-decoration:underline;
	color:#7fb260;
}

ul.subnav, ul.fpsubnav {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
	color:#7fb260;
	margin-left:25px;
	margin-top:30px;
}

ul.fpsubnav {
	background: url(images/fpbox.png) no-repeat;
	padding:8px;
}

span.subnavon {
	border-bottom:1px solid #7fb260;
}

li.off, li.on, li.fp { 
	padding-left: 20px;
	margin-bottom: 10px;
}

li.off { 
	background: url(images/off.png) left center no-repeat; 
}

li.on { 
	background: url(images/on.png) left center no-repeat; 
} 

li.fp {
	background: url(images/fp.png) left center no-repeat; 
}

/* CSS for rounded green box */

.greenbox {
	width: 500px;
	background: #7fb260;
	margin-top: 0px;
	color: #fff;
	z-index: -1;
}

.greenbox p, .greenbox h2, input.tpsCheck {
	margin: 0 27px;
}

input.tpsCheck {
	width:220px;
	margin-top:10px;
	color:#111;
}

.greenbox input {
	margin-bottom:10px;
}

.greentop { 
	background: url(images/greentr.png) no-repeat top right; 
}

.greenbottom {
	background: url(images/greenbr.png) no-repeat top right; 
}

img.greencorner {
	width: 22px;
	height: 22px;
	border: none;
	display: block !important;
}

/* CSS for rounded blue box */

.bluebox {
	position: absolute;
	width: 302px;
	background: #b5e5ff;
	line-height: 16px;
	z-index: 1;
	top: 500px;
	left: 300px;
}

.bluebox p {
	margin: 0 20px;
}


.bluetop { 
	background: url(images/bluetr.png) no-repeat top right; 
}

.bluebottom {
	background: url(images/bluebr.png) no-repeat top right; 
}

img.bluecorner {
	width: 14px;
	height: 14px;
	border: none;
	display: block !important;
}

img.laptop {
	position:absolute;
	left:530px;
	top:175px;
	z-index:-1;
}

img.books {
	margin-left:-120px;
	margin-top:60px;
	position:absolute;
	z-index:1;
}

a.link {
	color: #fe4212;
}

span.vError {
	color: #ffff00;
}

ul.corporate, ul.onlineDA {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	color: #7fb260;
	margin-left: 25px;
	margin-top: 30px;
	color: #fff;
}

ul.corporate li, ul.onlineDA li {
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(images/magnifier.png) left center no-repeat; 
}

ul.onlineDA li {
	background: url(images/mouse.png) left center no-repeat; 
}

input.contact {
	width:250px;
}

textarea {
	width:375px;
	height:100px;
}

td.contactLabel {
	width:120px;
	padding-bottom:8px;
}

td.contactField {
	width:270px;
	vertical-align:bottom;
}

input.contactButtons {
	margin-top:20px;
	margin-left:20px;
}

img.ss {
	padding:3px;
	border:3px #eee solid;
}

img.ss:hover {
	border:3px #ccc solid;
}

div.prbox {
	margin-bottom:10px;
}

div.imglib {
	width:250px;
	float:left;
	margin-right:5px;
	margin-top:5px;
	border:1px #eee solid;
	padding:15px;
}

div.imglib img {
	border:0;
}