html {
font-size : 76%;
background : #302d2d url(../images/bg.png) repeat-x;
background-attachment : fixed;
}
body {
background : url(../images/bg-dp.png) repeat-x;
background-attachment : fixed;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 15px;
line-height : 1.5em;
color : #333;
margin : 0;
padding : 30px 0;
text-align : center;
z-index : auto;
}
h1, h2, h3, h4, h5, h6 {
color : #484848;
font-weight : normal;
font-family : Georgia, "Times New Roman", Times, serif;
line-height : 1.3em;
}
h1 {
font-size : 1.8em;
margin : 35px 0 10px;
}
h2 {
font-size : 1.8em;
margin : 35px 0 10px;
font-weight : normal;
}
h3 {
font-size : 1.8em;
margin : 35px 0 10px;
}
h4 {
font-size : 1.4em;
margin : 20px 0 10px;
color : #4f929f;
}
h5 {
font-size : 1em;
margin : 20px 0 10px;
}
h6 {
font-size : 1em;
margin : 10px 0 10px;
}
p {
margin : 15px 0;
}
acronym {
cursor : help;
}
a {
text-decoration : underline;
outline : none;
color : #000000;
}
a {
outline : none;
}
a:hover {
text-decoration : none;
}
a:active, a:focus {
outline-style : none;
outline : none;
}
img {
border : 1px solid #ccc;
padding : 2px;
}
a:hover img {
border-color : #aaa;
}
img.right {
margin : 0 0 20px 30px;
}
img.left {
margin : 0 30px 20px 0;
}
form {
padding : 0;
margin : 25px 0 0;
}
form fieldset {
border : 0;
padding : 0;
margin : 0;
}
form fieldset legend {
display : none;
}
form p {
height : 1%;
}
form p label {
font-size : 1em;
color : #333;
float : left;
display : block;
width : 120px;
margin-right : 20px;
font-weight: 700;
font-family : Arial, Helvetica, Tahoma, sans-serif;
}

.formbutton{
padding: 0;
cursor:pointer;
color:#024877;
margin-left:140px;
text-align:left;
font-weight:700;
border:none;
clear: both;
font-size: 13px;
background: none;
}

.formbutton:hover{
}

form p label.req {
font-weight : bold;
}
form p input, form p select, form p textarea {
font-size : 1em;
color : #333;
border : 1px solid #ccc;
padding : 6px;
background-color : #fff;
width : 65%;
font-family : Arial, Helvetica, Tahoma, sans-serif;
}
* html form p input, * html form p select, * html form p textarea {
width : 61%;
}
form p select {
width : 57.5%;
}
form ul.fieldlist {
margin : -30px 0 10px 33%;
padding : 0;
list-style-type : none;
}
form ul.fieldlist li {
color : #333;
padding : 0 30px 5px 0;
white-space : nowrap;
}
form .checkbox {
width : auto;
padding : 0;
border : 0;
background-color : transparent;
}
form button {
width : auto !important ;
overflow : visible !important ;
cursor : pointer;
line-height : 1.2em;
vertical-align : middle;
background : url(/img/btn_.png) repeat-x right center;
padding : 6px 10px !important ;
border : 0;
font-size : 1em;
color : #fff;
font-weight : bold;
margin : 0 10px 0 0;
}
* html form button {
position : relative;
}
form .right, form .left {
width : 48%;
}
form p.right {
text-align : right;
margin : 0;
}
hr {
clear : both;
border : 0;
height : 1px;
background-color : #ddd;
color : #ddd;
margin : 0;
}
.left {
float : left;
}
.right {
float : right;
}
.hide {
display : none;
}
#container {
background : #fff url(../images/wrapper.png) repeat-x;
border-bottom : 2px solid #fff;
width : 910px;
margin : 0 auto;
margin-top : -2px;
text-align : left;
}
#container div {
padding : 50px 40px;
height : 1%;
}
#container div div {
background : none;
padding : 0;
}
#header h1 {
background : url(../images/logo.png) no-repeat;
color : #333;
margin : -10px 0 20px 0;
width : 199px;
height : 180px;
}
#header h1 a {
display : block;
text-indent : -9999px;
height : 100%;
}
#header-image img {
position : absolute;
border : none;
margin-left : 218px;
margin-top : -52px;
z-index : 1;
}
#nav {
width : 832px;
height : 39px;
background : url(../images/menu-bg.png) no-repeat !important ;
margin-bottom : -30px;
}
#nav ul {
position : relative !important ;
z-index : 3 !important ;
margin : 0;
padding : 6px 3px;
padding-left : 15px;
list-style-type : none;
display : block;
line-height : 35px;
font-size : 12px;
font-family : arial;
text-transform : uppercase;
}
#nav ul:after {
content : ".";
clear : both;
display : block;
visibility : hidden;
font-size : 0;
height : 0;
}
#nav ul li {
float : left;
}
#nav ul li a {
z-index : 3 !important ;
text-decoration : none;
display : block;
color : #fff;
margin-left : 3px;
margin-right : 3px;
padding-left : 18px;
padding-right : 18px;
margin-bottom : 15px;
padding-bottom : 15px;
}
#nav ul li a:hover {
background : url(../images/menu-hover.png) repeat-x top left;
position : relative;
height : 35px;
margin-top : -10px;
padding-top : 10px;
margin-bottom : 7px;
padding-bottom : 7px;
}
#nav ul li a.current {
background : url(../images/menu-hover.png) repeat-x top left;
position : relative;
height : 35px;
margin-top : -10px;
padding-top : 10px;
margin-bottom : 7px;
padding-bottom : 7px;
}
#content {
padding : 1px 0 0;
font-family : 'Helvetica Narrow', Arial, sans-serif;
font-style : normal;
}
#content:after {
content : ".";
clear : both;
display : block;
visibility : hidden;
font-size : 0;
height : 0;
}
p.info, p.error, p.success {
border : 1px solid #365a69;
color : #fff;
padding : 3px 5px 3px 25px;
margin : 25px 0;
}
label.error{
margin-top:-5px;
margin-left: 140px;
color:red;
font-size:9px;
width:200px;
height: 20px;
font-family: Helvetica, San-Serif;
}
p.success {
background-color : #589744;
background-image : url(/img/accept.png);
border-color : #2d5f1d;
}
#sidebar {
background : #fefefe url(../images/sidebar-top.png) no-repeat top left !important ;
width : 304px;
min-height : 125px;
float : right;
margin-left : 10px;
margin-bottom : 15px;
padding-left : 10px;
}
#sidebar-bottom {
position : relative;
background : url(../images/sidebar-bottom.png) no-repeat bottom left !important ;
width : 304px;
min-height : 28px;
margin-left : -20px;
padding-top : 5px;
}
#sidebar-wrapper {
padding-top : 20px !important ;
padding-left : 20px !important ;
padding-right : 20px !important ;
}
#sidebar p {
line-height : 14px;
font-size : 12px;
}
#sidebar h2, h3 {
margin-top : 0;
color : #066caa;
letter-spacing : 0;
}
#sidebar h2 {
font-size : 16px;
font-family : helvetica, arial;
}
#sidebar h3 {
font-size : 14px;
}
#sidebar a {
color : #333;
}
#sidebar ul {
list-style : none;
margin : 0;
margin-left : -5px;
padding : 0;
padding-left : 0;
}
#sidebar ul li {
font-size : 12px;
width : 275px;
padding : 0;
margin : 0;
}
#sidebar li {
line-height : 25px;
border-bottom : 1px dotted #cccccc;
}
#sidebar br {
clear : left;
}
#sidebar ul li a {
display : block;
padding-left : 8px;
padding-right : 0;
padding-top : 0;
margin-top : 0;
width : 270px;
text-decoration : none;
}
#sidebar ul li a:hover {
background : url(../images/sidebar-hover.png) no-repeat left top;
color : #ffffff;
}
#footer {
background : url(../images/footer.png) no-repeat bottom left;
height : 50px;
width : 910px;
margin : 0 auto;
text-align : left;
color : #ccc;
padding : 0 0;
}
#footer a {
color : #999999;
}

#footer p {
margin : 0;
padding-top : 10px;
padding-left : 40px;
font-size : 11px;
font-family : helvetica, arial, san-serif;
color : #666666;
}