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

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
ul, ol, li {
	padding-left: 10px;
	margin-left: 10px;
}
body {
	background: #AFD2EA url(../images/background.jpg) top repeat-x;
	font: 14px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}



/* Containers */
#wrap {
	width: 1012px;
	padding-top: 15px;
}
#LeftContainer {
	float: left;
	width: 230px;
}
#rightContainer {
	float: right;
	width: 769px;
}
.clear {
	clear: both;
	height: 10px;
}
#logo {
	height:  100px;
	padding: 42px 0 55px 0;
}
#navigationContainer {
	margin-left: 25px;
}
#topBorder {
	background: url(../images/white-top.jpg) top no-repeat;
}
#bottomBorder {
	background: url(../images/white-bottom.jpg) bottom no-repeat;
}
#border {
	background: url(../images/white-center.png) repeat-y;
}
#padding {
	padding: 4px;
}
#flash {
	position: relative;
	background: url(../images/flash-header/04.jpg);
	min-height: 165px;
}
#flashBorder {
	width: 761px;
	bottom: -12px;
	position: absolute;
	background: url(../images/flash-border.png);
	height: 19px;
}
#blueBottom {
	width: 757px;
	background: url(../images/blue-bottom.jpg) bottom no-repeat;	
}
#mainContentWidth {
	width: 702px;
	padding: 30px 0 15px;
}
#logos {
	text-align: center;
	padding: 15px 0;
}
#logos img + img {
	margin-left: 75px;
}
#footer {
	margin: 5px 15px 0 0;
	background: url(../images/logo-small.jpg) right no-repeat;
	padding: 10px 140px 0 0;
	text-align: right;
	height: auto;
	min-height: 48px;
}


/* Text */
h1 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #281670;
}
.textBlue {
	color: #281670;
	font-weight: bold;
}
.text14Blue {
	color: #281670;
	font-size: 15px;
}
#footer, #footer a, #footer a:visited {
	font: 12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #281670;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.homeGallerySubtitle {
	color: #FFF;
	text-align: center;
	font-size: 22px;
}
.homeGallerySubtitle a {
	color: #FFF;
}
.smallText {
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}



/* Menu */
#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 400px;
	float: left;
	position: relative;
	z-index: 999;
	text-transform: uppercase;
	font: bold 12px/28px Arial, Helvetica, sans-serif;
}
ul#menu {
	border-top: 1px solid #000;
	width: 222px;
}
#menu li {
	padding:0;
	margin: 0;
	position:relative;
	width:222px;
	height:28px;
	z-index:999999;
	border-bottom: 1px solid #000;
}
.ie #menu li {
	margin: -1px 0 -2px;
}
#menu li dl {
	position:absolute;
	top:0;
	left:0;
	padding-bottom:0;
}
#menu li a, #menu li a:visited {
	text-decoration:none;
}
#menu li dd {
	display:none;
}
#menu dl {
	width: 184px;
	padding: 0;
	background: transparent;
}
#menu dt {
	padding: 0;
	position: relative;
	z-index: 999999;
	height: 28px;
}
#menu dd {
	padding: 1px 0 0;
	margin: 0;
	color: #281670;
	text-align:left;
	width:190px;
	float:right;
	clear:right;
	position: relative;
	top: -29px;
	left: 190px;
	z-index: 99999;
}
#menu dt a, #menu dt a:visited {
	display:block;
	color: #281670;
	text-align: left;
	padding:0 10px;
} 
#menu li a:hover {
	border:0;
}
#menu li:hover dd, #menu li a:hover dd {
	display:block;
}
#menu li:hover dl, #menu li a:hover dl {
	width:222px;
}
#menu li:hover dt a, #menu a:hover dt a {
	background: url(../images/menu-on.png) right repeat; 
}
#menu dt a.Selected {
	display:block;
	width: 202px; 
	background: url(../images/menu-on.png) right repeat; 
}

#menu dd a, #menu dd a:visited {
	background: #AFD2EA;
	color:#281670;
	padding: 0 0 0 25px;
	text-decoration:none;
	display:block;
	text-align:center;
	width:175px;
	text-align: left;
}
#menu dd a:hover{
	background: #AFD2EA url(../images/menu-on.png) left;
	color:#FFF;
}




/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.homeGallery {
	float: left;
	width: 330px;
	height: 140px;
	background: url(../images/home-gallery-bkg.png);
	padding: 10px 11px 11px 10px;
	position: relative;
}
.homeGallerySubtitle {
	position: absolute;
	bottom: 11px;
	width: 310px;
	padding: 15px 10px 5px;
	height: 25px;
	background: url(../images/home-gallery-subtitle.png) bottom no-repeat;
}
.imageborder {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px;
}
.default-input {
	border: 1px solid #ccc;
	padding: 2px;
	width: 150px;
}
.big-input {
	border: 1px solid #ccc;
	padding: 2px;
	width: 300px;
}
.buttonSubmit {
	background: #AFD2EA;
	padding: 4px 7px;
	color: #333;
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: 1px solid #333;
}
.backtomaingallery {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 4px 7px;
	background: #291670;
	border: 1px solid #333;
}
.backtomaingallery:hover {
color: #AFD2EA;
}
/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}

