/* CSS Document */

@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 {
	width: 978px;
	background: url(../images/background.jpg) top repeat-x;
}
li {
	list-style: square;
	margin-left: 15px;
}
ul, ol {
	margin-left: 15px;
}
/* Containers */
#topCorner {
	
	overflow: hidden;
	min-height: 100%;
	margin-top: 10px;
	padding-top: 9px;
}
#bottomCorner {
	border: 1px solid #ccc;
	overflow: hidden;
	min-height: 100%;
	margin-top: 13px;
}
#wrap {
	border-bottom: 5px solid #b50000;
	padding-bottom: 5px;
	background: #fff;
	overflow: hidden;
	min-height: 100%;
}
#logo {
	height: 38px;
	min-height: 38px;
	padding: 12px;
	border-top: 5px solid #00007b;
}
#banner {
	height: 190px;
	min-height: 190px;
	text-align: center;
} 

#menu {
	margin: 0 5px;
	position: relative;
	z-index: 3500;
}
#search {
	float: right;
	height: 20px;
	margin: 5px;
	width: 230px;
	text-align: right;
	border-left: 1px dotted #CCC;
}
#mainText {
	border-top: 1px solid #CCC;
	margin: 0 5px;
	padding-top: 5px;
	overflow: hidden;
	min-height: 100%;
	clear: both;
	border-top: 1px solid #CCC;
}
#mainTextIndex {
	border-top: 1px solid #CCC;
	margin: 0 5px;
	padding-top: 5px;
	overflow: hidden;
	height: 249px;
	min-height: 249px;
	clear: both;
}
#leftIndex {
	width: 374px;
	float: left;
}
#rightIndex {
	width: 537px;
	float: right;
	height: 207px;
	min-height: 207px;
	background: #F8F8F8;
	border: 1px solid #999;
	padding: 20px;
}
#text {
	background: #F8F8F8;
	border: 1px solid #999;
	padding: 20px 20px 0;
	overflow: hidden;
	min-height: 100%;
}
#textContainer {
	background: url(../images/tab.jpg) right repeat-y;
	overflow: hidden;
	min-height: 100%;
}
#textContent {
	float: left;
	width: 680px;
	position: relative;
	z-index: 1000;
}
#testimonials {
	float: right;
	width: 195px;
	padding-left: 20px;
}
#copyright {
	text-align: center;
	padding: 5px;
}
#clear {
	clear: both;
	height: 20px;
	min-height: 20px;
	background: #F8F8F8;
}
#contactleft {
	width: 300px;
	float: left;
	border: 1px solid #ccc;
	padding: 7px;
}
#contactright {
	width: 300px;
	float: right;
	border: 1px solid #ccc;
	padding: 7px;
}
#webdesign {
	float: right;
	width: 250px;
}

/* Text */
.menu {
	font: bold 10.5px/34px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.menu a {
	color: #999;
	text-decoration: none;
	padding: 0 8px;
}
.menu a:hover {
	color: #B50000;
}
.menuSelected {
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #B50000;
	padding: 0 8px;
}
.search {
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999;
}
.button {
	font: bold 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	background: #999;
	padding: 4px;
}
.button a {
	color: #FFF;
}
.titleRed {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #B50000;
}
.text {
	font: 12px/18px Arial, Helvetica, sans-serif; 
	color: #333;
}
.text2 {
	font: 14px/18px Arial, Helvetica, sans-serif; 
	color: #333;
}
.text a {
	color: #333;
}
.copyright {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}
.titleBlue {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #00007B;
}
.titleBlueBullet {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #00007B;
	background: url(../images/bullet.png) left top no-repeat;
	padding-left: 10px;
	text-transform: uppercase;
}
.testimonials {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.webdesign {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999;
}
.webdesign a {
	text-decoration: none;
}

/* Images and Boxes */
.form {
	height: 19px;
	min-height: 19px;
	background: #CCC;
	width: 120px
}