﻿/* YUI reset and extra */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal; font-family:Arial;}

#index-header {
	font-size:18px;font-family:Arial;
}


.clear {clear:both}    

q:before,q:after{content:'';}
abbr,acronym {border:0;}

textarea {overflow-y:auto;}
html {overflow-y:scroll;}
:focus {outline: 0;}
input[type="image"] {border: 0;}

html {
	min-height: 100%;
	height: auto;
}

body {
	}

/*PNG 1E6 FIX*/
img {behavior:url("pngbehavior.htc");}

a {
   cursor:pointer;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

sup {
	position: relative;
	margin: 0 1px 0 2px;
	padding: 0;
	line-height: 8px;
}

label {
	color: #3f3f3f;
	font: bold 11px/15px Arial, sans-serif;
	padding: 1px 8px 1px 1px;
}

label.checkbox {
	color: #3f3f3f;
	font: normal 11px/17px Arial, sans-serif;
	padding: 2px 8px 5px 10px;
}

label.checkbox input {
	margin-right: 3px;
}

label.small {
	
}

label.medium {
	width: 70px;
	height: auto;
}

label.medium2 {
	width: 100px;
	height: auto;
}

label.large {
	
}

label.align-left {
	float: left;
}

label span,
.required {
	color: #c54342;
	
	      
	
	font-weight: bold;
}

label span.subtitle {
	color: #8d8b8b;
	font: normal 9px Arial, sans-serif;
}

label span.after-asterisk {
	padding-left: 5px;
}

input,
textarea {
	font: normal 11px/11px Arial, sans-serif;
	padding: 2px 4px;
}

input.small {
	
}

input.medium {
	width: 170px;
	margin: 0 10px 0 0;
}

input.medium2 {
	width: 210px;
	margin: 0 10px 0 0;
}

input.large {
	width: 410px;
	margin: 0 10px 0 0;
}

input.align-left {
	float: left;
}

textarea.large {
	width: 525px;
	height: 50px;
	margin: 4px 0 0 0;
}

.submit-right {
	text-align: right;
	padding-right: 18px;
}

hr {
	height: 2px;
	overflow: hidden;
	background: none;
	border: 0;
	margin: 17px 0 18px 0;
	padding: 0;
	/*background: url("/images/layout/backgrounds/hr.png") repeat-x;*/
}

hr.hr-faded,
div.hr-faded {
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	background: url("/images/layout/backgrounds/hr-faded.png") no-repeat;
}

hr.hr-faded2,
div.hr-faded2 {
	height: 1px;
	overflow: hidden;
	margin: 25px 0;
	padding: 0;
	border: 0;
	background: url("/images/layout/backgrounds/hr-faded2.png") center top no-repeat;
}

.hr-blog {
	position:relative;
	height: 41px;
	width:823px;
	margin-left:-8px;
	margin-right:auto;
	margin-top:-12px;
	margin-bottom:-5px;
	padding: 0;
	border: 0;
	background: url("/images/layout/backgrounds/blog-bg.png") center top no-repeat;
}

.block {
	display: block;
}

.nowrap {
	white-space: nowrap !important;
}

.image-shadow {
	position: relative;
	/*display: inline-block;*/
	display: table;
	padding: 3px 0 0 3px;
	background: url("/images/layout/backgrounds/box-shadow1.png") left top no-repeat;
}

.image-shadow-inside {
	position: relative;
	/*display: inline-block;*/
	display: table;
	padding: 0 3px 3px 0;
	background: url("/images/layout/backgrounds/box-shadow2.png") right bottom no-repeat;
}

.image-shadow img {
	margin: 0 !important;
	border: 0 !important;
	background: #fff !important;
	padding: 3px !important;
	position: static !important;
}

.image-shadow2 {
	position: relative;
	/*display: inline-block;*/
	display: table;
	padding: 5px 0 0 5px;
	background: url("/images/layout/backgrounds/box-shadow3.png") left top no-repeat;
}

.image-shadow2-inside {
	position: relative;
	/*display: inline-block;*/
	display: table;
	padding: 0 7px 7px 0;
	background: url("/images/layout/backgrounds/box-shadow4.png") right bottom no-repeat;
}

.image-shadow2 img {
	margin: 0 !important;
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	display: block !important;
	position: static !important;
}

.image-right {
	float: right;
	margin: 0 0 15px 20px;
}

.image-left {
	float: left;
	margin: 0 20px 15px 0;
}

#header {
	position: relative;
	width: 840px;
	height: 113px;     /*113px, hidden*/
	margin: 0 auto;
	z-index:1000;

}

#logo-new {
	position:absolute;
	top:25px;
	left: 0px;
	width:173px;
	height:35px;
	margin: 0px 0px 25px 0px;
	overflow:hidden;
}

#logo-quest {
	position:absolute;
	top:29px;
	left: 175px;
	width:305px;
	height:31px;
	margin: 0px 0px 25px 0px;
	overflow:hidden;

	
}


#logo {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 456px; /* 225px */
    padding:0px 0px 25px 58px;
    margin:0px 0px 25px 0px;
	height: 34px;
	overflow: hidden;
	font: normal 30px/90px Arial, sans-serif;
	color: #535351;
	text-transform: uppercase;
}

#logo span {
	position: absolute;
	top: 0;
	left: 0;
	width: 456px;
	height: 34px;
	background: url("/images/quest/logo-new.png") no-repeat;
}



/*Begin New Navigation*/

#nav2 {   
    margin:0;    
    padding:0;    
    list-style:none;   
    width:840px;
    position:absolute;
    top:75px;
    left:0px;
    z-index:1000;
} 

    #nav2 li {   
        float:left;    
        display:block;    
        width:103px;    
        background:  #666666;    /*#797979*/
        position:relative;   
        z-index:1000;    
           
        margin: 0px 2px	0px	0px;
    }   
           
    /* this is the parent menu */  
    #nav2 li a {   
        display:block;    
        padding:8px 2px 0 8px;    
        font-weight:700;     
        height:23px;    
        text-decoration:none;    
        color: #FFFFFF;    
        text-align:left;    
        font-family:Arial narrow;
        font-size: 12px;
        position: relative;
        z-index:1000;
         }   
  
    #nav2 li a:hover {   
        color:#fff; 
        background-color: #FFA513;  /*#1D6EB5*/
    z-index:500;

    }   
     
      #nav2 a.selected {   
        color: #FF9900;   
    }   

      #nav2 li a.selected {   
        color:   #FF9900;   
    }   

       
        /* submenu, it's hidden by default */  
        #nav2 ul {   
            position:absolute;    
            left:0;    
            margin:0 0 0 -1px;    
            padding:0;    
            list-style:none;  
            z-index:1000; 
            display:none;
        }   
           
        #nav2 ul li {   
            width:170px;    
            float:left;    
            border-top:1px solid #fff;   
            z-index:1000;
        }   
           
        /* display block will make the link fill the whole area of LI */  
        #nav2 ul a {   
            display:block;     
            height:15px;   
            padding: 8px 5px;    
            color:#fff;
            font-family:arial narrow;   
            font-size:13px;
                    font-weight:500;   
                    z-index:1000;  

        }   
           
        #nav2 ul a:hover {   
            text-decoration:none;  
            z-index:1000;   
        }   
  
/* fix ie6 small issue */  
/* we should always avoid using hack like this */  
/* should put it into separate file : ) */  
*html #nav2 ul {   
    margin:0 0 0 -2px;   
} 
  
  #nav2 li a span {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

 
/*End New Navigation*/

/*Start Products Page Sub Nav */

#products-nav{
	
}

/*End Products Page Sub Nav */

#products-nav {   
    margin:0;    
    padding:0;    
    list-style:none;   
    width:200px;
    position:relative;
} 

    #products-nav li {   
        display:block;
        width:200px;    
        background:  #1D6EB5;    /*#797979*/
        position:relative;              
        margin: 0px 2px	0px	0px;
        border-top:1px white solid;
    }   
           
    /* this is the parent menu */  
    #products-nav li a {   
   		display:block;
        padding:10px 2px 0px 8px;    
        font-weight:700;     
        height:25px;    
        text-decoration:none;    
        color: #FFFFFF;    
        text-align:left;    
        font-family:Arial;
        font-size: 12px;
         }   
  
    #products-nav li a:hover {   
        color:#fff; 
        background-color: #FFA513;  /*#1D6EB5*/
    }   
     
      #products-nav a.selected {   
        color: #FF9900;   
    }   

      #products-nav li a.selected {   
        color:   #FF9900;   
    }   


/*Begin Products Page Design */

#feature-nav {
	width: 840px;
	margin: 10px auto 0px auto;
	
}


/*End Products Page Design */


#navigation {
	position: absolute;
	top:75px;
	bottom: 0;
	right: 0px;
	width: 840px;
	height: 30px;
	/*overflow: hidden;*/
	padding: 0px;
	margin: 0px;
	background-color:  #4A4A4A;
}

#navigation li {
	float: left;
	height: 30px;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}

#navigation li a {
	position: relative;
	display: block;
	font: normal 13px/30px Arial Narrow, sans-serif;
	color:  #FFFFFF;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;


}

#navigation li a:hover {
	
	background-color:   #727272;
}

#navigation li a span {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}



#navigation #nav-products-services a { width: 144px; height: 30px; }
/**/
#navigation #nav-surgient-platform a  
{   width: 105px; 
    height: 30px; }
#navigation #nav-solutions a  
{   width: 105px; 
    height: 30px; }
#navigation #nav-customers a  
{   width: 105px; 
    height: 30px; }
#navigation #nav-partners a  
{   width: 105px; 
    height: 30px; }
#navigation #nav-community-support a  
{   width: 105px; 
    height: 30px; }       
#navigation #nav-blog a  
{   width: 70px; 
    height: 30px; } 
#navigation #nav-news-events a  
{   width: 140px; 
    height: 30px; } 
#navigation #nav-company a  
{   width: 105px; 
    height: 30px; }  
                

/*Begin 2010 Home Page CSS*/

#slider-container {
	position:relative; 
	width:840px; 
	margin-left:auto; 
	margin-right:auto;
	z-index: 1;
}


#cta-container {
	position:relative; 
	width:840px; 
	margin-left:auto; 
	margin-right:auto;
	margin-top: 15px;
	margin-bottom: 0px;
}

#cta-table {
	width:840px;
	margin:0px;
	
}




/*End 2010 Home Page CSS*/



#activeLink{
	text-decoration: none;
}

#activeLink2{
	text-decoration: none;
	line-height:22px;
}


#activeLink a {
	color: #44adfe;
	text-decoration: none;
	font-weight:normal;
}

#activeLink a:active, #activeLink a.active {
	color: #44adfe;
	text-decoration: none;
	font-weight:normal;
}

#activeLink a:hover, #activeLink a.hover {
	color: #79c5ff;
	text-decoration:underline;
}


#phone-number {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 325px;
	height: 36px;
	overflow: hidden;
	font: normal 11px/15px Arial, sans-serif;
	color: #636363;
	text-decoration: none;
	text-align: right;
}

#phone-number a {
	color: #44adfe;
	text-decoration: none;
	font-weight:bold;
}

#phone-number a:active, #phone-number a.active {
	color: #44adfe;
	text-decoration: none;
	font-weight:bold;
}

#phone-number a:hover, #phone-number a.hover {
	color: #79c5ff;
	text-decoration:underline;
}




/*START SEARCH HEADER 12.11.2008-ZBOLENA*/
/*#phone-number-search {
	position: absolute;
	top: 0;
	right: 150px;
	width: 156px;
	height: 36px;
	overflow: hidden;
	font: normal 12px/30px Arial, sans-serif;
	color: #898987;
	text-align: center;
}

#phone-number-search span {
	position: absolute;
	top: 0;
	left: 0;
	width: 156px;
	height: 36px;
	background: url("/images/layout/backgrounds/1-877-surgient.png") no-repeat;
}*/
/*END SEARCH HEADER*/
#flash-area {
	position: relative;
	margin: 0 auto;
	width: 846px;/*854*/
	padding: 8px 0 0 8px;
	height: 316px;/*324*/
	background: url("/images/layout/backgrounds/flash-placeholder.png") no-repeat;
}

#quick-navigation {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#quick-navigation li {
	height: 25px;
	width: 206px;
	margin: 0 0 16px 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background: none;
}

#quick-navigation li a {
	position: relative;
	display: block;
	overflow: hidden;
	font: normal 12px/26px Arial, sans-serif;
	color: #3f3f3f;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	padding-left: 30px;
	background-image: url("/images/layout/backgrounds/quick-navigation2.png");
	background-repeat: no-repeat;
}

/* .hover class is for IE 6 (also uses accompanying js) */
#quick-navigation li a:hover,
#quick-navigation li a.hover { background-position: 0 -25px; }


/*2010 SIDEBAR BANNERS */
.banner-new{
	width: 200px;
	margin: 0px 0px 20px 0px;
	float:left;
}

.banner-new-header{
	display:block;
	width:186px;
	font-size: 11px;
	font-family:verdana;
	font-weight:bold;
	color:white;
	background-color: #666666;
	height: 16px;
	padding: 4px 4px 4px 10px;
	margin: 0px 0px 5px 0px;
}

.banner-new-image {
	border-width: 0px;
}
.banner-new-title {
	font-size: 12px;
	font-family:Arial;
	color:#3f3f3f;
	font-weight:bold;
	margin-left: 10px;

}

.banner-new-body {
	font-size: 11px;
	font-family:Arial;
	color:#3f3f3f;
	margin-left: 0px;
	margin-top: 5px;


}

.banner-new-body a {
	
}

/*END 2010 SIDEBAR BANNERS */



/*SECONDARY BANNER*/
#secondary-banner {
    width:851px;
    height:177px;
    padding:0;
    margin-top:10px;
    margin-left: auto ;
    margin-right: auto ;
    background-image: url("/temp/sub-head.jpg");
    background-repeat:no-repeat;
}

.sidebarBanner {    
    width:209px;
    height:auto;
    margin:0px;
    padding:0px;
    text-align:left;
    float:left;
}
.sidebarBannerTop {
    background-image:url("/images/layout/banners/banner-top.jpg");
    background-repeat:no-repeat;
    background-position:left bottom;
    width:209px;
    height:10px;
    margin:0px;
    padding:0px;
}
.sidebarBannermid {
    background-image:url("/images/layout/banners/banner-mid.jpg");
    background-repeat:repeat-y;
    background-position:left top;
    width:209px;
    margin:0px;
    padding:3px 0px 0px 0px;
}

.sidebarBannermid h4 {
	font-size:11px;
	font-weight:normal;
	font-style:italic;
}


.sidebarBannermid-img {
	padding:3px auto 5px auto;
	
}
.sidebarBannerContent {
    width:180px;
    margin:0px 20px 0px 15px;
    padding:0px 0px 8px 0px;
    font: normal 11px/14px Arial, sans-serif;
	color: #3f3f3f;
}
.sidebarBannerBot {
    background-image:url("/images/layout/banners/banner-bot.jpg");
    background-repeat:no-repeat;
    background-position:center top;
    width:209px;
    height:10px;
    margin:0px 0px 5px 0px;
    padding:0px;
}

/*SIDEBAR BANNER HOME*/
#sidebarHomeBanner {    
    width:260px;
    height:auto;
    margin:0px;
    padding:0px;
    text-align:left;
    float:left;
}
#sidebarHomeBannerTop {
    background-image:url("/images/layout/banners/banner-home-top.jpg");
    background-position:center bottom;
    background-repeat:no-repeat;
    width:260px;
    height:8px;
    margin:0px;
    padding:0px;
}
#sidebarHomeBannermid {
    /*background-image:url("/images/layout/banners/banner-mid.jpg");*/
    background-color:#f1f1f1;
    width:258px;
    height:220px;
    margin:0px;
    margin-right:5px;
    padding:0px;
    border-left:solid 1px #c3c3c3;
    border-right:solid 1px #c3c3c3;
}
#sidebarHomeBannerContent {
    width:250px;
    margin:0px 0px 0px 15px;
    margin-right:5px;
    padding:0px 0px 8px 0px;
    font: normal 11px/14px Arial, sans-serif;
	color: #3f3f3f;
}
#sidebarHomeBannerBot {
    background-image:url("/images/layout/banners/banner-home-bot.jpg");
    background-position:center top;
    background-repeat:no-repeat;
    width:260px;
    height:8px;
    margin:0px;
    padding:0px;
}

.two-column-back #quick-navigation {
	margin: 20px 0 20px 15px;
}

#bread-crumbs {
	height: 15px;
	position:relative;
	width:840px;
	margin:0px auto;
	z-index:1;
}

#bread-crumbs a{
	color: #808080;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	}

#bread-crumbs a:hover{

	}

#bc-active {
	color: #1D6EB5;
	font-weight:600;
	
}


/*
#bread-crumbs {
	height: 25px;
	margin: 9px 0 20px 0;
	font: normal 11px/27px Arial, sans-serif;
	color: #2a667d;
	cursor: default;
}

#bread-crumbs a {
	cursor: pointer;
}

*/

#sub-navigation-heading {
	width: 236px;
	height: 36px;
	background: url("/images/layout/titles/subnavigationheader.png") 0 0 no-repeat;
	margin: 0 0 11px 0;
}

#sub-navigation-search {
	width: 236px;
	height: 36px;
	background: url("http://www.surgient.com/images/layout/titles/search.png") 0 0 no-repeat;
	margin: 0 0 11px 0;
	/*margin: 0 0 0 0;*/
}

#sub-navigation-download {
	width: 236px;
	height: 36px;
	background: url("http://www.surgient.com/images/layout/titles/download.jpg") 0 0 no-repeat;
	margin: 0 0 11px 0;
	/*margin: 0 0 0 0;*/
}

#sub-navigation-sitemap {
	width: 236px;
	height: 36px;
	background: url("http://www.surgient.com/images/layout/titles/sitemap.jpg") 0 0 no-repeat;
	margin: 0 0 11px 0;
	/*margin: 0 0 0 0;*/
}

#sub-navigation-download {
	width: 236px;
	height: 36px;
	background: url("http://www.surgient.com/images/layout/titles/download.jpg") 0 0 no-repeat;
	margin: 0 0 11px 0;
	/*margin: 0 0 0 0;*/
}

.snavh-company { background-position: 0 -144px !important; }
.snavh-news { background-position: 0 -108px !important; }
.snavh-products { background-position: 0 0 !important; }
.snavh-support { background-position: 0 -36px !important; }
.snavh-partners { background-position: 0 -72px !important; }

#sub-navigation {
	position: relative;
	margin: 0 0 10px 11px;
	padding: 0;
	list-style-type: none;
}

#sub-navigation li {
	/*height: 32px;*/
	width: 213px;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background: none;
}

#sub-navigation li a {
	position: relative;
	display: block;
	overflow: hidden;
	font: normal 14px/18px Arial, sans-serif;
	color: #8c8c8c;
	text-decoration: none;
	text-align: left;
	padding: 5px 15px 9px 24px;
	background-image: none;
	background-position: bottom;
	background-repeat: no-repeat;
}

#sub-navigation li a:hover {
	color: #c54342;
}

#sub-navigation li a.active {
	color: #c54342;
	background-image: url("/images/layout/backgrounds/subnavigation.png");
}

#sub-navigation li a span {
	visibility: hidden;
}

#sub-navigation li a.active span {
	visibility: visible;
}

/*add span sub nav*/
#sub-navigation span {
	/*height: 32px;*/
	width: 213px;
	margin: 0 0 0 0;
	padding: 0;
	background: none;
}

#sub-navigation span a {
	font: normal 11px/15px Arial, sans-serif;
	color: #44adfe;
	text-decoration: none;
	text-align: left;
	padding: 0px;
}

#sub-navigation span a:hover {
	color: #79c5ff;
	text-decoration:underline;
}

#sub-navigation span a.active {
	color: #3f3f3f;
	font-weight:bold;
}

#sub-navigation span a span {
	visibility: hidden;
}

#sub-navigation span a.active span {
	visibility: visible;
}
/*end added sub nav*/

/*START ONE COLUMN*/
.one-column {
	float: left;
	padding: 0px 0px 1px 0px;
	width: 750px;
}

.one-column:after { /* self clear floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.one-column-clear {
	background: url("/images/layout/backgrounds/lines-1.png") 0 34px no-repeat;
	min-height: 175px;
	margin-top: 14px;
}

.one-column-solid {
	background: url("/images/layout/backgrounds/lines-2.png") 0 0 no-repeat;
	/*min-height: 250px;*/
}

.one-column-solid-noline {
	background: url("/images/layout/backgrounds/lines-3.jpg") 0 0 no-repeat;
	min-height: 250px;
}

.one-column .left {
	float: right;
	padding: 0px 0px 1px 0px;
	width: 550px;
}

.one-column-back .left {
	float: left;
	width: 825px;
	padding: 0px 0 20px 0;
	margin-left:34px;
}

.one-column a {
	color: #006ebb;
	text-decoration: none;
}

.one-column a:hover {
	color: #0084e1;
	text-decoration: underline;
}

.one-column h2 {
	font: normal 13px/13px Arial, sans-serif;
	color: #3f3f3f;
	height: 19px;
	padding-top: 6px;
	margin: 0 0 15px 0;
}

.one-column h3 {
	font: bold 12px/18px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0;
}

.one-column p {
	font: normal 11px/14px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 10px 0;
}

.one-column p.subtitle {
	font: normal 10px/14px Arial, sans-serif;
	color: #3f3f3f;
	margin: 3px 0 0 0;
}

.one-column .left-side,
.one-column .image-shadow {
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	top: -5px;
	left: -5px;
}
.one-column .left-side img {
	float: none;
	position: static;
	margin: 0;
}

.one-column .spaced {
	margin: 10px 0 13px 0;
}

.one-column .three-column {	
	position: relative;
}

.one-column .three-column .first {
	float: left;
	width: 163px;
	margin: 0 36px 0 0;
}
.one-column .three-column .second {
	float: left;
	width: 163px;
	margin: 0 36px 0 0;
	z-index: 6;
}
.one-column .three-column .third {
	float: left;
	width: 163px;
	margin: 0;
	z-index: 6;
}

.one-column .three-column .image-header,
.one-column .three-column .image-shadow2 {
	position: relative;
	top: -1px;
	left: -5px;
	margin: 0 -12px 11px 0;
	z-index: 10;
}
.one-column .three-column .image-shadow2 .image-header {
	position: static;
	margin: 0;
	z-index: 10;
}

.one-column-back {
	width: 838px;
	margin: 10px auto 0 auto;
	padding-top: 20px;
	z-index:10;
	/*background: url("/images/layout/backgrounds/back-page.jpg") 0 36px no-repeat;*/
}

.one-column-back:after { /* self clear floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.one-column-back .left {
	float: left;
	width: 838px;
	padding: 0px 0 20px 0;
	margin-left:0px;
	z-index:10;
}

.one-column-back a {
	color: #006ebb;
	text-decoration: none;
}

.one-column-back a:hover {
	color: #0084e1;
	text-decoration: underline;
}

.one-column-back h2 {
	font: bold 16px/18px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 15px 0;
}

.one-column-back h3 {
	font: bold 12px/14px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 3px 0;
}

.one-column-back h3.alt {
	font: bold 12px/14px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 10px 0;
}

.one-column-back h4 {
	font: bold 11px/16px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0;
}

.one-column-back p {
	font: normal 12px/20px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 15px 0;
}

.one-column-back ul {
	margin: 0 0 15px 0;
	list-style-type: none;
	/*list-style-position: inside;*/
}

.one-column-back ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	font: normal 12px/16px Arial, sans-serif;
	color: #3f3f3f;
	background: url("/images/layout/backgrounds/li.png") 1px 6px no-repeat;
}

.one-column-back ul.alt-list li {
	margin: 0 0 5px 2px;
	font: normal 11px/16px Arial, sans-serif;
	color: #3f3f3f;
}

.one-column-back ul.alt-list li ul {
	list-style-position: outside;
	margin: 10px 0 10px 0;
}

.one-column-back ul.alt-list li ul li {
	margin: 0 0 5px 25px;
	font: normal 11px/16px Arial, sans-serif;
	color: #3f3f3f;
}

.one-column-back ol {
	margin: 0 0 15px 15px;
	list-style-type: decimal;
	list-style-position: outside;
}

.one-column-back ol li {
	margin: 0 0 5px 2px;
	font: normal 11px/16px Arial, sans-serif;
	color: #3f3f3f;
}
/*END ONE COLUMN 04.15.09 DAY BEFORE TAX DAY!!!*/

.two-column {
	width: 915px;
	margin: 10px 0px 0px auto;
}

.two-column:after { /* self clear floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.two-column-clear {
	background: url("/images/layout/backgrounds/lines-1.png") 0 34px no-repeat;
	min-height: 175px;
	margin-top: 14px;
}

.two-column-solid {
	background: url("/images/layout/backgrounds/lines-2.png") 0 0 no-repeat;
	/*min-height: 250px;*/
}

.two-column-solid-noline {
	background: url("/images/layout/backgrounds/lines-3.jpg") 0 0 no-repeat;
	min-height: 250px;
}

.two-column .left {
	float: right;
	padding: 0px 0px 1px 0px;
	width: 550px;
}

.two-column .right {
	float: right;
	padding: 0px 5px 15px 10px;
	margin:0px 0px 0px 0px;
	width: 210px;
}

.two-column a {
	color: #006ebb;
	text-decoration: none;
}

.two-column a:hover {
	color: #0084e1;
	text-decoration: underline;
}

.two-column h2 {
	font: normal 13px/13px Arial, sans-serif;
	color: #3f3f3f;
	height: 19px;
	padding-top: 6px;
	margin: 0 0 15px 0;
}

.two-column h3 {
	font: bold 12px/18px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0;
}

.two-column p {
	font: normal 11px/14px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 10px 0;
}

.two-column p.subtitle {
	font: normal 10px/14px Arial, sans-serif;
	color: #3f3f3f;
	margin: 3px 0 0 0;
}

.two-column .left-side,
.two-column .image-shadow {
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	top: -5px;
	left: -5px;
}
.two-column .left-side img {
	float: none;
	position: static;
	margin: 0;
}

.two-column .spaced {
	margin: 10px 0 13px 0;
}

.two-column .three-column {	
	position: relative;
}

.two-column .three-column .first {
	float: left;
	width: 163px;
	margin: 0 36px 0 0;
}
.two-column .three-column .second {
	float: left;
	width: 163px;
	margin: 0 36px 0 0;
	z-index: 6;
}
.two-column .three-column .third {
	float: left;
	width: 163px;
	margin: 0;
	z-index: 6;
}

.two-column .three-column .image-header,
.two-column .three-column .image-shadow2 {
	position: relative;
	top: -1px;
	left: -5px;
	margin: 0 -12px 11px 0;
	z-index: 10;
}
.two-column .three-column .image-shadow2 .image-header {
	position: static;
	margin: 0;
	z-index: 10;
}

.two-column-back {
	width: 838px;
	margin: 10px auto 0 auto;
	padding-top: 20px;
	/*background: url("/images/layout/backgrounds/back-page.jpg") 0 36px no-repeat;*/
}

.two-column-back:after { /* self clear floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.two-column-back .left {
	float: left;
	width: 575px;
	padding: 0px 0 20px 0;
	margin-left:0px;
	margin-right:60px;
}

.two-column-back .right {
	float: right;
	width: 200px;/*614*/
	padding: 0px 0px 20px 0px;
}

.two-column-back a {
	color: #006ebb;
	text-decoration: none;
}

.two-column-back a:hover {
	color: #0084e1;
	text-decoration: underline;
}

.two-column-back h2 {
	font: bold 16px/18px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 15px 0;
}

.two-column-back h3 {
	font: bold 12px/14px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 3px 0;
}

.two-column-back h3.alt {
	font: bold 12px/14px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 10px 0;
}

.two-column-back h4 {
	font: bold 11px/16px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0;
}

.two-column-back p {
	font: normal 12px/20px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 15px 0;
}

.two-column-back ul {
	margin: 0 0 15px 0;
	list-style-type: none;
	/*list-style-position: inside;*/
}

.two-column-back ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	font: normal 12px/16px Arial, sans-serif;
	color: #3f3f3f;
	background: url("/images/layout/backgrounds/li.png") 1px 6px no-repeat;
}

.two-column-back ul.alt-list li {
	margin: 0 0 5px 2px;
	font: normal 11px/16px Arial, sans-serif;
	color: #3f3f3f;
}

.two-column-back ul.alt-list li ul {
	list-style-position: outside;
	margin: 10px 0 10px 0;
}

.two-column-back ul.alt-list li ul li {
	margin: 0 0 5px 25px;
	font: normal 11px/16px Arial, sans-serif;
	color: #3f3f3f;
}

.two-column-back ol {
	margin: 0 0 15px 15px;
	list-style-type: decimal;
	list-style-position: outside;
}

.two-column-back ol li {
	margin: 0 0 5px 2px;
	font: normal 11px/16px Arial, sans-serif;
	color: #3f3f3f;
}

.jump-off {
	overflow: auto;
	margin: 0 0 -10px 0;
	padding: 0 0 1px 0;
}

.jump-off-last {
	margin-bottom: -25px;
}

.jump-off p {
	margin: 0 0 10px 0;
}

.jump-off .left {
	float: left;
	width: 240px;
}

.jump-off .right {
	float: right;
	width: 240px;
}

.jump-off .image-header {
	position: relative;
	top: -1px;
	left: -3px;
	margin: 0 -4px 11px 0;
	z-index: 10;
}

/*CALLOUT ORIGINAL */

.callout {
	position: relative;
	font: normal 12px/20px Arial, sans-serif;
	color: #3f3f3f;
	min-height: 75px;
	padding: 3px 0 1px 0;
	margin: 20px 0;
	z-index:0;
}

.callout-first {
	margin-top: 40px;
}

.callout p {
	font: normal 12px/20px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 5px 95px;
}

.callout h3 {
	font: bold 12px/14px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 1px 95px;
}

.callout h4 {
	font: bold 11px/16px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 1px 95px;
}

.callout img,
.callout .image-shadow {
	position: absolute;
	top: 1px;
	left: 0;
}
.callout .image-shadow img {
	position: static;
	top: auto;
	left: auto;
}

/*END CALLOUT ORIGINAL */

/*CALLOUT SHORT*/

.callout2 {
	position: relative;
	font: normal 11px/16px Arial, sans-serif;
	color: #8d8b8b;
	min-height: 15px;
	padding: 3px 0 1px 0;
	margin: 5px 0;
	z-index:0;
}

.callout2-first {
	margin-top: 40px;
}

.callout2 p {
	font: normal 12px/18px Arial, sans-serif;
	color: #8d8b8b;
	margin: 0 0 5px 35px;
}

.callout2 h3 {
	font: bold 12px/14px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 1px 35px;
}

.callout2 h4 {
	font: bold 11px/16px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 1px 35px;
}

.callout2 img,
.callout2 .image-shadow {
	position: absolute;
	top: 1px;
	left: 0;
}
.callout2 .image-shadow img {
	position: static;
	top: auto;
	left: auto;
}

/*END CALLOUT SHORT*/



/*SKINNY CALLOUT */

.callout-thin {
	position: relative;
	font: normal 11px/16px Arial, sans-serif;
	color: #8d8b8b;
	min-height: 75px;
	padding: 3px 0 1px 0;
	margin: 20px 0;
	z-index:1;
	width: 350px;
}

.callout-thin-first {
	margin-top: 40px;
}

.callout-thin p {
	font: normal 11px/16px Arial, sans-serif;
	color: #8d8b8b;
	margin: 0 0 5px 125px;
}

.callout-thin h3 {
	font: bold 12px/14px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 1px 125px;
}

.callout-thin h4 {
	font: bold 11px/16px Arial, sans-serif;
	color: #3f3f3f;
	margin: 0 0 1px 95px;
}

.callout-thin img,
.callout-thin .image-shadow {
	position: absolute;
	top: 1px;
	left: 0;
}
.callout-thin .image-shadow img {
	position: static;
	top: auto;
	left: auto;
}

/*END SKINNY CALLOUT */



.two-column-back .cs-image {
	margin: 5px 0 4px 0;
}

.two-column-back .cs-image img {
	position: relative;
	left: -3px;
	display: block;
}

div.core-table-wrap {
	margin: 20px 0;
	padding: 3px;
	border: 1px solid #e2e1de;
	border-bottom: 1px solid #c7c6c2;
	border-right: 1px solid #c7c6c2;
	background: #fff;
}

table.core-table,
table.core-table2 {
	margin: 0;
	font: normal 12px/18px Arial, sans-serif;
	color: #8d8b8b;
	border-collapse: collapse;
	background: #fff;
}

table.core-table tr th,
table.core-table2 tr th {
	font-weight: bold;
	white-space: nowrap;
	background: #cac7c7 url("/images/layout/backgrounds/th.png") top repeat-x;
	font: bold 13px/13px Arial, sans-serif;
	color: #fff;
	padding: 9px 14px 9px 14px;
	border-right: 1px solid #827e7e;
}

table.core-table tr td,
table.core-table2 tr td {
	font: normal 12px/18px Arial, sans-serif;
	color: #8d8b8b;
	padding: 9px 12px;
	vertical-align: top;
	background: #fff;
	border-right: 1px solid #c2bebb;
}

table.core-table tr.stripe td,
table.core-table2 tr.stripe td {
	background: #f5f4ef;
}

table.core-table tr td.first,
table.core-table2 tr td.first {
	font: bold 12px/18px Arial, sans-serif;
	color: #3f3f3f;
}

table.core-table tr th.last,
table.core-table tr td.last,
table.core-table2 tr th.last,
table.core-table2 tr td.last {
	border: 0;
}

#alllogos {
	position: relative;
	width: 575px;
	height: 806px;
	background: url("/images/logos/all.png") no-repeat;
	margin: 0 0 15px 0;
}

ul.errors li {
	color: #c54342;
}

p.errors {
	margin: 0 0 4px 0;
	color: #c54342;
	font-size: 12px;
}

ul.errors {
	margin: 0 0 20px 0;
}

#footer {

	background-image:url('../images/layout/footer/bg.gif');
	background-repeat:repeat-x;
	height: auto;

/*	background-color:  #E5E5E5; */
	margin: 0 auto;
	padding: 3px 0px 0px 0px;
	font: normal 10px/15px Arial, sans-serif;
	color:  #808080;
}

#footer2 {

	background-image:url('../images/layout/footer/bg.gif');
	background-repeat:repeat-x;
	
/*	background-color:  #E5E5E5; */
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	font: normal 10px/15px Arial, sans-serif;
	color: #808080;
	}


#footer-container{
	width: 840px;
	margin: 0 auto;
}

#footer-table{
	margin:10px 0px 5px 0px;
	color:  #808080;
 
}

#table-footer-links {
	margin:10px 5px 20px 5px;
	color:#808080;	
}

#table-footer-links a {
	color:#808080;	
	text-decoration:none;
}

#table-footer-links a:hover {
	color:   #1D6EB5;	
	text-decoration:none;
}



#footerAddBtn {
	width: 850px;
	margin: 0 auto;
	_padding: 0 0 0 0;
	padding: 2px 0 10px 0;
	font: normal 10px/15px Arial, sans-serif;
	color: #3f3f3f;
}

#footer p {
	margin: 0;
}

#footer-copyright {
	position:relative;
	float: left;
	left:0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#footer-links {
	position:relative;
	float: right;
	right:0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#footer-links li {
	float: right;
	padding: 0 6px;
}

#footer-links li:first-child {
	padding-right: 0;
	background: none;
}

#footer-links a {
	color: #666666;
	text-decoration: none;
}

#footer-links a:hover {
	color:  #1D6EB5;
}

#homeFooter a {
	color: #006ebb;
	text-decoration: none;
}

#homeFooter a:hover {
	color: #0084e1;
	text-decoration: underline;
}
/*new*/

#quick-navigation-one {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#quick-navigation-one li {
	height: 25px;
	width: 206px;
	margin: 0 0 16px 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background: none;
}

#quick-navigation-one li a {
	position: relative;
	display: block;
	overflow: hidden;
	font: normal 12px/26px Arial, sans-serif;
	color: #3f3f3f;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	padding-left: 30px;
	background-image: url("/images/layout/backgrounds/quick-navigation2.png");
	background-repeat: no-repeat;
}
/*blue*/
#quick-navigation-one-blue li {
	line-height:11pt;
	height: 254px;
	width: 211px;
	margin: 0 0 16px 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background: none;
	vertical-align:middle;
}

#quick-navigation-one-blue li a {
	line-height:11pt;
	position: relative;
	display: block;
	overflow: hidden;
	font: normal 12px/26px Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	padding-left: 5px;
	/*background-image: url("/images/misc/cloud-btn-blank0.png");*/
	background-repeat: no-repeat;
	vertical-align:middle;
}

#quick-navigation-one-blue li {
	line-height:11pt;
	position: relative;
	display: block;
	overflow: hidden;
	font: normal 12px/26px Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	padding-left: 30px;
	background-image: url("/images/misc/cloud-btn-blank.png");
	background-repeat: no-repeat;
	vertical-align:middle;
}

#fg-subpage{
	width:840px;
	height:200px;
	margin: 0px 0px 20px 0px;
}

#formtable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}