@charset "UTF-8";
/* CSS Document */

/****** DEFAULT *******/
*{
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address{
	color: #000;	
}

h1 {
	color:#DD2324;
	font: 20px arial, sans-serif;
	font-weight:bold;
}

h2 {
	color:#13306A;
	font: 18px arial, sans-serif;
	font-weight:bold;
}

li, dd{
	margin-left:1em;
}

fieldset{
	padding: 0.5em;
}

img{
	border: none;
}

a{
	text-decoration:none;
}

body{
	font: 13px arial, sans-serif;
	color: #000;
	background-image: url(../images/back_pattern.jpg);
	background-repeat: repeat;
}

/******* MAIN CLASSES *******/

.clear {
	clear: both;
}

.images {
	cursor:pointer;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.photo_gallery{
	width:155px;
	float:left;
	margin:5px;
	font: 12px arial, sans-serif;
	color:#666;
	background-color:#EEE;
	border:1px solid #ccc;
	padding:2px;
	text-align:center;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.grey_txt{
	color: #999;	
}

.justy{
	text-align:justify;
}

.buton{
	color:#FFF;
	background-color:#F00;
}

/****** DIV CLASSES *******/
#workarea{
	width:100%;
	height:100%;
	position:relative;
}

#menu_box{
	width: 1000px;
	margin: 0 auto;
}

#menu_box #menu{
	width:220px;
	background-color:#DD2324;
	position:absolute;
	top:120px;
	margin-left:17px;
	z-index:auto;
	border: solid 1px #FFF;
	padding: 2px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.menu_but{
	width:210px;
	height:20px;
	background-color:#FFF;
	color:#CC0000;
	padding-left:10px;
	font-family:Arial,sans-serif;
	font-size: 0.9em;
	font-weight:bold;
	margin-bottom: 2px;
	text-decoration:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-decoration:none;
}

.menu_but a{
	text-decoration:none;
}

#menu_box #info_box{
	width:730px;
	background-color:#FFF;
	position:absolute;
	top:220px;
	margin-left:250px;
	padding:1px;
	z-index:auto;
	text-align:center;
}

#header{
	background-color:#FFF;
	width: 100%;
	height: 201px;
}

#header_image{
	background: url(../images/header.jpg) no-repeat scroll 0 0 #FFF;
	background-position:center;
	height: 201px;
}

#bar_header{
	margin-top:1px;
	background-color:#4b7c93;
	border-top: #FFF solid 1px;
	width:100%;
	height:5px;
}

#main{
	width: 1000px;
	margin: 0 auto;
	border: solid 1px #4b7c93;
	background-color:#FFF;
	padding-bottom:20px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#main #main_info{
	padding-top: 220px;
	padding-left:20px;
	padding-right:20px;
}

#main #main_info #title_box{
	width: 1000px;
	height:27px;
	padding-left: 35px;
	padding-top:7px;
	padding-bottom: 10px;
	background: url(../images/mini-logo.jpg) no-repeat;
}

#footer{
	width: 100%;
	height: 20px;
	text-align:center;
	color:#FFF;
	margin-top: 5px;
}

#contact_map{
	padding-left:20px;
}

