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

Title : FDC Technologies

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

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


/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

html {
	padding: 0;
	margin: 0 auto;
	}


body, normal{
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #464545;
	}



.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}	
	
	
/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/


div#container {
	width: 760px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	border-top: 15px solid #c0c0c0;
	background-color: #c0c0c0;
	padding: 0;
	text-align:left;
	}
	
		div#nav_wrapper {
			width: 760px;
			height: 42px;
			padding: 0;
			margin: 0;
			background-color: #FFFFFF;
			z-index: 2;
			}

		
		div#header {
			width: 760px;
			height: 78px;
			background-image: url(/persistent/templateimages/fdc_header.jpg);
			}
			
			
		div#content {
			border-top: 18px solid #FFFFFF;
			width: 724px;
			padding: 29px 18px;
			}
			
		div#flashwrapper {
			width: 724px;
			height: 150px;
			z-index: 0;
			margin: 0;
			padding: 0;
			}
				div#flashcontent {
					z-index: 0;
					}
			
			

div#footer {
	width: 760px;
	margin: 0 auto;
	text-align: right;
	padding: 0;
	}
	
	div#footer p{font-size: 11px; color: #818080; margin:0; padding: 5px 0; line-height: 1.5em;}
	div#footer a{font-size: 11px; color: #B6B6B6; font-weight: normal; text-decoration:none;}
	div#footer a:hover{text-decoration: underline;}


div#bottom_spacer {
	height: 20px;
	}

div#stats {
	display: none;
	clear: both;
	}


/*
----------------------------------------------------------------------------- 
MAIN NAVIGATION MENU
-----------------------------------------------------------------------------*/


#nav, #nav ul {
	float: right;
	width: 580;
	height: 42px;
	list-style: none;
	padding: 0;
	margin: 0 5px 0 0;
	}

	
	
#nav li {
	float: left;
	padding: 0px; 
	color: #FFFFFF;
	}

#nav li a {  /*top level item*/
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding: 10px 20px 5px 20px;
	font-weight: bold; 
	text-transform: none;
	}

.normal {
	color: #cc0000;
	}
.selected {
	color: #000000;
	}
	
#nav li a:hover {  
	color: #000000;
	}


#nav li ul {  /*drop down list*/
	position: absolute;
	left: -950em;  /*hides submenu by default*/
	height: auto;
	width: 214px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	color: #FFFFFF;
	background-color:#cc0000;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	z-index: 2;
	}
	
#nav li ul li {  /*drop down list item*/
	width: 214px;
	margin: 0px;
	}
	
#nav li ul li a {  
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 4px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
	width: 200px;
	text-transform:none;
	}

#nav li ul li a:hover{
	color: #FFFFFF;
	background-color: #B00000;
	}
	
#nav li li {
	width: 214px; }

#nav li ul ul {
	margin: -1.90em 0 0 15em; }

#longMenu { display: block; width: 155px; height: 10px; position: relative; top: -11px; left: 30px; }


#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; }





/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/


h1 {
	font: bold 16px Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	}
	
h2 {
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	color: #cc0000;
	margin: 0 0 10px 0;
	}

h3 {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #DD844F;
	}
	



/*
----------------------------------------------------------------------------- 
DEFAULT FONT STYLES
-----------------------------------------------------------------------------*/


td, p, li {
	font: 12px/1.5 Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	}
	
p {
	margin-bottom: 10px;
	}
	

hr {
	border: none;
	border-top: 1px dashed #D7D7D7;
	color: #FFFFFF;
	}
	

ul{
	list-style-position: outside;
	list-style-type: square;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 0;
	margin-left: 2px;
	margin-top: 4px;
	margin-bottom: 5px;
	}
li {
	list-style: inside;
	list-style: disc;
	padding-bottom: 2px;

	}
	


/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a, a b, a strong { 
	text-decoration: none;
	font-weight: bold;
	color: #cc0000;
	}
	
a:hover, a:hover b, a:hover strong{
	text-decoration: underline;
	font-weight: bold;
	color: #cc0000;
	}





