@charset "utf-8";
/* CSS Document */

#left_column {
	padding-top: 30px;
}

#grid_3_in {
	margin-left: 0;
	margin-right: 0;
}

.vline {
	background-image:url(../images/common/bg_vline.gif);
	background-repeat:repeat-x;
	width:100%;
	height:20px;
	margin-left:0;
	margin-right:0;
}

#main_navi {
	margin-left:0;
	margin-right:0;
}


#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #666;
	height:50px;
	text-align:right;
	margin-left: 0;
	margin-right: 0;
	padding-top:20px;
}

#body_colunm {
	margin-left: 0;
	margin-right: 0;
	
}

#image_main_in {
	height: 140px;
	margin-left:0;
	margin-bottom:20px;
	margin-right:0;
}

#txt_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#333;
	margin-left:0;	
	margin-right:0;
	margin-bottom:30px;
}

#txt_body2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#1972B8;
	margin-left:0;	
	margin-right:0;
	margin-bottom:10px;
}

#txt_body2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:16px;
	color:#1972B8;
	margin-left:0;	
	margin-right:0;
	margin-bottom:10px;
	text-decoration:none;
	font-weight:bold;
}

#header_in {
	background-image:url(../images/common/bg_header_in.png);
	background-repeat:repeat-x;
	height:140px;
	margin-left:0;
	margin-bottom:20px;
	margin-right:0;
}

#sub_navi {
	margin-left:0;
	margin-right:0;
	margin-bottom:30px;
}
#footer {
	padding:0;
	width:960px;
	height:140px;
	margin-left:0;
	margin-right:0;

}

#footer_left {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	text-align:left;
	/*background-image:url(../images/common/footer_left_bg.gif);
	background-repeat:repeat-x;*/
	background-color:#666;
	width:240px;
	height:140px;
	padding-top:15px;
	margin-left:0;
	margin-right:0;	

}

#footer_right {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	/*background-image:url(../images/common/footer_right_bg.gif);
	background-repeat:repeat-x;*/
	background-color:#5E5E64;
	width:720px;
	height:140px;
	padding-top:15px;
	margin-left:0;
	margin-right:0;	
}

#footer_right p, #footer_left p {
	margin-top:10px;
	color:#eee;
}

#copyright {
	height:30px;
	padding-top:5px;
	margin-left:250px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;	
}

/* Home page styles */

.no_margin {
	margin-left:0;
	margin-right:0;
}

.left_margin {
	margin-left:20px;
	margin-right:0;
}

.right_margin {
	margin-left:0;
	margin-right:20px;
}

#main_img {
	width:700px;
	height:359px;
	margin-left:0;
	margin-right:0;
}

/*#img_building {
	height:134px;
	margin-bottom:10px;
}*/

#bnr_building {
	margin-left:0;
	margin-right:0;
	margin-bottom:10px;
}

.image_boarder {
	border:solid #FFFFFF 1px;
}

.image_boarder_ambulance {
	border:3px solid #FFFFFF;
}



#carousel {
	width:700px;
	height:359px;	
	margin-left:0;
	margin-bottom:10px;
	overflow:hidden;
	float:left;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:700px;
	height:359px;
	border:0px solid #ccc;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:4900px;			
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:700px;
	height:359px;	
	float:left;
	list-style:none;
	margin-left:0;
	margin-bottom:0;
}

#slides li img {
	padding:0px;
	margin:0;
}


.clear {clear:both}


.style1 {font-weight: bold}

/* image slider styles for home page */

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:359px;	width: 700px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 200px; height:60px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.paging a.active {
	font-weight: bold;
	background: #666;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/* tabbed area in body - start*/

#tabbed_box {
    margin: 0px;  
    width:100%;  
} 

.tabbed_area {  
	margin-top:15px;
    border:none;
    padding:0;      
}  

ul.tabs {  
    margin:0px; 
	padding:0px;  
    margin-top:5px;  
    margin-bottom:6px; 
}  
ul.tabs li {  
	margin:0;
	padding:0;
    list-style:none;  
    display:inline;  
} 

ul.tabshome li 
{
    list-style:none;  
    display:inline;  
}  

ul.tabs li a {  
    background-color:#DEE3FA;  
    color:#5E9E36	;  
    padding:8px 14px 8px 14px;  
    text-decoration:none;  
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
    font-weight:bold;  
    text-transform:uppercase;
}  

ul.tabshome li a {
	background-color:#DEE3FA;
    color:#666;  
    padding:8px 5px 8px 5px;  
    text-decoration:none;  
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
    font-weight:bold;  
    text-transform:uppercase;
} 

ul.tabs li a:hover {  
	color:#060;
	background-color: #CBD2F8;	
} 

ul.tabshome li a:hover {
	color:#060;
	background-color: #CBD2F8;
}

ul.tabs li a.active {  
    color:#060;  
	background-color: #CBD2F8;
}  

ul.tabshome li a.active {  
    color:#060;  
	background-color: #CBD2F8;
}

.content {  
	margin-top:15px; /*edited*/
    padding:0px; 
}  

#content_2, #content_3, #content_4 { display:none; } 

/* tabbed area in body - end*/

