@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	max-height: 100%;
	font-family: "Century Gothic", Georgia, Arial, Helvetica, Sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e6e6e6;
}

/* Mistic
---------------------------------------- */
.bold { font-weight: bold }

.fleft { float: left;}
.fright { float: right;}
.clear { clear: both;}

.alignleft { text-align: left;}
.alignright { text-align: right;}
.aligncenter { text-align: center;}
.alignjustify { text-align: justify;}

.wrapper { width: 100%; overflow: hidden;}
.none { display: none; }
.extra-wrap { overflow: hidden; }
.in {padding: 10px;}
a.underline {text-decoration: underline!important;}

.hidden {display:none}
.f_right {float:right}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}

h1 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	display: inline;
	font-family: "Century Gothic", Georgia, Arial, Helvetica, Sans-serif;
	font-style: normal;
	line-height: normal;
}
h2 {
	font-size: 32px;
	font-weight: normal;
	color: #00558f;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	display: inline;
	font-family: "Century Gothic", Georgia, Arial, Helvetica, Sans-serif;
	font-style: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #94c53d;
	text-align: left;
	white-space: normal;
	display: inline;
	font-family: "Century Gothic", Georgia, Arial, Helvetica, Sans-serif;
	font-style: normal;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #025690;
	white-space: normal;
	display: inline;
	font-family: "Century Gothic", Georgia, Arial, Helvetica, Sans-serif;
	text-align: left;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #94c53d;
	white-space: normal;
	display: inline;
	text-transform: uppercase;
	font-family: "Century Gothic", Georgia, Arial, Helvetica, Sans-serif;
}
p {
	white-space: normal;
	display: block;
	font-family: "Century Gothic", Georgia, Arial, Helvetica, Sans-serif;
}
p.regular-content {
	font-size: 15px;
	color: #414141;
	display: inline;
	line-height: 18px;
}
p.bottom {
	font-size: 14px;
	color: #818181;
	display: inline;
	line-height: 22px;
}
p.footer {
	font-size: 13px;
	color: #000000;
	display: inline;
}

li {
	white-space: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left:-40px;
	list-style-position: inside;
	
}
li.img {
	font-size:11px;
    vertical-align: -5px;
	list-style-type: none;
	color: #999;
}
li.regular {
	font-size: 13px;
	color: #000000;
	list-style-type: circle;
	font-family: "Century Gothic", Georgia, Arial, Helvetica, Sans-serif;
		background-image: url(../WEB/images/row-blue.png);
	background-repeat: no-repeat;
	list-style-type: none;
}

a {
	color: #414141;
	text-align: left;
	white-space: normal;
	display: inline;
	text-decoration: none;
	font-family: "Century Gothic", Georgia, Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
a:link {
	color: #000;
}
a:hover {
	color: #414141;
}

img {
	border: 0px;
	text-align: right;
}
img a {border: 0px}

/* MAIN LAYOUT */

#container {
	width: 960px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-logo {
	width: 192px;
	height: 87px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#navigation {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 20px;
	height: 38px;
}
.content-top {
    background: url(images/content-top.png) no-repeat top center;
    padding-top: 15px;
}
.content {
    background: url(images/content-middle.png) repeat-y center center;
}
.content-bottom {
    background: url(images/content-footer.png) no-repeat bottom center;
    padding-bottom: 25px;
}

#main {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 372px;
	background-image: url(images/bg-banner-top-index.png);
	background-repeat: no-repeat;
	background-position: center -15px;	
}
#main-longer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 550px;
	background-image: url(images/bg-banner-top-others.png);
	background-repeat: repeat-y;
	background-position: center -17px;
}
#bottom {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 308px;
	background-image: url(images/bg-banner-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
#footer {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 13px;
	height: 35px;
}

/* MENU */

#button {
	float: left;
	padding-top: 2px;
}
#button.about {
	padding-left: 20px;		
}
#button.bookkeeping {
	margin-left: -20px;
}
#button.budgeting {
	margin-left: -21px;
}
#button.otherservices {
	margin-left: -20px;
}
#button.resources {
	margin-left: -20px;
}
#button.contact {
	margin-left: -23px;
}

/* HOMEPAGE */

#main-left {
	width: 550px;
	padding-top: 25px;
	padding-left: 60px;
	float: left;
	text-align: justify;
}
#main-right {
	width: 280px;
	padding-top: 0px;
	padding-left: 20px;
	float: left;
	margin-right: auto;
	margin-left: 0px;
	paddding-left: 100px;
        position: relative;
}
#items {
    position: relative;
}

#items a {
    position: absolute;
    left: -5px;
}

#signature {
	width: 142px;
	padding-top: 30px;
	padding-right: 0px;
	float: right;
	height: 30px;
}
#column-left {
	width: 245px;
	padding-top: 60px;
	padding-left: 70px;
	float: left;
}
#column-right {
	width: 245px;
	padding-top: 60px;
	padding-left: 0px;
	float: left;
}

#footer-left {
	width: 400px;
	padding-bottom: 30px;
	padding-left: 21px;
	float: left;
}
#footer-right {
	width: 100px;
	padding-bottom: 30px;
	padding-right: 13px;
	float: right;
}

/* BOOKKEEPING */

#contact-button {
	padding-top: 25px;
}
#contact-button-text {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#line {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #CCC;
	height: 1px;
	width: 306px;
}

/* CONTACT */

#contact-info {
	background-image: url(images/contact-form.png);
	height: 233px;
	width: 186px;
	padding-left: 120px;
	padding-top: 14px;
	background-repeat: no-repeat;

}
p.contact {
	font-size: 15px;
	color: #FFFFFF;
	display: inline;
	line-height: 50px;
}
