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

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

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: #FFF;
}

/* Containers */
#wrap {
	width: 830px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/background.jpg) repeat-y;
	overflow: hidden;
	min-height: 100%;
}
#topCorner {
	background: url(../images/topcorner.jpg) top no-repeat;
	overflow: hidden;
	min-height: 100%;
}
#bottomCorner {
	background: url(../images/bottomcorner.jpg) bottom no-repeat;
	overflow: hidden;
	min-height: 100%;
	padding: 7px;
}
#header {
	height: 74px;
	min-height: 74px;
	border-bottom: 4px solid #007BC7;
}
#phone {
	float: right;
	width: 200px;
	padding: 50px 12px 0 0;
	text-align: right;	
}
#menu {
	height: 28px;
	min-height: 28px;
	text-align: center;
}
#flash {
	height: 200px;
	min-height: 200px;
	border-bottom: 4px solid #007BC7;
	background: #BDDCF0;
}
#headerImage {
	width: 610px;
	float: left;
}
#sidebar {
	width: 206px;
	float: right;
}
#blueNews {
	height: 94px;
	background: url(../images/blue-bkg.jpg) repeat-x;
	padding: 3px 0;
	margin-bottom: 20px;
}
.blueNewsRight {
	height: 54px;
	min-height: 54px;
	border-left: 1px solid #4BA1D7;
	float: left;
	width: 177px;
	padding: 20px 13px;
}
.blueNewscenter {
	height: 54px;
	min-height: 54px;
	border-left: 1px solid #4BA1D7;
	border-right: 1px solid #FFF;
	float: left;
	width: 176px;
	padding: 20px 13px;
}
.blueNewsleft {
	height: 54px;
	min-height: 54px;
	border-right: 1px solid #FFF;
	float: left;
	width: 177px;
	padding: 20px 13px;
}
#mainContainer {
	background: url(../images/center-tab.gif) repeat-y;
	overflow: hidden;
	min-height: 100%;
}
#leftContainer {
	float: left;
	width: 367px;
	padding: 10px;
}
#rightContainer {
	float: right;
	width: 367px;
	padding: 10px;
}
#clear {
	clear: both;	
}
#footer {
	border-top: 4px solid #CCC;
	text-align: center;
	margin-top: 20px;
}
#tabscontainer {
	padding: 10px;
}



/* Text */
.textLightGray {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
}
.textOrange {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-transform: uppercase;
}
.menu {
	font: bold 10px/28px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.menu a {
	color: #0075B2;
	text-decoration: none;
	padding: 0 12px;
}
.menu a:hover {
	color: #FF9900;
}
.menuSelected {
	font: bold 10px/28px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 12px;
	color: #FF9900;
}
.titleRed11 {
	font: bold 11px/15px Arial, Helvetica, sans-serif;
	color: #990000;
	text-transform: uppercase;
}
.titleBlack11 {
	font: bold 11px/15px Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
}
.textBlack12 {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #000;
}
.textGray11 {
	font: 11px/33px Arial, Helvetica, sans-serif;
	color: #666666;
}
.titleOrange {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FF9900;
	padding-bottom: 10px;
}
.textBlue {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #007BC7;
}
.textGray12 {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666666;
}
.titleRed12 {
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	color: #990000;
	text-transform: uppercase;
}
ul.textGray12 li.textGray12 {
	margin-left: 30px;
}
ol.textGray12 li.textGray12 {
	margin-left: 30px;
}
ul.textBlack12 li.textBlack12 {
	margin-left: 30px;
}


/* Images and Boxes */
.logo {
	margin: 5px 0 0 12px;
}
.blueBox1 {
	background: #BDDCF0 url(../images/1.gif) bottom left no-repeat;
	min-height: 80px;
	padding: 10px 10px 10px 27px;
}
.blueBox2 {
	background: #BDDCF0 url(../images/2.gif) bottom left no-repeat;
	min-height: 80px;
	padding: 10px 10px 10px 27px;
}