

	.title {
	color: #066993;
}

/* Normalize
------------------------------------------- */
* 
{ padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 
{ font-size: 100%; }

ol,ul 
{ list-style: none; }

address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

table
{ border-collapse: collapse; border-spacing: 0; }

caption, th
{ text-align: left; }

fieldset, img, hr 
{ border: 0; }

q:before, q:after /* Remove quotation marks from q */
{ content: ''; }

a {
	color: #066993;
}

a:hover {
	color:#dd8505;
}

/* Body
------------------------------------------- */
body {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
background:url(images/backgr.png) repeat-x #0E2230;
}

#wrapper {
position:relative;
width:963px;
background:url(images/wrapperBackgr.png) no-repeat;
left:50%;
margin-left:-465px;
}

#cor {
padding:45px 0 15px 190px;
}

#topNav {
font-size: 13px;
width:650px;
height:30px;
margin: 0 0 0 110px;
}


#topNav ul li {
    float:left;
}

#topNav li.button #buttonLeftBackgr {
    width:10px;
    height:22px;
    background:url(images/menuButtonLeft.png);
    float:left;
}

#topNav li.button #buttonMiddleBackgr {
    height:19px;
    background:url(images/menuButtonMiddle.png) repeat-x;
    padding:3px 0 0 0;
    float:left;
}

#topNav li.button #buttonRightBackgr {
    width:10px;
    height:22px;
    background:url(images/menuButtonRight.png);
    float:left;
    margin: 0 10px 0 0;
}

#topNav li a { 
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

#topNav li a:hover { 
    color:#ff9600;
}

#logo {
    position:absolute;
    width:130px;
    height:130px;
    margin:10px 0 0 34px;
    z-index:1;
}

#mainContent {
    width:931px;
}

#mainContent #topBackgr {
    width:931px;
    height:14px;
    background:url(images/topContentBackgr.png);
    float:left;
}

#mainContent #bottomBackgr {
    width:931px;
    height:11px;
    background:url(images/bottomContentBackgr.png);
    float:left;
}

#mainContent #content {
    background:#fff;
    padding:0 20px 0 20px;
    float: left;
    width: 891px;
}

#content #left {
    width:360px;
    margin:15px 12px 10px 8px;
    float:left;
}

#content #left .thumbnail {
    width:84px;
    height: 84px;
    margin:3px;
    float:left;
}


#content #right {
    width:490px;
    margin:15px 10px 0 10px;
    float:left;
    background-color: #fff;
}

#right h1 {
    font-size:16px;
    font-weight:bold;
}

#right p {
    margin:0 0 14px 0;
}

#right #nextButton {
    width:200px;
    height:25px;
    font-weight:bold;
    margin:40px 0 0 280px;
}

#nextButton span {
    color:#c7c7c7;
}

#nextButton a {
    color:#dd8505;
    text-decoration:none;
}
	
#content img {
	padding-bottom:5px;
}
.clearboth {
	clear:both;	
}

#content h2 {
padding:10px 0 0 0;
}

.contentpadding {
margin:10px 0 50px 0;
}

#mainContent #mainImage {
    width:931px;
    height:366px;
    background:url(images/mainPageImageBackgr.png);
    float:left;
}

#mainContent #columns {
    width:890px;
    margin:0px;
    float:left;
}

#mainContent #column {
    width:276px;
    float:left;
    padding: 0 10px;
}

#column p {
    padding:0 0 10px 8px;
    width:270px;
}

#mainContent #columnHead {
    width:290px;
}

#columnHeadLeft {
    width:10px;
    height:36px;
    background:url(images/columnHeadLeft.png);
    float:left;
}

#columnHeadMiddle {
    width: 260px;
    height:30px;
    background:url(images/columnHeadMiddle.png);
    font-size:16px;
    font-weight:bold;
    color:#fff;
    padding:6px 0 0 5px;
    margin: 0 0 10px 0;
    float:left;
}

#columnHeadMiddle a {
    text-decoration: none;
    color: #fff;
}

#columnHeadMiddle a:hover {
    text-decoration: none;
    color: #ffc000;
}
			
#columnHeadMiddle #arrow {
    width:24px;
    height:24px;
    background:url(images/columnHeadArrow.png);
    float:left;
}

#columnHeadMiddle #text {
    margin:2px 0 0 10px;
    float:left;
}
		
#columnHeadRight {
    width:10px;
    height:36px;
    background:url(images/columnHeadRight.png);
    float:left;
}

#mainContent #title {
    width:521px;
    height:70px;
    padding:20px 0 0 410px;
    background:url(images/titleBackgr.png);
    font-size:24px;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    color: #DD8505;
}

.title a {
    text-decoration:none;
}

#footer {
    width:930px;
    height:60px;
    background:url(images/footerBackgr.png) no-repeat;
    font-size:12px;
    text-align:center;
    color:#7eacc2;
    padding:15px 0 0 0;
    float:left;
}

#footer a {
    color:#7eacc2;
    text-decoration:none;
}

#footer p {
    font-weight:bold;
    color:#305c72;
}

#submenu {
    margin: 0 0 0 400px;

}

#submenu .active {
    color:#ff9600;
}

.shiftedList {
    padding-bottom: 20px;
    padding-left: 40px;
}