@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: #000 url(../images/background.png) top repeat-x;
	width: 933px;
}
ul {
	padding-left: 10px;
	margin-left: 10px;
	list-style: outside;
}
ul ul{
	padding-left: 10px;
	margin-left: 10px;
	list-style: circle;
}
ol {
	padding-left: 10px;
	margin-left: 10px;
	list-style: outside;
}
ol ol{
	padding-left: 10px;
	margin-left: 10px;
	list-style: lower-alpha;
}


/* Containers */
#mainWrap {
	width: 933px;
}
/* ------ begin header ------ */
#header {
	width: 933px;
	height: 165px;
	min-height: 165px;
	margin-bottom: 4px;
	overflow: hidden;
}
#logo {
	float: left;
	position: relative;
	z-index: 20;
	padding: 10px 0 0 10px;
	top: -165px;
	width: 351px;
}
#flash {
	width: 700px;
	float:right;
}
/* ------ end header ------ */

/* ------ begin menu ------ */
#menuBar {
	width: 933px;
	padding-top: 13px;
	height: 28px;
	min-height: 28px;
	clear: both;
	margin-bottom: 8px;
}
#menuToll {
	float: right;
	width: 180px;
	padding-right: 10px;
	text-align: right;
}
#menu {
	float: left;
	width: 730px;	
}
#menuLeft {
	float: left;
	background: url(../images/menuLeft.png) no-repeat;
	height: 28px;
	min-height: 28px;
	width: 7px;
}
#menuBkg {
	float: left;
	background: url(../images/menuBkg.jpg) repeat-x;
	height: 28px;
	min-height: 28px;
	width: 716px;
	text-align: center;
}
#menuRight {
	float: left;
	background: url(../images/menuRight.png) no-repeat;
	height: 28px;
	min-height: 28px;
	width: 7px;
}

/* ------ end menu ------ */

/* ------ begin text ------ */

#TextWrap {
	width: 933px;
	clear: both;
}
#ThreeColumnTop {
	height: 6px;
	min-height: 6px;
	background: url(../images/ThreeColumnTop.png) top no-repeat;
}
#ThreeColumnBkg {
	overflow: hidden;
	height: 100%;
	background: url(../images/ThreeColumnBkg.png) repeat-y;
}

#ThreeColumnBottom {
	height: 6px;
	min-height: 6px;
	background: url(../images/ThreeColumnBottom.png) no-repeat top;
	text-align: right;
}
#TwoColumnTop {
	padding-top: 6px;
	overflow: hidden;
	min-height: 100%;
	background: url(../images/TwoColumnTop.png) top no-repeat;
}
#TwoColumnBkg {
	overflow: hidden;
	height: 100%;
	background: url(../images/TwoColumnBkg.png) repeat-y;
}

#TwoColumnBottom {
	padding-bottom: 6px;
	overflow: hidden;
	min-height: 100%;
	background: url(../images/TwoColumnBottom.png) no-repeat top;
}
#leftColumn {
	float: left;
	width: 170px;
	margin-right: 9px;
	padding: 10px 10px 10px 13px;
}
#middleColumn {
	float: left;
	width: 478px;
	padding: 10px 25px;
}
#middleAndRightColumn {
	float: left;
	width: 670px;
	padding: 10px 25px;
}
#RightColumn {
	float: right;
	width: 172px;
	padding: 10px;
	margin-top: 153px;
}
#winterOlympics {
	width: 933px;
	overflow: hidden;
	height: 100%;
	background: url(../images/winterOlympics.jpg) top right no-repeat;
}
#login {
	border: 1px solid #CCC;
	padding: 1px;
	background: #E8E8E8;
}
#footer {
	width: 893px;
	clear: none;
	padding: 10px 20px;
}


/* Text */
.text {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.white12 {
	font: bold 12px/27px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
}
.goldToll {
	font: bold 12px/27px Arial, Helvetica, sans-serif;
	color: #CA9B38;
	text-transform: uppercase;
}
.gold14 {
	font: bold 14px/27px Arial, Helvetica, sans-serif;
	color: #CA9B38;
	text-transform: uppercase;
}
.gold12 {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #CA9B38;
}
.menu {
	font: bold 11px/28px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.menu a {
	color: #000;
	text-decoration: none;
	padding: 8px 7px;
}
.menu a:hover {
	color: #FFF;
	background: url(../images/menuOn.jpg) repeat-x;
}
.menuSelected {
	font: bold 11px/28px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	background: url(../images/menuOn.jpg) repeat-x;
	padding: 8px 7px;
}

.testimonials {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #666666;
}
.gray11 {
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #666666;
}
.BoxTitle {
	font: bold 11px/22px Arial, Helvetica, sans-serif;
	color: #003366;
	background: #748DA7;
	text-transform: uppercase;
	padding-left: 3px;
}
.BoxLogos {
	background: #FFFFFF;
	padding: 3px;
}
.Boxtext {
	font: 11px/22px Arial, Helvetica, sans-serif;
	color: #003366;
	padding-left: 3px;
}
.footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
}
.logos {
	padding: 2px;
}

ul.text li.text {
	margin-left: 20px;
}
ol.text {
	margin-left: 20px;
}

/* Images and Boxes */
.field {	
	width: 88px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 0 2px;
}
.bt-go {
	padding: 3px;
}
.padding {
	padding: 3px;
	background: #ccc;
}
.paddingWhite {
	margin: 3px 3px 3px 8px;
	border: 3px solid #AAA;
}