/***** Global *****/
* {
	margin: 0px;
	padding: 0px;
}	
body {
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #333;
    background-position: 230px 0;
    background-repeat: no-repeat;
	
}
a {
	color: #333;
}
a:hover {
    color: #0057a3;
}

/***** Layout *****/

#pageTop {
	background: #fff url('img/pageTop.jpg') repeat-x 0 -30px;
	height: 13px;
	position: fixed;
	width: 100%;
	z-index: 100;
}	
#pageTop img.logoTop {
	margin-top: 11px;
	margin-left: 10px;
}	
	
#wrapper {
	width: 990px;
}	
#left, #right {
    margin-bottom: 20px;
}
#left {
	width: 200px;
	float: left;
	background: #eee url('img/sidebarBg.jpg') no-repeat 1px bottom;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 120px;
	padding-bottom: 20px;
	
}
#right {
	float: right;
    width: 750px;
    padding-top: 200px;
	
}

#nav {
	width: 200px;
	/*border: 1px #be2d1a solid;*/
}	

#logo {
	width: 200px;
	border-bottom: 3px solid #CCC;
}
#content {
	display: block;
	/*top: 110px;*/
	padding: 20px;
}	
.footerImgMask {
    width: 310px;
    height: 308px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left : 30px;
}

/***** Boxes *****/
.box {
	width: 200px;
    border: 1px #ccc solid;
    background: #fff url('img/boxHeader.gif') repeat-x;
    margin-top: 20px;
    font-family: arial, sans-serif;
    
}
.box h1 {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    background-repeat: no-repeat; 
    background-position: top right;
    height: 30px;
    margin-top: 2px;
    margin-left: 6px;
    margin-right: 5px;
    
}
a.downloadArea {
	width: 600px;
	height: 25px;
	background: url('img/downloadBg.gif') no-repeat;
	display: block;
	padding-top: 23px;
	text-decoration: none;
	padding-left: 50px;
	margin-bottom: 20px;
	color: #333;
	font-weight: bold;
	
}	
a.downloadArea:hover {
	text-decoration: underline;
	
}
.speech {
	width: 298px;
	height: 226px;
    background: url('img/speech.jpg') no-repeat;
    padding: 0px 20px;
    clear: right;
    float: right;
}
	

#content a.projectBox {
	display: block;
	float: left;
	width: 185px;
	height: 225px;
	background: url('img/projectBox.jpg') no-repeat;
	margin-left: 30px;
	text-decoration: none;
}		
#content a.projectBox h1 {
	background: none;
	color: #0057a3;
	font-size: 12px;
	margin-top: 9px;
	margin-left: 0px;
	padding-left: 30px;
	font-weight: normal;
}
#content a.projectBox img {
	margin-left: 15px;
	margin-top: -60px;
	border: 0;
}
  

/***** Boxes: News list *****/
.box ul.news {
    list-style-type: none;
    font-size: 10px;
    margin: 0px;
    padding: 0 5px;
}
.box ul.news li {
	margin: 0px;
	padding-bottom: 10px;
}	    
.box ul.news {
    list-style-type: none;
}
.box ul.news li span {
    color: #be2d1a;
}
.box ul.news li a {
    font-size: 11px;
    font-weight: bold;
}

/***** Boxes: Downloads list *****/
div#download-container {
	height: 200px;
	overflow: auto;
}	
.box ul.downloads {
    list-style-type: none;
    font-size: 10px;
    margin: 0px;
    padding: 0 5px;
}
.box ul.downloads li {
    margin: 0px;
    padding-bottom: 10px;
}       
.box ul.downloads {
    list-style-type: none;
}
.box ul.downloads li a {
    font-size: 11px;
    font-weight: bold;
    color: #be2d1a;
}

/***** Content Area *****/
#content h1 {
	font-size: 20px;
	color: #be2d1a;
	background: url('img/h1Bullet.gif') no-repeat;
	padding-left: 35px;
	padding-top: 1px;
	margin-top:0px;
	
}

.projectBox h1 {
	font-size: 20px;
	color: #be2d1a;
	background: url('img/h1Bullet.gif') no-repeat;
	padding-left: 35px;
	padding-top: 1px;
	margin-bottom: 60px;
	min-height: 25px;
	/*  */
	margin-top:-90px;
	
}



#content h2 {
    font-size: 16px;
    background: url('img/h2Bullet.gif') no-repeat;
    padding-left: 30px;
    height: 25px;
    padding-top: 1px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #0057a3;
}
#content p, #content ul {
	margin-bottom: 15px;
	line-height: 20px;
}	
#content li {
    margin-left: 1.6em;
}
#textSpace {
    border-left: 5px #dbe9f4 solid;
    padding-left: 10px;
}
.inset {
    float: right;
    clear: right;
    margin: 0px 0px 10px 10px;
}    
ul.tickBullet {
    list-style-type: none;
    margin-left: 20px;
}
ul.tickBullet li {
	background: url('img/tickBullet.jpg') no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

/***** User Defined Elements *****/
table.agent {
    width: 100%;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    border-spacing: 0px;
    background-color: #eee;
    
}
table.agent tr td  {
    vertical-align: top;
    padding: 5px;
    border-bottom: 2px #ccc solid;
    
}
table.agent tr:first-child  {
    background-color: #fff;
    font-weight: bold;
}

/***** Dropdown content *****/

a.countryElement {
	display: block;
    font-size: 16px;
    background: #e4e4e4 url('img/h2Bullet.gif') no-repeat 5px 5px;
    padding: 6px 5px 5px 30px;
    font-weight: bold;
    text-decoration: none;
    border: 2px #fff solid;
}
#content #textSpace div.hiddenElement {
	display: none;
}
#content #textSpace div.hiddenElement p {
	margin: 0px;
	padding: 0px;
}	
	 
	 



	 

#footer {
    clear: both;
    margin: 20px 0 20px 0;
    border-top: 1px solid #666;
    padding-top: 10px;
}
#footer img {
    float: left;
    margin-right: 10px;
    border: 0;
}
#footer p {
    font-size: 0.8em;
}
#footer a {
    text-decoration: none;
}



.detail {
	background-color:#FFFFFF; border:1px solid #CCCCCC; margin-bottom:10px;
}

.detail h4 {
	background-color:#BE2D1A; color:#FFFFFF; 
	padding:5px; font-family:Arial, Helvetica, sans-serif;
}
/* FORCE AGENTS TO USE FIXED SIZE FONT AND TEXT */
.agents td, .agents p, .agents span {
	font-size: 10pt !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #666 !important;
}
h1.title {
	width: 410px;
}