/* Reset */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	font:12px arial, verdana, helvetica, sans-serif;
	color:#dddddd;
	margin:0;
	padding:0;
	border-top:15px solid #001b37;
	background:url(../graphics/wrap-bg.jpg) #000000 top center repeat-x;
	}

#wrap {
	position:relative;
	margin:0 auto;
	width:994px;
	background-color:#ffffff;
	overflow:hidden;
	background:url(../graphics/inner-bg.jpg) #000000 top left no-repeat;
	}
	
#inner-wrap {
	float:left;
	width:964px;
	min-height:600px;
	padding-bottom:20px;
	margin:0 15px 0 15px;
	}

/* Typology */

li {
	margin-left:12px;
	list-style:disc inside;
	}
	
ul {
	margin-bottom:15px;
	}	

ul.list-indent {
	text-indent:-15px;
	margin-left:15px;
	}

h1 {
	float:left;
	width:693px;
	height:23px;
	font-size:20px;
	border-bottom:1px dotted #666666;
	margin:5px 0 20px 0;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	}
	
#home h1 {
	float:left;
	width:723px;
	height:23px;
	font-size:17px;
	border-bottom:none;
	margin:5px 0 13px 0;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	}

#results h1 {
	float:left;
	width:723px;
	height:23px;
	font-size:20px;
	border-bottom:1px dotted #666666;
	margin:5px 0 20px 0;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	}
	
h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	color:#dddddd;
	}

h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	color:#dddddd;
	}

h4 {
	font-size:15px;
	margin-bottom:10px;
	color:#001b37;
	text-transform:uppercase;
	font-weight:bold;
	}
	
h5 {
	float:left;
	width:170px;
	height:24px;
	margin-bottom:5px;
	padding:10px 0 0 10px;
	font-size:15px;
	color:#ffffff;
	background-color:#001b37;
	font-family:"Times New Roman", Times, serif;
	}
	
h6 {
	float:left;
	width:210px;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	color:#001b37;
	border-bottom:1px dashed #c7c7c7;
	margin-bottom:15px;
	}

a {
	color:#dddddd;
	text-decoration:none;
	}

a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

.dotted {
	color:#dddddd;
	text-decoration:none;
	border-bottom:1px dotted #666666;
	}

.dotted:hover {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	}

p {
	margin-bottom:15px;
	}
	
.margin-bottom {
	margin-bottom:15px;
	}
	
.small-print {
	font-size:10px;
	color:#666666;
	}
	
.blue {
	color:#001b37;
	}
	
.black {
	color:#000000;
	}
	
.grey {
	color:#999999;
	}
	
.times-new-roman {
	font-family:'Times New Roman', Times, serif; 
	font-size:16px; 
	font-style:italic;
	color:#ffffff;
	}
