@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	font:normal 12px/15px Tahoma;
	color:#003f70;
	text-decoration:none;
	text-shadow: 0 0 0 #000;

}
img {
	border-width:0px
}
p, form, h1, h2, h3, ul {
	margin:0;
	padding:0
}
a {
	font:normal 11px/18px Tahoma;
	color:#4f4f4f;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:0px;
}
a.noline {
	text-decoration:none;
}
a.noline:hover {
	text-decoration:underline;
}
h1 {
	color:#003359;
	font-size: 17px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-image: url(../images/h1_bg.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	height: 30px;
	text-transform: uppercase;
	text-indent: 30px;
	margin-left: -30px;
	padding-left: 30px;
}
.overflow {
	overflow:hidden;
	width:expression("100%");
}
#outer {
	width:100%;
	text-align:center;
	background-color:#00070e;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#outer_top {
	width:100%;
	text-align:center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#outer_bot {
	width:100%;
	text-align:center;
	background-image: url(../images/bg2222.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#bgright {
	position:absolute;
	right: 0px;
	width: 50%;
	overflow: hidden;
}
#bgright1 {
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 1000px;
	left:581px;
	position: relative;
}
#bgleft {
	width:50%;
	position:absolute;
	left: 0px;
}
#bgleft1 {
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 1000px;
	position: relative;
	right: 581px;
}
#main {
	width:1162px;
	margin:0 auto;
	position: relative;
	z-index: 1000;
}
/*
================================================================================
|                                     MENU                                   |
================================================================================
*/
#menu_top {
	height: 102px;
	width: 1162px;
	overflow:hidden;
	background-image: url(../images/top1.jpg);
}
.main_menu {
	display:block;
	_height:1%;
	padding-top: 70px;
	height: 32px;
	overflow: hidden;
	margin-left:3px;
}
.main_menu li {
	float:left;
	background:none;
	display:block;
	padding:0;
	line-height:normal;
	list-style:none;
}
.main_menu li a {
	float:left;
	color:#000;
	font-weight:700;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	height:32px;
	line-height:30px;
	text-decoration:none;
	margin-right:3px;
}
.main_menu li a span{
	float:left;
	padding:2px 14px 4px 16px;
	cursor:pointer;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
   body:first-of-type .main_menu li a span {
   	padding:2px 12px 4px 14px;	/* safari grably */
   }
}
.main_menu li a:hover, .main_menu li.current a {
	cursor:pointer;
	color:#fff;
	background:url('../images/mbg.gif') no-repeat left 0;
}
.main_menu li a:hover span, .main_menu li.current a span {
	cursor:pointer;
	background:url('../images/mbg.gif') no-repeat right -32px;
}/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#header {
	width:1162px;
	text-align:left;
	height: 102px;
}
/*
================================================================================
|                                     CONTENT                                   |
================================================================================
*/
#content_top {
	background-image: url(../images/c_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content_bot {
	text-align: left;
	background-image: url(../images/c_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 665px;
   height:expression(this.scrollHeight < 665? "665px" :
 "auto");
	padding-bottom: 80px;
}
#content {
	text-align:left;
	width: 1162px;
	background-image: url(../images/c_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

/*
================================================================================
|                                     FOOTER                                  |
================================================================================
*/

#footer {
	width:1162px;
	margin:0 auto;
	text-align: center;
	font-size:11px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 185px;
	color: #0164b1;
}
#footer .menu {
	padding-top:15px;
}
#footer .menu .nolink, #footer .menu a {
	color:#0164b1;
	margin:0 18px;
	font:9px Arial;
	text-decoration:none;
	text-transform: uppercase;
}
#footer .menu .nolink, #footer .menu a:hover {
	text-decoration:underline;
	color:#fff;
}
/*
================================================================================
|                                     FORM                                  |
================================================================================
*/

.input_div_cont {
	margin-bottom:10px;
	clear:both;
}
.input_div_cont p, .text_area_contact_us p {
	padding:3px 6px 0 0;
	float:left;
	width:70px;
	text-align:right;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
.input_div_cont input, .text_area_contact_us textarea {
	border:1px solid #bcc5cd;
	padding:2px 0 1px 4px;
	margin:0;
	font:12px/13px Tahoma, Arial, Geneva, sans-serif;
	font-weight:400;
	color:#333333;
	text-decoration:none;
}
.input_div_cont input {
	width:285px;
	height:18px;
}
.submit, .reset {
	text-align:center;
	color:#fff;
	width:78px;
	border-width:0px;
	float:left;
	cursor:pointer;
	height:22px;
	padding:0;
	background-image: url(../images/contact_button_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
	font-weight: bold;
}
.submit::-moz-focus-inner {
border: 0;
}
.reset::-moz-focus-inner {
border: 0;
}
.text_area_contact_us textarea {
	width:280px;
	height:87px;
	margin-bottom:10px;
	overflow:auto;
}
/*
================================================================================
|                                     FONTS                                  |
================================================================================
*/
ul.blue li {
	font: bold 12px/16px Tahoma;
	color:#003f70;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 20px;
}

.marker {
	background:url(../images/star.png) no-repeat 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 30px;
	margin-bottom: 5px;
}
#credits {
	font-family:Arial;
	font-size:10px;
	line-height:12px;
	text-align:center;
	padding-top:22px;
	color:#0164b1;
	margin-left: 85px;
}
#credits a {
	font-family:Arial;
	font-size:10px;
	line-height:12px;
	color:#0164b1;
}
.f14 {
	font-size:14px;
}
.gallery_name {
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#0164b1;
	text-transform:uppercase;
	text-align:center;
}
.blue {
	color:#0060ff;
}
.red {
	color:#fe0000;
}
.h1 {
	color:#003359;
	font-size: 17px;
	line-height: 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
}
.h1.white {
	color:#fff;
}

