/* *************************** 
  Site - Ace Internet Services
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#0072bc;
	text-decoration:none;
}
a:hover {
	color:#0072bc;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#252525;
}
#container {
	width:988px;
	margin:0 auto;
	text-align:left;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:100%;
	height:146px;
	position:relative;
	text-align:center;
}
#header h1{
	position:absolute;
	left:17px;
	top:20px;
	}
#header h1 a{
	display:block;
	background:url(../images/bg_logo.png) no-repeat;
	width:267px;
	height:69px;
	text-indent:-9999px;
	outline-style:none;	
}
/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:932px;
	padding:20px 28px 0 28px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/content_bg.png) top center no-repeat;
}
#content_home {
	width:100%;
/*        padding:20px 28px 0 28px; */
        overflow:hidden; 
/*        margin:0 auto; */
	background:url(../images/content_home_bg.png) top center no-repeat;
}
#featured {
	width:980px;
	margin:0 auto;
	height:260px;
	overflow:hidden;
}
#content_middle {
	width:980px;
	height:215px;
	margin:0 auto;
}
.middle_box {
	width:279px;
	height:185px;
	padding:30px 24px 0;
	float:left;
	margin-right:1px;
	position:relative;
}
.middle_box.last {
	width:276px;
	float:right;
	margin-right:0;
}
.middle_box h2 {
	font-size:21px;
	font-weight:normal;
	color: #0072bc;
}
.middle_box p {
	position:absolute;
	top:71px;
	left:24px;
	width:279px;
}
.middle_box span {
	position:absolute;
	top:161px;
	left:24px;
	font-weight: bold;
}
#top_stories {
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	padding:6px 24px;
	height: 15px;
	width:932px;
	margin:0 auto;
	color:#0072bc;
}
#top_stories strong {
	padding-right:6px;
}
#content_bottom {
	width:982px;
	height:87px;
	margin:15px auto 0 auto;
	background:url(../images/content_bottom_bg.png) no-repeat;
}
.bottom_box {
	float:left;
	width:226px;
	padding:20px 9px 0 89px;
	font-size:11px;
}
.bottom_box h3 {
	font-size:13px;
	line-height:20px;
}
.bottom_box.box1 {
}
.bottom_box.box2 {
	margin-left:2px;
	display:inline;
}
.bottom_box.box3 {
	float:right;
}
#maincontent {
	width:626px;
	float:left;
	font-size:13px;
}
#maincontent2 {
	width:660px;
	float:right;
	font-size:13px;
margin:0px;
padding:0px;
//	margin-left:20px;
//border:#cce3f2 1px solid;
}
#maincontent h1 {
	font-size:25px;
	margin-bottom:28px;
	color:#0072bc;
}
#maincontent .borderline{
	border-bottom:#cce3f2 1px solid;
	padding-bottom:10px;
	margin-bottom:15px;
	}
#maincontent h4 {
	color:#0072bc;
	font-size:13px;
}
#maincontent p {
	margin-bottom:18px;
}
#maincontent .list {
	margin-bottom:18px;
}
#maincontent .list li {
	padding-left:15px;
	background:url(../images/li_bg.png) 0 3px no-repeat;
}
.top {
	font-size:15px;
	color:#0072bc;
}
#tablebox{
	width:100%;	
	}
#tablebox table{
	width:626px;
	table-layout:fixed;
	border:0;
	background:#f2f8fc;
	font-size:13px;
	color:#252525;
	border-collapse:collapse;
	}
#tablebox .first{
	background:#0072bc;
	color:#fff;
	line-height:16px;
	font-weight:bold;
	}
#tablebox .bg{
	background:#e5f1f8;
	}
#tablebox .first tr,#tablebox .first td{
	padding:6px 0 9px 0;
	}
#tablebox .first th{
	font-weight:bold;
	}
#tablebox th{
	width:140px;
	padding:6px 0 9px 10px;
	text-align:left;
	font-weight:normal;
	}
#tablebox td{
	text-align:center;
	width:119px;
	padding:6px 0 9px 0;
	}
	
/*dial up table box*/

#dialup{
	width:626px;	
	}
#dialup table{
	width:626px;
	table-layout:auto;
	border:0;
	background:#f2f8fc;
	font-size:13px;
	color:#252525;
	border-collapse:collapse;
	}
#dialup .first{
	background:#0072bc;
	color:#fff;
	line-height:16px;
	font-weight:bold;
	}
#dialup .bg{
	background:#e5f1f8;
	}
#dialup .first tr,#tablebox .first td{
	padding:6px 0 9px 0;
	}
#dialup .first th{
	font-weight:bold;
	}
#dialup th{
	width:140px;
	padding:6px 0 9px 10px;
	text-align:left;
	font-weight:normal;
	}
#dialup td{
	text-align:center;
	width:119px;
	padding:6px 0 9px 0;
	}

/*dial up ends*/


#loginbox{
	width:100%;
	padding:18px 0 0 0;
	}
#maincontent #loginbox h5{
	font-size:13px;
	color:#0072bc;
	padding:0 0 8px 0;
	}
#maincontent #loginbox input{
	background:#c6e0f1;
	width:198px;
	border:0;
	color:#0072bc;
	padding:5px 0 0 7px;
	height:19px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	}
#maincontent #loginbox label{
	font-size:13px;
	float:left;
	width:69px;
	}
#maincontent #loginbox p{
	margin:0 0 6px 0;
	}
#maincontent #loginbox .btn_submit{
	background:#0072bc;
	width:63px;
	height:24px;
	color:#fff;
	text-align:center;
	font-size:13px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0;
	}
#tab{
	width:100%;
	position:relative;
	}
#tab .signup{
	height:30px;
	line-height:30px;
	text-align:center;
	width:110px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	background:#0072bc;
	float:left;
	}
#tab .signup:hover{
	color:#fff;
	}
.tabcontent_top h3{
	color:#0072bc;
	font-size:13px;
	padding:0 0 15px 0;
	}
#maincontent .tabcontent_top p{
	line-height:16px;
	}
.TabbedPanelsContent ul{
	 width:100%;
	 border-top:#cce3f2 1px solid;
	 }
.TabbedPanelsContent ul li{
	 border-bottom:#cce3f2 1px solid;
	 width:100%;
	 overflow:hidden;
		}
#maincontent .tabtext{
		padding:28px 0 0 0;
		width:420px;
		float:left;
		}
#maincontent .tabpic{
		float:left;
		text-align:right;
		padding:11px 0 4px 0;
		}
#maincontent .tabtext p{
	margin:0;
		}
#maincontent .tabtext span{
	color:#0072bc;
	font-weight:bold;
	}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar{
	width:260px;
	float:right;
	padding-top:38px;
	}
#sidebar2{
	width:240px;
	float:left;
	padding-top:38px;
//border: green 1px solid;
	}
.sidebox {
	width:168px;
	overflow:hidden;
	border-top:1px solid #cce3f2;
	padding:18px 10px 15px 82px;
	font-size:11px;
}
.sidebox h3 {
	font-size:13px;
	margin-bottom:3px;
}
.sidebox span {
	font-weight:bold;
	margin-top:12px;
	display:block;
	color: #0072bc;
}
.sidebox.hosting {
	background:url(../images/icon_hosting.png) 23px 25px no-repeat;
}
.sidebox.support {
	background:url(../images/icon_support.png) 23px 25px no-repeat;
}
.sidebox.broadband {
	background:url(../images/icon_broadband.png) 23px 25px no-repeat;
}
.sidebox.questions{
	background:url(../images/icon_questions.png) 20px 23px no-repeat;
	}
#quote {
	padding:0 11px 15px 15px;
}
#quote_top {
	padding:20px;
	background:#0072bc;
	color:#fff;
	font-size:16px;
	line-height:23px;
}
#quote_bottom {
	padding:15px 0 0 86px;
	background:url(../images/quote_bottom_bg.png) 30px 0 no-repeat;
	font-style:italic;
}
#quote_bottom span {
	display:block;
	color:#0072bc;
	font-style:normal;
	font-weight: bold;
}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:980px;
	margin:30px auto 10px auto;
	border-top:1px solid #f5f5f5;
	padding:8px 0 0 8px;
	color:#959595;
	font-size:11px;
}
#footer a {
	color:#959595;
	margin:0 4px;
}
#footer a:hover {
	color:#0072bc;
	text-decoration:none;
}
#indeximg{
	width:980px;
	height:260px;
	}
#img_circles
{
	margin-top:-30px;
	text-align:center;
}
.circle_image
{
	padding: 0px 3px 0px 3px;
	outline: none;
}
.sidebox2 {
        width:240px;
        overflow:hidden;
        border-bottom:1px solid #cce3f2;
        padding:18px 10px 15px 0px;
        font-size:11px;
}
.acenews-root {
  width : 300px;
  height : 500px;
/* position : relative; */
  float : right;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 1px solid #BCCDF0;
} 
.acenews-title {
  font-size: 14px;
  font-weight : bold;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}
.acenews-title a {
  color : #3366cc;
}
.acenews-box {
  style="float:right;
   width:300px;
}
.acenews-entry {
  background-color : white;
  width : 90%;
/*  height : 6.9em; */
padding-bottom: 3px;
  font-size: 12px;

  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;

  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;

/*margin-bottom: 0px;*/
/*padding-bottem: 2em;*/

  border-bottom:1px solid #cce3f2; 
}
.acenews-entry a {
  font-size: 14px;
}

.acenews-date {
  color: #6f6f6f;
line-height: 20px;
  font-size: 12px; 
  
}
