/* General Style Info */
body {
	color: #8A8A8A;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:70%;
	margin: 0px 0px 0px 0px;
	background-color: #FCFCFC;   
}
a {
	background-color: inherit;
	color: #0364A4;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
}
a img {
	border:none;
}
div.hrule
{
	margin-top: 2px;
	background:transparent; 
	border-top:1px solid #CCCCCC;
	height: 1px; 
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333377;
	font-size: 140%;
	margin: 0px 0px;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A6FA5;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #DFA641;
	font-size: 110%;
	margin: 0px 0px;
	font-weight: bold;
}
h4 {
	color: #822A8F;
	font-weight: bold;
	padding: 0px;
	margin: 2px 0px 2px 0px;
	font-size: 100%;
}
ul, li {
	margin: 0 12px;
}
/* Text style */
.heading
{
	color: #822A8F;
	font-weight: bold;
}

/* Layout */
#topmenu{
	color: #333377;
	height: 34px;
	width: 780px;
	background-image: url(../img/bg_topmenu.gif);  
	padding:  0px 0px 0px 0px;
}
#topmenu a{
	color: #333377;
}

#top {
	height: 103px;
	width: 780px;
	vertical-align: middle;
	clear: both;
}
#topright{
	background-image: url(../img/top_right.jpg);  
}

#container {
	text-align: left;
	width: 780px;
	margin: auto;
	background-color: #FFFFFF;
}
#content{
	clear: both;
	width: 780px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #fff;
	background-image: url(../img/bg_gray_2.gif);
	background-position: bottom;
	background-repeat: repeat-x; 
	}
	
#footer {
	color: #A0A0A0;
	height: 68px;
	background-color: #F3F3F3; 
	border-left: 4px solid #333377;
}
#footer div.f-content
{
	padding: 15px 0px 0px 5px; 
	float: left;
	display: inline;
}


#informations
{
	padding: 10px 0px 10px 5px;
	width: 177px; 
	background-color: #F7F6F2;
	clear:both;
}
#informations div
{
	margin: 5px 0px 5px 0px;
}
.border1px
{
	border: 1px solid #CCCCCC;
}

div.divlist div
{
	height: 15px;
	padding: 7px 0px 0px 30px;
	background-image: url(../img/arrow_03.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px
}

/* leftmenu */
#leftmenu
{
	background-image: url(../img/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#leftmenu div.heading-leftmenu
{
	height: 15px;
	background-image: url(../img/bg_gray_1.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	border-bottom: none;
}
#leftmenu div
{
	height: 20px;
	padding: 7px 0px 0px 30px;
	border-bottom: 1px solid #E6E6E6;
	background-image: url(../img/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px

}
#leftmenu a
{
	color: #5F5F5F;
}



div.adbox
{
	width: 232px; 
	padding: 4px 3px 3px 5px;
	border: 1px solid #F0F0F0; 
	background-image: url(../img/bg_gray_2.gif);
	background-repeat: repeat-x;
	background-position: 0px -4px
}




/* Forms */
form {
	clear: both;
	margin-right:0px;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
/*	background-image: url(../img/bg_gray_2.gif); */
}
fieldset legend {
	color: #666666;
	font-size: 100%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
/*	margin-bottom: 1em;
	padding: .5em; */
	vertical-align: text-top;
}
form div.input {
	color: #444;
	margin: 5px 0px 0px 5px; 
}
form div.required {
/*	font-weight: bold; */
}
form div.required label {
	padding: 0px 0px 0px 14px;
	background-image:url(../img/icon_star.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px; 
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	width: 60px;
}
label {
	display: block;
	font-size: 105%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 0;

}
div.error-message {
	clear: both;
	color: #FF3300;
	font-size: 85%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
input.form-error
{
	border: 1px solid #000000; 
}
p.error {
	background-color: #333377;
	color: #fff;
/*	font-family: Courier, monospace; */
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 0px;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0096F1;
}
.Head
{
	height: 25px;
	padding-top: 6px;
	border-bottom: 3px solid #DDE2E6;
	border-top: 1px solid #DDE2E6;
	
}
/* Related */
div.related {
	clear: both;
	display: block;
}

/*- Menu Tabs 10--------------------------- */

    #tabs10 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #tabs10 ul {
          margin:0;
          padding:10px 10px 0px 5px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("../img/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("../img/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */

#menu3 ul {
        list-style: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        }
#menu3 li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        }
		
		
#menu3 {
        width: 200px;
        border: 0px solid #ccc;
        margin: 0px;
        }

#menu3 li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu3 li a:link, #menu3 li a:visited {
        color: #888;
        display: block;
        background: url(../img/menu3.gif);
        padding: 8px 0 0 30px;
        }

#menu3 li a:hover, #menu3 li #currentm, #menu3 li a:active {
        color: #283A50;
        background: url(../img/menu3.gif) 0 -32px;
        padding: 8px 0 0 30px;
        }

.adorned {
	background: #F7F7F7;
	width: 23em;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color:#000;
}
.adorned code {
	display: none;
}

.dot-border-top
{
	border-top: 1px dotted #4A7195;
}
#service-list div
{
    background: url(../img/bullet_hr.gif) 0px 4px;
	background-repeat: no-repeat;
	padding: 0px 0px 5px 10px;
}
#service-list a
{
	color: #8A8A8A;
	font-family: Georgia, "Times New Roman", Times, serif

}
div.blocklist div
{
	margin: 3px 0px 0px 0px;
	background: #DDE2E6;
	color: #0364A4;
	padding: 6px 6px 6px 6px;
}

/* call center */
.call-heading
{
	background-image: url(../img/bg-new.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding: 7px 0px 0px 30px; 
	
}

.brd
{
	border: 1px solid #DDE2E6;
}
#services
{
	padding: 10px 0px 0px 0px;
}

#services div
{
	background: url(../img/arrow_03.gif) no-repeat;
	background-position: 0px 6px;
	width: 220px;
	float: left;
	display: inline;
	margin: 5px 40px 0px 0px;
	padding: 0px 0px 0px 15px; 
}
#services div a
{
	display: block;
	padding: 2px 5px 5px 5px;
}
#services div a:hover
{
	display: block;
	background: #008AD5;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 4px;
}
.fl
{
	float: left;
	display: inline;
}



