body { 
	background-image:  url(../images/body_bg.png);
	font-family: Arial;
	color: #305170;
	font-size: 11px;
	margin: 0px;
}



a {
	color: #305170;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #305170;
	text-decoration: underline;
	font-weight: bold;
}



#main_body {
	width: 699px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width: 670px;
	height: 39px;
	background-image:  url(../images/header_bg.png);
}
#menu {
	float: right;
	display: inline;
	margin-left: 25px;
	margin-right: 25px;
}
.menu {
	float: right;
	list-style : none;
	padding: 0px;
	margin: 0px;
	display:inline;
}
.menu li {
	display : inline;
	padding: 0px;
	margin: 0px;
}
.menu_left span {
	background-image: url(../images/menu_left_bg.png);
	background-position: left;
	float: left;
	width: 27px;
	height: 39px;
}
.menu_right span {
	background-image: url(../images/menu_right_bg.png);
	background-position: right;
	float: left;
	width: 21px;
	height: 39px;
}
.menu a {
	text-decoration : none;
	display: block;
    float: left;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
}
.menu a:link, .menu a:visited {
	color : #FFFFFF;
	height: 29px;
	font-weight: normal;
	background-image: url(../images/menu_bg.png);
}
.menu a:hover, .menu a:active {
	color : #FFFFFF;
	height: 29px;
	font-weight: normal;
	text-decoration : none;
	background-image: url(../images/menu_hover.png);
}

#logo{
	width: 670px;
	height: 174px;
	background-image:  url(../images/logo.png);
}
#logo h1 {
	display: none;
}
#logo h2 {
	display: none;
}

#content{
	width: 670px;
	padding-left: 29px;
	padding-right: 10px;
	background-image:  url(../images/main_bg.png);
	background-repeat: repeat-y;
}
#right_menu {
	font-size: 11px;
	font-weight: normal;
}
#content_inner {
	width: 430px;
	padding-right: 20px;
	font-size: 11px; 
	font-weight: normal;
}
#title1 {
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	padding-left: 20px;
	background-image:  url(../images/title1_bg.png);
	background-repeat: repeat-y;
}

#footer {
	clear:both;
	width: 670px;
	height: 44px;
	background-image:  url(../images/footer_bg.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 16px;
	color: #293541;
}
#footer a {
	text-decoration : none;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color : #293541;
}
#footer a:hover {
	color : #293541;
}
#footer_menu {
	width: 670px;
	padding-top: 25px;
	height: 20px;
	text-align: center;
	background-image:  url(../images/footer-top.png);
	background-repeat: no-repeat;
	background-position: top-left;
}
#footer_menu ul {
	display: block;
	list-style : none;
	margin: 0px;
	padding: 0px;
}
#footer_menu li {
	display : inline;
	padding: 0px;
	margin: 0px;
}
#footer_menu a {
	text-decoration : none;
    float: left;
	margin-right: 12px;
	font-weight: bold;
}
#footer_menu a:link, #footer_menu a:visited {
	color : #5F7791;
}
#footer_menu a:hover, #footer_menu a:active {
	color : #305170;
}
#cop {
	float: right;
	margin-right: 59px;
	color: #7892AD;
	text-align: center;
}
#cop a:link, #cop a:visited {
	color : #7892AD;
}
#cop a:hover, #cop a:active {
	color : #305170;
}







#right_menu a {
	color : #305170;
	display: block;
	text-decoration : none;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	padding-left: 10px;
	margin-right: 53px;
}
#right_menu a:visited {
	color : #305170;
	display: block;
}
#right_menu a:hover {
	background-color : #305170;
	color: #FFFFFF;
	display: block;
}
.menu_hover {
	background-color : #305170;
	color: #FFFFFF;
	display: block;
}
#right_menu .subitem {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 17px;
	background-image:  url(../images/submenu_bg.png);
	background-position: left;
	background-repeat: repeat-y;
}
#right_menu .subitem a {
	color : #305170;
	display: block;
	text-decoration : none;
	font-weight: normal;
	font-size: 13px;
	padding: 5px;
	padding-left: 10px;
}
#right_menu .subitem a:visited {
	color : #305170;
	display: block;
}
#right_menu .subitem a:hover {
	color: #305170;
	background-color: #E3ECF5;
	display: block;
}



#reflist {
	margin-top: 10px;
	width: 420px;
}
.reflist_ref {
	background-color: #E3ECF5;
	width: 204px;
	height: 180px;
	overflow: hidden;
}
.reflist_ref_bottom {
	background-image:  url(../images/reflist_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 204px;
	height: 180px;
	overflow: hidden;
}
.reflist_ref_top {
	background-image:  url(../images/reflist_top.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 204px;
	height: 170px;
	overflow: hidden;
}
#reflist a {
	display: block;
	width: 195px;
	color : #305170;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
}
#reflist a:visited {
	color : #305170;
	text-decoration: none;
}
#reflist a:hover {
	color: #305170;
	text-decoration: none;
}
.reflist_hover {
	background-image:  url(../images/reflist_hover.png);
	background-position: right;
	background-repeat: no-repeat;
}
#reflist h2 {
	background-image:  url(../images/reflist_title.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 427px;
	height: 32px;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-top: 14px;
}



.biglink {
	font-size: 12px;
	font-weight: normal;
}
.biglink:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}




.gb_item {
	padding: 3px;
	padding-bottom: 10px;
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #CACCD2;
}

.gb_item_header {
	text-align: left;
	padding-bottom: 5px;
}
.gb_write_ok {
	display: block;
}
label {
	float: left;
	width: 130px;
	font-weight: bold;
	cursor: pointer;
}

input {
	margin-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #8DB2D5;
	font-family: Arial;
	font-size: 11px;
	color: #8DB2D5;
	width: 200px;
}
textarea {
	margin-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #8DB2D5;
	font-family: Arial;
	font-size: 11px;
	color: #8DB2D5;
}

.inputhover {
	border: 1px solid #35536F;
	color: #35536F;
}

.inputblur {
	border: 1px solid #8DB2D5;
	color: #8DB2D5;
}

.submitbutton {
	font-weight: bold;
	color: #3E4761;
	cursor: pointer;
}


.phone_msg_ok {
	font-weight: bold;
	color: #346025;
	padding-bottom: 5px;
}















#lightbox{
	background-color:#FFFFFF;
	padding: 10px;
	border: 2px solid #223757;
	}


}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }















