﻿/* Set default margin and padding to fix cross-browser compatibility issues.    */
*{margin:0; padding:0;}


body
{
	width:100%;
	margin:0 0;
	background-color:#fff;
}

h2
{
	margin-bottom:10px!important;
}

h4
{
    margin: 0 0 5px 0;
    padding: 3px 0 3px 3px;
    font: bold 12px Times, serif;
    color: #891300;
    border-top: 0;
    border-bottom: 1px dotted #dddad9;
}

#container
{
    width: 100%;
}

div.banner-extension
{
    background: url(_res/img/banner_extend.png) top left repeat-x; /*width: 1300px;*/
    width: 100%;
}

#branding-logo
{
	width:100%;
	background: url(../img/bg_banner.png) top left repeat-x;
}

#content
{
    background: url(../img/design/bg-content.png) top left no-repeat;
    padding:0 0;
    font-size: 11px;
}

#content li
{
    line-height: 100%;
}

#welcome
{
	float:left;
	width:220px;
	min-height:400px;
	display:block;
	padding:10px 10px;	
	margin-bottom:1px;
	font-size:12px;
	background:#f7f7f7 url(../img/bg_welcome.gif) bottom left no-repeat;
	border-right:dotted 1px #acacac;
}

div.category
{
	float:left;
	width:525px;
	height:420px;
	margin:1px 5px 0 0;
	background: url(../img/bg_report_header.gif) bottom repeat-x;
}

div.category .description
{
	text-align:left;
	color:#252525;
}

div.category ul
{
	margin:0 0;
	list-style:none!important;
}

div.category li
{
	margin-bottom: 5px;
	margin-left:10px; 
	padding-left:12px;
	background: url(../img/icon_arrow.gif) center left no-repeat;
}

div.category a
{
	font-weight:bold;
	color:#2062a6;
	text-decoration:none;
}

div.category .description
{
	text-align:left;
	color:#252525;
}

#footer
{
	width:100%; 
	padding-top:10px;
	height:225px;
	text-align:center;
	background: url(../img/bg_footer.gif) top left repeat-x;
}

#legal
{
	height:40px;
	width:650px;
	padding: 15px 65px;
	background: url(../img/consular.gif) center left no-repeat;
}

#legal-info
{
	border-left:solid 1px #898989;
	padding-left:10px;
	font-size:10px;
	text-align:left;
	color:#252525;
}

#legal-info a
{
	color: #0600e6;
    margin-right:5px;
    padding-right:13px;
    background: url(../img/external.gif) right no-repeat;
}

#visa div.category-header
{
	padding:15px 25px;
	margin-bottom:-20px;
	min-height:50px;
	font: bold 14px Times, serif;
	color:#FFF!important;	
	background: url(../img/bg-visa.png) top left no-repeat;
}

#passport div.category-header
{
	padding:15px 10px;
	margin-bottom:-20px;
	min-height:50px;
	font: bold 14px Times, serif;
	color:#FFF!important;	
	background: url(../img/bg-passport.png) top left no-repeat;
}

div.section
{
	padding-left:5px;
}

div.section a
{
	font-size:12px;
}

div.section li
{
	margin-bottom:15px;
}

div.website
{
	background: url(../img/bg_report_header.gif) bottom repeat-x;
}

input.blankbluebutton
{
    color: Navy;
    background: url(../img/blankbluebutton.gif) 0 0 no-repeat;
    padding: 3px 3px 3px 3px;
    width: 205px;
    height:22px;
    text-align:center;
    display: block;
    background-color: transparent;
    border: 0;
    padding: 0;
    text-transform: none;
    border-color:Silver;
    font-weight: bold;
    font-size: 11px;
    float:inherit;
    cursor: pointer;

}

      
