/* CSS for the BIG COLOCATION banner */
#mainbanner {
	color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #6699CC;
	background-image: url(../images/homepage/windmills.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 383px;
	line-height: 16px;
}
#mainbanner h1, #webh h1, #consulting h1 {
	border:none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
#mainbanner a {
	color: #FFFFFF;
}

/* Rules for the big titles / links on the main banner */
#bigtitles {
	text-align: right;
	position: relative;
	width: 365px;
	left: 13px;
	}
#bigtitles h1 {
	font-size: 20px;
	line-height:22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-weight: lighter;
	}
#bigtitles h1 a {
	color: #00FF00;
	}

/* Rules for other text boxes that appear on the main banner */
#textbox1 {
	font-size: 14px;
	line-height: 16px;
	position: relative;
	width: 350px;
	left: 13px;
	top: 8px;
	right: 0px;
	}
	
#textbox2 ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style: disc inside;
	position: relative;
	width: 350px;
	left: 13px;
	top: -3px;
	line-height: 20px;
}

#textbox3 ul{
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;	
	margin: 0px;
	padding: 0px;
	list-style: none;	
	position: relative;
	width: 350px;
	top: 10px;
	left: 30px;		
	}
	
#mainbanner_footer {
	font-size: 16px;
	font-weight: bold;	
	text-align: center;
	position: relative;
	top: 20px;
	}
	
/* END --- CSS for the BIG COLOCATION banner */
#oilcounter {
	position: relative;
	top: 55px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* Rules for the rounded windows on the home page (Home Rounded Windows, hrw) */
.hrw {
	float:left;
	width: 257px;
	margin: 0px;
	padding: 0px 14px 10px 0px; 
	}
.hrw .hd .c,.dialog .ft .c {
	height:13px;
	}
.hrw .ft .c {
  	height:10px;
	}
.hrw p, .hrw ul {
	margin:0;
	padding:10px;
	}
.hrw li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.hrw h3 {
	padding: 0px 10px 0px 10px;
	margin:0;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #666666;
	}
.hrw h3 a {
	color:#666666;
	text-decoration:none;
	padding: 3px;
	border: 1px solid #FFFFFF;
	}
.hrw h3 a:hover {
	background: #FFCC00;
	border: 1px solid #000;
	}
.hrw .hd {
	background: url(../images/rounded_windows/homeround_03.png) no-repeat 0px 0px;
	}
.hrw .hd .c {
	background: url(../images/rounded_windows/homeround_04.png) no-repeat right 0px;
	}
.hrw .bd {
	background: url(../images/rounded_windows/homeround_06.png) repeat-y 0px 0px;
	}
.hrw .bd .c {
	background: url(../images/rounded_windows/homeround_07.png) repeat-y right 0px;
	}
.hrw .bd .c .s {
	background: url(../images/rounded_windows/homeround_08.png) no-repeat 0px bottom;
	}
.hrw .bd .c .s .c {
	background: url(../images/rounded_windows/homeround_09.png) no-repeat right bottom;
	height:200px;
	}
.hrw .ft {
	background: url(../images/rounded_windows/homeround_10.png) no-repeat 0px 0px;
	}
.hrw .ft .c {
	background: url(../images/rounded_windows/homeround_11.png) no-repeat right 0px;
	}
.spacer {
	height:1px;
	}
#status_ok {
	background: url(../images/homepage/networkstatus_greenlight.gif) no-repeat right 7px;
	}
#status_warning {
	background: url(../images/homepage/networkstatus_orangelight.gif) no-repeat right 7px;
	}
#status_bad {
	background: url(../images/homepage/networkstatus_redlight.gif) no-repeat right 7px;
	}
.indexlogos img{
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.cleared {
	clear:both;
	padding:0;
	border:0;
	margin:0;
}
/* CSS for the CONSULTING banner */
#consulting {
	background-color: #FF6600;
	background-image: url(../images/homepage/consulting_banner2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 140px;
	padding: 0px;
	margin: 5px 0px 0px;
}
#consulting h1 {
	font-size: 2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px 0px 0px 25px;
	margin: 0;
}
#consulting p {
	padding:0 25px 0 25px; 
	margin: 0px 105px 0 0;
}
#consulting #cbutton {
	position: relative;
	left: 200px;
	top: 15px;
}
#consulting #cbutton a {
	font-weight: bold;
	background: #FFFFFF;
	margin: 0px;
	padding: 5px;
	border: 1px solid #000000;
	color: #FF6600;
	text-decoration: none;
}
#consulting #cbutton a:hover {
	font-weight: bold;
	background: #FF6600;
	margin: 0px;
	padding: 5px;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
}
#consulting #cbutton #GSEC {
	color: #666666;
	font-weight: bold;
	font-size: 0.7em;
	margin-left:-130px;
	margin-top:-18px;
}


#webh {
	padding: 0;
	margin: 0;
	margin-top:4px;
	background: #FF6600 url(../images/homepage/web_hosting.jpg) no-repeat right -25px;
}
#webh h1 {
	font-size: 2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px 0px 0px 25px;
	margin: 0;
}
#webh p {
	padding:0 25px 0 25px; 
	margin: 0px 20px 0 0;
}
#webh #whbutton {
	float:left;
	margin:0;
	margin-left:25px;
	padding-top:15px;	
	padding-bottom:10px;
}
#webh #whbutton a {
	font-weight: bold;
	background: #FFFFFF;
	margin: 0px;
	padding: 5px;
	border: 1px solid #000000;
	color: #FF6600;
	text-decoration: none;
}
#webh #whbutton a:hover {
	font-weight: bold;
	background: #FF6600;
	margin: 0px;
	padding: 5px;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
}

/* CSS for the ABOUT US banner */
#about_us {
	background: url(../images/homepage/flatirons_bg.jpg) no-repeat -37px top;
	font-size:11px;
	line-height:12px;
	margin: 0px;
	padding: 8px;
	padding-top:6px;
	padding-bottom:7px;
	margin-bottom:1px;
}
#about_us ul {
	list-style: none outside;	
	margin-left: 0px;
	padding-left:5px;
	margin-top:0;
	margin-bottom:0px;
}
#about_us li {
	margin-top:0;
	padding-top:0;
	padding-bottom:3px;
	padding-left: 20px;
	background: url(../images/colocation/orange_bullet.png) no-repeat left 3px;
}

.homepage_table {
	background-color: #FFFFFF;
}
