body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:1000px;		/* Minimum width of layout - remove line if not required */
	font-size:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}
a:link, a:visited, a:active {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}

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

h1 {
	font-size: 22px;
	color: #d24f1d;
	margin: 10px 0px;
	border-bottom:3px dotted #989788;
	padding-bottom:2px;
	padding-left:10px;
	font-weight:bold;
	font-style:italic;
}
h2 {
	font-size: 20px;
	color: #d24f1d;
	margin: 10px 0px 5px 0px;
	border-bottom:3px dotted #989788;
	padding-bottom:2px;
	padding-left:10px;
	font-weight:bold;
	font-style:italic;
}
h3 {
	font-size: 14px;
	color: #d24f1d;
	margin: 20px 0px 0px 0px;
	border-bottom:3px dotted #989788;
	padding-left:10px;
	padding-bottom:7px;
	font-family:"Times New Roman", Times, serif;
}
h4 {
	font-size: 12px;
	color: #8d3c00;
	margin: 8px 0px 0px 0px;
	padding:3px 0;
	padding-left:10px;
	border:0;
	font-weight:normal;
}
h5 {
	border-bottom:3px dotted #989788;
}
p{
	margin:8px 0;
	padding:3px 10px 0 10px;
}

img {
	margin:10px 0 5px;
	border:0;
}
#main {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}
#header {
	float:left;
	width:1000px;
	padding:0;
	margin:10px auto 10px auto;
}
#banner {
	height: 210px;
	width:780px;
	min-height:210px;
	padding: 0px;
	float:left;
}
#banner p{
	margin:0;
	padding:0;
	}
#links_box {
	float: right;
	clear: right;
	width: 220px;
	height: 210px;
	background-image:url(../images/links_box_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#links {
	border-bottom:3px dotted #989788;
	border-top:3px dotted #989788;
	text-align:center;
	width:200px;
	margin:2px 2px 2px 5px;
	padding:3px 0;
}
#links a {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
#links a:hover {
	color: #989788;
	font-weight:bold;
	text-decoration:none;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:1000px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#FFFFFF;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#FFFFFF;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:95%;
	overflow:hidden;
	padding:20px 30px 0 20px;
	text-align:justify;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
	padding:32px 2px 10px 0px;
	font-family:"Times New Roman", Times, serif;
}

#col2 img {
	padding-left: 4px;
}
.menu ul, .menu li {
	margin: 0;
	padding:2px;
	list-style: none;
	margin-bottom: 5px;
	font-size:110%;
	display: block;
}

.menu ul {
	margin-bottom: 0;
}

.menu li a {
	width: 167px;
	height: 20px;
	padding: 6px 0 0 0;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px 0 2px 10px;
	text-decoration:none;
}
.menu_default a:link, .menu_default a:visited {
	border-bottom: 0px;
	color:#FFF;
	text-decoration:none;
	background: #d24f1d;
}
.menu_default a:active{
	color:#8d3c00;
}
.menu_default a:hover {
	border-bottom: 0;
	color:#FFF;
	text-decoration:none;
	background: #000;
}
.menu_current a:link, .menu_current a:visited, .menu_current a:active, .menu_current a:hover {
	/*border-bottom: 3px dotted #989788;*/
	text-decoration:none;
	color:#FFF;
	/*font-style:italic;*/
	background: #000;
}
#col3 {
	float:left;
	width:180px;
	position:relative;
	left:0px;
	overflow:hidden;
	padding:20px 0px 10px 0px;
	color:#989788;
	font-size:95%;
}
.news {
	border-bottom:3px dotted #989788;
	color: #d24f1d;
}

.news a {
	color: #d24f1d;
}

#col3 a{
	font-weight:bold;
	color:#8d3c00;
	text-decoration:none;	
	font-style:italic;
}	
#col3 a:hover{
	font-weight:bold;
	color:#000000;
	text-decoration:none;	
	font-style:italic;
}

#col3 h2 {
	font-size: 20px;
	color: #FFF;
	margin: 10px 0px 5px 0px;
	background: #000;
	/*border-bottom:3px dotted #000000;
	border-top:3px dotted #000000;*/
	padding-bottom:2px;
	padding-left:10px;
	font-weight: normal;
	font-style:italic;
	border-bottom: none;
}

div.form-right {
	width: 180px;
	overflow: hidden;
}

div.form-right input[type="text"] {
	width: 169px;
	height: 16px;
	border: 1px solid #404040;
	color: #989788;
	margin: 4px 0 3px 0;
	font-size: 12px;
	padding: 4px;
}

div.form-right input[type="image"] {
	float: right;
}

div.form-right textarea {
	width: 169px;
	height: 46px;
	border: 1px solid #404040;
	color: #989788;
	margin: 4px 0 3px 0;
	font-size: 12px;
	padding: 4px;
	font-family: Arial, Helvetica, Times;
}


#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	height: 30px;
	background-image: none;
}


#copyright {
	text-align: center;
	font-size: 10px;
	padding: 2px 0 2px 0;
	background-color:#d24f1d;
	color:#FFFFFF;
	width:100%;
	margin:30px auto;
	clear:both;
}
#copyright p {
	color:#FFFFFF;
	margin:0px 0 1px 0;
}
#copyright a {
	color:#FFFFFF;
	text-decoration:underline;
}
#copyright a:hover{
	color:#FFFFFF;
	text-decoration:none;
}	
#fixed {
	width:1000px;
	margin:0 auto;
}

div.tel {
	font-size: 24px;
	color: #d24f1d;
	font-weight: bold;
	margin-left: 5px;
	
}

div.tel span {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

ul.notvisible {
	margin: 0;
	padding: 0 0 0 2px;
}