h3 {
  color: #333;
  font-size: 16px;
  padding-bottom: 15px;	
}

#mid {
	min-height: 400px;
}

.wrap {
  margin:0 auto;
  overflow:hidden;
  width:970px; 
}

.clr {
  clear:both;
}

/*----- STATIC CONTENT CSS -----*/

#ccontent {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 30em;
}

#ccontent p {
	font-size: 10pt;
    line-height: 18px;
	padding-bottom: 15px;
}

#ccontent a {
	color: #0e66b0;
}

#ccontent .email {
	text-align: right;
	margin-right: 1em;
}

#ccontent .email a {
	color: #0e66b0;
	text-decoration: none;
}

#ccontent h1 {
	font-size: 16pt;
	color: #0e66b0;
	padding-bottom: 12px;
	border-bottom: 1px solid #d7d7d7;
}

#ccontent h2 {
	font-size: 13pt;
	color: #0e66b0;
	padding-top: 2px;
	padding-bottom: 2px;
}

#ccontent .infoblockgrey {
	float: left;
	width: 265px;
	height: 390px;
	margin: 10px;
	background: #eee;
	padding: 15px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
}

#ccontent .infoblockgrey h2 {
	font-size: 18px;
	padding-top: 0px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#ccontent .infoblockgrey li {
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;	
	padding-left: 5px;
	margin-bottom: 5px;
}

#ccontent .infoblockupgrade li {
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;	
	padding-left: 5px;
	margin-bottom: 5px;
}

/*----- BUTTON CSS -----*/

/* button 
------------------- */
.buttoncss {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.buttoncss:hover {
	text-decoration: none;
}
.buttoncss:active {
	position: relative;
	top: 1px;
}

.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;	
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a84cf), to(#406080));
	background: -moz-linear-gradient(top,  #3a84cf,  #406080);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a84cf', endColorstr='#406080');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}