body    {
	 background-color: White;
    background-image:  url(images/bg_body.gif);
    background-repeat: repeat-x;
    background-position: top left;
    text-align: center;
    font-family: Verdana, "MS Sans Serif", Geneva, sans-serif;
    color: #2A2A2A;
    margin: 0;
    }

/* Main Page Elements
..............................................................*/

#container  {
    width: 775px;
    text-align: left;   
    margin: 0 auto;
    }

#header {
    /*height: 130px;*/
    margin: 0 0 0 0;
    }

#menu   {
    clear: both;
    background-image:  url(images/bg_menu_full.gif);
    background-repeat: no-repeat;
    background-position: top left;
	width: 780px;
    height: 40px;
    margin: 0 0 0 0;
	border: 0;
	padding: 0;
    }
	
#men   {
   	width: 780px;
    height: 100px;
 	border: 0;
	padding: 0;
	margin: 0 0 0 0;
	}
	 
#menu_center	{ /* Fixes Firefox Alignment Error */
	margin-left: 150px;
	}

#left   {
    clear: both;
    float: left;
    width: 490px;
    }

#right  {
    float: right;
    width: 285px;
    }
	
	
#rborder  {
    float: right;
    width: 285px;
    }

#contactleft	{
	 float: left;
    background-color: #CCD812;
	 width: 510px;
    margin: 20px 0 10px 0;
	}

#contactright	{
	 float: right;
    background-color: #CCD812;
	 width: 265px;
    margin: 20px 0 10px 0;
	}

#footer {
    clear: both;
	 width: 780px;	 
    border-top: 1px solid #ACC517;
    margin: 20px 0 20px 0;
    padding: 10px 0 0 0;
	 text-align: center;
    }


/* Secondary Elements
..............................................................*/    

#main   {
    margin: 0 0 20px 20px;
	 padding-top: 10px;
    }

#side_feature   {
    padding: 0 0 0 20px;
    line-height: 1em;
	 background-image:  url(images/side_bg.gif);
	 background-position: left;
	 background-repeat: repeat-y;
    }
	
	
#blank_s_feature   {
    padding: 0 0 0 20px;
    line-height: 1em;
    }

#contact_top    {
    background-image:  url(images/bg_contact_top.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 30px;
    margin: 0;
    }

#contact_left   {
    float: left;
    padding-left: 20px;
    }

#contact_right  {
    float: right;
    width: 305px;
    }

.testimonial	{
	background-image:  url(images/quote_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 20px 15px 0 15px;
	padding: 6px 0 0 0;
	font-style: italic;
	font-size: 1em;
	}
	
.testimonial_underneath	{
	background-image:  url(images/quote_top_underneath.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 15px 0 15px;
	padding: 6px 0 0 0;
	font-style: italic;
	font-size: 1em;
	}

.testimonial_sidebar	{
	background-image:  url(images/quote_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 5px 15px 0 0;
	padding: 6px 0 0 0;
	font-style: italic;
	font-size: 1em;
	}

.testimonial_content	{
	background-image:  url(images/quote_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 24px 0 30px;
	}
	
.testimonial_content_sidebar	{
	background-image:  url(images/quote_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 24px 0 30px;
	}
	
.testimonial_content_underneath	{
	background-image:  url(images/quote_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 24px 0 30px;
	}		


/* Text
..............................................................*/

p   {
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0;
    }
    
h1  {
	background-image:  url(images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: White;
	font-size: 1.2em;
	font-weight: lighter;
	padding: 8px 0 14px 20px;
	font-family: Tahoma;
	 }

h2  {
    font-size: 0.9em;
    font-weight: bold;
    color: #2F7BB7;
    margin: 0 0 10px 0;
    }

h3  {
    font-size: 0.9em;
    font-weight: bold;
    color: #ACC517;
    margin: 0 0 4px 0;
    }






hr  {
    height: 1px;
    color: #949494;
    }

#main   p   {
	margin: 6px 0 12px 0;
	border: 0px none #C0C0C0;
	 }

#footer p   {
    font-size: 0.7em;
    }

#contact p  {
    font-size: 0.9em;
    font-weight: bold;
    }

#side_feature h2    {   
    margin: 0 0 2px 0;
    }

#side_feature p {   
    margin: 0 0 4px 0;
    }   

.contact_big    {
    font-size: 1.1em;
    color: white;
    clear: none;
    }

.smallbold  {
	color: #333;
	font-weight: bold;
	line-height: 1.5em;

    }

.smallboldblue  {
    color: #2F7BB7;
    /*font-size: 0.8em;*/
    font-weight: bold;
    line-height: 1.5em; 
    }

.small	{
	font-size: 7pt;
	margin: 0;
	line-height: normal;
	}

.testimonial_content	p {	
	width: 380px;
	}

/* Links
................................................................ */

a   {
	text-decoration: underline;
	color: #316AC5;
    }

a:link, a:active, a:visited {
	color: #000000;
	font-weight: bold;
    }

a:hover     {
    color: #990000; 
    }
    
.contact_big a:link, .contact_big a:active, .contact_big a:visited {
    color: white; 
    }

.contact_big a:hover    {
    color: #2A2A2A; 
    }


/* Tables
................................................................ */

.border  {
	padding: 4px 6px 4px 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AABBC0;
	border-right-color: #AABBC0;
	border-bottom-color: #AABBC0;
	border-left-color: #AABBC0;


    }

.no_bottom  {
    border-bottom: 0px;
    padding: 4px 6px 4px 6px;	 
    }

table a, table a:link, table a:visited {
    text-decoration: none;
    color: #2A2A2A; 
    }

table a:hover   {
    text-decoration: underline;
    color: black;   
    }

th a, th a:link, th a:visited    {
   text-decoration: underline;
    color: #2A2A2A; 
    }

th a:hover  {
    text-decoration: underline;
    color: black;   
    }
	 

/* Lists
................................................................ */

ul    {
   line-height: 1.3em;
   margin: 0 0 0 30px;
   padding: 0;
   }

li    {
   margin: 0 10px 6px 0;
   }

#footer ul    {
	margin: 0 0 0 100px;
	width: 550px;
	font-weight: bold;
	color: #2F7BB7;	
	text-align: center;
   }

#footer li    {
	float: left;
	list-style: none;
   margin: 0 16px 4px 0;
	color: #2F7BB7;
	text-decoration: none;
	height: 10px;
   }
 
 .nosides {
	border-bottom: none;
	background-color: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: none;
	border-collapse: collapse;
    margin: none;
    font-size: none;
    padding: none;
}
.xsmallboldred {
	color: #FF0000;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 9px;

}
.xsmallboldgrey {
	color: #666666;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 9px;
	text-align: justify;
}
.smallboldred {
	color: #FF0000;
	font-weight: normal;
	line-height: normal;
	font-size: 0.7em;

}
.contactbigbl {
	font-size: 1.1em;
	color: #000000;
	clear: none;
	font-weight: bold;
}
.contactbigb {
	font-size: 1.1em;
	color: #2F7BB7;
	clear: none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
h6  {
    background-image:  url(images/bg3.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 0 14px 20px;
	 }
h5  {
    background-image:  url(images/bg3.gif);
    background-repeat: no-repeat;
    background-position: left top;
	color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 0 14px 20px;
	 }
h6 {
	background-image: url(images/new.jpg);
	color: #333333;
}

h4  {
    font-size: 0.8em;
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px 0;
    }
.tabler  {
	background-color: white;
	border-collapse: collapse;
	border: 1px solid #AABBC0;
	color: #2A2A2A;
	margin: 0 0 0px;
	padding: 0 0px;
	

    }
.theader  {
    color: #2A2A2A;
    font-weight: bold;
	background-color: #EAEEEF;
    border-bottom: 1px dotted #AABBC0;
    border-right: 1px dotted #AABBC0;        
    text-align: left;
    padding: 4px 0 4px 6px;
    }  
.smalltable {
	margin: 0;
	line-height: normal;
	font-weight: bold;

}
.theader  {
	background-color: #EAEEEF;
	text-align: left;
	padding: 0px 0 0px 0px;
	border: 1px solid #EAEEEF;
    }   
.tdata {

    color: #2A2A2A;
    font-weight: normal;
	border-bottom: 1px dotted #AABBC0;
    border-right: 1px dotted #AABBC0;        
    text-align: left;
    padding: 4px;
    color: #2A2A2A;
    font-weight: bold;
	 
    border-bottom: 1px dotted #AABBC0;
    border-right: 1px dotted #AABBC0;        
    text-align: left;
    padding: 4px 0 4px 6px;
}
.smallboldgreen {

	color: #CCD812;
	font-weight: bold;
	line-height: 1.5em;
}
.margin {
	left: 4pt;
}
.smallboldredCopy {

	color: #FF0000;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 9px;
}
.smalltableb {

	font-size: 0.7em;
	margin: 0;
	line-height: normal;
	font-weight: normal;
}
.smallboldu {
	color: #333;
	font-weight: bold;
	line-height: normal;
	font-size: 0.8em;

}
.smallun {

	color: #333;
	font-weight: normal;
	line-height: 1.5em;
}
.smallboldbluelayer {
	color: #2F7BB7;
	font-weight: bold;
	line-height: normal;
	position: relative;
	height: 75px;
	width: 208px;
	left: -139px;
	top: 8px;
	right: auto;
	bottom: auto;
	z-index: auto;
	font-size: small;
	visibility: visible;




}
.smallboldblueIndent {
	color: #2F7BB7;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	left: 5px;
	right: 5px;

}
.tdatanotext {
	color: #2A2A2A;
	font-weight: normal;
	border-bottom: 1px dotted #AABBC0;
	border-right: 1px none #AABBC0;
	text-align: left;
	padding: 4px;
	color: #2A2A2A;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px dotted #AABBC0;
	border-right: 1px dotted #AABBC0;
	text-align: left;
	padding: 4px 0 4px 6px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: none;
	border-top-color: #AABBC0;

}
.tdatanoleft {
	color: #2A2A2A;
	font-weight: normal;
	border-bottom: 1px dotted #AABBC0;
	border-right: 1px none;
	text-align: left;
	padding: 4px;
	color: #2A2A2A;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px dotted #AABBC0;
	border-right: 1px dotted #AABBC0;
	text-align: left;
	padding: 4px 0 4px 6px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: none;
	border-top-color: #AABBC0;
	border-left-color: #AABBC0;

}
.smalltableuline {
	font-size: 0.7em;
	margin: 0;
	line-height: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}
.medboldblue {
	color: #2F7BB7;
	font-weight: normal;
	line-height: 1.5em;

}
.boldintropara {

	color: #333;
	font-weight: bold;
	line-height: 2em;
}
.indent {
	color: #333;
	font-weight: bold;
	line-height: 2em;
	padding-left: 10px;

}
.testi2 {

	background-image:  url(images/quote_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 0px;
}
.testi22 {

	background-image:  url(images/quote_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: auto 0px 0px;
	padding: 6px 0 0;
	font-style: italic;
	font-size: 1em;
}
.xmasbox {
	font-weight: normal;
	line-height: normal;
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;


}
.smallboldgreenCopy {


	color: #006600;
	font-weight: bold;
	line-height: 1.5em;
}
.smallboldren {

	color: #CC0000;
	font-weight: bold;
	line-height: normal;
	font-size: xx-small;
}
.blanker {
	background-color: white;
	border-collapse: collapse;
	border: 0px none;
	margin: 0;
	padding: 0;

}
.testimonial_content_sidebarwith_itals {
	background-image:  url(images/quote_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 24px 0 30px;
	font-style: italic;
}
.testimonial_content_sidebarwith_top_quote {
	background-image:  url(images/quote_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 24px 0 30px;
	font-style: italic;
	background-attachment: fixed;
}
.test_itals {
	background-position: right bottom;
	background-repeat: no-repeat;
	font-style: italic;
	padding-top: 0;
	padding-bottom: 0;
}

a.MyPopupLink{
	line-height: normal;
	font-weight: bold;
	border-bottom-width:medium;
	border-left-width: medium;
	border-right-width:medium;
	border-top-width:medium;
	border-left-style: solid;
 	border-top-style:solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

a.MyPopupLink:Hover{
background-color: #000000;
text-decoration:underline;
font-weight:bold;
}

a.MyPopupLink:visited{
background-color:#000000;
}
.smallunCopy {


	color: #666666;
	font-weight: normal;
	line-height: 1.5em;
}
.smallboldredd {

	color: #CC0000;
	font-weight: bold;
	line-height: 1.5em;
}
.mediumbold {
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.med2 {
	color: #333;
	font-weight: normal;
	font-size: 14px;
}
.contact_big2 {
	font-size: 1.1em;
	color: #333333;
	clear: none;
	font-weight: bold;
}
#menu2 {

    clear: both;
    background-image:  url(images/fsg_cc.gif);
    background-repeat: no-repeat;
    background-position: top left;
	 width: 780px;
    height: 40px;
    margin: 0 0 0 0;
	 border: 0;
	 padding: 0;
}
#menu3 {

    clear: both;
    background-image:  url(images/full.gif);
    background-repeat: no-repeat;
    background-position: top left;
	 width: 780px;
    height: 40px;
    margin: 0 0 0 0;
	 border: 0;
	 padding: 0;
}
.testimonial_sidebar_small {

	background-image:  url(images/quote_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 5px 15px 0 0;
	padding: 6px 0 0 0;
	font-style: italic;
}

.fade{
	background-image: url(images/online_data_backup_4.gif);
	background-repeat: no-repeat;
	background-position: 1px 100%;
}

.col2 {
	FLOAT: left; OVERFLOW: hidden; WIDTH: 100px
}
.gbs {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.tablertop {
	border-collapse: collapse;
	color: #2A2A2A;
	margin: 0 0 0px;
	padding: 0 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AABBC0;
	border-right-color: #AABBC0;
	border-bottom-color: #AABBC0;
	border-left-color: #AABBC0;
}
.tableside {
	background-color: #eaeeef;
	border-collapse: collapse;
	color: #2A2A2A;
	margin: 0 0 0px;
	padding: 0 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #AABBC0;
	border-right-color: #AABBC0;
	border-bottom-color: #AABBC0;
	border-left-color: #AABBC0;
}
.tindent {
	border-collapse: collapse;
	color: #2A2A2A;
	margin: 0 0 0px;
	padding: 0 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AABBC0;
	border-right-color: #AABBC0;
	border-bottom-color: #AABBC0;
	border-left-color: #AABBC0;
	text-indent: 20px;
}
.tindentCopy {

	border-collapse: collapse;
	color: #2A2A2A;
	margin: 0 0 0px;
	padding: 0 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AABBC0;
	border-right-color: #AABBC0;
	border-bottom-color: #AABBC0;
	border-left-color: #AABBC0;
	text-indent: 20px;
}
.grey_font {
	border-collapse: collapse;
	color: #899AA7;
	margin: 0 0 0px;
	padding: 0 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AABBC0;
	border-right-color: #AABBC0;
	border-bottom-color: #AABBC0;
	border-left-color: #AABBC0;
	text-indent: 20px;
	font-size: 12px;
	font-weight: bold;
}
.tableheader {
	background-image:  url(images/tiles.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #333333;
	font-weight: lighter;
	font-family: Tahoma;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 20px;
	font-size: small;
	
	
	
	
	
	
	
	
}
.frontpage {
	background-image:  url(images/back_header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #333333;
	font-weight: bold;
	font-family: Tahoma;
	font-size: .9em;
	background-attachment: scroll;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	text-indent: 0px;
}
#container #left #main .frontpage .style1 {
	font-size: .9em;
	font-weight: lighter;
	padding-left: 17px;
}
#container #left #main .frontpage .style2 {
	font-size: .7px;
	line-height: 1.4px;
	padding-left: 30px;
	padding-top: 9px;
}


.long {
	background-image:  url(images/green_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: White;
	font-size: 1.2em;
	font-weight: lighter;
	padding: 8px 0 14px 20px;
	font-family: Tahoma;
    }
.smallboldsideindent {
	color: #333;
	font-weight: bold;
	line-height: 1.3em;
	margin-left: 30px;
	font-style: normal;
	padding-left: 30px;
}
.smallb {

	color: #333;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 1.4em;
    margin: 0;
}
.contactbigred {

	font-size: 1.1em;
	color: #FF0000;
	clear: none;
	font-weight: bold;
}
.fpage_hea {
	color: #000000;
	font-weight: bold;
	line-height: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: none;
}
.fpage_hesm {

	color: #000000;
	font-weight: bold;
	line-height: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: none;
}

.h1_small {
	background-image:  url(images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: White;
	font-size: 0.9em;
	font-weight: bold;
	padding: 8px 0 14px 20px;
	font-family: Tahoma;
	 }
	 
.h3_small {
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0;
    }
	
	}
.hea_big_bold {
	color: #000000;
	font-weight: bold;
	line-height: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: none;
}
