/* CSS Document */
html{
	min-height:100%;
	padding-bottom:1px;
}

body {
	background: #d3e0e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #626262;
}

*{
	padding:0;
	margin:0;
}
img{ border:none;
}
a{ border:0; color: #ff0000; }
.clear{
	clear:both;
	font-size:1%;
	height:1%;
}

div#container{
	margin:20px auto;
	width:740px;
	background:#ffffff;
	padding:25px 25px;

	/* height hack for IE6/7, Mozilla, Safari */
	min-height:500px;
	height:auto !important;
	height:500px;

}

q {font-style: italic; }
li { margin: 0 0 5px 20px; }

h1 { color: #f00019; font-size: 1.6em; clear: both; font-family: arial, sans-serif;}
h2 {
	font-size:1.2em;
	padding:10px 0 2px 0 ;
	clear: both;
	font-size: 1.1em;
	color: #444;
}
h3 {
	font-size:1.1em;
	padding:5px 0 2px 0 ;
	clear: both;
	font-size: 1.1em;
	color: #444;
}

div#container div.left{
	float:left;
	width:68%;
}

div#container div.right{
	float:right;
	padding-top:0px;
	text-align:left;
	
}

p { font-size: 1em; margin: 2px 0 10px; }
p.footnote { font-size: 0.9em; }

.doublecol h2 {
	color: #f00019;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 20px;
}

/***** Award list with thumbnail ****/


.clearfix { clear: both; }
.clearfix:after {
    content : "."; 
    display : block; 
    height : 0; 
    clear : both; 
    visibility : hidden;
}

ul.thumbnails { list-style: none !important; padding-left: 0; clear: both;}
ul.thumbnails li { float: left;  width: 200px; display: block; margin: 0 10px 10px 0; background: none; padding: 0; }
ul.thumbnails li a img {display: block; margin-bottom: 5px;  }
ul.thumbnails li.break { clear: left; }
ul.small li { width: 100px !important; }

/***** Header replace ******/
h1#dunhill span{background:url(../images/Dunhill/title_dunhill.gif) no-repeat;}

