/*
================================================================================
|                                     Backgrounds                              |
================================================================================
*/
.top {background-image:url(../images/top.jpg); background-repeat:no-repeat; width:1000px; height:309px;}
.top3 {background-image:url(../images/top3.jpg); background-repeat:no-repeat; width:1000px; height:309px;}
.middle {background-image:url(../images/middle.gif); background-repeat:repeat-y; width:1000px; height:590px;}
.bottom {background-image:url(../images/bottom.gif); background-repeat:no-repeat; width:1000px; height:51px;}

.top2 {background-image:url(../images/top2.jpg); background-repeat:no-repeat; width:585px; height:10px;}
.middle2 {background-image:url(../images/middle2.jpg); background-repeat:repeat-y; width:585px; height:360px;}
.bottom2 {background-image:url(../images/bottom2.jpg); background-repeat:no-repeat; width:585px; height:9px;}

.cont_block1 {background-image:url(../images/cont_block1.jpg); background-repeat:no-repeat; width:244px; height:379px;}
.cont_block2 {
	background-image:url(../images/cont_block2.jpg);
	background-repeat:no-repeat;
	width:324px;
	height:379px;
	color: #045BBA;
}
.cont_block3 {background-image:url(../images/cont_block3.jpg); background-repeat:no-repeat; width:250px; height:379px;}

.map {background-color:#fffef4; width:238px; height:160px;}


.ul {
	padding:0 0 0 0px;
	margin:0 0 0 0px;
	list-style-type:none;
}
.ul li {
	padding:0 0 0 15px;
	margin:0 0 0 0px;
	background:url(../images/marker_1.png) no-repeat 0px 6px;
}


/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #c5dfd4;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}
form, body, iframe { margin: 0; padding: 0;}
img, table, iframe { border: 0; padding:0; margin:0;}
table { border-collapse:collapse}
table td { padding:0; margin:0; border:0} 
table tr { padding:0; margin:0; border:0} 
a { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#f99502;
	text-decoration:underline;
}
a:hover { 
		text-decoration:none; 
} 
/*
================================================================================
|                                     Fonts                                    |
================================================================================
*/
.ttl {font-family:"Times New Roman", Times, serif; font-size:18px; color:#fdff7c;}

.font1 {color:#e3ee85;}
.font2 {font-size:11px; color:#525252;}

.href1 {font-size:13px; font-weight:normal; color:#e3ee85; text-decoration:none;}
.href1:hover {text-decoration:underline;}
.href2 {font-size:11px; font-weight:normal; color:#80a333; text-decoration:underline;}
.href2:hover {text-decoration:none;}

