/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
*/

/* reset */
* {
	margin:0;
	padding:0;
}
:focus {
	outline:0;
}
/* html */
body {
	margin:0;
	padding:0;
	background:#044a75;
	font:90% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
}
a:link {
	color: #044a75;
	text-decoration: none;
}
a:visited {
	color: #044a75;
	text-decoration: none;
}
a:hover {
	color: #d2a640;
	text-decoration: none;
}
img {
	-ms-interpolation-mode:bicubic;
}
h1, h2, h3, h4, h5, h6 {
	color:#000000;
	line-height:125%;
}
h1 {
	color:#044a75;
	font-size:1.8em;
	text-transform:uppercase;
}
h2 {
	color:#044a75;
	font-size:1.3em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:.9em;
}
h6 {
	color: #f7735a;
	font-size: 1.8em;
	text-transform:uppercase;
}
.wrapper {
	width:760px;
	margin:0 auto;
	background:white;
}
.header {
	width:760px;
	height:308px;
	margin-top:1px;
	margin-bottom:-5px;
	background: url("/images/header.jpg") no-repeat bottom center;
}
.contentWrap {
/*padding:10px 0px 0px 20px;*/
	/* font-family: Georgia; */
}
.content {
	float:right;
	width:490px;
	margin:0px;
	padding:3px 10px 0 20px;
}
*html .content {
	width: 450px;
}
.content ul {
	font-size: 100%;
}
.content li {
	margin-bottom: 10px;
	margin-left:25px;
	width: 100%;
}
.right_side {
	float:right;
	width:215px;
	margin:0px auto;
	padding:8px;
	background-color:#FFF;
	text-align:center;
}
.links {
	margin:12px 0;
}
.links ul {
	list-style:inside;
}
.links li {
	margin:8px 0px;
	padding:0px;
	font-size:95%;
	list-style: none;
	text-decoration: none;
}
.links a:link {
}
.links a:hover {
	text-decoration: underline;
}
/* topnav */
#topnav {
	width: 760px;
	height: 35px;
	margin:0;
	padding:0;
	background: url("/images/navBG.gif") repeat-x #F3AA1D left top;
}
#topnav ul {
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	/*		padding:0 0 0 5px; farhan commented*/
		padding:0px;
}
#topnav ul li {
	color:#fff;
	display:inline;
	float:left;
	font-size:12px;
	/*		margin-right:6px;farhan commented*/
		margin-right:-9px;
	padding:0px;
	position:relative;
}
#topnav ul li a {
	text-transform: uppercase;
	display: block;
	color: #000;
	/*		padding: 9px 8px 5px 6px;farhan commented*/
		padding: 9px;
	text-decoration: none;
	/*		font-size: 13px; farhan commented*/
		font-size: 12px;
	float: none !important;
	font-weight: normal;/*\*//*/
		float: left !important;
        /**/
}
#topnav ul li ul {
	display: none;
	float: none !important;
}
#topnav ul li:hover {
	position: relative;
	color: #fff;
}
#topnav li a:hover {
	color: #fff;
}
#topnav ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 99%;
	width: 190px;
	background: #cea13e;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border-right: none;
	border-bottom: none;
}
.place-submenu li {
	display: block!important;
	float: none !important;
}
#topnav ul li ul .submenu:hover .place-submenu {
	display: block;
	font-size: 13px;
	position: absolute;
	left: 100px;
	top: -20px;
	width: 190px;
	background: #cea13e;
	height: auto;
	margin:0;
	padding:0;
	border: 1px solid #000000;
}
#topnav ul li ul .submenu .place-submenu {
	display: none;
	font-size: 13px;
	position: absolute;
	left: 130px;
	top: -20px;
	width: 190px;
	background: #cea13e;
	height: auto;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}
.submenu:hover #place-submenu {
	display: none;
}
/* end topNav */

.footer {
	clear:both;
	background: #02283f;
	border-top: #044a75 1px solid;
	padding:0px 20px 15px 20px;
	color:white;
	font-size: 75%;
	text-decoration: none;
	text-align: justify;
}
.footer ul {
	float:left;
	display:inline;
}
.footer li, .footer li.a {
	float:left;
	list-style: none;
	text-decoration: none;
	margin-right: 20px;
}
.footer a:link, .footer a:visited {
	color: #1A8FD6;
}
.footerLinks {
	width:530px;
	margin:0 auto;
}
#stiker-place {
	height:260px;
	margin:0 0 0 560px;
	padding:20px 0 0;
}
*html #stiker-place {
	height: 260px;
}
#stiker-place img {
	cursor: pointer;
}
#stiker-place #form-place {
	position:relative;
	border:none;
	width:242px;
	height:177px;
	left:-5px;
	top:-220px;
	padding: 20px 0px 20px 31px;
	background: url('/images/mailbox_medium.png') no-repeat;
	display:none;
}
#stiker-place #form-place #close {
	background: url('/images/close.gif') no-repeat;
	position:absolute;
	right:64px;
	top:12px;
	width:18px;
	height:18px;
	cursor:pointer;
}
#stiker-place #form-place label {
	margin:0px 4px;
	display:block;
	clear:both;
	width:166px;
	height:12px;
	font: 12px Verdana, Geneva, sans-serif;
	color:#1A5388;
}
#stiker-place #form-place input {
	margin:5px 4px;
	padding:1px 0px 0px 2px;
	display:block;
	clear:both;
	font-size:12;
	width:166px;
	height:18px;
	border:#ddd 1px solid;
	color:#000;	/* color:#a8a8a8; */
}
/*#stiker-place #form-place form input:focus { color:#000; }*/
		#stiker-place #form-place input.image {
	position:absolute;
	right:64px;
	bottom:71px;
	border:none;
	height:auto;
	width:auto;
}
#stiker-name {
	right:0px;
	top:50px;
	width:152px;
}
#stiker-email {
	right:0px;
	top:80px;
	width:152px;
}
#stiker-submit {
	right:0px;
	bottom:0px;
}
/*
#stiker-place {
	height:260px;
	margin:0 0 0 560px;
	padding:20px 0 0; }
		*html #stiker-place {
			height: 260px; }
	#stiker-place img {
		cursor: pointer; }
	#stiker-place #form-place {
		*//* background: url('/images/mailbox_medium.png') no-repeat; *//*
		width:242px; height:177px;
		left:-5px;
		position:relative;
		top:-220px;
		display:none; }
	#stiker-place #form-place #close {
		background: url('/images/close.gif') no-repeat;
		position: absolute;
		width:18px; height:18px;
		left:190px;
		position:absolute;
		top:15px;
		cursor: pointer; }
	#stiker-place #form-place input {
		*//*border:none;*//*
		color:#a8a8a8; }
		#stiker-place #form-place input:focus {
			color:#000; }
	#stiker-name {
		position: absolute;
		top: 50px;
		left: 40px;
		width: 152px; }
	#stiker-email {
		position: absolute;
		top: 80px;
		left: 40px;
		width: 152px; }
	#stiker-submit {
		left:137px;
		position:absolute;
		top:110px;
		width:60px; }
*/
/*
	#stiker-place #form-place {
		background: top left url('/images/mailbox_medium.png') no-repeat;
		height: 177px;
		width: 242px;
		left:-5px;
		position:relative;
		top:-220px;
		display: block; }
			*html #stiker-place #form-place {
				background: url('/images/mailbox_medium.gif') no-repeat;
				height: 177px;
				width: 242px;
				left:-5px;
				position:relative;
				top:-220px;
				display: none; }
	#stiker-place #form-place #close {
		background: url('/images/close.gif') no-repeat;
		clear:both;
		position:relative;
		width: 18px;
		height: 18px;
		left:189px;
		position:absolute;
		top:14px;
		cursor: pointer; }
	#stiker-place #form-place form {
		padding:16px 31px;
	}
	#stiker-place #form-place input {
		float:right;
		clear:both;
		width:96%;
		margin:5px; padding:0px;
		color:#a8a8a8; }
		#stiker-place #form-place input.image {
			border:none;
			width:auto; }
		#stiker-place #form-place input:focus {
			color:#000; }
	#stiker-name {
		 }
	#stiker-email {
		 }
	#stiker-submit {
		}
*/
.text_form {
	font-family:Tahoma;
	font-size:18px;
	color:#044a75;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:10px;
}
.form_fld {
	width:212px;
	height:20px;
	border:1px solid #c4c7a5;
	font-family:Tahoma;
	padding-top:2px;
	color:#333333;
	font-size:12px;
}
.seo {
	color:666666;
	font-size: 1.1em;
	text-decoration: none;
	line-height: 145%;
	text-transform:none;
}
.seowhite {
	color: FFFFFF;
	font-size: 1em;
	text-decoration: none;
	line-height: 145%;
	text-transform:none;
	font-weight: normal;
}
.text_blue {
	font-family:Tahoma;
	font-size:24px;
	color:#044a75;
	text-decoration:none;
}
.box {
	background-image:url('/images/box.jpg');
	width:392px;
	height:210px;
	background-repeat:no-repeat;
}
/* APEDEMAK - ADDED STYLES*/
h1.contact-header {
}
div#contact-page-top {
	position:relative;
}
div#contact-page-top img {/*position:absolute; top:-12px; height:65%; right:0px;*/
	position:relative;
	float:right;
	padding-left:10px;
	height:35%;
}
p.last-ph {
	padding-top:10px;
}
img.beth-photo, img.paul-photo {
	float:left;
	padding-right:10px;
}

