/* CSS Document */

* {margin:0;padding:0;border: 0;}

body {
	background: #fff;
	font: 13px Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	background: #fff;
	font-size: .85em;
	line-height: 1.5em;
	min-width: 960px;
}


/**************************************
	Global               
***************************************/

/*	Headers  */

/*	Elements  */

a {
	color: #4F96E6;
}
a:hover {
	color: #FF9900
}

a.nounderline
{
  text-decoration: none;
}

ul
{
  list-style-type: disc;
}

table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	font-size: 13px;
}

img, fieldset, form { 
	border: 0 solid;
	margin: 0;
	padding: 0;
}
input, select, textarea {
	color: #2E516A;
	font: normal 11px Arial;
}



/**************************************
	Top Pane
***************************************/
	
#TopPane {
	height: 135px;
	background: #fff url(../images/bg_top.png) 0 0 repeat-x;
	position: relative;
}

#TopPane .logo {
	padding: 41px 0 0 30px;
}

#TopPane .nav {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 25px;
	height: 28px;
	background: #E2EDF9 url(../images/bg_topnav.png) 0 0 repeat-x;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	vertical-align: top;
}
#TopPane .nav li {
	display: block;
	float: left;
	padding: 0px 20px 0px 50px;
	line-height: 26px;
	background: url(../images/bg_topnav_td.png) 0 0 no-repeat;
}
#TopPane .nav li.first {
	background: url(../images/bg_topnav_l.png) 0 0 no-repeat;
}
#TopPane .nav a {
	color: #666;
	text-decoration: none;
}
#TopPane .nav a:hover {
	text-decoration: underline;
	color: #FF9900;
}

#TopPane .call {
	position: absolute;
	top: 70px;
	right: 0;
	border-top: 1px dotted #333;
	padding: 5px 20px 0 30px;
	background: url(../images/i_call.png) 5px 13px no-repeat;
	font: bold 20px Arial, Helvetica;
}
#TopPane .call strong {
	color: #6B92D7;
	font: normal 32px "Times New Roman", sans-serif;
}
#TopPane .lang {
	position: absolute;
	top: 80px;
	right: 380px;
}

/*	Top Navigation  */

#TopNav {
	background: #4265B7 url(../images/bg_nav.png) 0 0 repeat-x;
	height: 52px;
}
#TopNav table {
	height: 52px;
	width: 100%;
	background: url(../images/bg_nav_l.png) 0 0 no-repeat;
}
#TopNav td {
	background: url(../images/bg_nav_td.png) 100% 0 no-repeat;
	vertical-align: middle;
	text-align: center;
	font: bold 17px Arial, Helvetice;
	color: #fff;
	text-shadow: 1px 1px 1px #314B8B;
	white-space: nowrap;
	padding: 0 10px;
}
#TopNav td.last {
	background: url(../images/bg_nav_r.png) 100% 0 no-repeat;
}

#TopNav td a {
	display: block;
	line-height: 52px;
	color: #fff;
	text-decoration: none;
}
#TopNav td a:hover {color: #FDCD00}


/*	Top Promo Block */

#TopPromo {
	background: #6E95D8 url(../images/bg_promo.jpg) 0 0 repeat-x;
	height: 284px;
        text-align:center;
}
#TopPromo table {
	width: 90%;
}
#TopPromo td {
	padding-top: 7px;
	vertical-align: middle;
	text-align: center;
}
#TopPromo td a:hover {
	opacity:0.9;
}



/*	Page Tab Navigation  */


#PageTabs {
	background-color: #284A82;
	border-top: 3px solid #fff;
	padding: 9px 8px 0 10px;
        text-align:center;
}
#PageTabs table {
	background: url(../images/bg_tabs.png) 0 0 repeat-x;
	width: 98%;
	height: 36px;
}
#PageTabs td {
	background: url(../images/bg_tabs_r.png) 100% 0 no-repeat;
	padding: 0 45px 0 0;
	font: bold 17px Arial, Helvetica;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
#PageTabs .first {
	padding-left: 10px;
}
#PageTabs .last {
	background: url(../images/bg_tabs_last.png) 100% 0 no-repeat;
}
#PageTabs td:hover {
	background-position: 100% -36px;
}
#PageTabs td a {
	text-decoration: none;
	display: block;
	line-height: 36px;
	color: #284A82;
}
#PageTabs td a:hover {
	color: #FF9900
}

/**************************************
	Middle Pane
***************************************/

#MiddlePane {
	background: #fff url(../images/bg_middle.jpg) 0 0 repeat-x;
	min-height: 200px;
	overflow: hidden;
	padding-top: 20px;
}

#MiddlePane p {
	margin: .5em 0 1em;
}


/**************************************
	Content Pane
***************************************/

#ContentPane {
	width: 49%;
	margin-left: 2%;
	float: left;
	border: 0px solid #f00;
}
#ContentPane h1 {
	color: #6B92D7;
	font: normal 25px Arial, Helvetica;
	margin: 20px 0;
}
#ContentPane h1 em {
	color: #284A82;
	font-weight: bold;
}

#ContentPane .banner {
	text-align: center;
}

/**************************************
	Sidebars
***************************************/

#LeftPane {
	float: left;
	width: 22%;
	border: 0px solid #f00;
	min-height: 100px;
}

#LeftPane .block {
	padding-left: 30px;
}
#LeftPane .block p{
	padding-left: 60px;
}
#LeftPaneTestimonials{
	float: left;
	width: 24%;
	border: 0px solid #f00;
	min-height: 100px;
}

#LeftPaneTestimonials .block {
	padding-left: 40px;
}
#LeftPaneTestimonials{
	float: left;
	width: 24%;
	border: 0px solid #f00;
	min-height: 100px;
}

#LeftPaneTestimonials .block {
	padding-left: 40px;}
.Testimonial{
	float: left;
	min-height: 100px;
	padding-left: 28px;
	padding-bottom:20px;
}

.Testimonial span
{ font: 13px sans-serif;
font-weight:normal!important;}
.Testimonial_Mozilla{
	
	min-height: 100px;
	padding-right: 35px;
	padding-bottom:20px;
}
#Testimonial1_RotateIT1_CaptionBox{float: left;}
.testimonial_content
{ font-family:@Arial Unicode MS;
  font-size:14px;}

#RightPane {
	float: right;
	width: 24%;
	border: 0px solid #f00;
	min-height: 100px;
}

.left-highlights {
	text-align: center;
}
.left-highlights a:hover img {
	opacity: 0.8;
}

#RightPane .container {
	margin: 0px 10px 10px 0px;
        width:70%;
	background: #fff url(../images/bg_r_cont.jpg) 0 100% repeat-x;
	border-bottom: 1px solid #CED3D6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0px;
}

#RightPane .container h2 {
	background: #6B92D7 url(../images/bg_r_h2.jpg) 0 0 repeat-x;
	text-align: center;
	font: normal 18px Arial, Helvetice;
	color: #fff;
	text-shadow: 1px 1px 1px #314B8B;
	padding: 5px;
	
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 0px;

}

#RightPane .container .block {
	background-color: #fff;
	border: 1px solid #CED3D6;
	padding: 8px 10px;

	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 0px;
}

p.dotted {
	border: 1px dotted #ccc;
text-align:center;
}

.get-social {
	text-align: center;
}
.get-social img {
	padding: 5px;
}



/**************************************
	Bottom Pane
***************************************/


#BottomPane {
	background: #33558E url(../images/bg_footer.jpg) 0 0 repeat-x;
	min-height: 141px;
}

.copyright {
	color:#fff;
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
}

.copyright a {color: #fff}
.copyright a:hover {color: #FF9900}
.designedby {
	text-align: right;
	padding: 15px 25px;
}

#BottomPane table {
	width: 100%;
	height: 40px;
	background: url(../images/bg_footer_l.png) 0 0 no-repeat;
}
#BottomPane td {
	padding: 9px 20px 0 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: url(../images/bg_footer_nav.png) 100% 0 no-repeat;
	white-space: nowrap;
}
#BottomPane td.first {
	padding-left: 34px;
}
#BottomPane td.last {
	background: url(../images/bg_footer_r.png) 100% 0 no-repeat;
	padding-right: 32px;
}




/**************************************
	Forms, buttons
***************************************/

#ContentPane form {
	padding-left: 50%;
}
#ContentPane fieldset {
	width: 500px;
	margin-left: -250px;
}
.form {
}
.form-half {
	float: left;
	width: 50%;
}
.input {
	width: 100%;
	border: 1px solid #7F9DB9;
}
.label {
	font-weight: bold;
}
.field {
	padding-right: 8px;
	margin-bottom: 10px;
}
.mandatory {
	color: #D63333;
	margin-bottom: -2px;;
}


/**************************************
	Stuff Things
***************************************/

.spacer {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	font-size:1px;
	width: 1px;
}
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.bottom {vertical-align: bottom; }
.clear { clear: both; }
.hide { display: none; }
.smaller { font-size: 85%; }


/* Forms */
.form
{
  background-color: #4062b5;
  color: White;
  font-size: 12px;
}
.form-dark
{
  background-color: #324699;
}
.inss {
	width: 200px;
	border: 1px solid #7F9DB9;
	padding: 2px;
	margin: 2px;
}
.inss2
{
  border: 1px solid #7F9DB9;
	padding: 2px;
	margin: 3px;
	min-width: 95%;
}
.inss2w
{
  border: 1px solid #7F9DB9;
	padding: 2px;
	margin: 3px;
}
.td1
{
  padding-left: 14px;
}
.BetweenRow
{
  height: 10px;
}
.service-budget-header{
	color: #284a82;
	font-weight: bold;
	padding-top: 3px;
	width: 220px;
}
.service-budget-cell2
{
  padding-left: 25px;
}
.service-budget-cell3
{
  padding-left: 40px;
}
.service-budget-celldiv
{
  height: 2px;
  background: whitesmoke;
}


.sitemap li
{
  margin-left: 10px;
}
.sitemap li.sheader
{
  margin: 0;
  margin-top: 3px;
}

.ul1
{
  list-style-type: none;
  padding-left: 10px;
  /*list-style-image: url(../images/li.gif);*/
}

.leftmenu_ul
{
  list-style-type: none;
  margin-bottom: 12px;
  width: 80%;
}
.leftmenu_ul li
{
  padding: 4px;
  padding-left: 10px;
  text-align: left;
  width: 100%;
  background-color: #4062b5;
  margin-bottom: 2px;
}
.leftmenu_ul li a
{
  color: White;
  text-decoration: none;
}
.leftmenu_ul li a:hover
{
  color: #ffff99;
}
.leftmenu_ul li.selected_leftmenu
{
  background-color: #799ddb;
}

/*Leftmenu_ul1*/
.leftmenu_ul1
{
  list-style-type: none;
  width: 80%;
}
.leftmenu_ul1 li
{
  padding: 4px;
  padding-left: 10px;
  text-align: left;
  /*width: 100%;
  background-color: #4062b5;*/
    background-color: #CCCCFF;
  width:80%;
  margin-bottom: 2px;
}

.leftmenu_ul1 li a
{
  color: Black;
  text-decoration: none;
}
.leftmenu_ul1 li a:hover
{
    color: #666666;
}
.leftmenu_ul1 li.selected_leftmenu
{
  background-color: #799ddb;
}

.ts-content
{
  font-size: 13px;
  font-style: italic;
}
.ts-author
{
  font-size: 16px;
  font-weight: bold;
  color: #333366;
  padding-bottom: 8px;
}
.ts-between
{
  height: 16px;
  border-top: #6666ff 2px solid;
}
.menu1{position:relative; z-index:20;}*/
/*.menu1 a{float:left; display:block; background-position:top;}
/*.menu1 a:hover{background-position: bottom;}


/* dropdown */
#nav, #nav ul {list-style: none; margin: 0; padding: 0; width: 100%;}
#nav li {float: left; position: relative; background: none;}
#nav a {color: #bebebe; display: block; font-weight:bold; font-size:13px;}
#nav a:hover {color: #3b3c3d; font-weight:bold;}
#nav li:hover, #nav li.jshover {background: #d2d6e1;}
#nav li ul {display: none; position: absolute; background: #2e3445; padding: 0; width: 160px; border: solid 1px #242936;}
#nav li li a {width: 140px; background: none; padding: 3px 10px 3px 10px;}
#nav li:hover ul, #nav li.jshover ul {display: block; top:35px; left:0;}
#nav li:hover li ul, #nav li.jshover li ul {display: none; width: 138px; top: 0px; left: 118px; left: 133px;}
#nav li:hover li:hover ul, #nav li.jshover li.jshover ul {display: block;}


 div.menuOpen {
	position:static;
	display: none;
	z-index: 300;
	margin: 0;
	padding: 0;
}

div.e_menuOpen {
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0;
}

.container1
{
    position: static;
    float: left;
    left: 0px;
    top: 30px;
    text-align: left;
    border-top: 0;
    width:80%;
    
    background-color: #CCCCFF;
      /*border: solid 1px #242525;*/
}
.container1 li
{background-color: #CCCCFF;width:80%;}
ul.list1
{list-style: none;
}


/*Print Coupon*/

a.showPrint {
	display: none;
}
#blank {
	background: rgb(240, 240, 240);
}
.print 
{
    text-align:right;
    padding-top:30px;
    padding-right:20px;
}
.CouponTypeBg
{ width:300px;
   height:45px;
    background-color:#4062B5;
    padding-left:10px; }
    
.CouponType
{ width:250px;
  height:20px;
  padding-top:5px;
  padding-left:10px;
  background-color:#FFFFFF;
  padding-bottom:4px;
   font-size:16px;}
