@charset "utf-8";
/* CSS Document */

/*
Design & CSS by Barbara Carneiro
www.barbaracarneiro.com
*/

/* Main */
* {
	behavior: url(iepngfix.htc);
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: url(../images/body-bkg2.png) top repeat-x;
	width: 820px;
	padding-top: 15px;
}
ul {
	padding-left: 15px;
	list-style: url(../images/bullet.png);
}

/* Containers */
#topcorner {
	background: url(../images/topcorner.png) no-repeat;
	height: 15px;
	min-height: 15px;
}
#mainWrap {
	background: url(../images/background01.png) repeat-y;
	height: 100%;
	overflow: hidden;
	padding: 0 5px;
}
#bottomcorner {
	background: url(../images/bottomcorner.png) no-repeat;	
	padding-top: 20px;
	text-align: center;
}
#logo {
	height: 140px;
	min-height: 140px;
	text-align: right;
	padding: 5px 20px 5px 10px;
}
#banner {
	height: 175px;
	min-height: 175px;
}
#bannerHome {
	height: 245px;
	min-height: 245px;
}
#menu {
	height: 40px;
	min-height: 40px;
	background: #000;
	padding-left: 40px;
}
#container02 {
	background: url(../images/background02.png) repeat-y;
	padding: 0 25px 10px 30px;
	overflow: hidden;
	height: 100%;
}
#container03 {
	background: url(../images/background03.png) bottom repeat-x;
	margin-top: 30px;
	overflow: hidden;
	height: 100%;
}
#leftContent {
	float: left;
	width: 470px;
}
#rightContainer {
	float: right;
	width: 226px;
}
#topQuote {
	background: url(../images/topquote.png);
	height: 10px;
	min-height: 10px;
}
#Quote {
	background: #D9E126;
	padding: 5px 15px;
}
#bottomQuote {
	background: url(../images/bottomquote.png);
	height: 10px;
	min-height: 10px;
}
#rightContent {
	padding: 20px 10px 5px;
}

/* Text */
.textBlue {	
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #006699;
	text-transform: uppercase;
}
.textBlack {
	font: 12px/19px Arial, Helvetica, sans-serif;
	color: #000;
}
.textBlue12 {	
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #006699;
}
.menu {
	font: bold 11px/40px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.menu a {
	color: #FFF;
	text-decoration: none;
	padding: 13px 10px;
}
.menu a:hover {
	background: url(../images/menuBullet.png) bottom center no-repeat;
}
.menuSelected {
	font: bold 11px/40px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	padding: 13px 10px;
	background: url(../images/menuBullet.png) bottom center no-repeat;
}
.copyright {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
}
/* Images and Boxes */
.quoteform {
	width: 138px;
	height: 19px;
	min-height: 19px;
	border: 1px solid #CCC;
	margin: 1px;
}
ul, li, ol {
	margin-left: 20px;
}
.imagesborder {
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}