BODY
{
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 78%;
    TEXT-DECORATION: none;
	color:#515151;
	margin: 0px;
	padding: 0px;
	background: url('../images/background/background.jpg') #4e75a0 top repeat-x;
	/* background:#999 url('../images/background/background2.jpg') top repeat-x; */
	behavior: url("/css/csshover.htc");
	text-align:center;
}

#wrapper {
	background: url('../images/background/bg_top.jpg') #fff top repeat-x;
	position:relative;
	width:990px;
	height: auto;
	min-width:990px;
	min-height:1700px;
	padding: 0px;
	z-index:1;
	font-size:100%;
	margin: 0 auto;
	text-align:left;
	/* background: url('../images/mainback.jpg') #ffffff repeat-y; */
}

/* for Internet Explorer */
* html #wrapper {
height: 1700px;
}

/* Main Body CSS */

#maincontent, #maincontent_norightbar
{
	background: url('../images/bg-middle.jpg') #ffffff no-repeat top right;
	position:relative;
	margin-top:-6px;
	margin-left:185px;
	padding-left:25px;
	width:780px;
	height:auto;
	min-height:1700px;
	font-size:105%;
}

#maincontent
{
	width:500px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	margin-right:259px;
}

/* for Internet Explorer */
* html #maincontent {
width:540px;
height: 1700px;
}

TD
{

	font-size:80%;

}

/* Left Bar CSS */

#leftmenu
{
	position:absolute;
	top:221px;
	left:0px;
	width: 185px;
	padding-left:0px;
	height: auto;
	min-height:1000px;
	text-align:left;
	z-index:3;
}

.menutitle, .leftmenutitle, .mainmenutitle {
	background: url('/images/menutitle.jpg') #2e88c7 repeat-x; 
	width:auto;
	height:27px;
	line-height:27px;
	font-family: "Trebuchet MS",Arial;
	color: #ffffff;
	padding: 0px 5px 0px 10px;
	text-align:left;
}

.leftmenutitle {
	background: #6699cc;
	padding-left: 13px;
	border-top: 1px solid #ffffff;
	border-left: 2px solid #d4e5ec;
	border-bottom: 1px solid #d4e5ec;
	height:22px; 
	line-height:22px;
}

.mainmenutitle {
	margin-top:15px;
	margin-bottom:15px;
	font-size:15px;
}

.menunewstitle {
	background-image: url(../images/leftnews.jpg);
	height:37px;
	line-height:37px;
	padding-left: 15px;
	color:#ffffff;
}

.menunews
{
	padding:15px 0px 15px 15px;
	color:#515151;
	width:auto;
	background-color:#fff;
	border:1px solid #ccc;
	margin-left:1px;
}

/* Right Bar CSS */

#rightmenu
{
	width:240px;
	position:absolute;
	top:248px;
	right:10px;
	height:auto;
	text-align:left;
}

#weatherinfo
{
	
}

#temperature
{
	width:50px;
	height:55px;
	line-height:19px;
	position:absolute;
	right:0px;
	margin-top:25px;
	margin-right:25px;
	padding-top:9px;
	background: url("/images/temperature.gif") top left;
	background-repeat: no-repeat;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#weathertime
{
	position:absolute;
	width:100px;
	right:0px;
	margin-top:2px;
	font-size:11px;
	color:#ffffff;
	text-align:center;
}

/* Title CSS */

#title
{
	width: auto;
	height: 247px;
	text-align:left;
}

#headerleft
{
	position:absolute;
	top:70px;
	left:0px;
	background: url("/images/header_left.jpg") top left;
	background-repeat: repeat-x;
	background-color: #fff;
	width: 560px;
	height: 151px;
	border-top:1px solid #bbf;
	border-left:1px solid #bbf;
	z-index:1000;
}

#headerphoto
{
	position:absolute;
	top:70px;
	left:560px;
	width: 429px;
	height: 177px;
 	background-repeat: no-repeat; 
 	background-position: top left;
 	background-color: #257fc0;
 	border-top:1px solid #bbf;
}

/* Footer */
#footer
{
	text-align:center;
	padding:30px 20px 0px 20px;
}

/* Other Main Layout */

H1
{
font-family: "Trebuchet MS",Arial;
font-size: 18px;
font-weight:normal;
COLOR: #1a6397;
padding-bottom:10px;
}

H2
{
font-family: "Trebuchet MS",Arial;
font-size: 16px;
font-weight:normal;
COLOR: #1a6397;
padding-bottom:10px;
}

H3
{
font-family: "Trebuchet MS",Arial;
font-size: 14px;
font-weight:normal;
COLOR: #1a6397;
padding-bottom:10px;
}

.sectiontitle {

	font-size:14px;
	padding:0px;
	margin:0px;

}

.smalltext
{
    FONT-SIZE: 10px;
    TEXT-DECORATION: none;
}

.justify
{

	font-weight: normal;
	TEXT-DECORATION: none;
	TEXT-ALIGN: justify;
    
}

hr {
	color: #dddddd;
	height: 1px;
	padding: 3px 0px 4px 0px;
	border-style: solid;
	border-width: 1px 0 0 0;

}

A
{
	TEXT-DECORATION: none;
}

A:link /* unvisited link */ { COLOR: #0000CC; }
A:visited /* visited link */ { COLOR: #990099; }
A:hover /* mouse over link */ { text-decoration:underline; }
A:active /* selected link */ { COLOR: #009900; }

A.bottomtext, A:link.bottomtext, A:hover.bottomtext
{
	font-size: 11px;
	color: #2E8FBE;
}

.menutitle a, .menutitle a:visited, .menutitle a:active {
	color: #ffffff;
}
.menutitle a:hover {
	color: #ffff33;
}

SELECT
{
	font-size: 90%;
	background-color: #ffffff;
	color: #000000;
	border:1px solid #999999;
	line-height: 14px;
}

INPUT
{
	FONT-FAMILY: Arial,Helvetica;
	FONT-SIZE: 95%;
	background-color:#ffffff;   
	border:1px Solid #999999;
	padding:1px 1px 1px 2px;
}

INPUT.checkbox
{
    FONT-SIZE: 95%;
	background-color:transparent;
	border:0;
}

INPUT.radio
{
    FONT-SIZE: 95%;
	background-color:transparent;
	border:0;
}

INPUT.submit
{
    FONT-SIZE: 10px;
	background-color:#ffffff;
	color: #000000;
	border:1 Solid #999999;
}


TEXTAREA
{
	font-size: 12px;
	BACKGROUND-COLOR: #ffffff;
	border: 1px solid #999999;
}

LI
{
	padding: 5;
}

.box 
{
	background-color: #f4f4ff;
	border: 1px solid #dddddd;
	padding: 5px 5px 5px;
	margin: 10px 0px 0px 0px;
	text-align:left;
}

.whitebox 
{
	border:1px solid #cccccc;
	padding: 5px 5px 5px 8px;
	
}

.photobox 
{
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	padding: 4px;
	margin: 0px;
	text-align:center;
	font-size:11px;
}

/* Photo borders */
.photobox_left, .photobox_right 
{
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	padding: 4px;
	text-align:center;
	font-size:11px;
}

.photobox_left
{
	position:relative; 
	float:left; 
	margin:0px 15px 10px 0px;
}

.photobox_right
{
	position:relative; 
	float:right; 
	margin:0px 0px 10px 15px;
}

.featuredlisting {
	background-image: url("/images/featuredlisting.jpg");
	background-repeat: no-repeat;
	height:25px;
	background-position: right;
	margin-top:15px;
	margin-bottom:15px;
	color: #006600;
	font-weight:bold;
	font-size:14px;
}

.optionbutton {
	background-image: url("/images/optionbutton.gif");
	background-repeat: no-repeat;
	width:111px;
	height:23px;
	line-height:23px;
	text-align:center;
	font-size:10px;
	margin:5px 0px 0px 0px;
}

.optionbutton a {
	color:#003300;
}

/* IMG CSS */

img.left
{
	border:1px solid #999999;
	margin:0px 10px 10px 0px;
}

img.right
{
	border:1px solid #999999;
	margin:0px 0px 10px 10px;
}

.cellborder {
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
	
}

.padimg {
	padding-right: 10px;

}
.padimg2 {

	padding: 0px 0px 0px 25px;
}

.bgpoza {
	background-image: url(/images/bgpoza.gif);
}

blockquote
{
	margin:5 0 0;
	padding:0 0 0 40px;
	color:#555;
	background:url('/images/pp-quote.gif') no-repeat;
	quotes: none;
}

/* CSS Tabs */

.menutabactive
{
	background: url("/images/background_tab.jpg") #FFFFFF top left;
	background-repeat: repeat-x;
	border: 1px solid #666666;
	border-bottom: 1px solid #ffffff;
	padding: 12px 9px 9px 8px;
	margin: 0px 0px 10px 0px;
	text-align:center;
	font-size:90%;
}

.menutabinactive
{
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	padding: 7px 5px 7px 5px;
	margin: 0px 0px 10px 0px;
	text-align:center;
	font-size:90%;
}