
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	        /* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */

        font-family: Arial, sans-serif; 
        font-size: 10pt; 
        color: #3E3D3D; 
        text-align:center;
}

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

h1 {
        font-size: 18px; 
	margin:2.1em 3.2em 1.2em 0;
	padding:0;
	color: #0c97c0;
}

h2 {
        font-size: 12pt; 
	margin:.8em 0 .2em 0;
	padding:0;
	color: #0c97c0;
}


h2 a { text-decoration:none; color: #0c97c0;} 


h3 {
        font-size: 10pt; 
	margin:.5em 0 .2em 0;
	padding:0;
	color: #0c97c0;
        text-align:center;
}

h4 {
        font-size: 11pt; 
	margin:.8em 0 .2em 0;
	padding:0;
	color: #0c97c0;
}

ul {
	margin: 0;
	padding: 38px 0 0 0;
	list-style: none;
	line-height: 2.0em;
        font-size: 10pt; 
}

p {
	margin:.1em 0 .5em 0;
	padding:0;
}




#fixed {
        margin:0 auto;
        width:960px;                           /* you can use px, em or % */
        text-align:left;
}

/* Header styles */
#header {
	clear:both;
	float:right;
        position:relative;
	width:960px;
        height:130px;
        text-align:center;
	background:#fff;
}

img.logo {
        position:relative;
        float:left;
	margin:1.1em 0 0 0;
}



/* Menu */
#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	background: url(dalmatia-mn.jpg) repeat-x left top;
}
#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
	height: 45px;
}
#menu a {
	display: block;
	margin-right: 3px;
	padding: 12px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F0DE7D;
	border: none;
}
#menu a:hover {
	text-decoration: underline;
}



/* column container */
.colmask {
	position:relative;	        /* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:82%;			/* right column width */
	background:#fff;	        /* left column background colour */
}
.leftmenu .col1 {
	width:18%;			/* right column content width */
	left:82%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:81%;			/* left column content width (column width minus left and right padding) */
	left:83%;			/* (right column left and right padding) plus (left column left padding) */
}


#map {
	padding: 267px 0 0 0;
}


table, tr, td
{
        border: 0px solid white;
}

table
{
        width:99%;
        border-bottom: 1px dashed #0c97c0;
	padding: 5px 0 5px 0;
}

.column1 {
        text-align:left;
        width:15%;
}

.column2 {
        width:70%;
	margin:.1em 0 .5em 0;
	padding:0;
        text-align:center;
}

.column3 {
        width:15%;
        text-align:right;
	line-height: 3.0em;
}

.address {
        font-family: Verdana, sans-serif; 
        font-size: 8pt; 
	color:#069;
        text-align:center;
	padding: 2px 0 1px 0;
}


#nextpage {
        float:right;
        position:relative;
	margin: 1.2em 1em 0.2em 0;
}


#grb {
        padding: 30px 0 0 20px;
}


/* Footer styles */

#footer {
	clear:both;
        float:right;
        position:relative;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(dalmatia-ft.jpg) repeat-x left top;
}
#footer ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	line-height: normal;
}
#footer li {
	float: left;
	height: 50px;
}
#footer a {
	display: block;
	margin-right: 3px;
	padding: 8px 0 7px 173px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: none;
}

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



#copy {
	clear:both;
        float:right;
        position:relative;
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
        text-align:center;
	padding: 0 0 9px 0;
}


