@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ececec;
	font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;   
    line-height: 1.8em; /* equal to 18px */  
	color:#333333;
	margin:0px;
}

p, li {
	font-family:Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
a {
	color:#F05A28;
	text-decoration:none;
	}
a:hover, a:active {
	text-decoration:underline;
	}
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
table, td {
	font-size: 100%;
	font-family:Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
/*- HOLDER ---------------------------------------------------- HOLDER ----*/
#holder{
	min-width:1000px;
	}

.td_shw_left{
	width:20px;
	background-image:url(../images/layout/shadow_left.jpg);
	background-repeat:repeat-y;
	}
.td_shw_right{
	width:20px;
	background-image:url(../images/layout/shadow_right.jpg);
	background-repeat:repeat-y;
	}

/*- HEADER ---------------------------------------------------- HEADER ----*/

#header{
	height: 240px;
	background-image:url(../images/layout/defence_header_2010.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	vertical-align:top;
	padding:0px;
	}
#header .adfNav, #header .people, #header .rightCol{
	float:left;
	padding-top:1px;
	margin-top:24px;
}
	
#header .adfNav{
	margin-left:190px;
	width:230px;
	
}	
#header .adfNav a{
	margin-right:10px;
	font-size:11px;
	font-weight:bold;
	color:#F7941E;
}	
#header .people{
	margin-left:0px;
	width:215px;
	height:210px;
}	
#header .rightCol{
	margin-left:4px;
	width:310px;
}
#header .searchArea{
	height:38px;
	margin:0px;
	padding:0px;
}
#header .searchArea td{
	background-color:#CCCCCC;
}
#header .searchArea form{
	padding:0px;
	margin:0px;
	}

#header .searchArea .txt input, #header .searchArea .btn input{
	font-family:Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	line-height: normal;
}
#header .searchArea .txt input {
	background-color:#FFFFFF;
	height:16px;
	font-size: 11px;
	width:250px;
	border:1px solid #999999; /*7E9DB9  */
}


#header .searchArea .btn input {
	background-color:#999999;
	height:20px;
	color:#FFFFFF;
	font-size: 11px;
	width:56px;
	border:none;
}
/* HACKS AND FOOTER OF PAGE*/



#header .gallery{
	padding-top:1px;
	margin:0px;
	height:171px;
}
	
	
/*- NAV ---------------------------------------------------- NAv ----*/
#nav{
	background-image:url(../images/layout/bg_tile_nav.jpg);
	background-repeat:repeat-x;
	height:45px;
	text-align:center;
	color:#FFFFFF;
	letter-spacing:1px;
	font-size:1.1em;
	vertical-align:top;
}	
#nav .txt{
	margin-top:5px;
}

#nav a{
	color:#FFFFFF;
	text-decoration:none;
	margin-left:20px;
	margin-right:20px;
}
#nav a:hover, a:active{
	text-decoration:none;
	color:#FF6600;
}
/*- LOGO ---------------------------------------------------- LOGO ----*/
#defence_logo{
	height:90px;
	background-color:#FFFFFF;
	}
/*- FLASH -------------------------------------------------- FLASH ----*/
#flash_header{
	height:340px;
	}
/*- MAIN ---------------------------------------------------- MAIN ----*/
#main{
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding: 10px 10px 10px 40px; 
	}
h1{
	font-size:2em;
	border-bottom: 1px solid #333333;
	padding-bottom:3px;
}
h2{
	font-size:1.4em;
	padding-top:2px;
}
.intro_para{
	font-size:1.1em;
	font-weight:bold;
	color:#302F30;
	}
	
.newsTitle{
	font-size:1.2em;
	text-transform:uppercase;
	color: #FF3300;
}
.newsDate{
	font-size:0.95em;
	color:#666666;
}
#sidePanel{
	float:right;
	width:310px;
	background-color:#CCCCCC;
	background-image:url(../images/layout/bg_tile_sidePanel.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
#sidePanel h1, #sidePanel_dates h1{
	font-size:1.6em;
	border-bottom: 1px solid #333333;
	padding-bottom:3px;
	padding-top:7px;
}
#sidePanel .content, #sidePanel_dates .content{
	margin:10px;
}
#sidePanel  ul li{
	margin-bottom:5px;
	list-style-type:square;
}
#sidePanel_dates{
	float:right;
	width:310px;
	background-color:#E6E6E6;
	}

#page{
	width:540px;
	
}
#pageWide{
	margin-right:30px;
	
}


#page ul li{
	font-size: 1em;
	margin-bottom:5px;
	list-style-type:square;
	margin-right:40px;
	}
#pageWide ul li{
	font-size: 1em;
	list-style-type:square;
	}


.studiesLinks td{
	padding-bottom:10px;
	padding-right:10px;
}
.studiesLinks td ul{
	margin-left:-20px;
	margin-right:0px;
}	
.fileSize{
	color:#666666;
	font-size:0.9em;
	white-space:nowrap;
	}


/*- FOOTER ---------------------------------------------------- FOOTER ----*/
#footerLogos{
	clear: both;
	
	}
#footerLogos td{
	width:125px;
	}
#footer{
	background-color:#302F30;
	vertical-align:top;
	line-height:normal;
	}
#footerText{
	margin-top:10px;
	font-size: 0.9em;
	color:#CCCCCC;
	margin-bottom: 15px;
	line-height:normal;
	}
#footerText a {
	color:#FF6600;
	text-decoration:none;
	}
#footerText a:hover, a:active {
	text-decoration:underline;
	}
	
	
	
/* FIREFOX AND IE HACKS - IE76-7 hack*/

#header .searchArea .btn input {
	*margin-top:1px;  
	*height:22px; 
}


/* FireFox 3 */
#header .searchArea .btn input, x:-moz-any-link, x:default {
	height:22px;
} 
	

	
/* SAFARI HACK */  
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { background-color: #ececec; }
}.expired {
	color: #999;
}
