﻿a {
    color: #3c8ba6;
    outline: 0;
    text-decoration: none;
}
body, html {
    background: #35a2cb;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
body, input, textarea {
    color: #747f83;
    font-family: Tahoma;
}
fieldset {
    border: 1px solid #ccc;
    margin: 0 0 1.5em;
    padding: 1.4em;
}
img {
    vertical-align: middle;
}
input.text, input.title {
    padding: 5px;
    width: 300px;
}
input.title {
    font-size: 1.5em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
    position: relative;
    top: 0.25em;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
    background-color: #fff;
    border: 1px solid #bbb;
    margin: 0.5em 0;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color: #555;
}
label {
    font-weight: bold;
}
legend {
    font-size: 1.2em;
    font-weight: bold;
}
textarea {
    height: 250px;
    padding: 5px;
    width: 390px;
}
.yui-t3 .yui-b {
    display: inline;
    margin-left: 13px;
    width: 310px;
}
.yui-t3 #yui-main .yui-b {
    display: block;
    margin-left: 375px;
    width: 405px;
}
#doc3 {
    margin: auto;
}
#hd {
    background: url(../img/header_bg.gif) top left repeat-x;
}
#hd .main {
    background: url(../img/header_bg_full.jpg) top left no-repeat;
    float: left;
    height: 291px;
    width: 100%;
}
#hd .logo {
    margin: 102px 0 0 15px;
    padding: 0;
}
#bd {
    background: #fff url(../img/line.gif) repeat-y 350px 0;
    min-height: 250px;
    padding: 1em 0;
}
#ft {
    background: transparent url(../img/footer_bg.gif) top repeat-x;
    color: #fff;
}
#ft .main {
    background: url(../img/footer_bg_full.jpg) bottom left no-repeat;
    height: 81px;
}
#ft .main p {
    margin: 0;
    padding: 1em 0 0 10px;
}
#menu {
    float: left;
    padding: 72px 0 0 10px;
    position: relative;
}
#menu a {
    background-color: transparent;
    color: #fff;
    display: block;
    float: left;
    font-size: 116%;
    font-weight: bold;
    margin: 0;
    padding: 1em;
}
#menu a:hover, #menu .current a {
    background-color: #fff;
    border: none;
    color: #3c8ba6;
}
#menu ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#menu li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.error, .notice, .success {
    border: 2px solid #ddd;
    margin-bottom: 1em;
    padding: 0.8em;
}
.error {
    background: #fbe3e4;
    border-color: #fbc2c4;
    color: #8a1f11;
}
.notice {
    background: #fff6bf;
    border-color: #ffd324;
    color: #514721;
}
.success {
    background: #e6efc2;
    border-color: #c6d880;
    color: #264409;
}
.error a {
    color: #8a1f11;
}
.notice a {
    color: #514721;
}
.success a {
    color: #264409;
}
a.button, button {
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #565656;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'Lucida Grande' , Tahoma, Arial, Verdana, Sans-Serif;
    font-size: 100%;
    font-weight: bold;
    margin: 0.7em 0.5em 0.7em 0;
    padding: 5px 10px;
    text-decoration: none;
}
button {
    overflow: visible;
    width: auto;
}
button img, a.button img {
    border: none;
    float: none;
    height: 16px;
    margin: 0 3px -3px 0 !important;
    padding: 0;
    width: 16px;
}
a.button:hover, button:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #369;
}
a.button:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}