﻿body  {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background: #030A75 url(images/inages/new_bg_03.jpg) no-repeat center top;
	text-align: center;
	color: #000000;
	margin: 0;
	line-height: 1.5em;
}
.twoColFixLtHdr #container {
	width: 738px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 2px solid #ccc;
	min-height: 726px;
	vertical-align:top;
} 
.twoColFixLtHdr #header {
	margin: 0;
	height: 239px;
	width: 178px;
} 

#div_top {
	height: 48px;
	width: 300px;
	/*margin-right: 150px;*/
	padding: 32px 150px 0 0;
	float: right;
}

#menu_top {
	float: right;
	padding: 3px 3px 0px 0px;
	font-size: x-small;
	width: 200px;
	display: inline;
}
#div_top #menu_top li {
	display: inline;
}

#menu_top ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0 0 0 0;
	width: 433px;
}
#menu_top ul li a {
	float: right;
	padding-left:10px;
	padding-bottom:5px;
	margin-left:5px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #999;
	background:url(images/top_menu.gif) no-repeat;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 10px 15px 20px;
	background: #EAECF4;
	margin-left: 10px;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 50px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 3px solid #ccc;
} 
.img  right {
	margin: 3px;
	padding: 5px;
	float: right;
	border: 1px solid #010A73;
}

.cleardiv {
clear:both;
overflow:hidden;
height:4px;
}

.twoColFixLtHdr #footer {
	padding: 0px 50px 0 22px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000B74;
	width: 700px;
	margin: 0 auto;
} 
.twoColFixLtHdr #footer p {
	margin: 0 10px 0 10 px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
}
a:link {
	color: #00A3FF;
}
a:visited {
	color: #00A3FF;
}
a:hover {
	color: #00A3FF;
}
a:active {
	color: #00A3FF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.contact_form #wrapper {
	padding: 5px;
	width: 375px;
	margin-right: 275px;
	position: relative;
}
.style4 {
	font: bold normal 12px/1.2em Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #000B74;
	text-align: center;
}
.style2 {color: #CCCCCC}

.style1 {font-weight: bold}

#gallery_content{
	margin-right: 40px;
	margin-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


#gallery_content_left{
	float:left;
	height:547px;
}

#gallery_content_right {

	width: 525px;
	height:547px;
	float:right;
	background:url(images/gallery_content_right_bg.jpg) no-repeat;

}

#gallery_content_right_subpage {

	width: 525px;
	height:547px;
	float:right;
	background:url(images/gallery_content_right_bg_subpage.jpg) no-repeat;
	overflow: auto;

}

.gallery_content_area{

	width: 450px;
	float:left;
	margin: 10px 0px 0px 20px;

}

* html .gallery_content_area{
	margin: 10px 0px 0px 10px;
}
.gallery_content_area h1{

	font-size:14px;
	font-weight:bold;
	margin:0px;

}

#gallery_right {
	padding: 6px;
	float: right;
	width: 275px;
	margin-left: 8px;
}
.dot p {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
}


img.sp{
	float:right;
	padding:5px 5px 0 5px;
	border: 0;
}

.gallery_content_area h2{

	font-size:12px;
	font-weight:bold;
	margin:0px;

}

.gallery_content_area p{
	font-size:10px;
	margin:0px;
	text-align:left;
	color:#787878;
	line-height: 1.5em;

}
.gallery_content_area p a{
	color:#4d9d00;
	text-decoration:none;
	font-weight:bold;
}

.gallery_content_area p a:hover{
	color:#60dd03;
	text-decoration:none;
	font-weight:bold;
}

.gallery_content_area p img{
	float:right;
	border:none;
	margin:0px;
}


.gallery_gallery{
	width: 620px;
	margin: 0 10px 0 70px;
}


.gallery_gallery_box {
	width: 140px;
	height: 120px;
	margin: 5px 0px 0px 8px;
	float:left;
	border: 1px solid #ccc;
}

.gallery_gallery_box img{
	margin: 2px 10px 0px 10px;

}

.gallery_gallery_box .textbox{
	margin: 0px 2px 0px 2px;
	text-align:center;
	font-size: xx-small;
}

.gallery_gallery_box .textbox a{
	color: #999999; 
	text-decoration: none;
}

.gallery_box .textbox a:hover{
	color: #000; 
	text-decoration: none;
}
#gallery_heading {
	font: bold normal 13px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 0 auto;
	text-align: right;
	height: 20px;
	padding-bottom: 12px;
	color: #0252B5;
}
.logo_ img {
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00A3FF;
	text-align: right;
	font-weight: bold;
}
