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

Title : Company Name
URL : Company URL

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

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


/*----------------------------------------------------------------------------- 
	Global Styles
-----------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, p, form {
	margin: 0; 
	padding: 0;
}

body { 
	background: #f0f0f0;
	font: normal 13px/19px Arial, Helvetica, sans-serif;
	color:#333333; 
 }

img { border: 0; }

.clear { clear: both; height: 0; margin: 10; padding: 0; }


.tableStyle  {
	background: #ccc;
}
	.tableStyle td { background: #FFFFFF; }

hr {
	height: 0;
	border: 0;
	border-bottom: 1px dotted #999999 ;
}

a { color: #3366cc; }
a:visited { color: #555555; }
a:hover { color: #3366cc; text-decoration: none; }


/*----------------------------------------------------------------------------- 
	Template Styles
-----------------------------------------------------------------------------*/
h1 { 
	font: bold 30px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #65012f;
	padding-bottom: 8px;
}

h2 { font: normal 22px Arial, Helvetica, sans-serif; }
h3 { font: normal 18px Arial, Helvetica, sans-serif; }
h4 { font: normal 16px Arial, Helvetica, sans-serif; }
h5 { font: bold 14px Arial, Helvetica, sans-serif; }

h2, h3, h4, h5 { padding: 15px 0 8px 0; }

p, td { 
	font: normal 13px/19px Arial, Helvetica, sans-serif;
	color:#333333; 
}

p { padding-bottom: 15px; }

#contents li { padding-bottom: 8px; }


/*----------------------------------------------------------------------------- 
	Layout Styles
-----------------------------------------------------------------------------*/

#wrapper {
	background: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}

#header {

}
	#logo { float: left; width: 650px; }
	#iqa { float:right; width: 250px; }
	
#contentWrapper {
	margin-top: 10px;
	background: url(../templateimages/content_bg.gif) left repeat-y;
}
	#navWrap {
		width: 220px;
		float: left;
	}
	
	#contents {
		padding: 0px 20px 20px;
		background: #ffffff;
		float: right;
		width: 700px;
	}
	
#footerWrap {
	width: 960px;
	margin: 0 auto;
	padding: 10px 5px;
}

.sitesuite { color: #999999; float: right; } 
.sitesuite a { color: #1b91ff; text-decoration: none; }

/*----------------------------------------------------------------------------- 
	Navigation 
-----------------------------------------------------------------------------*/
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	float: left;
	background: url(../templateimages/nav_bg.jpg) #2e3a6a  top left no-repeat;
}

	#nav li {
		float: left;
		width: 220px;
	}

	#nav a {
		color: #fff;
		font: bold 14px Arial, Helvetica, sans-serif;
		display: block;
		padding: 15px 16px;
		text-decoration: none;
		border-top: 1px solid #7783b1;
		border-bottom: 1px solid #1e5288;
	}
	
	#nav a.IQA {
		color: #02518A;
		background: #dcdcdc;
		border-top: 0;
	}
	
	#nav a.IQA:hover { background: #eee; }
	
#nav li ul { 
	list-style: none;
	padding: 0;
	margin:0 ;
	background: #5e6ead;
	 }

#nav li ul a {
	display: block;
	text-decoration: none;
	text-transform: none;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #543a09d;
	padding: 8px 20px 8px 30px;
	background: #5e6ead;
	border-left: none;
	border-right: none;
		border-top: 0;
		border-bottom: 1px solid #7783b1;
	 }

#nav a.menuOn { color: #000 !important; }

#nav a:hover {
	color: #000;
	background: #7c8ac3;
	border-bottom: 1px solid #7c8ac3;
}


