@CHARSET "UTF-8";

	
@import url("ui/paginator.css");

html { height: 100% }
#map_canvas { height: 100% }


body {height:100%; margin:0px; padding:0px; background: #660066 url('/skin/images/bg.jpg') center center no-repeat;  font-family: "Verdana", Geneva, sans-serif; font-size:13px; color: #fff; line-height:14.7px;}
#page-wrapper {width: 980px; margin: 0 auto; background: #272727 url('/skin/images/grains-5percent_black.png');}
#page {padding: 15px;}
#page-teaser {}
#page-teaser .content .block {margin:0px;}
#page-content {}
#page-footer {clear:both; display: inline-block; width: 100%;}
#page-footer .content .block {margin: 0px;}


#content-wapper {width: 980px;}

.block {margin-bottom:15px; text-align:justify;}

#col-1 .content {margin-right: 15px;}
#col-3 .content {margin-left: 15px;} 


/*
#col-2 {background-color: red; width: 50%;}
#col-1, #col-3 {background-color:gray; width:25%;}
*/
.column {position: relative; float: left; margin-top:15px;}

/** 2-COLUMNS right & center **/
div.column-2-3 #col-2 { width: 75%;}
div.column-2-3 #col-3 { width: 25%;}

/** 2-COLUMNS left & center **/
.column-2-1 #col-1 { width: 25%; right: 75%;}
.column-2-1 #col-2 { width: 75%; left:25%;}


/** 3-COLUMNS **/
.column-2-1-3 #col-1 {right: 60%;}
.column-2-1-3 #col-1, .column-2-1-3 #col-3 {width: 20%;}
.column-2-1-3 #col-2 {width: 60%; left: 20%;}

/*
.nav {margin:0; padding:0; list-style-type: none; font-size: 18px; text-transform: uppercase;}
.nav li a, .nav li a:visited {text-decoration: none; color: #515151;}
.nav li {border-bottom: 1px #D5D5D5 solid; padding:3px;}
.nav li.last {border-bottom: none;}
.nav li.active a {color:#00A0C6}


h1, h2, h1 a, h2 a {font-weight: normal; color: #00A0C6; margin-top: 0; padding-top: 0; text-decoration: none;}*/

label {display: block;}
input[type=text], textarea {width: 99%;}


.image-box {
    border: 4px solid;
    float: left;
    height: 110px;
    margin: 5px;
    overflow: hidden;
    width: 213px;
}

#copyright, .powered-by {
	float: right;
    /*height: 125px;*/
    /*line-height: 125px;
    margin-right: 50px;*/
    text-align: right;
}

.copyright, #copyright { padding-top: 35px;}

.copyright span {    
	color: #837E76;
    font-size: 9px;
    font-variant: small-caps;
    padding: 10px 0;}

.copyright a {
    color: #CDA869;
    text-decoration: none;
}

.copyright span {
    padding: 0 7px;
}

#page-footer .container {
    margin: 0 auto;
   
}

.powered-by a {
    background-image: url("/logo-sign_icn.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #837E76;
    font-size: 9px;
    /*line-height: 125px;*/
    padding-bottom: 6px;
    padding-left: 22px;
    padding-top: 14px;
}
.button {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    border: 1px solid #DCDCDC;
    border-radius: 2px 2px 2px 2px;
    color: #444444;
    cursor: default;
    display: inline-block;
    font-size: 14px;
    /*font-weight: bold;*/
    height: 27px;
    line-height: 27px;
    min-width: 46px;
    padding: 0 8px;
    text-align: center;
	cursor: pointer;
}

.blue {
	background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.blue:hover {
	background-color: #357AE8;
    background-image: -moz-linear-gradient(center top , #4D90FE, #357AE8);
    border: 1px solid #2F5BB7;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
