@charset "UTF-8";
html{
height: 100%;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #e5e8eb;
	background-image: url(../images/drop_shadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

:focus {outline: 0;}

/* CSS Document */

.home {
	
}
.pageContainer {
	width: 950px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.home .pageContainer {
	color: #00294F;
	background-color: #FFF;
}
.home .header {
	background-color: #FFF;
	background-position: 760px center;
	background-repeat: no-repeat;
}
.mainContent {
	margin-top: 40px;
	padding-bottom: 24px;
}
.columns {
}
.columns td.left {
	width: 212px;
	vertical-align: top;
}
.columns td.right {
	width: 188px;
	vertical-align: top;
	padding-bottom: 36px;
	padding-top: 5px;
}
.columns td.main {
	padding-right: 36px;
	padding-left: 28px;
	vertical-align: top;
	padding-bottom: 56px;
	padding-top: 5px;
}
.main h1 {
	font-size: 16px;
	font-weight: bold;
}
.main h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3078b0;
	margin-bottom: 8px;
	margin-top: 20px;
}
.home h2 {
	color: #3078b0;
}
.main  h2+p {
	margin-top: 4px;
}
.main h3 {
	font-size: 13px;
	font-weight: normal;
	color: #3078b0;
}
.main ul {
	margin-left: 15px;
	padding-left: 1px;
}
.home .main a {
	text-decoration: underline;
	color: #FFCC66;
}
.general .main a {
text-decoration: underline;
	color: #F04c00;
}
.main a:hover {
	color: #3FC4F8;
}
.main .notes {
	font-size: 11px;
	color: #3078b0;
}
.main .imgBorder {
	border: 1px solid #8FBFE9;
}
.padRight {
	padding-right: 10px;
	padding-bottom: 10px;
}
.columns   .main>h1{
	margin-top: 0px;
}
.right h2 {
	font-size: 16px;
	font-weight: normal;
}
.columns  .right>h2 {
	margin-top: 0px;
}
a.launch   img {
	border: 1px solid #ccdfe7;
}
a.launch  {
	display: block;
	background-image: url(../images/launch_arrow_up.gif);
	background-position: 160px center;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
a.launch:hover  {
	background-image: url(../images/launch_arrow_over.gif);

}

.home a.arrow {
	background-image: url(../images/small_arrow_up_w.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
	color: #3078B0;
	text-decoration: none;
}
.home a.arrow:hover {
	background-image: url(../images/small_arrow_over_w.gif);
}

.footer
{
	position: relative;
	height: 66px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-top: -66px;
} 
.footer .content {
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
	color: #49A8D2;
}
.home .footer {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #001C36;
	border-right-color: #001C36;
	border-bottom-color: #001C36;
	border-left-color: #001C36;
	background-repeat: no-repeat;
	background-position: -124px center;
	padding: 0px;
}
.home  .footer a {
	color: #4485B8;
}
.general .footer a {
	color: #4485B8;
}
.general .footer .pb,.home .footer .pb {
	color: #2973AE;
	font-size: 11px;
	text-decoration: none;
}


.general .footer {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #001C36;
	border-right-color: #001C36;
	border-bottom-color: #001C36;
	border-left-color: #001C36;
	padding: 0px;
}
.general .navbar {
	background-image: url(../images/navbar_fill.gif);
	background-repeat: repeat-x;
	padding-left: 16px;
	padding-right: 24px;
}
.general .navbar a {
	color: #78a5ce;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 36px;
}
.general .navbar a:hover {
	color: #FFFFFF;
}
.general  .dropbar {
	margin-left: 288px;
	background-image: url(../images/drop_corner.gif);
	background-position: left top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 48px;
	background-color: #D7E8EF;
	background-repeat: no-repeat;
	width: 614px;
	position: absolute;
}
.general .dropbar a {
	margin-right: 18px;
}
.general .dropbar a:hover {
	color: #001C36;
}
.general #dropbar1 {
	display: none;
}
.clear {
	clear: both;
	float: none;
	display:block;
	height: 1px;
	overflow: hidden;
}
.general .pageContainer {
	color: #00294F;
}
.general a.launch {
	background-image: url(../images/launch_arrow_up_w.gif);
}
.general a.lauch:hover {
	background-image: url(../images/small_arrow_over_w.gif);
}
.general a.launch img {
	border: 1px solid #8FBFE9;
}
.general .right h2 {
	color: #3078b0;
}
.general a.arrow {
	background-image: url(../images/small_arrow_up_w.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
	color: #4284B7;
	text-decoration: none;
}
.general a.arrow:hover {
	background-image: url(../images/small_arrow_over_w.gif);
}
.portfolio {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccdfe7;
	padding-top: 20px;
}
.portfolio .padding1 {
	padding-right: 20px;
}
.portfolio .imgBorder {
	border: 1px solid #ccdfe7;
}
.portfolio h2 {
	font-size: 16px;
	font-weight: normal;
	color: #3078b0;
	margin-top: 0px;
}
.imgBorder2 {
	border: 1px solid #ccdfe7;
}
.hilite, .mandatory {
	color: #F46200;
}
.hostingTable {
	border-collapse: collapse;
}
.hostingTable td {
	padding: 6px;
	border: 1px solid #D7E8EF;
}
.hostingTable th {
	background-color: #D7E7EE;
	text-align: left;
	padding: 6px;
}
#nocol {
	height: 0px;
	white-space: nowrap;
	overflow: hidden;
}
.validation {
	border: 3px solid #F46200;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-bottom: 8px;
}
.validation p {
	font-weight: bold;
}
div#estimate {
	background-color: #FFFFFF;
	border: 1px solid #8FBFE9;
	padding: 8px;
	font-size: 12px;
	width: 90%;
}
div#estimate td {
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
div#estimate th {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #145791;
}
div#estimate .field {
	width: 280px;
}
div#estimate .rules {
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccdfe7;
	padding-top: 8px;
}
div#estimate h1 {
	font-size: 12px;
	font-weight: bold;
	color: #00294F;
	margin-top: 0px;
	margin-bottom: 6px;
}
.general .flash {
	height: 105px;
}
.flash .strapline {
	position: absolute;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 60px;
	margin-left: 20px;
	font-weight: normal;
	xfilter: alpha(opacity=70);
	xopacity:.7;
}
.spacedBullets li {
	margin-bottom: 6px;
}
.home #newsflash {
	font-size: 11px;
}
.home #newsflash a {
	color: #00294F;
}
.priceList {
	border: 1px solid #ccdfe7;
}
.priceList div {
	padding: 12px;
}
.priceList h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3078b0;
	margin-bottom: 12px;
	margin-top: 0px;
}
.sitemap li {
	margin-top: 4px;
	margin-bottom: 4px;
}
.sitemap ul {
	list-style-type: square;
}
.sitemap ul ul {
	list-style-type: none;
}
.general   .main  h2 a {
	color: #3078b0;
}
