ul {list-style: none;}  
img, fieldset {border: 0;}  
h1, h2, h3, h4, h5, h6 {font-weight: normal;}  
em {font-style: italic;}  
strong {font-weight: bold;}

html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

a[href$='.pdf'] { 
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_pdf.gif) no-repeat center right;
}

a:focus {
outline: 0;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
a img, iframe {
border: none;
}
ol, ul {
list-style: none;
}
input, textarea, select, button {
font-size: 100%;
font-family: inherit;
}
select {
margin: inherit;
}
/* Fixes incorrect placement of numbers in ol's in IE6 / 7 */
ol {margin-left: 2em;}
/* == Clearfix == */
.clearfix: after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
* Html. Clearfix {height: 1%;}
.clearfix {display: block;}


/** reset end */


html {
    background-color:#fff;
    color:#666;
    font-family:Verdana,Arial,sans-serf;
    font-size:12px;
    font-weight:normal;
    line-height:1.45em;
}

#wrapper {
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border:0;
    width: 920px;
    background: #fff url(/images/b_bg.png) repeat-y 50% top;
    /* background: #fff url(/images/box_left.png) repeat-y left top; */
    }

#header {
    margin: 0;
    padding: 1px 0 0 0;
    background: #fff url(/images/h_bg.jpg) no-repeat 50% top;
}

#langsel {
    float: right;
    color: #E7E7E8;
    padding-right: 25px;       
}

#langsel a {

    color: #FFFFFF;
      
}

.text11alert {color: #FF6600;}

#side {
    float: left;
    padding: 10px 20px 10px 25px;
    width: 180px;
}

#menu {
    
    margin: 0 14px 0 8px;
    background:#ff6600;
    
}

#main { 
    margin: 0;
    float: left;
    width: 670px;
    padding: 10px 20px 10px 0;
    min-height: 300px;
    height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
    clear: both;
    background: white;
    padding: 0 0 25px 0;
    margin: 0 auto;
    text-align: center;
    color: black;
    font-size: 0.8em;
    background: #fff url(/images/f_bg.png) no-repeat 50% top;
}

.clr {
    clear:both;
}

/** main menu */

#Mainmenu {
    list-style-type:none;
    margin: 125px auto 0;
    padding:0 10px 0 7px;
}

#Mainmenu li {
    display:block;
    float:left;
    position:relative;
    z-index:100;
}
#Mainmenu li span {
    background:#ff6600;
    color:#fff;
    display:block;
    font-size:0.9em;
    padding:4px 15px;
    z-index:100;
}

#Mainmenu li a,#Mainmenu li a:visited {
    display:block;
    padding:0;
    color:#fff;
}

#Mainmenu span:hover, #Mainmenu span a:hover {
    background:#ffd1b3;
    color:#666;
    display: block;
}

#Mainmenu dl {
    // background:#ff6600 url(/images/blank.gif);
    left:0;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
}
#Mainmenu dt {
    background:#ff6600;
    float:left;
    font-size:0.9em;
    margin:0;
}
#Mainmenu dd {
    background:transparent;
    clear:left;
    color:#fff;
    display:none;
    font-size:0.9em;
    margin:0;
    padding:0;
    text-align:left;
}
#Mainmenu dt a,#Mainmenu dt a:visited {
    color:#fff;
    display:block;
    padding:4px 15px;
    text-decoration:none;
}
#Mainmenu dd a,#Mainmenu dd a:visited {
    background:#ff6600;
    color:#fff;
    display:block;
    padding:4px 15px;
    text-decoration:none;
}
#Mainmenu li a:hover {
    border:0;

}
#Mainmenu li:hover dd,#Mainmenu li a:hover dd {
    display:block;
}
#Mainmenu li:hover dl,#Mainmenu li a:hover dl {
    border-bottom:5px solid #ff6600;
}
#Mainmenu li:hover dt a,#Mainmenu li a:hover dt a,#Mainmenu dd a:hover,#Mainmenu span a:hover {
    background:#ffd1b3;
    color:#666;
}

.login {
    float: right;
}

.login ul {
    list-style-type:none;
}

.login li span a {
    background: #ff6600;
    color: #fff;
    display: block;
    font-size:0.8em;
    padding:4px 5px 4px 5px;
    z-index:1;
    list-style-type:none;
}

.login li span a:hover {

    text-decoration: underline;

}

/* misc tag decorating and elements */
.clear {clear:both;}

.imgRight img, img.imgRight {
    float:right;
    margin-left:5px;
}
.imgLeft img, img.imgLeft {
    float:left;
    margin-right:5px;
}
.floatR {
    float:right;
}
.floatL {
    float:left;
}

hr {
    
    color: #ccc;
    background-color: #ccc;
    padding: 0px 0;
    margin: 10px auto;
    width: 100%;
    height:1px;
    border:none;
}

#main p, #side p {
    font-size: 0.9em;
    padding-bottom: 1em;
    
}

#side a {
    font-size: 85%;
    
}

a {
    color: #ff6600;
    text-decoration: none;
}

a:hover {
    color: #ff6611;
    text-decoration: underline;
}

a.arrowd {
    background:transparent url(/images/arrow_rd.gif) left bottom no-repeat;
    font-weight:bold;
    padding-left:17px;
}

#main h1 {
    color: #666;
    padding: 0 0 15px 0;
    line-height: 200%;
    font-size: 2em;
    font-weight: bold;

}

h2, h3, h4, h5, h6 {
    padding: 10px 0 10px 0;
    font-weight: bold;
}

#main h2 {
    font-size: 1.8em;
}

#main h3 {
    font-size: 1.6em;
}
#main h4 {
    font-size: 1.4em;
}
#main h5 {
    font-size: 1.2em;
}
#main h6 {
    font-size: 1em;
}
.login {
    float: right;
}

.login ul {
    list-style-type:none;
}

.login li span a {
    background: #ff6600;
    color: #fff;
    display: block;
    font-size:0.8em;
    padding:4px 5px 4px 5px;
    z-index:1;
    list-style-type:none;
}

.login li span a:hover {

    text-decoration: underline;

}

/* sidemenu */

#side ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#side ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#side ul li a{
color: #999;
display: block;
padding: 3px 0;
line-height: 12px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

#side ul li a:visited{
color: black;
}

#side ul li a:hover{ /*hover state CSS*/
color: black;
}

.subitem a{
    
    margin-left: 2em;
    
}

.active {
color: #ffa;
font-weight: bold;

}

/* form styles */
label {
    float:left;
    clear:left;
    width:80px;
    margin-right:10px;
    text-align:right;
    margin-bottom:5px;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    }
input, select{
    border:1px solid #999;
    float:left;
    clear:right;
    text-align:left;
    width:200px;
    margin-bottom:5px;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding:2px;
    }
select.intro{
    border:1px solid #999;
    float:left;
    clear:right;
    text-align:left;
    width:350px;
    margin-bottom:5px;
    position:relative;
    left:85px;
    }

input.chbox{
    float:left;
    width:18px;
    text-align:right;
    margin-bottom:5px;
    margin-right:10px;
    clear:left;
    position:relative;
    left:60px;
    border:0;
    }
label.chbox{
    float:left;
    width:350px;
    text-align:left;
    margin-bottom:5px;
    margin-right:0;
    clear:right;
    position:relative;
    left:60px;
    }
textarea{ 
    border:1px solid #999;
    float:left;
    clear:right;
    text-align:left;
    width:350px;
    margin-bottom:5px;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding:2px;
    }

input.send{
    margin-right:225px;
    width:auto;
    float:right;
    text-align:center;
    padding:5px 10px;
    }
.left {float: left;padding-right: 10px;}
.right {float: right;padding-left: 10px;}


