* 
{
margin: 0px;
padding: 0px;
}

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A4E4F5;	
}

textarea {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}


h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}


h1, h2 {

	font-weight: normal;
}

h1 {
	font-size: 2.0em;
	color: blue;
}

h2 {
	font-size: 1.2em;
}


a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}

img {
	border: 0px solid #ddd;
}
ul {

}


#main
{
width: 904px;
margin: 0 auto;
border: 10px solid #ffffff;
margin-top: 20px;
margin-bottom: 20px;
}

/* Header */
#header {
  width: 904px;
  height: 180px;
}
/* Page */

#page {
	width: 904px;
	background: #ffffff;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 582px;
	margin-left: 1px;

}


/* Left Sidebar */

#leftbar {
	float: left;
	width: 160px;
	margin-top: 2px;
	color: #0D699B
}

#leftbar a {
	text-decoration: none;
	color: #0D699B;
	font-size: 11px;
}

#lefthbar a:hover {
	color: #0D699B;
	text-decoration: underline;
}

#leftbar h2 {
	padding-top: 10px;
	color: #FFFFFF;
	background: url(../images/title.png) no-repeat;
	height: 26px;
	padding-left: 10px;
}

/* Right Sidebar */

#rightbar {
	float: left;
	width: 160px;
	margin-top: 2px;
	color: #0D699B
}

#rightbar a {
	text-decoration: none;
	color: #0D699B;
	font-size: 11px;
}

#rightbar a:hover {
	color: #0D699B;
	text-decoration: underline;
}

#rightbar h2 {
	padding-top: 10px;
	color: #FFFFFF;
	background: url(../images/title.png) no-repeat;
	height: 26px;
	padding-left: 10px;
}

#leftbar .back, #rightbar .back
{
background: url(../images/box_back.png) repeat-y;
padding: 4px;

}

#leftbar .bottomx, #rightbar .bottomx
{
background: url(../images/box_bottom.png) no-repeat;
height: 3px;
width: 160px;
margin-bottom: 10px;

}
#leftbar .topx, #rightbar .topx
{
background: url(../images/box_top.png) no-repeat;
height: 3px;
width: 160px;
margin-top: 2px;
}


/* Footer */

#footer {
	height: 75px;
	background: url(../images/footer.jpg);
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #000000;
	padding-top:40px;
}

#footer a {
	color: red;
}
.post {
	margin-bottom: 15px;
	background: #ffffff;
	padding: 10px;
	color: #0A416B;
	text-align:justify;
}

.post ul { 
	padding-left:15px;
}
.post ol { 
	padding-left:15px;
}
.post a {
	color: #1D74A6;
}

.post a:hover {
	color: red;
}
.tbl-view th { padding: 4px; background: #333; color: #FFF; text-align: center; vertical-align: middle; }
.tbl-view td { padding: 4px; border-bottom: 1px solid #E0E0E0; vertical-align: top !important; }
.tbl-view tr.zebra td { background: #F1F1F1; }

/* Slider */

#slider {
    width: 150px; /* important to be same as image width */
    height: 123px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 150px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 150px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 10px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}


/* Tab */

.container {width: 100%; margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	cursor:pointer;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 0.9em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

div.caption {
	position: absolute;
	margin-top: -75px;
	
	width: 150px;
	
	padding: 5px 10px;
	background: black;
	color: white;
	font-family: sans-serif;
	border-radius: 10px;
	display: none;
}
.map { width: 100%; height:400px; }
.rounded { border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px; }

#map {
	width: 100%;
	height: 400px;
	float: left;
}
#map-side-bar {
	float: left;
	padding: 7px 20px;
}
