/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, 
small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#f4f4f4;	
	color:black;
	font-family:verdana, arial, sans-serif, serif;
	font-size:95%;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a { color: #1d8523; text-decoration:none; font-weight: bold;}
a:hover { text-decoration: underline; }
a img {border:0;}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1em 0; text-align:left; line-height: 1.7; }
p small			{ font-size: 80%; }
#left p, .right p	{ font-size: 80%; line-height: 1.6;}
p.date { color: #1d8523; border-bottom: 1px dashed #cacaca; padding-bottom: 0.8em; }
p.more	{ text-align: right; margin: 0; }
ul, ol      { margin: 0 0 1.5em 1.5em; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

strong      { font-weight: bold; }
em        	{ font-style: italic; }

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
	}
caption, th, td {
	text-align:left;
	font-weight:normal;
	}
img { margin-bottom: 15px; }
.right img { border: 5px solid #ececec; }
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#1d8523; 
  clear:both;
	text-transform: uppercase;
	font-weight: bold;
	}
h1 { font-size: 1.9em; border-bottom: 1px dashed #d1d1d1; margin-bottom: 0.5em; }
.right h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 108%;
	background: url(/img/bg-label.gif) repeat-x;
	line-height: 34px;
	padding: 0 20px;
	text-transform: none;
	}
.left h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1d8523;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.5em;
	text-transform: none;
	line-height: 1.4;
	}
h3 { font-size: 1.15em; margin-bottom: 0.5em; }
h4 { font-size: 1em; font-weight:bold; color: #1d8523; font-family: Verdana, Arial, Helvetica, sans-serif; text-transform: none; padding: 0 0 0.5em 0; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#fixed-width-wrapper {
	position:relative;
	margin:0 auto 0 auto;
	width:960px;
	text-align:left;
	background: #fff;
	line-height:1.1;
	border: 1px solid #e7e7e7;
	border-top: 0;
	}
#header {
	position: relative;
	height: 112px;
	background: url(/img/defence-site-fortuna-header.gif) no-repeat;
	}
#content {
	padding: 19px 10px 10px;
	}
#left {
	float: left;
	width: 140px;
	margin-right: 20px;
	}
#main {
	float: left;
	width: 780px;
	}
#main .left {
	width: 460px;
	margin-right: 20px;
	float: left;
	}
#main .right {
	width: 300px;
	float: left;
	}
.cont {
	background: #f7f7f7;
	padding: 12px 16px;
	margin-bottom: 20px;
	position: relative;
	}
.cont.no-marg {
	padding: 0;
	background: 0;
	}
.toolTip {
	background: #fff;
	left:-50px;
	position:absolute;
	top:200px;
	z-index:100;
	border: 1px solid #ccc;
}
.toolTip p {
	color:#000;
	cursor:pointer;
	font-size:11px;
	line-height:1.3em;
	margin:0;
	padding:10px;
}
/*--------------------------------------------------------------
 Header styles 
--------------------------------------------------------------*/
#logo {
	display: block;
	width: 415px;
	height: 85px;
	position: absolute;
	left: 20px;
	top: 15px;
	}
#dod {
	display: none;
	width: 300px;
	height: 80px;
	position: absolute;
	right: 10px;
	top: 15px;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 5px 0;
	}
#footer ul {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer li a {
	font-size: 80%;
	color: #7a7a7a;
	font-weight: normal;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#nav {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	border-bottom: 1px dashed #d1d1d1;
	padding: 1px 0;
	}
#nav li a {
	display: block;
	color: #2a2a2a;
	text-decoration: none;
	padding: 8px 10px;
	line-height: 1.5;
	width: 120px;
	font-weight: normal;
	}
#nav li a:hover {
	background: #f7f7f7;
	}
#left #nav li a.current {
	background: #2a8d33 url(/img/nav-hit.gif) repeat-x;
	color: #fff;
	}
/*--------------------------------------------------------------
 Download styles 
-------------------------------------------------------------*/
#downloads {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#downloads li a {
	display: block;
	height: 54px;
	background: url(/img/bg-download.gif) repeat-x;
	color: #2a2a2a;
	}
#downloads li a:hover {
	text-decoration: none;
	background-position: 0 -54px;
	}
#downloads li a span.wrap {
	padding: 13px 15px 8px 60px;
	font-size: 100%;
	background:url(/img/adobe.gif) no-repeat 15px 11px;
	}
#downloads li a span {
	display: block;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
	cursor: pointer;
	}
#downloads li a span.bold {
	font-weight: bold;
	}

/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;padding:0 0 14px 14px;}
.float-left {float:left;padding:0 14px 14px 0;}
div.float-fix {overflow:hidden;clear:both;height:0;}
br.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active h1 {
	visibility:hidden;
	font-family:Verdana;
	font-size:23px;
	}
.sIFR-active h3 {
	visibility:hidden;
	font-family:Verdana;
	font-size:14px;
	}