/*Reset defaults*/
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.4;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*Common setup*/

html {
    font: 62.5% "Lucida Grande", Verdana, Arial, sans-serif;
}
body {
    font-size: 1.1em;
    padding: 30px;
    color: #333;
    background: #fff;
}
a {
    color: #be1293;
    text-decoration: none;
}
a:hover {
    color: #000a4d;
    text-decoration: underline;
}

#body p {
    margin: 5px 0 10px;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    font-size: 2.4em;
    margin: 20px 0 10px;
}
h2 {
    font-size: 2em;
    color: #020e55;
    margin: 20px 0 5px;
}
h3 {
    font-size: 1.7em;
    margin: 20px 0 5px;
}
h4 {
    font-size: 1.4em;
    margin-top: 15px;
    font-weight: bold;
}
h5 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0 -5px;
}

fieldset {
    border: 1px solid #8185ab;
    padding: 0 10px;
}
legend {
    padding: 5px;
    font-weight: bold;
}

hr {
    color: #8185ab;
    background: #8185ab;
    height: 2px;
    border: 0;
	margin: 0 0 5px 0;
}

.taL {
    text-align: left;
}
.taR {
    text-align: right;
}

#content ul, #content ol {
    list-style: square;
    border: 0;
    margin: 0 0 10px 30px;
}
#content ol {
    list-style: decimal;
}
#content ul li {
    border: 0;
}

/*Header*/
#masthead {
    overflow: hidden;
    margin: -15px -30px 0;
    padding: 70px 30px 9px;
    width: 100%;
    background: url(./img/nav-line.png) repeat-x 0 100%;
    position: relative;
}

#logo {
    margin: 0;
    width: 175px;
    height: 58px;
    text-indent: -1000em;
    background: url(./img/abs-logo.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 12px;
}

#langSelect {
    position: absolute;
    top: 13px;
    right: 30px;
}
#langSelect label {
    color: #777;
    margin: 0 5px 0;
}
#langSelect select {
    border: 1px solid #999;
}
#nav, #nav li, #nav li a {
    float: left;
}
#nav li {
    margin-right: 1px;
    background: #000b4d;
    padding: 1px 1px 0;
}
#nav li a {
    padding: 7px 15px 9px;
    position: relative;
    border: 1px solid #706e99;
    border-bottom: 0;
    background: #444d82 url(./img/nav-tab.png) repeat-x 0 100%;
    color: #b3bbed;
    text-decoration: none;
    font-weight: bold;
}
#nav li a:hover {
    color: #fff;
    background: #3d306c;
    border-color: #6d608e;
}

/*active states*/
.tab_selected li#tab_selected {
    background: #77005a;
}
.tab_selected #nav li#tab_selected a {
    background: #be1293;
    margin-bottom: -2px;
    color: #fff;
    padding: 8px 15px 10px;
    border-color: #ce4dae;
}

/*Body*/
#body {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.column {
    float: left;
    display: inline;
}

#left {
    width: 15%;
    margin-left: -80%;
}
#right {
    width: 15%;
    float: right;
}

#content {
    width: 60%;
    margin: 0 0 0 20%;
}

.column dl, .column ul {
    border-top: 2px solid #8185ab;
}
.column dl dt {
    margin: 10px 0 0;
    font-weight: bold;
    color: #3d306c;
}
.column dl dd {
    margin-bottom: 20px;
}
.column ul li {
    border-bottom: 1px solid #ccc;
}
.column ul li a {
    padding: 5px;
    display: block;
}

.column .view_more {
    font-weight: bold;
}

#left .selected {
	padding: 5px;
    display: block;
    background: #eee;
}


/*Footer*/
#footer {
    border-top: 2px solid #8185ab;
    padding: 10px 0;
    color: #555;
    clear: both;
}
#copyright {
    float: left;
}
#footer #supNav {
    float: right;
    margin-right: -7px;
    display: inline;
}
#footer #supNav li {
    float: left;
    border-left: 1px solid #ccc;
}
#footer #supNav li.first {
    border: 0;
}
#footer #supNav li a {
    padding: 0 7px;
}