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

Title : 
URL : 

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

Description : full website styles

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

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/
html {
	padding: 0px;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	}
	
	
body{
	background-color:#2e3192;
	padding-top:0px;
	margin-top:0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#2f2f2f;

}

p {

}

a:link, a:visited{
	color:#2e3192;
	text-decoration:underline;
	font-weight:bold;
}

	a:hover {
		text-decoration:none;
	}

h1 {
	font: normal 24px/37px Arial, Helvetica, sans-serif;
	color:#2e3192;
	background:#fff102 url(../templateimages/h1bg.gif) no-repeat;
	padding-top:1px;
	padding-left:36px;
	padding-bottom:0px;
	margin:0px;

}

h2 {
	font: normal 18px/20px Arial, Helvetica, sans-serif;
	color:#f79200;
	padding-top:10px;
	margin:0px;

}

h3 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color:#0f5a82;
	padding-top:8px;
	margin:0px;
}

form {
  margin: 0;
}

input, select, textarea {

}

#content ul {
	list-style-image: url(/persistent/templateimages/list.gif);
	}

.stats {
	display: none;
	height: 0;
	line-height: 0;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/
#overallWrap {

}

#wrapper {
	width:882px;
	margin:0 auto;
	background-color:#fff;
	
}

#bannerTop {
	background-color:#d4d6d0;
	width:882px;
	margin:0 auto;
	height:135px;
	margin:0px;
	padding:0px;
}
		#logo {
			float:left;
			background-image:url(../templateimages/logo.gif);
			background-repeat:no-repeat;
			width:449px;
			height:130px;
	
		}
		
		#qlaunch {
			float:right;
			height: 135px; 
			width:400px;
			padding:0px;
			margin:0px;
			text-align:right;
			background:url(../templateimages/qlaunch.gif) no-repeat 100% 0%;
			
		
			
		}
		
#navWrapper {
	height:63px;
	width:882px;
	margin:0 auto;
	padding:0px;
	background:url(../templateimages/navwrap.gif) no-repeat 0% 0%;
	
}

#imgBanner {
	height:225px;
	width: 882px;
}

#imgBannerHome {
	height:337px;
	width: 882px;
}

#conWrapHome {
	width: 876px;
	padding:0px 6px 0px 0px;
	margin-top:10px;
	margin-bottom:25px;
/*	background:url(../templateimages/bg_home.gif) repeat-y 0% 10%;*/
}
		#newsWrap {
			width:292px;
			float:left;
		}

#conWrap {
	width: 876px;
	padding:0px 6px 0px 0px;
	margin-top:20px;
	margin-bottom:25px;
	background:url(../templateimages/bg.gif) repeat-y 0% 10%;

}

#conWrapNews {
	width: 876px;
	padding:0px 6px 0px 0px;
	margin-top:20px;
	margin-bottom:25px;

}
		#subnavWrap {
			width:244px;
			background-color:#f2f2f1;
			margin:0px 0px 55px 0px;
			float:left;
			padding:0px 0px 25px 0px;
/*			border-left: 4px #fff200 solid;*/
			background:url(../templateimages/bg.gif) repeat-y ;
		
		}
		
		#contentHome {
			float:right;
			width:860px;
		}

		
		#content {
			float:right;
			width:615px;
		}
		
			#contentNews {
			float:right;
			width:860px;
		}


#footer {
	width:868px;
	padding-top:20px;
	padding-right:14px;
	background-color:#2e3192;
	color:#fff;
	text-align:right;
	font-size:11px;
	line-height:25px;


}
		a.footerlink:link, a.footerlink:visited  {
			color:#fff;
			text-decoration:underline;
			font-weight:normal;
		
		}
		a.footerlink:hover {
			text-decoration:none;
		
		}

/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#nav, #nav ul {
	float: left;
	list-style: none;
	position: relative;
	left:10px;
	display: block;
	width:872px; /* bmh */
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#nav li {
	position: relative;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	width: auto;
	white-space: nowrap;
	list-style: none;
	text-transform: capitalize;
	background:url(/persistent/templateimages/separator.gif) no-repeat 100% 0%;
	}

#nav a {
	display: block;
	border: 0px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 16px 0px 16px;
	font: bold 12px/48px Arial, Helvetica, sans-serif;
	color: #2e3192;
	text-transform:uppercase;

	}

#nav a:hover {
	display: block;
	color: #2e3192;		
	text-decoration: none;
/*	background:url(/persistent/templateimages/topnav_div.gif) no-repeat 90% 50%;*/

	}

#nav a.selected {
	font: bold 12px/48px Arial, Helvetica, sans-serif;
	color: #2e3192;
	padding: 0px 16px 0px 16px;
	display: block;

	}

#nav a.main {
	text-transform: uppercase;
	padding-left: 10px;

	}

html>body #nav a.main { 
	/*line-height: 2.3; */ 
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	color: #fff; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	height: auto;
	}
	
/* ------------------ subnav------------------- */

ul#subNav {
	position: relative;
	left: 4px;
	width: 240px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
}

ul#subNav li {
	width: 212px;
	/*height:35px;*/
	margin: 0;
	padding-left:28px;
	border-bottom:1px dotted #00adef;
}


#subNav a.subNav { 
 	font: bold 12px/35px Arial, Helvetica, sans-serif;
	color: #00adef;
	text-decoration: none;
	display: block;
}



/*#subNav a.subNav:link, a.subNav:visited { 
 	font: bold 12px/35px Arial, Helvetica, sans-serif;
	color: #00adef;
	text-decoration: none;
	display: block;
}




#subNav a.subNav:hover {
 	font: bold 12px/35px Arial, Helvetica, sans-serif;
	color: #00adef;
	text-decoration: none;
	display: block;
}
*/


/* ------------------ Sub-Sub Nav------------------- */

ul#subsubNav {
	width: 212px;
	/*height:35px;*/
	margin: 0;
	padding: 0px;
	list-style: none;
	text-align:left;
}

ul#subsubNav li {
	width: 192px;
	margin: 0;
	padding-left:20px;
	padding-top:0px;
	padding-bottom:4px;
	border-bottom:none;

}


#subsubNav a.subsubNav:link, a.subsubNav:visited{ 
 	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #0f5a82;
	text-decoration: none;
	display: block;
}

#subsubNav a.subsubNav:hover { 
	color: #30a8e8;

}

/*#subsubNav a.subsubNav:link, a.subsubNav:visited { 
 	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #f79200;
	text-decoration: none;
	display: block;
}


#subsubNav a.subsubNav:hover {
 	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #f79200;
	text-decoration: none;
	display: block;
}
*/

/*
----------------------------------------------------------------------------- 
MISCEL
-----------------------------------------------------------------------------*/

.search { 
	font-size: 10px; 
	color: #000; 
	vertical-align:bottom;
	margin-top:100px;
	width:380px;
	padding: 0px 20px 0px 0px;
	
	}




	#flashcontent {
	
	}

