body {
	margin:0;
	color:#414141;
	font:14px/20px Verdana, Helvetica, sans-serif;
	background: #414141;
	
}

#ipad {
	display:none;
}


#main {
	
	margin:0 auto;
	width:1100px;
}

a {
	color: #d50000;
	text-decoration:underline;
}
a:hover {
	color: #ff8000;
}

.pointer { cursor: pointer }


/*-----header-----*/
#header {
	clear:both;
	width:1100px;
	height:119px;
	overflow:hidden;
	background:url(../images/header-bg.gif) no-repeat;
}
#header h1 {
	float:left;
	height:71px;
	margin:0 20px 0 0;
	display:inline;
	overflow:hidden;
	padding:0px 0px 0px 20px;
}
#header h1 a {
	display:block;
	width:274px;
	height:71px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
}
#toolbox {
	float:left;
	padding:5px 20px 0px 0px;
	vertical-align:top;
}

#top_data {
	float:right;
	padding:20px 30px 0px 0px;
	vertical-align:top;
	color:#68614f;
	font-size:11px;
}

#top_data a {
	color:#68614f;

}

#rotate {
	display:none;
	text-align:center;
	
}

#map_canvas {
	height:540px;
	width:1070px;
}

/*-----content-----*/
#content {
	clear:both;
	width:1070px;
	
	padding:0 15px;
/*	overflow:hidden; */
	background:url(../images/content-bg.gif) repeat-y;
}

#page_text {

	padding:20px 35px 35px 35px;
}


/*---flash-holder---*/
.flash-holder {
	clear:both;
	overflow:hidden;
	width:100%;
}
.flash-holder img {
	display:block;
	margin:0;
}
/*---quick-links---*/
.quick-links {
	clear:both;
	overflow:hidden;
	width:100%;
	background:url(../images/dividers.gif) repeat-y 400px 0;
}
.quick-links .lnk-box {
	float:left;
	width:300px;
	padding:10px 25px 0 18px;
}
.quick-links .lnk-box a {
	width:100%;
	color:#414141;
	padding:0 0 10px;
	text-decoration:none;
	font:11px/20px Verdana, Helvetica, sans-serif;
	
}
.quick-links .lnk-box a strong {
	display:block;
	clear:both;
	overflow:hidden;
	padding:0px 0px 10px 0px;
	font:bold 16px/20px Verdana, Helvetica, sans-serif;
}


/*---txt---*/
.txt {
	clear:both;
	overflow:hidden;
	padding:10px 18px 0;
}
.txt p {margin:6px 0 0;}
/*-----footer-----*/



#footer {
	clear:both;
	max-width:1000px;
	padding:23px 50px 0;
	overflow:hidden;
	background:url(../images/footer-bg.gif) no-repeat;
}
#footer p {
	float:left;
	margin:0;
	color:#5a5a5a;
	font:bold 10px/30px Verdana, Helvetica, sans-serif;
}
#footer p a {
	color:#5a5a5a;
	text-decoration:none;
}
#footer p a:hover {text-decoration:underline;color:#fff;}
#footer ul {
	float:right;
	margin:0;
	padding:0;
}
#footer ul li {
	float:left;
	padding:0 0px;
	list-style:none;
}
#footer ul li a {
	display:block;
	width:124px;
	height:23px;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	padding:0px 0 0 0;
	font-weight:bold;
	color:#414141;
	font-size:14px;

}
#tabtext {padding:2px 0 0 0;}
#footer ul li a.tab {background:url(../images/tab.gif) no-repeat;}
#footer ul li a.tabfacebook {background:url(../images/tabfacebook.gif) no-repeat;}
#footer ul li a:hover,
#footer ul li a.active {background-position:0 -23px;}
















/*---navigation---*/
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
