body {
	margin:0;
	padding:0;
	color:#333;
	font-size:0.8em;
	line-height:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#290c08;
	/*background-image: url(../images/style/bg.gif);*/
	background-repeat: repeat-x;
}
a {
	text-decoration:none;
	color:#660066;
}
a:hover {
	text-decoration:underline;
}
.imagelink {
	border:none;
}
h2 {
	margin-top:0;
	font-weight:700;
	font-size:2em;
	font-style:italic;
}
h2 span {
	font-weight:400;
	color:#666;
	text-align:right;
	font-size:0.9em;
}
h3 {
	color:#333333;
	font-weight:bold;
	font-size:1em;
	margin: 1em 0 0.5em 0;
	display: block;
	border-bottom: 1px #999 dotted;
}
h4 {
	color:#333;
	font-weight:normal;
	font-size:1.4em;
}
#container {
	width:768px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	text-align:left;
	margin-bottom: 0.5em;
	margin-top: 1em;
	border: 0px #4b1c18 solid;
}
/************************** Top (Above Header) **************************/

#top {
	margin:0;
	text-align:right;
	font-size:0.9em;
	height:2em;
}
#top a {
	color:#666;
}
#top ul {
	margin:0;
	padding:0 1em;
	list-style:none;
}
#top ul#toprightlinks {
	float:right;
}
#top ul#toprightlinks li a {
	color:#333;
}
#top ul li {
	display:block;
	float:left;
	padding:0.4em 1em;
}
/************************** Header **************************/

#header {
	margin:0;
	padding:0;
}
#header h1 {
	background-repeat:no-repeat;
	height:220px;
	width:768px;
	margin:0;
	padding:0;
	clear: both;
}
#header h1 span {
	display:none;
}
#header h1#paris01 {
	background-image: url(../images/style/header_paris_01.jpg);
}
#header h1#paris02 {
	background-image: url(../images/style/header_paris_02.jpg);
}
#header h1#paris03 {
	background-image: url(../images/style/header_paris_03.jpg);
}
/************************ CLEARFIX ************************/

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	display: inline;
}
/* Hides from IE-mac \*/
* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}
/* End hide from IE-mac */


/************************** Navigation Menus **************************/

#nav {
	padding:0;
	list-style:none;
	float:left;
	width:16em;
	margin:1em 0 1em 1em;
	clear:left;
	text-align: right;
	color: #CC0000;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #f1d9ba;
}
#nav li {
	position:relative;
	float:left;
	line-height:1.25em;
	width:16em;
	border-bottom:1px solid #f1d9ba;
}
#nav li ul {
	position:absolute;
	left:-999em;
	margin-left:22em;
	margin-top:-2.9em;
}
#nav li ul ul {
	left:-999em;
}
#nav li a {
	color:#333333;
	line-height:1.8em;
	display:block;
	padding:0.5em 1.5em;
}
#nav li a:hover {
	padding:0.5em 1.5em;
	text-decoration:none;
	background-color: #f5e4cd;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left:-999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left:auto;
}
#nav .spacer {
	height:1em;
	background-color:#FFF;
}
#nav .nonpublic a {
	font-size:0.9em;
	text-transform:uppercase;
}
#nav .nonpublic a:hover {
	color:red;
	background-color:#fcc;
	padding:0.5em 1.5em 0.5em 1em;
	border-left:1.5em solid red;
	text-decoration:none;
}
/************************** Home Content - Default **************************/

#homecontent {
	margin:1em 1.5em 0.5em 1.5em;
	background-color:#f0f0f0;
	border-bottom:1.5em solid;
}
.incident_image {
	float:left;
	width:20em;
	height:13em;
	margin:1em;
	background-color:#CCCCCC;
}
.incident_content {
	margin:0 1.5em 1em 22.5em;
}
.incident_title {
	float:left;
}
.incident_hotline {
	text-align:right;
}
/************************** Home Content - Incident One & Six - Purple **************************/

#incident_one, #incident_six {
	margin:1em 1.5em 0.5em 1.5em;
	background-color:#f0f0f0;
	border-bottom:1.5em #660066 solid;
}
#incident_one h2, #incident_one a, #incident_six h2, #incident_six a {
	color:#660066;
}
/************************** Home Content - Incident Two & Seven - Orange **************************/

#incident_two, #incident_seven {
	margin:1em 1.5em 0.5em 1.5em;
	background-color:#f0f0f0;
	border-bottom:1.5em #ff6600 solid;
}
#incident_two h2, #incident_two a, #incident_seven h2, #incident_seven a {
	color:#ff6600;
}
/************************** Home Content - Incident Three & Eight - Red **************************/

#incident_three, #incident_eight {
	margin:1em 1.5em 0.5em 1.5em;
	background-color:#f0f0f0;
	border-bottom:1.5em #ff0000 solid;
}
#incident_three h2, #incident_three a, #incident_eight h2, #incident_eight a {
	color:#ff0000;
}
/************************** Home Content - Incident Four & Nine - Blue **************************/

#incident_four, #incident_nine {
	margin:1em 1.5em 0.5em 1.5em;
	background-color:#f0f0f0;
	border-bottom:1.5em #0099FF solid;
}
#incident_four h2, #incident_four a, #incident_nine h2, #incident_nine a {
	color:#0099FF;
}
/************************** Home Content - Incident Five & Ten - Green **************************/

#incident_five, #incident_ten {
	margin:1em 1.5em 0.5em 1.5em;
	background-color:#f0f0f0;
	border-bottom:1.5em #00CC00 solid;
}
#incident_five h2, #incident_five a, #incident_ten h2, #incident_ten a {
	color:#00CC00;
}
#topnav, #topnav ul {
	float: left;
	width: 768px;
	list-style: none;
	line-height: 1.8em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	clear: both;
	background-color: #1c0702;
	background-image: url(../images/style/nav_bg.gif);
	background-repeat: repeat;
}
#topnav a {
	display: block;
	width: auto;
	w\idth: auto;
	text-decoration: none;
	padding: 0.8em 2em;
	color: #FFC2A0;
	border-right: 1px #4b1c18 solid;
	font-size: 11px;
}
#topnav a:hover {
	color:#FFFFFF;
}
#topnav a.daddy {
	background: url(#.gif);  /* background image for menu items with sub menus (arrow perhaps) */
}
#topnav li {
	float: left;
	padding: 0;
	width: auto;
}
#topnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	w\idth: 12em;
	font-weight: normal;
	margin: 0;
	background-color:#300f0d;
	background-image: url(none);
	border-bottom: 1px solid #64403d;
	border-left: 1px solid #64403d;
	border-right: 1px solid #64403d;
}
#topnav li li {
	width: 12em;
}
#topnav li ul a {
	width: 12em;
	w\idth: 12em;
	border:none;
}
#topnav li ul ul {
	margin: -2.3em 0 0 13.9em;
}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
}
#topnav li:hover, #topnav li.sfhover {
	background-color: #4b1c18;
}
/************************** Content Generic **************************/

#content_intro {
	margin:1em 1.5em 0.5em 25em;
	background-color:#f0f0f0;
}
.intro {
	margin:0 1.5em 1em 1.5em;
}
.content {
	padding:1.5em 1em 1em 1em;
	margin:1em 1em 1em 18.5em;
	background-color:#fff;
}
.colourbar {
	margin:0 1.5em -0.5em 25em;
	height:1.5em;
}
.left-btns, .right-content {
	height:200px;
}
.top{
	height:150px;
}

a#button1 {
	display: block;
	height: 160px;
	background:url(../images/buttons/button-01.jpg) top right no-repeat;
}
a#button1:hover {
	background:url(../images/buttons/button-01h.jpg) top right no-repeat;
}
a#button2 {
	display: block;
	height: 160px;
	background:url(../images/buttons/button-02.jpg) top right no-repeat;
}
a#button2:hover {
	background:url(../images/buttons/button-02h.jpg) top right no-repeat;
}
a#button3 {
	display: block;
	height: 160px;
	background:url(../images/buttons/button-03.jpg) top right no-repeat;
}
a#button3:hover {
	background:url(../images/buttons/button-03h.jpg) top right no-repeat;
}
a .alt {
	display: none;
}
/************************** Footer **************************/

#footer {
	clear:both;
	font-size:10px;
	background-color: #c82929;
	border-top: 1px solid #f1d9ba;
	padding: 5px 0;
	margin-top: 10px;
	background-image: url(../images/style/footer_bg.gif);
	background-repeat: repeat-x;
}
#last_modified {
	padding-top:10px;
}
#page_url, #last_modified {
	color:#000000;
	white-space:nowrap;
}
#page_url span, #last_modified span {
	color:#666666;
	font-size:0.9em;
}
#footer a {
	color:#666;
}
#footer ul {
	margin:0;
	padding:0 0.5em;
	list-style:none;
}
#footer ul li {
	display:block;
	float:left;
}
#footer ul li a {
	padding:0 0.8em 0 0.8em;
	color: #FFFFFF;
}
#footer ul li.SACentral {
	padding:0;
}
#footer ul li.SACentral a {
	border-right:none;
}
#nav h1 {
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #CC0000;
	margin-top: 0px;
	line-height: 1.3em;
}
a img {
	border-width:0;
}
.imgfloatright {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	padding:0;
	clear: right;
}
.imgfloatleft {
	margin-bottom:10px;
	padding:0;
	float:left;
	margin-right:15px;
}
.content h1 {
	font-size: 2em;
	font-weight: normal;
}
.content h2 {
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
}
tr {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

