/* Headings */


.pageheadingold {
	color: #444444;
	margin: 0 0 15px 0;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 0px solid #BBBBBB;
	letter-spacing: -1px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.pageheading {
	position: relative;
	color: #FFFFFF;
/*	color: #444444;
	background-color: #FEF1F3;  */
	background-color: #00305C; 
	margin: -28px -272px 22px -30px;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 28px;
	padding-left: 30px;
	padding-bottom: 26px;
	border-bottom: 1px solid #001528;
/*	border-bottom: 1px solid #FEE0E4;  */
	letter-spacing: -1px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.bannerheading {
	color: #DB093E;
	font-weight: bold;
	line-height: 25px;
	font-size: 13pt;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.columnheadingcraig {
	position: relative;
	left: -15px;
	height: 18px;
	display: block;
	color: #444444;
	background-color: #F2F9FF;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-right: -15px;
	border-bottom: 1px solid #D5ECFF;

}

.columnheading {
	display: block;
	color: #444444;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 10px;
	letter-spacing: 0px;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	border-bottom: 1px solid #DDDDDD;

}


/* Positioning */

.floatleft {
	float: left;
	margin: 0 30px 10px 0;
	display: inline;
}

.floatright {
	float: right;
	margin: 0 0 10px 30px;
	display: inline;
}


/* Text */

.introductiontext {
	color: #444444;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	line-height: 22px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.standardtext {
	color: #666666;
	font-size: 9pt;
	margin-right: 10px;
	line-height: 20px;
}

.bannertext {
	font-size: 11pt;
	line-height: 25px;
}

.quotetext {
	color: #CF142B;
	background-color: #FFFFDD;
	font-style: normal;
	font-size:9pt;
	line-height:25px;
	font-weight: bold;
	border: 1px solid #BCBDC0;
	padding: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.quotetextby {
	color: #253B67;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	font-size:8pt;
	line-height:25px;
}

.testimonialboxheading {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.testimonialboxtext {
	font-size: 10pt;
	font-weight: bold;
	color: #00305C;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}



.dptablerow {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.dptablerow-red {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	color: #CF142B;
}



/* Images */

.borderedimage {
	border: 1px solid #BCBDC0;
}

.floatleftborder {
                float: left;
                margin: 3px 30px 10px 0;
                display: inline;
                border: 1px solid #CCCCCC;
		padding: 2px 2px 2px 2px;
}

.floatrightborder {
                float: right;
                margin: 3px -10px 12px 30px;
                display: inline;
		padding: 2px 2px 2px 2px;
                border: 1px solid #CCCCCC;
}

.servertable {
	margin: 0 0 20px 0;
}

.serverbox {
	display: none;
}

.serverboxvisible {
	display: block;
}

.servertypecontainer {
	position: relative;
	overflow: hidden;
}

.servertypecontainer .columnheading {
	line-height: 18px;
}

.servertypetabs {
	position: absolute;
	width: 302px;
	height: 22px;
	top: 19px;
	right: 5px;
	border-right: 1px solid #DDDDDD;
}

.servertypetabs a {
	width: 150px;
	border: 1px solid #DDDDDD;
	border-right: 0px;
	height: 20px;
	display: block;
	text-align: center;
	background-color: #EEEEEE;
	float: left;
	text-decoration: none;
	color: #999999;
}

.servertypetabs a.active {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #052147;
}

.servercontent {
	display: none;
	padding: 5px;
}

.serverintro {
	position: relative;
	padding: 0 0 25px 0;
}

.openserver {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.servercontentload {
	display: block;
}

.contactserver {
	display: block;
	position: absolute;
	right: 115px;
	bottom: 0;
	cursor: pointer;
}

.contactservervisible {
	right: 0;
