*
{
margin: 0;
padding: 0;
font-size: 1.0em;
outline: none;
border: none;
}

html 
{
overflow: -moz-scrollbars-vertical;
}

body 
{
/*text-align: center;*/
min-width: 1001px;
padding-top: 50px;
background: #000 url(background-body.jpg) no-repeat left top;
font-size: 10px;
font-family: Tahoma;
color: #333;
}

#wrapper
{
width: 961px;
margin: 0 auto;
/*text-align: left;*/
background: #FFF url(../../images/background-content.gif) repeat-y left top;
}

#topBranding
{
float: left;
width: 841px;
height: 67px;
padding: 10px 20px 0 100px;
background: #606060 url(background-topBranding.jpg) no-repeat left top;
}

.topBranding-right
{
float: right;
margin-top: 22px;
}

#sideBranding
{
width: 890px;
padding-left: 71px;

background: #c3d5ed url(background-sideBranding.gif) no-repeat left bottom;
}

#mainNav
{
float: right;
width: 884px;
background-color: #EAEAEA;
background-color: #670000;
border-left: solid 6px #EAEAEA;
/*border-bottom: solid 4px #C4D4EC;*/
}

#mainNav li
{
float: right;
list-style: none;
}

#mainNav li a
{
display: block;
padding: 5px 10px;
font-size: 1.1em;
letter-spacing: 0.1em;
text-decoration: none;
color: #fff;
}

#mainNav li a:hover
{
background-color: #fff;
color: #333;
}

#mainNav li a.current
{
background-color: #ED1D25;
}

#mainNav li a:hover.current
{
color: #fff;
}

#mainContent
{
position: relative;
float: left;
width: 850px;
padding: 0 20px;
background-color: #ffffff;
/*border-top: solid 1px #d7d7d7;*/
/*background: url(background-mainContent.gif) repeat-y left top;*/
}

#footer
{
float: right;
width: 890px;
color: #3b6a98;
padding: 15px 0;
border-top: solid 1px #d7d7d7;
background: #FFFFFF url(background-footer.gif) no-repeat right bottom;
}

#footer p
{
float: left;
width: 225px;
padding-left: 10px;
font-size: 1.0em;
line-height: 1.5em;
color: #7d7d7d;
}

#footer a
{
float: right;
padding: 0 10px;
border-right: solid 1px #3b6a98;
font-family: Trebuchet MS;
line-height: 1.5em;
color: #3b6a98;
color: #666;
text-transform: uppercase;
text-decoration: none;
}

#footer a.last
{
border-right: none;
}

#footer a:hover
{
color: #830000;
}

#subContent
{
float: left;
width: 650px;
min-height: 400px;
padding-left: 20px;
background: url(background-mainContent.gif) repeat-y left top;
}

#subNav
{
float: left;
width: 190px;
margin: 0 0 0 -14px !important;
margin: 0 0 0 -7px; /*fix for IE6*/
padding: 85px 0 0 0;
}

#mainContent #subNav ul
{
list-style: none;
margin: 0;
color: #796769;
}

#mainContent #subNav a
{
display: block;
padding: 2px 0 11px 5px !important;
padding: 0 0 5px 5px; /*fix for IE6*/
text-decoration: none;
font-family: Arial;
font-size: 1.0em;
font-weight: bold;
color: #796769;
background: url(background-mainNav-li-a.gif) no-repeat right center;
border-bottom: none;
}

#mainContent #subNav a:hover, #mainContent #subNav li a.current
{
color: #830000;
background-image: url(background-mainNav-li-a-hover.gif);
}


/*-----------------------------------------------------Global Styling----------------------------------------------------------------*/

hr
{
border: none 0;
border-bottom: dashed 1px #d7d7d7;
height: 1px;
margin-bottom: 10px;
}

.clear {clear: both;}
.clearLeft {clear: left;}
.left {float: left;}
.right {float: right;}

/*---------------------Header styles-------------------------*/

h1
{
width: 450px;
height: 3.2em;
padding: 20px 0 0 30px;
font-size: 1.7em;
line-height: 1.7em;
font-family: Arial;
font-weight: normal;
color: #830000;
background: url(background-header.gif) no-repeat left top;
margin-bottom: 0.8em;
}

#mainContent h1 a
{
color: #494949;
text-decoration: none;
background-color: Transparent;
border-bottom: none;
}

#mainContent h1 a:hover
{
color: #326698;
border-bottom: none;
}

h2
{
font-size: 1.6em;
line-height: 1.5em;
font-family: Arial;
font-weight: normal;
color: #830000;
margin-bottom: 0.5em;
}

h3
{
margin-bottom: 0.5em;
font-size: 1.3em;
line-height: 1.5em;
font-family: Trebuchet MS;
}

h4
{
font-size: 1.3em;
line-height: 1.5em;
font-family: Arial;
color: #326698;
font-weight: normal;
margin-bottom: 0.5em;
}



/*------------------Text styles---------------------------*/

p
{
font-size: 1.1em;
line-height: 1.8em;
color: #333333;
margin-bottom: 15px;
}

blockquote
{
font-size: 1.1em;
line-height: 1.8em;
padding-left: 18px;
margin-bottom: 10px;
background: url(../../images/background-quoteLeft.gif) no-repeat left top;
}

blockquote div
{
padding-right: 15px;
background: url(../../images/background-quoteRight.gif) no-repeat right bottom;
margin-bottom: 5px;
}

.txtCenter {text-align: center;}
.txtLeft {text-align: left;}
.txtRight {text-align: right;}

.disclaimer
{
font-size: 1.0em;
}

/*----------------Link styles------------------------------*/

#mainContent a
{
color: #666;
text-decoration: none;
}

#mainContent p a /*done to target links inside p's only*/
{
font-weight: bold;
background-color: #e1e1e1;
padding: 2px;
border-bottom: dashed 1px #999;
}

#mainContent a:hover
{
color: #3c8ec8;
border-color: #3c8ec8;
}

#mainContent a:visited
{

}

#mainContent a.btn-more 
{
float: right;
width: 49px;
height: 16px;
margin-right: 10px;
background: url(../../images/btn-more.gif) no-repeat left center;
border-bottom: none;
text-indent: -9999em;
}

#mainContent a.btn-more:hover
{
background-image: url(../../images/btn-more-hover.gif);
}

/*----------------List styles------------------------------*/

#mainContent ul
{
list-style-position: outside;
margin-left: 15px;
list-style-type: circle;
font-size: 1.1em;
line-height: 1.8em;
color: #333333;
margin-bottom: 15px;
}

#mainContent ul li ul
{
font-size: 1.0em;
margin-bottom: 0;
}

.listHeader
{
margin-bottom: 0.2em;
}

#mainContent .linkList li a
{
color: #3b6a98;
font-size: 1.2em;
margin-right: 3px;
text-decoration: none;
}

#mainContent .linkList li a:hover
{
text-decoration: underline;
color: #b70f16;
background-color: Transparent;
}

/*-----------------Image styles-------------------------*/

.imgHeader
{
margin-bottom: 15px;
}

.imgLeft
{
float: left;
border: solid 1px #c4d4ec;
margin-right: 10px;
}

.imgRight
{
float: right;
margin-left: 10px;
}

.imgLogo
{
margin: 10px;
}

/*----------------------------------------------------Home Page-------------------------------------------------------*/

#flashIntro
{
float: left;
width: 595px;
height: 225px;
margin-left: -14px !important;
margin-left: -7px; /*fix for IE6*/
}

#homeContent
{
float: left;
width: 580px;
margin: 10px 0 50px 0;
}

#homeContent p
{
margin-bottom: 5px;
}

#home-partner-logos
{
clear: left;
float: left;
width: 100%;
margin-top: 25px;
text-align: center;
}

#home-partner-logos img
{
padding-right: 25px;
}

#home-partner-logos #operations-it-logo
{
margin-top: -40px;
}

#home-partner-logos #watchguard-logo
{
margin-top: -45px;
}

#home-partner-logos #vmware-logo
{
margin-top: -45px;
}

#homeSub
{
float: right;
width: 285px;
margin: -225px -20px 0 0 !important; /*to position right column, top margin = height of flash element*/
margin: -225px -13px 0 0; /*fix for IE6*/
padding-left: 5px;
background: url(../../images/background-sidebar.gif) repeat-y left top;
}

#logo-gn
{
float: left;
margin: 0 10px 5px 0;
}

#tracking
{
height: 205px;
padding: 10px;
background: #000 url(../../images/background-tracking.png) repeat-x left top;
}

#tracking-info
{
float: left;
width: 190px;
margin-bottom: 5px;
}

#tracking h2
{
margin-bottom: 0;
font-size: 1.6em;
line-height: 1.1em;
color: #fff;
font-family: Myriad Pro, Arial;
}

#tracking a
{
font-size: 1.1em;
color: Red;
}

#tracking a:hover
{
color: #fff;
}

#tracking p
{
margin-bottom: 0;
font-weight: bold;
line-height: 1.0em;
color: #fff;
}

#tracking .stats-main
{
float: left;
margin-right: 10px;
text-align: center;
}

#tracking .stats-secondary
{
float: right;
margin: 7px 10px 0 0;
text-align: center;
}

#tracking #update-time
{
clear: left;
padding-top: 10px;
font-size: 1.0em;
color: #999;
text-align: center;
}

#tracking-def
{
padding: 10px;
background-color: #fff;
}

/*----------------Newsletter-------------*/

#newsletter-signup
{
padding: 10px;
}

#newsletter-signup h2
{
margin-bottom: 0.2em;
font-size: 1.6em;
font-family: Myriad Pro, Arial;
color: #494949;
}

#newsletter-signup h4
{
margin-bottom: 1.0em;
font-size: 1.4em;
line-height: 1.0em;
font-family: Myriad Pro, Arial;
}

#newsletter-signup .emphasis
{
color: #b70f16;
}

#newsletter-signup label
{
font-size: 1.1em;
}

#newsletter-signup input
{
width: 160px;
margin: 0 5px;
padding: 2px;
border: solid 1px #c4d4ec;
font-size: 1.1em;
}

#newsletter-signup .btnOk
{
text-decoration: none;
font-size: 1.4em;
font-weight: bold;
color: #223374;
}

#mainContent a.btnOk:hover
{
border-bottom: none;
}

/* ---------------- News Ticker box ----------------- */

#news
{
padding: 10px;
border-bottom: dashed 1px #d7d7d7;
background: #FFF url(../../images/background-news.png) no-repeat 20px 60%;
}

#news h2
{
font-size: 1.6em;
font-family: Myriad Pro, Arial;
color: #b70f16;
}

.tickerbox
{
width: 255px;
height: 85px;
margin: 0;
padding: 0;
/*background-color: #FFF;*/
}

.tickerbox ul
{
padding: 0;
width: 255px;
position: relative;
/*background-color: #FFF;*/
}

.tickerbox li
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 85px;
overflow: hidden;
margin: 0 0 0 -15px;
padding: 0;
background-color: #FFF;
list-style: none;
list-style-position: inside;
font-weight: bold;
}

.tickerbox li p 
{
font-size: 1em;
}

#mainContent .tickerbox a
{
border-bottom: none;
background-color: Transparent;
color: #666;
}

#mainContent .tickerbox a:hover
{
color: #326698;
}

.tickerbox li img
{
float: right;
padding: 10px;
}

.tickerbox blockquote
{
font-size: 1.0em;
}

.tickerbox cite
{
color: Red;
padding-left: 3px;
border-left: solid 1px Red;
font-style: normal;
}

/*------------------------------------------------------ Company Pages--------------------------------------------*/
.management
{
margin-bottom: 30px;
}

.management .title
{
font-size: 0.9em;
color: #747474;
}

.management img
{
float: left;
margin: 5px 10px 5px 0;
border: solid 1px #999;
padding: 1px;
}

#mainContent .list-media
{
font-size: 1.1em;
list-style: none;
margin-left: 0;
}

#mainContent .list-media li a
{
color: #3b6a98;
}

#mainContent .list-media li a:visited
{
color: #153860;
}

#mainContent .list-media li a:hover
{
text-decoration: underline;
}

#mainContent .list-media li a.media-source
{
font-size: 1.0em;
color: #666;
}

#logo-CRN-press
{
margin-bottom: 20px;
}

.press-date
{
margin-top: 20px;
}

.news-img-right
{
float: right;
margin-left: 20px;
text-align: center;
font-size: 1.0em;

}

/*------------------------------------------------------ Partnership Pages--------------------------------------------*/

.partnersLogos
{
text-align: center;
clear: both;
margin-bottom: 40px;
}

.partnersLogos img
{
vertical-align: middle;
padding: 10px 0;
}

.partnersLogos .padding
{
padding: 0 15px;
}

/*--------------------------------------------------------- Training ---------------------------------------------------*/

#training-info
{
float: left;
width: 500px;
padding-right: 25px;
background: url(background-mainContent.gif) repeat-y right top;
}

.training-contact
{
padding: 20px 0;
border-top: dashed 1px #d7d7d7;
text-align: center;
}

#training-classes
{
float: right;
width: 290px;
padding: 50px 20px 20px 15px;
}

#training-classes h2
{
font-family: Myriad Pro, Arial;
color: #b70f16;
}

.schedule
{
width: 100%;
margin: 10px 0 20px 0;
font-size: 1.1em;
}

.schedule th
{
text-align: left;
padding-left: 9px;
}

.schedule th.month {padding-left: 0;}

.schedule td
{
padding-left: 9px;
padding-bottom: 10px;
vertical-align: bottom;
}

.schedule td.month
{
text-transform: uppercase;
padding-top: 20px;
padding-left: 0;
}

#training-locations
{
float: left;
width: 310px;
margin-left: -5px;
margin-bottom: 10px;
}

#training-locations p
{
float: left;
width: 50%;
}

#training-logos
{
text-align: center;
margin-bottom: 20px;
}

#training-logos img
{
margin: 0 5px;
}

/*------------------------------------------------------ GN Pages-----------------------------------------------------*/

.customer
{
color: #000;
letter-spacing: 0.1em;
}

/*------------------------------- + Access -------------------------------------------*/

#mainContent #listAccessFeatures
{
list-style: none;
margin-left: 0px;
}

#mainContent #listAccessFeatures li
{
clear: left;
margin-top: 20px !important;
margin-top: 0;
margin-bottom: 5px;
}

*+html #mainContent #listAccessFeatures li
{
margin-top: 0 !important;
}

#mainContent #listAccessFeatures img
{
float: left;
margin-top: 0 !important;
margin-top: 5px;
margin-right: 10px;
}

*+html #mainContent #listAccessFeatures img
{
margin-top: 5px !important;
margin-bottom: 0;
}

#icon-ribbon
{
padding-top: 5px;
padding-bottom: 10px;
}

#mainContent #listAccessFeatures h4
{
margin-bottom: 0.3em;
line-height: 1.0em;
}

#mainContent #listAccessFeatures p
{
margin-bottom: 0;
font-size: 1.0em;
}

#mainContent #listAccessFeatures p a
{
color: #666;
background-color: Transparent;
border-bottom: none;
}

#mainContent #listAccessFeatures p a:hover
{
color: #42973D;
}

/*------------------------------------------------------ Solutions Pages-----------------------------------------------------*/

#solutions-logos
{
float: right;
width: 300px;
margin-top: -105px;
text-align: center;
}

#solutions-logos img
{
margin-bottom: 15px;
}

#continuity-logos
{
width: 100%;
text-align: center;
margin-bottom: 10px;
}

#continuity-logos img
{
padding-right: 40px;
}

#voip-isn-logo
{
float: left;
margin-top: -10px;
}

#voip-more-info
{
float: right;
width: 420px;
margin-top: 5px;
}

/*--------------------------- Document Management ------------------------------*/

#mainContent #listDocumentManagement
{
list-style: none;
margin-left: 0px;
}

#mainContent #listDocumentManagement li
{
clear: left;
margin-top: 15px !important;
margin-top: 0;
}

*+html #mainContent #listDocumentManagement li
{
margin-top: 0 !important;
}

#mainContent #listDocumentManagement img
{
float: left;
margin-top: 0 !important;
margin-top: 20px;
margin-right: 10px;
padding-bottom: 10px;
}

*+html #mainContent #listDocumentManagement img
{
margin-top: 20px !important;
margin-bottom: 0;
}

#mainContent #listDocumentManagement h4
{
margin-bottom: 0.3em;
line-height: 1.0em;
}

#mainContent #listDocumentManagement p
{
margin-bottom: 0;
font-size: 1.0em;
}

/*---------------------------------------------Support Page-----------------------------------------------------------------*/

#remote-services
{
position: absolute;
top: 0;
right: 0;
float: right;
width: 280px;
padding: 50px 30px;
background: url(background-mainContent.gif) repeat-y left top;
/*border: solid 1px #dedede;
background-color: #f3f3f3;*/
text-align: center;
}

#remote-services p a
{
margin: 0 15px;
}

#client-login
{
float: left;
width: 513px;
padding: 0 25px 15px 0;
background: url(background-mainContent.gif) repeat-y right top;
}

*+html #client-login
{
margin-bottom: -14px;
}

.client-login-header
{
margin-bottom: 15px;
}

#client-login label
{
float: left;
width: 75px;
}

#client-login input
{
padding: 2px;
background-color: #f3f3f3;
border: solid 1px #c4c4c4;
}

.btn-client-login
{
margin-top: 10px;
border: solid 1px #c4c4c4;
}



/*---------------------------------------------Contact Page-----------------------------------------------------------------*/

#contact-info
{
float: left;
width: 500px;
padding-right: 20px;
background: url(background-mainContent.gif) repeat-y right top;
}

.office-location
{
clear: left;
}

.office-location h2
{
margin-bottom: 0.5em;
}

.office-location .address
{
float: left;
width: 200px;
}

.office-location .service-area
{
float: left;
width: 200px;
margin-bottom: 0;
}

.directions
{
font-size: 0.8em;
vertical-align: top;
margin-left: 10px;
text-decoration: none;
}

.call-location 
{
float: left;
width: 30%
}

.call-location h4
{
clear: left;
margin-bottom: 0.5em;
}

.call-location p
{
margin-bottom: 0.5em;
}




/*-------------------Contact Form-----------------------------*/

#form-contact
{
float: right;
width: 290px;
margin-top: 20px;
padding: 20px;
}

fieldset
{
margin: 10px 0 0 0;
padding: 0;
border: none;
font-size: 1.1em;
color: #830000;
}

fieldset label, fieldset input, fieldset textarea, fieldset select
{
float: left;
border: solid 1px #c4d4ec;
margin-bottom: 10px;
padding: 3px;
}

fieldset label
{
width: 65px;
text-align: right;
margin-right: 3px;
border: none;
font-size: 1.0em;
}

fieldset input
{
width: 190px;
}

fieldset textarea
{
width: 190px;
height: 100px;
}

.linebreak
{
margin-top: 10px;
}

.emailbutton
{
width: 100px;
margin-top: 10px;
float: left;
color: #223374;
}

.validator
{
position: relative;
}

#mainContent .validationSummary ul
{
float: left;
margin-top: 10px;
width: 300px;
color: Red;
padding-bottom: 15px;
}

fieldset br
{
clear: left;
}
