@charset "UTF-8";
html, body, div, h1, h2, h3, h4, h5, h6, dl, 
dt, dd, ul, ol, li, pre, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}


body {
	background: #222F3B url(../images/body-background.gif) repeat-x;
	text-align: center;
	font: small Arial, Helvetica, sans-serif;
}

a:link {
	color: #8a0917;
	text-decoration: none;
}

a:visited {
	color: #8a0917;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background: #FFFF99;
}

a:active {
	text-decoration: underline;
	background: #FFFF99;
}
a.price-quote:hover 
{
  	text-decoration: none;
	background: transparent;
}  
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


/* HEADER INFORMATON */

#header {
	position: relative;
	width: 100%;
	height: 106px;
}

#header h1 {
	position: absolute;
	top: 67px;
	background: url(../images/bca-logo.gif) no-repeat;
	height: 30px;
	width: 608px;
	margin-left: 11px;
	text-indent: -9999px;
	
}
#header_logo {
	position: absolute;
	top: 67px;
	background: url(../images/bca-logo.gif) no-repeat;
	height: 30px;
	width: 608px;
	margin-left: 11px;
	text-indent: -9999px;
	
}
#header_logo a {
	display: block;
	text-decoration: none;
	background: none;
}



#content {
	float: left;
	width: 760px;
	background: #efeadf;
	margin-top: 20px;
}


/* NAVIGATION */

#menu-bg {
	width: 761px;
	height: 35px;
	background: url(../images/nav-bg.gif) no-repeat;
}

#ul_menu_1 {
	margin: 0 15px;
	padding: 0px;
   border-left: 1pt solid #222F3B;
   height: 35px;
}

#ul_menu_1 li {
	float: left;
	text-align:center;
	display: inline;
	font: 0.9em/.9em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height:1.1;
	border-right: 1pt solid #222F3B; 
	width: 102px;
}

#ul_menu_1 li a {
	display: block;
	padding-top: 6px;
	height: 30px;
}

#ul_menu_1  li a:link, #menu li a:visited {
	text-decoration: none;
	color: #8a0917;
	
}


#ul_menu_1 li a:hover, #menu li a:active, #menu #selected a {
	text-decoration: none;
	color: #fff;
	background: url(../images/nav-hover.gif) repeat-x;
}

#ul_menu_1 li.no-rule {
	background: url(none);
}


/* HOME CONTENT */
#text_1_body  {
	/*clear: both;*/
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 15px;
}

#text_1_body h2 {
	font: 200% Georgia, "Times New Roman", Times, serif;
	color: #403720;
}

#text_1_body p {
	font-size: 115%;
	line-height: 155%;
}

/* CATEGORY CONTENT */

#category_image_1 img {
	float: left;
    padding-top: 20px;
	padding-right: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

#article-categories {
	clear: both;
	padding: 15px 10px 30px;
	margin-bottom: 15px;
}

#article-categories h2 {
	background: #8094A6 url(../images/home-article-tabs.gif) no-repeat;
	min-height: 20px;
	width: 239px;
	color: #FFFFFF;
	font: normal 125%/100% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 8px;
}

#article-categories ul {
	background: url(../images/home-article-bg.gif) no-repeat;
	width: 239px;
	list-style: none;
	padding-top: 5px;
}

#article-categories  li {
	margin: 5px 15px;
}

#business-continuity-list, #disaster-recovery-list, #backup-recovery-list {
 	float: left;
}

#disaster-recovery-list {
	margin: 0 10px;
}
#content-footer 
{
    width: 685px;
}
#promo-bar {
	background: #F7F5EF url(../images/bottom-promo-bg.gif) repeat;
	clear: both;
	position: relative;
	min-height: 166px;
	height: 203px;
	width: 685px;
	margin-bottom: 15px;
	margin-left: 50px;
}

#promo-bar h2 {
	font: normal 145% Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	width: 545px;
	padding-top: 80px;
}

#promo-bar p {
	font: normal 120%/130% Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	padding-top: 5px;
	width: 540px;
}
/*Forms*/
#forms 
{
    padding: 20px 0px 0px 150px;
}
.label_holder 
{
    font-weight:bold;
    padding-top: 10px;
}
.Error_Message
{
    color: Red;
    font-weight: bold;
}
.Error_Message ul
{
    font-weight: normal;
}


/* FOOTER */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 761px;
	background: #EFEADF;
	position: relative;
	padding-bottom: 0px;
}

#footer p {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

#footer  ul  {
	list-style: none;
	text-align: center;
	padding-bottom: 10px;
}

#footer  li  {
	display: inline;
}



/* RIGHT PROMO COLUMN */

#promo-col {
	float: right;
	width: 240px;
	position: absolute;
	left: 760px;
	top: 107px;
	background: url(../images/right-promo-bg.gif) repeat-y;
}
#ul_link_list_1_link_list li
{
    list-style: none;
}
#ul_link_list_1_link_list .top {
	background: url(../images/right-promo-top.gif) no-repeat;
	width: 194px;
	padding-top: 68px;
	margin: 0px;
	padding-left: 25px;
	padding-right: 20px;
}

#ul_link_list_1_link_list h2 {
	font: 150%/100% Georgia, "Times New Roman", Times, serif;
	color: #403720;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 20px;
}

#ul_link_list_1_link_list h3 {
	font: bold 100% Arial, Helvetica, sans-serif;
	background: url(../images/right-promo-hr.gif) no-repeat left top;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 15px;
	padding-left: 10px;
}

#ul_link_list_1_link_list p {
	padding-right: 20px;
	padding-left: 25px;
	padding-bottom: 20px;
	background: url(../images/right-promo-hr.gif) no-repeat 20px bottom;
}

.promo-price-quote {
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	border-style: none;
	background: none;
}

.promo-price-quote a {
	text-decoration: none;
	border-style: none;
	background: none;
}

#ul_link_list_1_link_list .promo-price-quote a {
	text-decoration: none;
	background: url(../none);
}

#ul_link_list_1_link_list .dbls {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#ul_link_list_1_link_list .no-rule, #menu li.no-rule {
	background: url(../none);
}
.promo-col-bottom 
{
	background: url(../images/right-promo-bottom.gif) no-repeat;
	height: 27px;
	width: 240px;
}


/* Article Page Specific -------------------------
-------------------------------------------------- */
#article {
	clear: both;
	padding: 20px 15px 0 15px;
}

#article h2 {
	font: 200% Georgia, "Times New Roman", Times, serif;
	color: #403720;
	border-bottom: 1px solid #8b8664;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#article h3 {
	font: normal 175% Georgia, "Times New Roman", Times, serif;
	color: #403720;
	margin-top: 15px;
	margin-bottom: 15px;
}

#article h4 {
	font: normal 150%/100% Georgia, "Times New Roman", Times, serif;
	color: #403720;
	margin-bottom: 5px;
}

#article p {
	font-size: 110%;
	line-height: 125%;
	margin-bottom: 10px;
}

#article .related-articles {
	font-size: 110%;
	line-height: 100%;
	margin-left: 20px;
	list-style: square;
}

#article .related-articles li {
	margin-bottom: 5px;
}
#article ul 
{
    padding-bottom: 15px;
}
#article li 
{
    font-size: 110%;
	line-height: 115%;
	margin-left: 40px;
	padding-bottom: 10px;
}
#article p img {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#article .breadcrumb {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
	color: #403720;
	font-size: 100%;
}

.breadcrumb li {
	display: inline;
}


/* SECTION PAGE SPECIFIC */
#section-head {
	background: #F7F5EF;
	margin: 15px;
	padding: 10px;
	height: 155px;
	width: 710px;
	clear: both;
}

#section-head img {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}

/* #section-head h2 {
	font: 200% Georgia, "Times New Roman", Times, serif;
	color: #403720;
}
*/

/* #section-head p {
	font-size: 130%;
	line-height: 150%;
	color: #403720;
	padding-bottom: 10px;
}
*/

#text_3_body h2 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #403720;
	padding-bottom: 10px;
}

#text_3_body p {
	font: normal 115% Arial, Helvetica, sans-serif;
	color: #403720;
	line-height: 110%;
	padding-bottom: 10px;
}
#section-articles {
	margin-left: 45px;
	margin-right: 30px;
	margin-top: 20px;
	clear: both;
}

#section-articles h2 {
	font: normal 175%/100% Arial, Helvetica, sans-serif;
	color: #403720;
	margin-bottom: 5px;
}
#section-articles h3 {
	font: normal 175%/100% Georgia, "Times New Roman", Times, serif;
	color: #403720;
	margin-bottom: 5px;
}

#section-articles p {
	line-height: 120%;
	margin-bottom: 0.8em;
	font-size: 110%;
}

#section-articles a {
	font-weight: bold;
}
#promo-bar ul 
{
    padding:0;
    margin:0;
}
#promo-bar h2 
{
    padding-left:0;
    font-size:14pt;
}

#ul_link_list_2_link_list li 
{
    list-style: none;
    padding-left: 20px;
	font-size:13pt;
	padding-bottom:8px;
}	

#footer ul 
{
margin:0;
padding:0;	
}
#ul_link_list_5_link_list li, #ul_link_list_3_link_list li, #ul_link_list_4_link_list li, #ul_link_list_5_link_list li{
	list-style: none;
	display: inline;
	font-size:10pt;	
}
#ul_link_list_5_link_list li a:link, #ul_link_list_3_link_list li a:link{
   text-decoration: none;
   color: #888888;
}
#ul_link_list_5_link_list li a:visited, #ul_link_list_3_link_list li a:visited{
   text-decoration: none;
   color: #888888;
}
#ul_link_list_5_link_list li a:active, #ul_link_list_3_link_list li a:active{
   text-decoration: underline;
   color: #888888;
}
#ul_link_list_5_link_list li a:hover, #ul_link_list_3_link_list li a:hover{
   text-decoration: underline; 
   color: #888888;
}

/* end of footer line 1,2,3 */