﻿/* Reset some CSS rules, based on http://developer.yahoo.com/yui/reset
===============================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}table1{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}

/* Layout
===============================================================*/
html, body {
    margin: 0px 0px 0px;
    padding: 0;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 10pt;
    color: #414141;
    min-height:100%;
    height:auto !important;
    height:100%;
    background-color:#fff;
}
body.body {
    background: url(images/def-site-bg.jpg) center top no-repeat;
    -webkit-background-size: 1902px 2711px;
    -o-background-size: 1902px 2711px;
    -khtml-background-size: 1902px 2711px;
}
#form1 {
    min-height:100%;
    height:auto !important;
    height:100%;
}
#container-page {
	position: relative;
	min-height:100%;
    height:auto !important;
    height:100%;
    background:url(images/def-content-bg.png) 0px 0px repeat-x;
    margin:0;
}

#container-header {
    height: 250px;
    width: 982px;
    margin: 0 auto;
    display: block;
    padding: 0;
}
#container-header div.header-logo {
    height: 218px;
    width: 537px;
    display: block;
    margin-top: 9px;
    margin-left:-15px;
    float: left;
    padding-top: 6px;
}
#container-content {
    overflow:auto;
	padding-bottom: 202px;
}
#container-footer {
    background: url(images/def-footer-bg2.png) repeat-x;
    height:215px;
    position: relative;
    margin-top:-60px;
    /* clear:both; */
}

/*Opera Fix*/

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
#container-footer div.content {
    width: 767px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    background-image: url(images/def-footer-logo2.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 215px;
    height:214px;
}
#container-footer div.content .links {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
#container-footer div.content div.sitemap-column {
    width: 22%;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    padding-top:50px;
}
#container-footer div.content div.sitemap-column h3 {
    font-family: Arial, Helvetica, Sans-Serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 1px solid #d6993e;
}
#container-footer div.content .sitemap-column, 
#container-footer div.content .sitemap-column a:link, 
#container-footer div.content .sitemap-column a:visited, 
#container-footer div.content .sitemap-column a:active {
    color: #ffcc81;
    text-decoration: none;
    font-size:8pt;
    font-weight:bold;
}
#container-footer div.content .sitemap-column a:hover {
    color: #fff;
}
#container-footer div.content .copyright {
    display: block;
    overflow: hidden;
    margin-left:-235px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: right;
    color: #ffcc81;
    padding-top: 40px;
    padding-right:37px;
}
#container-footer div.content .copyright a:link, #container-footer div.content .copyright a:visited, #container-footer div.content .copyright a:active {
    color: #bfe2ff;
    text-decoration: none;
}
#container-footer div.content .copyright a:hover {
    color: #ebb313;
}
#container-footer div.content .copyright span {
    font-weight:bold;
    color:#fff;
}


/* Login
===============================================================*/
#container-login {
    width: 300px;
    margin: 25px auto;
    background-color: #FFFFFF;
    padding: 15px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: block;
    overflow: hidden;
}

#container-login div.login {
    display: block;
    overflow: hidden;
}

#container-login div.login div.container-form input.text {
    width: 160px !important;
}



/* Row
===============================================================*/
#container-login div.container-form div.row {
    display: block;
    overflow: hidden;
    margin: 10px 0px;
}

#container-login div.container-form div.line {
    width: 99%;
}
#container-login div.container-form div.left {
    float: left;
    width: 49%;
}
#container-login div.container-form div.right {
    float: right;
    width: 49%;
}

#container-login div.container-form label {
    overflow: hidden;
    clear: both;
    font-size: 14px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

#container-login div.container-form div.checkbox {
    display: block;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}
#container-login div.container-form div.checkbox label {
    cursor: pointer;
    padding-left: 2px;
    line-height: 16px;
    overflow: hidden;
    display: inline;
    width: 100%;
    color: #000000;
}

#container-login div.container-form .checkbox {
    display: block;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

#container-login div.container-form .checkbox label {
    cursor: pointer;
    padding-left: 2px;
    line-height: 16px;
    overflow: hidden;
    display: inline;
    width: 100%;
    color: #808080;
    font-weight: normal;
}



#container-login  div.container-form input.text, 
#container-login div.container-form textarea.text,
#container-login div.container-form select{
    padding: 6px;
    border: 1px solid #dfdfdf;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
}

#container-login div.container-form div.line input.text{
    width: 95%;
}
#container-login div.container-form div.left input.text, div.container-form div.right input.text {
    width: 90%;
}
.col-main .picture-border {
    margin-bottom:10px;
}
.col-main p {
    margin-left:40px;
    margin-right:40px;
}
