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

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/
/*  Do not comment this section  */
 #WhiteColumnWide {
	display: block;
}


/*  Uncomment this section for layout04 */

#grayColumnWide, #grayColumnWide, #WhiteColumnNarrow, #WhiteColumnWide {
	display: none;
}

/*  Uncomment this section for layout 05 */
/*
#blueColumn, #grayColumnNarrow, #WhiteColumnNarrow, #WhiteColumnWide {
	display: none;
}

/*  Uncomment this section for layout 06 */
/*
#blueColumn, #grayColumnNarrow, #bannerSection, #grayColumnWide, #WhiteColumnWide {
	display: none;
}


/*  Uncomment this section for layout 06 */
/*
#blueColumn, #grayColumnNarrow, #bannerSection, #yellowColumn, #grayColumnWide, #WhiteColumnNarrow {
	display: none;
}
*/




/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
ul, ol {
	padding-left: 10px;
	margin-left: 15px;
}
body {
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #333;
}


/* Containers */

/* Main Template */
#wrap {
	width: 910px;
}
#firstSection 
{    
	background: url(../images/top-bkg.jpg) top repeat-x;
	height:26px;
}
#breadCrumbs {
	float: left;
	width: auto;
	margin-left: 30px;
}
#logout {
	float: right;
	width: auto;
	margin-right: 30px;
	text-align: right;
}
#secondSection {
	height: 95px;
}
#logoContainer {
	float: left;
	width: auto;
	padding: 20px 0 0 5px;
}
#loginBkg {
	float: right;
	width: 237px;
	height: 87px;
	background: url(../images/login-box.jpg) top right no-repeat;
	margin-top: 2px;
}
#loginBox {
	padding: 8px 8px 0px 40px;
	overflow: hidden;
}
#slogan {
	float: right;
	width: auto;
	margin: 38px 15px 0 0;
}
#thirdSection {
	background: url(../images/side-shadows.jpg) repeat-y;
}
#topShadow {
	background: url(../images/top-shadows.jpg) top no-repeat;
}
#bottomShadow {
	background: url(../images/bottom-shadows.jpg) bottom no-repeat;
	padding: 0 7px;
}
#navigationBar {
	height: 31px;
	clear: both;
	padding-top: 4px;
	padding-bottom:2px;
}
#footer {
	text-align: center;
	margin: 5px 15px;
	padding: 3px;
	height: auto;
	min-height: 13px;
	background: url(../images/logo-small.jpg) right top no-repeat;
	font-size: 12px;
	line-height: 100%;
}
.padding {
	padding: 15px;
}
.clear {
	clear: both;
	height: 7px;
}
/* Sub Templates */
/* Banner Section */
#bannerSection {
	height: 236px;
	margin-bottom: 2px;
}
#bannerContainer {
	float: left;
	width: 663px;
}
#testimonial {
	float: right;
	width: 231px;
	height: 236px;
	overflow: hidden;
}
/* Three Columns */
#blueColumn {
	background: #004F91;
	float: left;
	width: 270px;
	margin-right: 2px;
}
#blueColumnTop {
	background: url(../images/top-blue.jpg) top no-repeat;
}
#blueColumnBottom {
	background: url(../images/bottom-blue.jpg) bottom no-repeat;
}
#grayColumnNarrow {
	background: #EDEDED;
	float: left;
	width: 665px;
}
#grayColumnNarrowIndex{
	background: #EDEDED;
	float: left;
	width: 391px;
}
#grayColumnNarrowTop {
	background: url(../images/top-gray-narrow.jpg) top no-repeat;
}
#grayColumnNarrowBottom {
	background: url(../images/bottom-gray-narrow.jpg) bottom no-repeat;
}
#yellowColumn {
	background: #FFA700;
	float: right;
	width: 231px;
}
#yellowColumnTop {
	background: url(../images/top-yellow.jpg) top no-repeat;
}
#yellowColumnBottom {
	background: url(../images/bottom-yellow.jpg) bottom no-repeat;
	padding: 2px;
}
#yellowColumnDegrade {
	background: url(../images/white-degrade.png) top left no-repeat;
	padding: 13px 8px 8px;
}
#grayColumnWide {
	background: #EDEDED;
	float: left;
	width: 663px;
}
#grayColumnWideTop {
	background: url(../images/top-gray-wide.jpg) top no-repeat;
}
#grayColumnWideBottom {
	background: url(../images/bottom-gray-wide.jpg) bottom no-repeat;
}
#WhiteColumnNarrow {
	float: left;
	width: 643px;
}
#WhiteColumnWide {
	padding-right: 10px;
}



/* Text */
.strongBlue, .strongBlue a, .strongBlue a:visited {
	font: bold 12px/31px Arial, Helvetica, sans-serif;
	color: #074E90;
	text-decoration: none;
}
.strongBlue a:hover {
	color: #FFF;
}
#logout.strongBlue a, #logout.strongBlue a:visited {
	padding-right: 10px;
	background: url(../images/bullet-blue.png) right no-repeat;
}
#logout.strongBlue a:hover {
	background: url(../images/bullet-white.png) right no-repeat;
}
.testimonials {
	line-height: 17px;
}
.textWhite {
	color: #FFF;
	line-height: 18px;
}


/* Menu */
#navigation a {
	color: #FFF;
	text-decoration: none;
	padding-left: 12px;
	font: normal 13px/29px Arial, Helvetica, sans-serif;
	margin: 0 8px;
}
.getko #navigation a {
	margin: 0 7px;
}

#navigation a span {
	padding-right: 12px;
}
#navigation a, #navigation a span {
	display: block;
	float: left;
}
/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none;
}
/* End hide */

#navigation a:hover {
	  color: #ffa700;
}
#navigation a.selected 
 {  
    color: #004F91; 
	background: #FFF url(../images/menu-left.jpg) left top no-repeat;
	padding-left: 12px;
 }
#navigation a:hover span{
}
#navigation a.selected span {
	background: url(../images/menu-right.jpg) right top no-repeat;
	padding-right: 12px;
}
#navigation ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#navigation li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	float: left;
}




/* Images and Boxes */

input.smallBox {
	width: 100px;
}
input.mediumBox {
	width: 205px;
	margin-bottom: 5px;
}
textarea {
	height: 100px;
	width: 205px;
	margin-bottom: 5px;
}
input, textarea {
	outline: none;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px;
	font-size: 10px;	
}
input:focus, textarea:focus {
	border: 1px solid #004F91;
	background: #E6EEF4;
}
label {
	color: #004F91;
	font-size: 13px;
}
#loginBox label{
	font-size: 12px;
}


.buttons {
	font: bold 10px/20px Arial,Verdana,sans-serif;
	text-transform: uppercase;
}
.buttons a {
	background: url(../images/button.png) left no-repeat;
	padding: 3px 5px 3px 10px;
	margin-right: 5px;
	color: #FFF;
	text-decoration: none;
}
.buttons a:hover {
	color: #FFA700;
}
.buttons span {
	background: url(../images/button-span.png) right no-repeat;
	margin-right: -5px;
	padding: 3px 0;
}




/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}

