/* Style 1 - Default*/

/* global settings */
body {
	font: 12px Arial, Helvetica, sans serif; 
	margin: 0px; 
	padding: 0px; 
	behavior: url(csshover.htc);
	background-color:#CCCCCC;
}
a {
	text-decoration: none;
}
ul {
	margin: 0px; 
	padding: 0px;
}
li {
	margin: 0px; 
	padding: 0px;
}
form {
	margin: 5px 0px;
	padding: 0px;
}
img {
	border: none;
	margin: 10px;
	padding: 0px;
}
input {
	padding: 0px; 
	margin: 0px 0px 4px 0px;
}
p {
	padding: 0px; 
	margin: 0px 10px 10px 0px; 
}

/* CONTAINER - Page container settings */
#container { 
	background: #ffffff;
	border: 1px solid #000000;
	margin: 30px auto 0px auto;
	padding: 0px;
	width: 900px;
}

/* DIV HEAD settings */
#divhead {
	background-image: url(../uploaded/images/logo3.png);
	background-repeat:no-repeat; background-position:center;	
	height: 125px;
	margin: 0px; 
	padding: 0px; 
}
#divhead h1 {
	color: #353752; 
	font-family: Forte, Arial, Helvetica, sans-serif;
	font-size: 2.2em; 
	font-weight: bold;
	margin: 0px; 
	padding: 40px 20px 0px 20px; 
	text-align: left; 
}
#divhead h1 a {
	color: #000000; 
	text-decoration: none;
}

/* CONTENT - Main content area of page - contains page heading */
#divcontent {
	margin: 40px 0px 0px 0px;
	padding: 0px;
	text-align: left; 
}
#divcontent h1 {
	color: #353752; 
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 5px 90px; 
	text-align: left; 
}
#divcontent ul {
	margin: 0px 0px 5px 30px;
}
#divcontent a {
	color: #000000;
}

/* MAIN - Page content (from spaw editor) */
#divmain {
	margin: 0px 90px 5px 90px;
	min-height: 400px;
	background-image: url(../uploaded/images/waves.gif);
	background-repeat: no-repeat; background-position:center -0.2px;
}
*html #divmain{
	height: 400px;
}

#divmain a {
	text-decoration:underline;
}
#divmain h1 {
	color: #660033;
	font-size: 1.4em;
	font-weight: bold;
}
#divmain h2 {
	color: #660033;
	font-size: 1.2em;
	font-weight: bold;
}
#divmain h3 {
	color: #660033;
	font-size: 1.0em;
	font-style: italic;
}
#divmain hr {
	border: 1px solid #660033;
}
#divmain p {
	margin: 0px;
	padding: 5px 0px;
}
#divmain table {
	font-size: 1.0em;
	margin: 0px 0px;
}
#divmain ul {
	font-size: 1.0em;
	margin-top: 5px;
}
#divmain ul ul {
	font-size: 1.0em;
}

/* CONTACT FORM settings  */
label {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
}
div.address {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 120px;
	width: 450px;
}

/* DIV FOOTER settings */
#divfooter {
	background: #353752; 
	color: #ffffff;
	font-size: 0.8em; 
	margin: 0px auto 0px auto;
	padding: 5px 0px;
	text-align: center;
	height: 38px;
	border-top: 1px solid black;
}
#divfooter a {
	color: #ffffff;
}

/* DIV MENU - left side menu for navigation menu and news flash (if included) */
#divmenu { 
	background: #353752; 
	color: #ffffff;
	margin: 0px; 
	padding: 0px 0px 0 90px;
	position: absolute; 
	top: 157px; 
	width: 810px;
	height:30px;
}

/*  DIV NAV settings - navigation menu */
div#divnav {
	font-size: 1.2em; 
	text-align: left; 
	z-index: 9999;
	margin: 0px 0 0 0 ;
	padding: 0px 0px 0px 0px;
	height: 30px;
	text-transform:lowercase;
	border-left: 1px solid white;


}
div#divnav ul {
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	font-size: 1.0em;
	margin: 0 auto;
	list-style-type:none;
}

div#divnav li {
	background-image: url(../uploaded/images/pbutton.png);
	background-repeat:no-repeat; background-position:center;
	display: inline;
	float: left;
	line-height: 1.0em;
	list-style: none; 
	margin-top: -3px; 
	padding-top: 6px; 
	position: relative;
	border-right: 1px solid white;
	width: 100px;
	text-align:center;
	height: 30px;
}
div#divnav li:hover {
	background-image: url(../uploaded/images/pbutton2.png);
	background-repeat:no-repeat; background-position:center;	
	color: #ffffff;
}
div#divnav li.submenu {
	margin: 0px;
	padding: 0px; 
	background-image: url(../uploaded/images/pbutton.png);
	background-repeat:no-repeat; background-position:center;
}
div#divnav li.submenu:hover {
	background-image: url(../uploaded/images/pbutton2.png);
	background-repeat:no-repeat; background-position:center;	
	color: #ffffff;
}
div#divnav li a {

	color: #ffffff;
	display: block; 
	padding: 0.25em 0em 0.25em 0.0em; 
	text-decoration: none; 
	width: 100px;
}
div#divnav li a:hover {
	background-image: url(../uploaded/images/pbutton2.png);
	background-repeat:no-repeat; background-position:center;
	color: #ffffff;
}
div#divnav>ul a {
	width: auto;
}
div#divnav ul ul {
	background: #660033;
	position: absolute; 
	display: none;
	font-size: 1.0em;
}
div#divnav ul ul li {
	color: #660033;
}
div#divnav ul.level1 li.submenu:hover ul.level2, 
div#divnav ul.level2 li.submenu:hover ul.level3 {
	color: #660033;
	display: block; 
	margin: 0px 0px 0px 1px; 
	padding: 0px;
	width: 100px;
}
div#divnav ul.level2{
	top: 1.5em; 
	left: -1px; 
	width: 100px; 
}
div#divnav ul.level3 {
	top: -1px;  
	left: 99px; 
	width: 100px; 
}
div#divnav li.submenu li.submenu:hover {
	background-image: url(../uploaded/images/pbutton2.png);
	background-repeat:no-repeat; background-position:center;	
	color: #ffffff;
}
div#divnav li.submenu li.submenu:hover {
	background-image: url(../uploaded/images/pbutton2.png);
	background-repeat:no-repeat; background-position:center;	
	color: #ffffff;
}
#imageContainer {
height:317px;  	
width:573px; 	
}  
#imageContainer img { 
	display:none; 	
	position:absolute; 	
	top:0px; left:0px;
	opacity: -0.01; 
} 

*html #imageContainer {
margin-left:-573px;	
}  
*html #imageContainer img { 
	
} 