
body 
{
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #435279;
		font-family: Verdana, Arial;
		font-size:11px;
		color:#414040;
		background-image:url(../img/backbubbles.png);
		background-position:bottom right;
		background-repeat:no-repeat;
		
	
}

.infotable
{
		border:solid 1px #999999;
}

.th
{
		color:#ffffff;
		background-color:#435279;
		padding:3px;	
}
.odd
		{
		background-color:#e9e9e9;
		}

	
#flashcontent {
		height: 133px;
	}

td
{
		vertical-align:top;
}

.contentTable
{
		background-image:url(../img/backer.png);
}

.contentGallery
{
		background-image:url(../img/white_15.png);
}

.sideMenu
{
		width=:169px;
		background-image:url(../img/menuback.png);
		background-repeat:no-repeat;		
}

.content
{
		padding-top:30px;
		width:488px;
		text-align:justify;
		line-height:140%;
	
}
.contentgal
{
		padding-top:30px;
		
		text-align:justify;
		line-height:140%;
	
}


h1
{
		color:#435279;
		font-size:13px;
		font-weight:bold;
		background-image:url(../img/headerline.png);
		background-position:bottom left;
		background-repeat:no-repeat;
		padding-bottom:3px;
}

h2
{
		color:#435279;
		font-size:12px;
		font-weight:bold;
	
}

li
{
		
		margin-left:0px;
	
}

.footer a, .footer a:link, .footer a:visited, .footer a:active 
{
		color: #ffffff;
		text-decoration: none;
}

.footer a:hover
{	
		text-decoration: underline;
		color: #ffffff;
}

a, a:link, a:visited, a:active 
{
		color: #253385;
		text-decoration: none;
}

.thumbs
{
	padding-left:20px;
	padding-bottom:15px;
}

a:hover
{	
		text-decoration: underline;
		color: #253385;
}

.footer
{

		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #ffffff;
		text-align: right;
		padding-top: 10px;
		padding-right: 30px;
		padding-bottom:30px;
	
}


#name,#email,#phone,#comment,#cname, #address,#postcode,#fax,#country,#suburb,#state,#subject
		{
		width: 250px;
		height: 18px;
		border: solid 1px #cccccc;
		background-color: #ffffff;
		padding: 1px;
		font-size: 10px;
		color: #656667;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: middle;
		}
		
#comment
		{
		height: 160px;
		}
		
		/*drop menu*/

		div.dropdown_menu {
		background-color: #CCCCCC;
		display:none;
		margin:21px 0px 0px;
		padding:0px;
		position:absolute;
		text-align:left;
		width:200px;
		}
		div.dropdown_menu li {
		border-bottom:1px dashed #999999;
		color:#FFFFFF;
		font-size:11px;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0px 8px;
		padding:10px 4px;
		text-align:left;
		}
		div.dropdown_menu ul {
		margin:4px 0px 0px;
		padding:0px;
		}
		div.dropdown_menu a:link {
		text-decoration:none;
		color:#253385;
		}
		div.dropdown_menu a:visited {
		text-decoration:none;
		color:#253385;
		}
		div.dropdown_menu a:active {
		text-decoration:none;
		color:#253385;
		}
		div.dropdown_menu a:hover {
		color:#6b4e66;
		text-decoration:underline;
		}