/* basic style */
body, input, textarea {
	font-family: helvetica, arial, Sans-Serif;
	font-size: 12px;
	color: #5a5a5a;
	line-height: 20px;
}

ul{
	list-style-image:url(/images/bullet.gif);
}

b{ color:#366274;}

a:link, a:visited { color: #ef4700; text-decoration: none; font-weight: normal; }
a:hover, a:active { text-decoration: underline; }

img { border: 0px; }
td { vertical-align: top; text-align: left; }

/* main page framework */
body { background:#2b596c; margin: 0px; } /* set bg color to footer bg color */
#body_wrap { background:#cdcdcd url(../images/bg_body.gif) repeat-x top center; } /* a wrapper around main, for bg purposes */
#main { width:850px; margin:0px auto; float: none; } /* includes header and main content, not footer */
#header { background: url(../images/header.jpg) top center no-repeat; width: 850px; height: 146px; float: none; }
#content { width: 850px; min-height: 490px; float: none; background: url(../images/content_bg.gif) top center repeat-y; } 
#footer { height: 220px; background: url(../images/bg_footer.gif) repeat-x top center; float: none; text-align: center; color: #d7d7d7; }

/* #header area (header, menu, and submenu) */
#mainmenu { height: 104px; width: 850px; } 
img.mainmenu { float: left; margin-top: 44px;}

/* #main content area */
.mainbox { float: left; width: 534px; background: url(/images/main_bg.gif);}
.mainbox_area { width: 498px; min-height: 437px; float: left; padding: 18px;  }
.headerImg {float: right; padding-bottom:10px;}
.headerImg_news {padding-bottom:16px; padding-top:7px;}

/* infobox (news, testimonial) */
.infobox { margin-left: 6px; width: 264px; background: url(/images/feature_bg.gif); background-repeat: repeat-y ;  margin-bottom:0px; padding-bottom: 0px;}
.infobox_area { width: 224px; height: 107px; padding: 13px 20px 0px 20px; }

.infobox2 { margin-left: 6px;  width: 264px; background: url(/images/feature_bg.gif); background-repeat: repeat-y;}

/* features */
h2.news { font-size: 11px; line-height: 13px; font-weight: bold; display: inline; color:#366274;}
h2.article { font-size: 13px; font-weight: bold; display: inline; color:#366274;}
.news_date { color: #2d2d2d; font-weight: bold; }
.news_prev { font-size: 11px; line-height: 13px; float: left; width: 220px; padding-bottom: 5px;}
tr.news { padding-bottom: 3px; }

/* submenu */
#submenu { width: 822px; height: 42px; padding: 0px 14px; background: url(../images/submenu_bg.gif);}
.submenu_display { width: 822px; height: 42px; display:none; }
img.submenu1_img { margin: 15px 40px 0px 30px; }
img.submenu2_img { margin: 15px 13px 0px 13px; }
img.submenu_div { margin-top: 15px;}


/* colocation */
.colocation_tabs { float: left; width: 133px; z-index: 2; position: relative; left: 2px; }
.colocation_area { float: left; width: 357px; z-index: 1; background: url(/images/colocation/colocation_bg.gif); text-align: left; }
h2.colocation { font-size: 11px; font-weight: bold; display: inline; color:#366274; }

/* network (copied from colocation) */
.network_tabs { float: left; width: 133px; z-index: 2; position: relative; left: 2px; }
.network_area { float: left; width: 357px; z-index: 1; background: url(/images/network/network_bg.gif); text-align: left; }
h2.network { font-size: 11px; font-weight: bold; display: inline; color:#366274; }

.requiredStar{
	color: #ff0000; 
	font-weight: bold; 
	font-size: 13px;
	vertical-align:top;
}
