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

Title : Company Name
URL : Company URL

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

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


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

html { margin: 0; padding: 0; }

body { font: normal 11px Verdana, Arial, Helvetica, sans-serif; text-align: center;/* for IE */ margin-top: 0px; margin-bottom: 0px; }

form { margin: 0px; padding: 0px; }

fieldset { border: 0; }

img { border: 0; }

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }

p, td { font: normal 11px Verdana, Arial, Helvetica, sans-serif; }



a { margin: 0; padding: 0; font-weight:bold; color:#3e7180; text-decoration:none; }
a:hover { margin:0; padding: 0; font-weight: bold; color: #000000; text-decoration: underline; }
a:visited { margin:0; padding: 0; font-weight: bold; color: #666666; text-decoration: none; }

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

h1 { font-size: 24px; font-weight: normal; padding-bottom: 10px;}
h2 { font-size: 18px; font-weight: normal; padding-bottom: 8px;}
h3 { font-size: 14px; font-weight: normal; padding-bottom: 8px;}



/*
----------------------------------------------------------------------------- 
Template Styles
-----------------------------------------------------------------------------*/
#container { width: 780px; margin: auto; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd;}

/* logo and top head goes here starts here */
#header { width: 780px; background:url(header_top.gif) bottom no-repeat; overflow: auto; }
#head_img { background: url(main_image.gif) top right no-repeat; width: 780px; min-height: 130px; margin-bottom: 12px;}
#logo { width: 780px; padding-bottom: 50px; text-align: left;}

/* navigation and main image goes here */
#main_image { background: url(header_grey.jpg) no-repeat; width: 780px; height: 217px; }
#navContainer { width: 215px; height: 217px; float: left; padding-left: 35px; }

/* header bottoom goes here */
#bot_hd { width: 780px; background: #eeeeee url(bg_bot_grey.jpg) no-repeat left; height: 14px; } 



/*
----------------------------------------------------------------------------- 
center content goes here
-----------------------------------------------------------------------------*/

#content { width: 780px; padding-top: 20px; padding-bottom: 60px; }
#in_cont { width:720px; padding-left: 30px; padding-right: 30px; text-align: left;}


/*
----------------------------------------------------------------------------- 
footer
-----------------------------------------------------------------------------*/

#footer { background: url(footer.gif) no-repeat; height: 65px; width: 755px; text-align:right; padding: 30px 25px 0px 0}
#footer a { color:#000000; font: bold 12px Arial, Helvetica, sans-serif; }
#footer a:hover { color:#3e7180; font: bold 12px Arial, Helvetica, sans-serif; text-decoration:underline;}


/*
----------------------------------------------------------------------------- 
Navigation
-----------------------------------------------------------------------------*/
/* Navigation */
#primary-nav , #primary-nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 145px;
		text-align: left;
}
	
#primary-nav li { /* all list items */
		position : relative;
		float : left;

		width: 145px;

	}
	
#primary-nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 145px;
		margin-top : -27px;
	}

#primary-nav li ul li {
		margin-bottom: -1px;
}


#primary-nav li a {
		display : block;
		color : #000;
		font: bold 12px Arial, Helvetica, sans-serif;
		text-decoration : none;
		background: url(bullet.gif) right no-repeat;
		border-bottom: 1px dotted #000;
		padding: 5px 15px 5px 15px;
	}

#primary-nav li ul li a {
		width: 130px;
		display : block;
		border-bottom: 1px dotted #dddddd;
		border-top: 1px dotted #dddddd;
		padding: 5px 10px 5px 10px;
		background: #ffffff;
	}

#primary-nav li a:hover {
		color : #295764;
	}
	
#primary-nav li ul li a:hover {
	background: #f6f6f6;
}

#primary-nav li:hover ul ul, #primary-nav li:hover ul ul ul, #primary-nav li.sfhover ul ul, #primary-nav li.sfhover ul ul ul {
		left: -999em;
	}
	
#primary-nav li:hover ul, #primary-nav li li:hover ul, #primary-nav li li li:hover ul, #primary-nav li.sfhover ul, #primary-nav li li.sfhover ul, #primary-nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

