/* 
	Version Details
	Created : 	1nd August 2003
	Author : 	Brent Silva
	Url : 		www.tsbdesign.com.au
	Email :		brent(@)tsbdesign(.)com(.)au 
	
	Version History
	05092004		Added Image Containers
	07082004		Re-Worked for Blue Arrow - see design document for details.
	23052004		Added contaciner & right align for virus definition details
	04052004		Added container & right sections
	03052004		Added horizontal navigation class
	02052004		Version Four Design work begun
	02082003		Inital Creation
				Changed font-family for all to include a 'Trebuchet MS' and a sans-serif;
	04082003		Added a a.hover tag to change colour
				Added Navigation Styles (.NavText,a.Nav,a.Nav:link,a.Nav:hover,a.Nav:visited)
	01102003		Added Block and Navigation
	
	DISCLAIMER & NOTICE
	Some parts of this CSS and methods are adapted from Jake Howlet of Codestore,
	url - www.codestore.net
*/

body{
	font-family:'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif;
	font-size:12px;
	color:#485267;
	/* line-height:16px;*/
	background-color: #FFFFFF;
}
td{font-family:'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif;font-size:11px;color:#485267;line-height:16px;}
ul{margin-top:5px;margin-bottom:15px;margin-left:18px;font-weight:bold;}
ol{margin-top:5px;margin-bottom:15px;margin-left:23px;font-weight:bold;}
li{font-weight:normal;}

strong{color:3F6683;}

a{color:#003C79}
a:link{color:#003C79}
a:visited{color:#003C79}
a:hover {color: #993366}

h1, h2, h3, h4 { color: #015cb5; }
/* 3F6683 */
#container{
	width:775px;	
}

#container .noBorder{
	border: 0px solid white;
}


/* Navigation */
#navcontainer {
	background-color: transparent;
	font-size:11px;
	color: white;
	border-bottom:16px solid #015cb5;
}

#navlist {
	background-color: #7f7f7f;
}

#navcontainer ul { 
	padding: 1px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul{
	margin:0px 0px 2px 0px;
	color: #015cb5;
}

#navcontainer ul li a{
	padding: 1px 8px 1px;
	background-color: #7f7f7f;
	font-weight:bold;
	color: white;	
	text-decoration: none;
}

#navcontainer ul li a.on {
	background-color: #7f7f7f;
	border-bottom: 3px solid #D69759;
}

#navcontainer ul li a:hover{
	color: white;
	font-weight:bold;
	background-color: #6a6a6a;
	border-bottom: 3px solid #D69759;
}

#navcontainer ul li a.on:hover {
	background-color: #6a6a6a;
	color: white;
	border-bottom:3px solid #D69759;
}

#navcontainer ul li a.special {
	background-color: #7f7f7f;
	color: white;
}

#navcontainer ul li a.special:hover {
	background-color: #6a6a6a;
	color: red;
	border-bottom:3px solid red;
}
#navcontainer ul li a.special_on {
	background-color: #7f7f7f;
	color: red;
}

#navcontainer ul li a.special_on:hover {
	background-color: #6a6a6a;
	color: red;
	border-bottom:3px solid red;
}

#navDate {
	float: right;
	text-align:right;
}

/* Footer */
#footer {
	color: white;
	background-color: #6a6a6a;
	border-bottom: 2px solid #015cb5;
	/* border-top: 2px solid #015cb5; */
	clear:both;
	margin-top: 15px;
	padding: 3px 10px 3px 10px;
	text-align:right;
}

#footerImages {
	text-align: left;
	float: left;
}

#footerOptions {
	text-align: right;
}

/* Left Sections */
#bodyleft{
	margin: 5px 0px 5px 0px;
	float: left;
	padding: 10px;
	width: 200px;
	border-right: 1px dashed #3F6683;
}

#bodyleftnews .newsitem{
	margin-bottom: 25px;
}

#bodyleftnews .newsitemtitle{
	font-weight:bold;
	color: #3F6683;
	display:block;
	margin-bottom:2px;
	font-size: 14px;
}

#bodyleftnews .newsitemdate{
	font-style:italic;
	font-size:0.9em;
	color: #666;
}

#bodyleftnews .newsitemlink{
	text-align:right;
}

#bodyleftnews .newsitemdesc{
	display:block;
	text-align: justify;
	margin-top: 6px;
	margin-bottom:4px;
}
/* Clear - used to reset CSS Layers 
.clear{
	clear:all;
}*/

/* Main Body Section */
#bodySection{
	margin: 5px 0px 5px 210px;
	width: 555px;	
	padding: 10px;
}

#bodySection .strong{ 
	color: #3F6683;
	font-weight:bold;
}

#bodySection .navigation{
	color: #D69759;
	text-align:right;
	font-weight:bold;	
}

#bodySection .navigation a{color:#D69759}
#bodySection .navigation a:link{color:#D69759}
#bodySection .navigation a:visited{color:#D69759}
#bodySection .navigation a:hover {color: #3F6683}

#ImageContainer{
	text-align: center;
	margin: 1px;
}

img {
	border-top: 1px solid #3F6683;
	border-right: 2px solid #3F6683;
	border-bottom: 2px solid #3F6683;
	border-left: 1px solid #3F6683;
}
