body {

 margin: 0px;
 padding: 0px;
 /*background-color: #336699;*/ /*#FF9966; #faac4f*/
 background-color: #FFFFFF;
 background: url("/htdocsnew-alternate/images/bg.gif") repeat;
 font-family: Verdana, Arial, Times New Roman;
}


.container {
/* good vertical alignment sample: http://www.infinitywebdesign.com/research/cssverticalcentereddiv.htm */

/*
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 0px;
border-bottom-width: 1px;
border-color: #cccc66;
border-style: solid;
*/

/* this vertically and horizontally centers the div tag */
/*set to a negative number 1/2 of your width*/

width: 900px;
margin-left: -450px; 
position: relative;
margin-top: 0px;
left: 50%;

font-family: Verdana, Arial;
background-color: #FFFFFF;

margin-bottom: 0px;
padding-bottom: 0px;
margin-top: 5px;
/*
height: 100%;
min-height: 100%;
max-height: 100%;
*/


/* the stuff below is just formatting crap */

/*

border-bottom-color: #cccc66;
border-bottom-style: solid;
border-bottom-width: 1px;

border-left-style: solid;
border-right-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-left-color: #626CD2;
border-right-color: #626CD2;
border-bottom-color: #626CD2;
border-bottom-style: solid;
border-bottom-width: 1px;
*/


}

.didyouknow {
	width: 150px;
	border: 1px;
	margin-left: 20px;
	padding-left: 8px;
	border-color: #0F7917;
	border-style: solid;
}


.header {
/*	margin: 0 auto;
	position: relative;
	margin-left: -450px; 
	left: 50%;
	position: relative;
	margin-left: -450px; 
	left: 50%;
	margin-top: 5px;
*/

	background: url("/htdocsnew-alternate/images/header-rounded.gif") 0 0 no-repeat;
	height: 100px;
	width: 900px;
}

/*
.headermenu a:link {
  color: #000000;
}

.headermenu a:visited {
  color: #000000;
  text-decoration: bold, italic;
}
*/
.sidemenu {
	margin-top: 25px;
	z-index: -2;
	margin-left: 0px;
	width: 150px;
	float: left;
	font-size: 9pt;
}

.content table {
	font-size: 12px;
}

.content ul {
	margin-left: 0px;
	padding: 10px;
}
/*
.content table {
    margin-left: 42px;
	font-size: 10pt;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: orange;
	padding: 10px;
	border-spacing: 0px;
}

.content table td {
    vertical-align: top;
	border-style: none;
	border-color: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-spacing: 10px;
	padding: 10px;
}
*/

.content-ad-box {
	width: 774px;
	height: 198px;
	background: url(images/adbox.jpg);
}

.content a:link {
	color: #626CD2;
	text-decoration: underline;
	font-weight: normal;
}

.content a:visited {
	color: #626CD2;
	text-decoration: underline;
	font-weight: normal;
}

.content h1 {
	/*text-transform: uppercase;*/
	color: #006699; /*#3333cc; /*#3333cc; #3333cc;*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;/*14px;*/
}

.content h3 {
	color: green; /*#3333cc;*/
	margin-top: 0px;
	/*margin-bottom: 10px;*/
	font-size: 12px;
}

.content h2 {
	color: #3333cc;
	margin-top: 0px;
}

.content {
/*font-family: Times;*/
margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
/*	margin-left: 50px;*/
	/*
		IN Firefox the borders would not show
		I fixed it by adding "overflow: hidden"

		Yes I fixed it finally!
	*/
	overflow: visible;
	position: relative;
	/*z-index: 55;*/
    /*width: 774px;*/
	width: 900px;
    font-size: 12px;/*12px;*/
	float: left;
}

.contentadbox {

}

.contentfull a:link {
	color: #626CD2;
	text-decoration: underline;
	font-weight: normal;
}

.contentfull a:visited {
	color: #626CD2;
	text-decoration: underline;
	font-weight: normal;
}

.contentfull h1 {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14pt;
}

.contentfull h3 {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 11pt;
}

.contentfull h2 {
	margin-top: 0px;
}

.contentfull {
	margin-right: 42px;
	/*
		IN Firefox the borders would not show
		I fixed it by adding "overflow: hidden"

		Yes I fixed it finally!
	*/
	overflow: visible;
	position: relative;
	z-index: 55;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 25px;
	margin-bottom: 50px;
    width: 100%;
    font-size: 10pt;
	float: left;
}

.headermenu {
	/*padding-top: 5px;
	height: 29px;
	*/
	height: 45px;
	width:900px;
	font-size: 13px;
	background: url("/htdocsnew-alternate/images/menubg.gif") repeat-x;

}

.menubg {
	height: 45px;
	width: 900px;
	
}

.linkcontainer {
	padding-top: 15px;
}

.footermenu {
	background: url(/images/footer-menu.gif) no-repeat;
	/*text-align: bottom;*/
	/*margin: 0 auto;*/
	padding-top: 15px;
	clear: both;
	width: 900px;
	height: 15px;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;

	/*
	text-align: center;
	background-color: #f3ac5f;*/
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


.NewsArticle-fullarticle {
	margin-left: 20px;
	margin-right: 50px;
	text-align: justify;
/*	background-color: #F5F5DC;*/
}

.NewsArticle-ourcomments {
	background-color: #D2B48C;
}




.headermap {
	font-size: 11px;
	float:right;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 50px;
	/*
	text-align: bottom;
	*/
	vertical-align: text-bottom; 
	height: 10px;
	color: #3333cc;
}


.headermap a:link {
	font-size: 11px;
	text-decoration: none;
	color: #3333cc;
}

.headermap a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #3333cc;
}

.footer {
 clear: both;
 text-align: center;
 /*text-align: center;*/

 font-size: 10px;
}

.footer a:visited {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

.footer a:link {
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.menuitemlink {
color: #3333cc;
/*background-color: #ffffff;*/
background: url("/htdocsnew-alternate/images/topmenubg.gif") repeat-x;/*url("/htdocsnew-alternate/images/buttonbg.gif");*/
border: 1px;
border-style: solid;
border-color: #cccc66;

padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
font-weight: bold;
height: 25px;
}

.menuitemlink a:link {
color: yellow;
text-decoration: none;
}

.menuitemlink a:visited {
color: yellow;
text-decoration: none;
}

.menuitemlink:hover {
color: #ffffff;
background-color: #3333cc;
text-decoration: none;
z-index: 999999999;
}

.headeritemlink {
color: #102873;
background-color: #FFA300;
/*background: url("/htdocsnew-alternate/images/buttonbg.gif");*/
border: 0px;
border-style: solid;
border-color: black;/*#D3D3D3;*/
padding: 4px;
text-decoration: none;
font-weight: normal;
}

.headeritemlink a:link {
color: yellow;
text-decoration: none;
}

.headeritemlink a:visited {
color: yellow;
text-decoration: none;
}

.headeritemlink:hover {
color: #ffffff;
/*background-color: #3333cc;*/
text-decoration: none;
z-index: 999999999;
}


table.contactform {
	background: #B0C4DE;
	padding: 10px;
	margin-left: 20px;
	border-style: solid;
	border-collapse: border-collapse;
	border-width: 2px;
	border-color: #333399;
}

.contactform td {
	background: #FFFFFF;
    vertical-align: top;
/*	border-collapse: border-collapse;*/
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
	padding: 10px;
}

table.ticketview {
	font-size: 11px;
	border-color: #ccff66;
	/*padding: 10px;*/
	border-style: solid;
	padding: 0px;
	border-collapse: collapse;
}

.ticketview td {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 5px;
	border-collapse: collapse;
	/*
	border-collapse: border-collapse;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333399;
	border-right-style: solid;
	border-right-color: black;
	padding-left: 5px;
	*/
}

.ticketheader {
	background-color: #ccff66;
}
/*

.content table {
    margin-left: 42px;
	font-size: 10pt;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: orange;
	padding: 10px;
	border-spacing: 0px;
}

.content table td {
    vertical-align: top;
	border-style: none;
	border-color: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-spacing: 10px;
	padding: 10px;
}


*/

.ticketsubmitmessage {
width: 300px;
height: 30px;
background-color: #ccff66;
border: 2px;
border-style: solid;
border-color: blue;
margin: 10px;
padding: 10px;
}

.vpslink {
margin-top: 15px;
clear: left;
}

.vpslink ul {
padding: 0 0 0 25px; 
}

.vpslink a:visited {
text-decoration: none;
}

.vpslink a:link {
text-decoration: none;
}

.vpslink li {
color: blue;
list-style-type: square;
}

	   table.vpspackagelist {
		font-size: 11px;
		border-color: blue;/*#228B22;#cccc33;#ccff66;*/
		/*padding: 10px;*/
		border-style: solid;
		padding: 0px;
		border-collapse: collapse;		

	   }





		.vpspackagelist td

		{

			border-style: solid;
			border-color: #228B22;
			border-width: 1px;
			padding: 5px;
			border-collapse: collapse;
		/*
		border-collapse: border-collapse;
		border-style: none;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #333399;
		border-right-style: solid;
		border-right-color: black;
		padding-left: 5px;
		*/

		}

.vpsbutton {
  background: url("/htdocsnew-alternate/images/bluebutton.gif") no-repeat;
  width: 85px;
  height: 25px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-style: none;

/*
  background: #ccff66;
  border-width: 1px;
  border-color: blue;
  border-style: solid;
  */
}

.vpsbuttonchanges {
  background: url("/htdocsnew-alternate/images/bluebutton-wide.gif") no-repeat;
  width: 135px;
  height: 25px;
  font-size: 12px;
  border-style: none;
  color: white;
  font-weight: bold;
}

.vpsbuttoncheckout {
  background: url("/htdocsnew-alternate/images/bluebutton-wide.gif") no-repeat;
  width: 135px;
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  border-style: none;
}

.vpsbuttontext {
  background: red;/* #ccff66;*/
  border-width: 1px;
  border-color: blue;
  font-weight: bold;
  border-style: solid;
}

.ads {
	overflow: hidden;
	width: 900px;
	height: 100px;
	margin: 0px;
	margin-bottom: 0px;
}

.gbl {
	background: url("/htdocsnew-alternate/images/gbl.gif") 0 100% no-repeat;
}

.gbr {
	background: url("/htdocsnew-alternate/images/gbr.gif") 100% 100% no-repeat;
}

.gtr {
	background: url("/htdocsnew-alternate/images/gtr.gif") 100% 0 no-repeat;
	padding: 10px;
}

.gtl {
	background: url("/htdocsnew-alternate/images/gtl.gif") 0 0 no-repeat;
}

.gt {background: url(/htdocsnew-alternate/images/greendot.gif) 0 0 repeat-x; width: 30em}
.gb {background: url(/htdocsnew-alternate/images/greendot.gif) 0 100% repeat-x}
.gl {background: url(/htdocsnew-alternate/images/greendot.gif) 0 0 repeat-y}
.gr {background: url(/htdocsnew-alternate/images/greendot.gif) 100% 0 repeat-y}

.homebox {
	color: #000000;
	float: left;
	width: 370px;
	/*height: 200px;*/
	padding: 0px;
	margin: 0px;
	/*background-color: #cccc33; /*#cccc66*/
	margin-right: 20px;
	margin-bottom: 20px;
	border-width: 2px;
	border-color: #cccc33;

	/*
	padding-left: 10px;

	border-color: #cccc33;
	border-style: solid;
	*/

}

.homebox p {
	border-width: 2px;
	border-color: #cccc33;
	border-style: solid;
}

.homebox h3 {
	color: black;
}

.homeboxcontent {
	padding-left: 15px;
}

.homeboxtop {
	background: url("/htdocsnew-alternate/images/tr.gif") no-repeat top right;

}

.homeboxbottom {
	background: url("/htdocsnew-alternate/images/br.gif") no-repeat bottom right;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.hbox {
	z-index: 2;
	float: left;
	width: 200px;
	background: url("/htdocsnew-alternate/images/hboxb.gif") repeat-y;
	/*
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #cccc66;
	*/
	margin: 0px;
	padding: 0px;
}

.hbox li{
	margin-bottom: 5px;
	padding: 0px;
}

.hbox ul {
	margin-left: 20px;
	padding: 0px;
}

.hbox p {
	margin: 20px;

}

.hboxbottom {
	z-index: 999999;
	height: 35px;
	width: 200px;
	clear: left;
	float: left;
	background: url("/htdocsnew-alternate/images/hboxbottom.gif") no-repeat;
}

.headert {
	width: 900px;
	background: url("/htdocsnew-alternate/images/header-rounded.gif") 0 0 no-repeat;
}

.headerb {
	width: 900px;
    background: url("/htdocsnew-alternate/images/header-rounded1.gif") 100% 100% no-repeat;
}

.pboxt {
	width: 200px;
/*
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #cccc66;
*/
	background: url("/htdocsnew-alternate/images/hboxtopp.gif") 0 0 no-repeat;
}

.bottomborder {
	background: url("/htdocsnew-alternate/images/dot1px.gif") 100% 100% repeat-x;
}

.pboxb {
	width: 200px;
/*
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #cccc66;
*/
	background: url("/htdocsnew-alternate/images/hboxbottomp.gif") 100% 100% no-repeat;
}

.pboxl {
	background: url(/htdocsnew-alternate/images/dot1px.gif) 0 0 repeat-y;
}

.pboxr {
	background: url(/htdocsnew-alternate/images/dot1px.gif) 100% 0 repeat-y;
}

.pbox p {
	padding-left: 10px;

}

.pbox h3 {
	top: 0px;
	padding-top: 0px;
	margin-top: 0px;
}


.homerightbox {
	float: right;
	clear: none;
	margin-left: 40px;
	width: 580px;
	/*
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #cccc66;
	background: url("/htdocsnew-alternate/images/hboxtopp.gif") repeat-x;
	*/
}

.homerightbox p {
	padding-right: 20px;
}

.homerightbox li {
	margin-bottom: 5px;
}



li {
 list-style-type: disc;
 margin-left: 10px;
 padding: 0px;
 font-size: 11px;

}

ul {
	padding: 0 0 0 25px; 
	margin: 0px;
}


.bottomlink a:link {
	color: #9C9C9C;
	text-decoration: underline;
	font-weight: normal;
}

.bottomlink a:visited {
	color: #9C9C9C;
	text-decoration: underline;
	font-weight: normal;
}

.vpsfeatures {

}

.vpsfeatures li {
	margin-bottom: 5px;
}

.vpsfeatures ul {
	color: red;
}

.normal {
color: black;
}


/* VPS Popup */
#vpspopup {
	background: #eee9e9;
	color: black;
	position: absolute;
	visibility: hidden;
	border: 1px;
	border-color: #87cefa;
	border-style: solid;
	font-size: 12px;
	z-index: 9999999999999;
	height: 70px;
	width: 200px;
	top: 0;
	left: 0;
}

.vpsboxfeature li{
margin: 0px;
}