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

Title : Company Name
URL : Company URL

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

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


/*
----------------------------------------------------------------------------- 
Global Styles
-----------------------------------------------------------------------------*/

div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote { margin:0; padding:0; }

body { 
	background: url(/persistent/siteimages/bodybg.jpg) repeat;
	padding: 0;
	margin: 0;
	font: normal 12px/18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666;
	padding-top: 50px;
 }

fieldset { border: 0; }

img { border: 0; }

h1 {
	font: 22px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #f1cb2c;
}


h2 {
	font: normal 18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #f1cb2c;
}

h3 {
	font: bold 15px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666;
}

hr {
	height: 1px;
	border: dashed;
	color: #ccc;
}

html>body hr {
	border: none; 
	border-top: 1px dashed #ccc;
}





p, td, li {
	font: normal 12px/18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #3333;
}

a {
	color: #666;
	text-decoration: underline; 
}

a:hover {
	color: #000;
}

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

/*
----------------------------------------------------------------------------- 
Template Styles
-----------------------------------------------------------------------------*/
#slogan {
	width: 930px;
	height: 35px;
	margin: 0 auto;
	text-align: right;
}


#container {
	width: 930px;
	height: 500px;
	min-height: 500px;
	margin: 0 auto;
	border-bottom: 15px solid #fff;
	border-top: 15px solid #fff;
	background-color: #FFFFFF;
}

html>body #container {
	height: auto;
}

	#bodywrap {
		width: 900px;
		height: 500px;
		min-height: 500px;
		margin: 0 auto;
		background: url(/persistent/siteimages/contentbg.jpg) repeat-y;
	}
	
	html>body #bodywrap {
		height: auto;
	}

		#navbar{
			width: 220px;
			float: left;
		}
		
			#logo {
				width: 220px;
				height: 170px;
			}
			
						#menu {
							float: left;
							width: 220px;
							text-align: left;
							padding-top: 10px;
							padding-bottom: 10px;
							}
							
						#menu ul {
							width: 190px;
							height: auto;
							margin: 0;
							padding: 0 0 0 0px;
							list-style: none;
							display: block;
							}
							
						#menu li {
							width: 190px;
							margin: 0px;
							padding: 0px;
							display: block;
							}
							
						#menu li a {
							width: 190px;
							font: normal 12px/30px Arial, Helvetica, sans-serif;
							color:  #333;
							text-decoration: none;
							padding: 0 0 0px 30px;
							display: block;
							border-top: 1px dashed #ccc;
							}
						
						#menu li a:hover {
							color: #000;
							text-decoration: underline;
							}
							
						#menu li a.navlink_selected {
							color: #000;
							font-weight: bold;
							}
							
						#menu li.navlink_selected {
							color: #000;
							font-weight: bold;
							}
							
							#menu li a.sub_link_selected {
								text-decoration: underline;
							}
						
						#menu li {
							background-color: #eee;
							}
							
						#menu ul li ul {
							height: auto;
							margin: 0px;
							padding: 0px;
							display: block;
							background: #eee;
						 }
						
						#menu li ul li {
							border: 0;
							}
							
						#menu li ul li a {	
							width: 170px;
							font: normal 12px/27px Arial, Helvetica, sans-serif;
							color: #666;
							text-decoration: none;
							margin: 0px;
							padding: 0 0px 0px 50px;
							display: block;
							}
							
						#menu li ul li a:hover {
							color: #000;
							text-decoration: none;
							}
				
						
						/* ------------------------------------------------------------------------- 
						NAV BAR END
						------------------------------------------------------------------------- */
			
		
		#bodyText {
			width: 660px;
			float: right;
			padding: 0;
			margin: 0;
		}
		
		#bannerimage {
			width: 660px;
			height: 156px;
		}
		
		#footer {
			width: 900px;
			margin: 0 auto;
			font: normal 11px/30px Arial, Helvetica, sans-serif, "Trebuchet MS";
			color: #666666;
		}	
		
		#info {
			width: 700px;
			float: left;
		}
		
		#sitesuite {
			width: 150px;
			float: right;
			text-align: right;
		}
		
		#footer a{
			color: #666;
			text-decoration: underline;
		}
		
		#footer a:hover {
			color: #000;
		}
