* {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: Arial;
    color: #2c4b60;
}

.left { float: left; }
.right { float: right; }
.cleft { clear: left; }
.cright { clear: right; }
.cboth { clear: both; }

.hide {
    display: none;
}

img {
    border: 0px;
}

h1 {
    font-size: 20px;
    margin: 10px 0px;
}

h1.center {
    text-align: center;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 16px;
    margin: 20px 0px;
}

p.inner {
    font-size: 13px;
    text-align: justify;
    margin: 20px 0px;
}

div.more {
    text-align: right;
    margin-top: 20px;
}

div.more a {
    font-size: 13px;
    font-weight: bold;
}

body {
    background: #d9ebee url('../img/bg.gif') repeat-x;
}

div#header {
    width: 1004px;
    margin: 0px auto;
    padding-left: 7px;
}

div#user-menu {
    padding-right: 10px;
    color: #ffffff;
}

div#user-menu a {
    color: #ffffff;
}

div#main-content {
    width: 1011px;
    margin: 0px auto;
}

div#footer {
    background: url('../img/bg_foot.gif') repeat-y;
    width: 1011px;
    padding: 10px 10px 30px 10px;
}

div#logo {
    /*margin: 30px 0px 0px 0px;*/
}

div#logo table {
    width: 100%;
    height: 80px;
}

div#header .main-menu {
    height: 0px;
    margin: 0px 0px 42px 0px;
}


div#header .main-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#header .main-menu ul li {
    float: left;
    height: 34px;
    display:inline;
    margin-right: 35px;
}

div#header .main-menu ul li a {
    display: block;
    font-size: 17px;
    padding: 12px 0px;
    color: #fff;
    font-weight: bold;
}

div#main-content .top {
    height: 19px;
    background: url('../img/bg_top1.gif') no-repeat;
}

div#main-content .row1 {
    /*height: 124px;*/
    padding: 0px 9px 0px 7px;
    text-align: center;
    background: url('../img/bg2.gif') repeat-y;
}

div#main-content #content {
    padding: 40px 32px;
    background: url('../img/bg3.gif') repeat-y;
}

div#main-content #content p {
    text-align: justify;
}

div#content .crumbs {
    float: left;
    width: 630px;
}

div#content .crumbs a {
    font-weight: bold;
}

div#main-content .left-content {
    float: left;
    width: 630px;
}

div#main-content .side {
    float: right;
    width: 261px;
}

div#main-content .side .side-block {
    margin-top: 20px;
}

div#main-content .side .t {
    height: 30px;
    font-size: 20px;
    padding: 10px 20px 0px 20px;
    color: #d9e5ee;
    font-weight: bold;
    text-align: center;
    background: url('../img/side_top.gif') no-repeat;
}

div#main-content .side .block-cont {
    background: url('../img/side_bg.gif') repeat-y;
    padding: 10px 20px 0px 20px;
}

div#main-content .side .block-cont .ad-img {
    text-align: center;
}

div#main-content .side .b {
    background: url('../img/side_bottom.gif') no-repeat;
    height: 10px;
}

div#main-content ul.navy {
    list-style-position: inside;
}

div#main-content ul.navy li {
    border-bottom: 1px solid #d9ebee;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px;
}

div#main-content ul.navy li.ad {
    list-style: none;
    text-align: center;
}

div#main-content ul.navy li.ad strong a {
    font-size: 13px;
    display: block;
    text-align: center;
    margin-bottom: 3px;
}


div#main-content #content ul.navy li.ad p {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

div#main-content ul.navy ul.sub {
    margin-left: 17px;
}

div#main-content ul.navy ul.sub li {
    border-bottom: none;
    font-size: 14px;
}

div#footer .logo {
    float: left;
    margin: 30px 0px 0px 15px;
}

div#footer .links {
    color: #baccd8;
    float: right;
    padding: 20px 40px 0px 40px;
}

div#footer .links table {
    width: 100%;
}

div#footer .links td {
    padding: 10px 15px;
    white-space: nowrap;
    text-align: left;
}

div#footer .links * {
    color: #baccd8;
    font-weight: bold;
}

div.message {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
	margin-bottom: 10px;
    font-weight: bold;
}

div#flashMessage {
    background: #436C8C;
}

div#authMessage {
    background: #d72b2b;
}

div.validation-errors div.t {
    font-weight: bold;
    color: #f00;
}

div.validation-errors ul {
    list-style: disc;
    color: #f00;
    margin: 5px 0px 0px 15px;
}

div.validation-errors ul li {
    color: #f00;
    margin: 2px 0px;
}

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}

#powered {
    width: 200px;
    margin: 5px auto;
    text-align: center;
    font-size:9px;
}

#powered a {
    font-family: Arial;
    font-size:9px;
}
