html, body, form, img, table, td, th, tr {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424657;	
} 
form {
	display: block;
}
body {
	background: #fff;
}
td {
	vertical-align: top;
}

html, body {
	height: 100%;
}

img {
	border: 0px;
}



input.textarea {
	height: 14px;
	width: 100px;
	margin: 0;
	padding: 0 1px;
	font-size: 10px;
	color: #000;
	border: 1px solid #cacaca;	
}

a {
	color:#6b9e00;
	text-decoration: underline;

}
a:hover {
	color:#6b9e00;
	text-decoration: none;	
}



h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #3064c5;
	margin: 0;
	margin-bottom: 10px;	
}

  h2, h3 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #3064c5;
	margin: 0;
	margin-bottom: 10px;	
}


p {
	margin-top: 0px;
	margin-bottom: 8px;
}


/* header
----------------------------------------------------------------*/
#header {
	display: block;
	width: 100%;
	height: 119px;
	background: #1e3a97 url(images/header_bg.gif) repeat-x;
}

#header .box {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 780px;
}

#header .logo {
	display: block;
	float: left;
	margin-right: 52px;
	position: relative;
	z-index: 1;
}

#header .phone {
	display: block;
	float: left;
	
	position: relative;
	z-index: 1;
}

#header #login {
	display: block;
	float: right;
	width: 267px;
	height: 56px;
	/*background: url(images/login_bg.gif) no-repeat;*/
}

#header #login form {
	display: block;
	padding: 10px 0 0 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
}
#header #login .label {
	display: block;
	float: left;
	width: 53px;
}

#header #login div.textarea {
	display: block;
	float: left;
	
	height: 15px;
	width: 62px;
	margin-top: -2px;
	margin-right: 12px;
	padding: 2px 2px;

	border: none;
	background: url(images/login_textfield.gif) no-repeat;
}


#header #login input.textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	
	height: 11px;
	width: 58px;
	margin: 0;
	padding: 0;

	border: none;
	background: none;
}

#header #login select {
	display: block;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	
	/*height: 13px;*/
	width: 60px;
	margin: 0;
	margin-top: -2px;
	/*padding: 0;*/

	/*border: none;*/
	background: #ced7ff;
}


#header #login .submit {
	display: block;
	float: left;
	margin-left: 118px;
	margin-top:25px;

}

#header #login .close {
	margin-bottom: 4px;
}





/*  topmenu  */
#header .topmenu {
	position: relative;
	top: -38px;
	z-index: 0;
	display: block;
	float: right;
	height: 58px;
	margin-bottom: -96px;
	width: 780px;
}

#header .topmenu .sep {
	display: block;
	float: right;
}

#header .topmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;

	display: block;
	height: 25px;
	float: right;
	background: url(images/top_menu_bg.gif) repeat-x;	
	
	padding: 33px 11px;
}


#header .topmenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #80b2fe;
	text-decoration: none;

	background: url(images/top_menu_bg_hov.gif) repeat-x;	
}







/* main
----------------------------------------------------------------*/
#main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 780px;

	margin-top: 20px;
}



/* leftside
----------------------------------------------------------------*/
#main #leftside {
	display: block;
	float: left;
	width: 182px;
}




/*  menu  */
#menu {
	background: #5992e6;
	margin-bottom: 15px;
}

#menu .links {
	background: url(images/menu_bg.jpg) repeat-x;
	padding: 2px 6px;
}

#menu a {
	display: block;
	line-height:25px;
	text-indent: 28px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;	
	
	background: url(images/menu_point.gif) no-repeat left center;
	background-position: 5px 7px;
	text-decoration: none;
}


#menu a:hover {
	background: url(images/menu_point_hov.gif) no-repeat;
	background-position: 7px 7px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d9e8ff;	
	
	text-decoration: none;
}



/*  location  */
#location {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#location .text {
	background: url(images/location_bg.gif) repeat-y;
	padding: 0 10px 0 13px;		
}

#location .lside {
	display: block;
	float: left;
	width: 49%;

}

#location .head {
	margin-right: 3px;
}




/* rightside
----------------------------------------------------------------*/
#rightside {
	/*display: block;
	float: right;*/
	margin-left:10px;
	width: 582px;
	 
}

#rightside .b1 {
	display: block;
	margin-bottom: 20px;
}

#rightside_secure {
	display: block;
	float: right;
	width: 782px;
	 
}

#rightside_secure .b1 {
	display: block;
	margin-bottom: 20px;
}

.sub_li
{margin-left:30px}
.sub_sub_li
{margin-left:60px}

.sep1 {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	background: url(images/sep1.gif) repeat-x;
	margin-top: 16px;
	margin-bottom: 16px;
}



.right_banners {
	display: block;
	float: right;
	margin-left: 25px;
}

.img1 {
	float: left;
	margin-right: 10px;
}

.img2 {
	float: right;
	margin-left: 10px;
}



ul.items1 {
	display: block;
	margin: 0;
	padding: 0;
	list-style: outside;
}
ul.items1 li {
	display: block;
/*	width: 45%;
	float: left;*/
	margin: 0;
	padding: 0;

	list-style: none;
	background: url(images/list_point.gif) no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
	margin-bottom: 8px;
}

.head {
	color: #386dcc;
	font-weight: bold;
}



.blue_line {
	padding-top: 20px;
	clear: both;
}

.blue_line .box {
	height: 35px;
	background: #d3e3ff url(images/blue_line_bg.gif) repeat-x;
	font-size: 1px;
	margin-bottom: 3px;
}


.close {
	font-size: 1px;
	line-height: 0;
	clear: both;
}


/* footer
----------------------------------------------------------------*/
#footer {
	height: 91px;
	background: url(images/footer_bg.gif) repeat-x #132884;
	color: #fff;
}

#footer .box {
	margin-left: auto;
	margin-right: auto;
	width: 780px;

	height: 91px;
	background: url(images/footer_logo.jpg) no-repeat right top;
	text-align: center;
}

#footer .links {
	padding-top: 29px;
	padding-right: 98px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}


#footer .copyrights {
	margin-top: 10px;
	font-size: 10px;
	color: #a3abce;
}

#footer .copyrights a {
	color: #a3abce;
	text-decoration: underline;
}

#footer .copyrights a:hover {
	color: #a3abce;
	text-decoration: none;
}

/*---------------------------*/
table#gal_cnt td {
	vertical-align: middle;	
}

#gallery {
	height: 303px;
	width: 780px;
}

.bordered_table td
{
 border-bottom:solid 1px #666666; 
	}