/* CSS Document */

* {margin:0px; padding:0px;}

body  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	background: #CCCCCC;
	background-image: url(images/background2.png);
	/* background-repeat: repeat-y;
	background-repeat:repeat-x; */
	/* old bg color #fff  page_bkg.jpg*/
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	padding: 10px 0;
}

li { 
	list-style: disc;
	margin-left: 20px;
}

h1 {
	font-size:14px;
	color: #194d6a;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}

p { margin-top:15px;}

a:link {color: #f6931e}     /* unvisited link old CA0000 */ 
a:visited {color: #f6931e}  /* visited link */
a:hover {color: #134560}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

#container{
	width: 900px;
	margin: 0 auto;
	/*border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border: 1px solid #888888; */
	border: 1px solid #000000;
	text-align: left;
}

#header_main {
	height:162px;
	background: url(images/header_2.png) no-repeat;
	}

#header {
	height:125px;
	}
	
.header_copy {
	color:#FFFFFF;
	text-align:right;
	padding: 5px 10px 0px 0px;
}
.header_copy a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#top_menu {
    height:33px;
 	background-image:url(images/black_bg_trans.png); /* black_bg.gif  */
	/* color:#FFFFFF; */
	border-top: 1px solid #d3bdbe;
	border-bottom: 3px solid #fe901f; /* #666666 */
	}
	
#menu_li_div {
	/* width: 800px; */
	
}
	
.date_div {
	color: #FFFFFF;
	text-align:right;
	font-weight:bold;
	padding: 9px 10px 0px 0px; 
	}
	
#top_menu a {
	color:#FFFFFF;
	}
	
#top_menu a:hover {
	color: #CCCCCC;
	}	
	
#main_content {
	/* background-image:url(images/trans_bgz.png); */
	/* height:600px; */
    background-color: #FFFFFF;
}

#footer {
	height:25px;
	background-color:#CCCCCC;
	background-image:url(images/footer_bg.png);
	border-top: 2px solid #fe901f;
	}
	
#footer2 {
	height:25px;
	/* background-color:#CCCCCC;
	background-image:url(images/footer_bg.png); */
	}
	

	
.left_content {
	width:18%;
	vertical-align:top;
	/* border-right: black solid 1px; */
}

.middle_content {
	width:62%;
	vertical-align:top;
	padding: 10px;
	/* border-top: black solid 1px;
	border-bottom: black solid 1px; */
}

.right_content {
	width:20%;
	vertical-align:top;
	/* border-top: black solid 1px;
	border-bottom: black solid 1px; */
}


/* submenu images begin */

.sub_box {
	margin:5px;
	margin-bottom: 10px;
}

.sub_box_header {
	height:25px; 
	text-align:center;
	vertical-align:middle;
	color: #FFFFFF; /* old f6931e */
	font-weight:bold;
	}

.sub_box_main {
	background-color: #FFFBF2;
	/* background-image:url(images/sub_menu_bg2.png); */
	padding:4px;
	/* height: 150px; */
	border: solid 1px #274150;
	/* border-bottom: 2px solid #274150; */
	text-align:justify;
	font-size:12px;
	
}

.middle {
	background-image:url(images/sub_menuM4.png);
	text-align:center;
	padding-top:1px;
}

.left {
	background-image:url(images/sub_menuL4.png);
	}
	
.right {
	background-image:url(images/sub_menuR4.png);
	}
	
.middle_bottom {
	background-color:#c2c6cf;

}

.left_bottom {
background-image:url(images/bottom_left.gif);

}

.right_bottom {
	background-image:url(images/bottom_right.gif); 

}

.sub_box_bottom {
	height:20px;
	}	

/* End submenu */

.top_menu_div {
	
}

.footer_div {
	text-align:center;
	color:#FFFFFF;
	padding-top: 4px;
}

.footer_div2 {
	text-align:center;
	color: #333333;
	padding-top: 4px;
}

.footer_div a {
	color:#FFFFFF;
	}
	
.left_menu_main {
	padding:10px 0px 0px 5px;
	height:550px;
	}
	
.left_menu_links {
	margin:0px 0px 5px 0px;
	font-size:14px;
	
	}
.left_menu_links a {
	text-decoration:none;
	color:#333333;
}
.left_menu_links a:hover {
	color:#D00221;
	}
	


img {
border:0px;
}


/* Header Menu Start */



#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: #CCCCCC;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/black_bg_trans.pngz) top right no-repeat;
border-top: 0px solid #d3bdbe; /*top border style*/
border-bottom: 0px solid #666666; /*thick bottom border below tabs -  old 3px */
border-right: 1px solid #999999;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 0px solid #666666; /*left border style #d3bdbe */
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #666666; /*right border style - old #d3bdbe */
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: white;
}

#thicktabs li a:hover{
color: black;
background-image: url(images/black_bg_over.gif); /*background image swap on hover*/
}




/* Header Menu End */


/* Portfolio page classes */

.portfoliodiv {
	margin:15px; 

}

.portfolio_header {
	padding:2px 2px 2px 10px;
	/* border-top: 1px solid #f6931e;
	border-bottom: 1px solid #f6931e; */
	background-color: #194d6a; /* old #134560 */
	background-image:url(images/sub_menuM4.png); 
	/* background-image:url(images/sub_menuM.png); */
	color: #f6931e; /* old f6931e */
	font-weight:bold;

}

.portfolio_pic {
	padding: 1px;
	text-align:center;

}

.portfolio_col {
	width:50%;
	padding:5px;
	vertical-align:top;

}

/* Portfolio page classes END */

.city_div {
	border: 1px solid #000000;
	margin-top: 20px;
	

}

.city_div_head {
	background-color:#194d6a; /* 134560 */ 
	background-image:url(images/sub_menuM4.png); 

	padding: 3px;
	font-weight:bold;
	color:#f6931e;

}

.city_div_main {
	padding: 5px;
}

.home_div {
height:100px;
text-align:justify;
margin-top:0px;
vertical-align:top;
}