* {
	margin: 0;
	padding: 0;
}

body {
	
	background: url(images/body-tail.jpg) repeat 50% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #5d6973;
}

.pagewrap {
	margin:140px 0 0 0 ;
}

.pagenowrap {
	margin:0 0 0 0 ;
}

/*
body #wrapme{
	margin:140px 0 0 0 ;
	background: url(images/body-tail.jpg) repeat 50% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #5d6973;
}
*/
.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #00a0d5;
}

	a:hover {
		text-decoration: none;
	}
a, a:visited {
  color: inherit;
}
html {
	min-width: 980px;
}

/* position:absolute for all browsers - the whole page scrolls */

#headerwrap{
	margin:1px 0 0 0 ;
}

div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:165px;
	z-index: 500;
}

/* position:fixed for modern browsers - header and footer do not scroll */

body>div#headerwrap {
	position:fixed;
}

#noheaderwrap{
	margin:1px 0 0 0 ;
}

div#noheaderwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:125px;
	z-index: 500;
}

body>div#noheaderwrap {
	position:relative;
}


div#header  #header2{
	height:88px;
	width:980px;
	margin:0 auto;
}

h2 {
	padding: 0 0 18px 0;
	text-transform: uppercase;
	line-height: 1.111em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #1d70aa;
}

	h2 strong {
		display: block;
		padding: 0 0 6px 0;
		font-weight: normal;
	}
	
	h2 big {
		display: block;
		float: left;
		margin: -2px 0 0 0;
		padding: 0 4px 0 0;
		line-height: 0.833em;
		font-size: 1.333em;
	}

h5 {
	padding: 1px 0 18px 0;
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight: normal;
	color: #134f68;
}

	h5 em {
		display: block;
		margin: 0 0 -2px 0;
		font-style: normal;
	}

h6 {
	padding: 0 0 10px 0;
	line-height: 1.333em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #134f68;
}

	h6 span {
		display: block;
		padding: 1px 0 0 0;
		line-height: 1.5em;
		font-size: 0.889em;
	}
	
	h6 em {
		display: block;
		margin: 0 0 -5px 0;
		font-style: normal;
	}
	
	h6 small {
		float: right;
		font-size: 1em;
	}
	
	h6 strong {
		display: block;
		padding: 0 0 18px 0;
		font-weight: normal;
	}
	
	h6 b {
		display: block;
		padding: 0 0 9px 0;
		font-weight: normal;
	}
	
	h6 big {
		display: block;
		padding: 0 0 15px 0;
		font-size: 1em;
		font-weight: normal;
	}

.col-1, .col-2, .col-3, .col-4 {
	background: #cbd2da;
	float: left;
	overflow: hidden;
}

table, td {
	border-collapse: collapse;
}

table, td, img {
	border: 0;
}

td, tr {
	vertical-align: top;
	text-align: left;
}

.box {
	width: 100%;
	overflow: hidden;
}

	.box .border-top {
		background:  #f8fdff url(images/border-top.jpg) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(images/border-bot.jpg) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(images/border-left.jpg) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(images/border-right.jpg) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(images/corner-top-left.jpg) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(images/corner-top-right.jpg) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(images/corner-bot-left.jpg) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(images/corner-bot-right.jpg) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
		padding: 36px 37px 39px 40px;
	}
	
	.box .inner-1 {
		padding: 136px 130px 139px 140px;
	}

	.box .inner-2 {
		padding: 38px 10px 39px 0px;
	}
	
	.box .indent {
		padding: 40px 20px 39px 20px;
	}
	
		.box .indent .inner {
			padding: 24px 19px 20px 19px;
		}

		
.box-1 {
	width: 100%;
	overflow: hidden;
}

	.box-1 .border-top {
		background: #f8fdff url(images/border-top1.jpg) repeat-x 0% 0%;
	}
	
	.box-1 .border-bot {
		background: url(images/border-bot1.jpg) repeat-x 0% 100%;
	}
	
	.box-1 .border-left {
		background: url(images/border-left1.jpg) repeat-y 0% 0%;
	}
	
	.box-1 .border-right {
		background: url(images/border-right1.jpg) repeat-y 100% 0%;
	}
	
	.box-1 .corner-top-left {
		background: url(images/corner-top-left1.jpg) no-repeat 0% 0%;
	}
	
	.box-1 .corner-top-right {
		background: url(images/corner-top-right1.jpg) no-repeat 100% 0%;
	}
	
	.box-1 .corner-bot-left {
		background: url(images/corner-bot-left1.jpg) no-repeat 0% 100%;
	}
	
	.box-1 .corner-bot-right {
		background: url(images/corner-bot-right1.jpg) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-1 .inner {
		padding: 36px 37px 25px 40px;
	}
	
	.box-1 .inner-1 {
		padding: 36px 37px 31px 40px;
	}
.box-2 {
	width: 100%;
	overflow: hidden;
}

	.box-2 .border-top {
		background: #cfe8f3 url(images/border-top2.jpg) repeat-x 0% 0%;
	}
	
	.box-2 .border-bot {
		background: url(images/border-bot2.jpg) repeat-x 0% 100%;
	}
	
	.box-2 .border-left {
		background: url(images/border-left2.jpg) repeat-y 0% 0%;
	}
	
	.box-2 .border-right {
		background: url(images/border-right2.jpg) repeat-y 100% 0%;
	}
	
	.box-2 .corner-top-left {
		background: url(images/corner-top-left2.jpg) no-repeat 0% 0%;
	}
	
	.box-2 .corner-top-right {
		background: url(images/corner-top-right2.jpg) no-repeat 100% 0%;
	}
	
	.box-2 .corner-bot-left {
		background: url(images/corner-bot-left2.jpg) no-repeat 0% 100%;
	}
	
	.box-2 .corner-bot-right {
		background: url(images/corner-bot-right2.jpg) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-2 .inner {
		padding: 18px 40px 28px 28px;
	}
	
	.box-2 .inner-1 {
		padding: 27px 37px 36px 40px;
	}
	
	.box-2 .inner-2 {
		padding: 27px 37px 40px 40px;
	}
	
	.box-2 .inner-3 {
		padding: 27px 30px 33px 40px;
	}

.box-3 {
	width: 100%;
	overflow: auto; /*Changed from hidden*/
	background: #f8fdff url(images/hback.jpg) no-repeat 0% 0%;
}
	.box-3 .inner-2 {
		padding: 12px 30px 33px 164px;
	}


#main-tail-top {
	background: url(images/main-tail-top.jpg) repeat-x 50% 0%;
}

#main-tail-ver {
	background: url(images/main-tail-ver.jpg) repeat-y 50% 0%;
}

#main-bg-top {
	background: url(images/main-bg-top.jpg) no-repeat 50% 0%;
}

#main-bg-bot {
	background: url(images/main-bg-bot.jpg) no-repeat 50% 100%;
}

#main {
	width: 980px;
	margin: 0 auto;
	font-size: 0.75em;
	padding-top :40px;
}

#header {
	position: relative;
	height: 165px;
}

	#header strong {
		background: url(images/head-line.gif) no-repeat 0% 0%;
		display: block;
		height: 56px;
		padding: 7px 0 0 10px;
		line-height: 1.273em;
		font-size: 0.917em;
		font-weight: normal;
		color: #a1c6d8;
		position: absolute;
		top: 54px;
		left: 857px;
	}
	
		#header strong  a {
			text-decoration: none;
			color: #a1c6d8;
		}
		
		#header strong  a:hover {
			text-decoration: underline;
		}

#footer {
	background: url(images/footer.jpg) no-repeat 0% 0%;
	height: 152px;
	overflow: hidden;
}

	#footer p {
		padding: 0 15px 0 0;
		line-height: 46px;
		text-transform: uppercase;
		text-align: right;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #cdd2d8;
	}
	
		#footer p span {
			padding: 0 9px 0 0;
		}
	
		#footer p a {
			margin: 0 0 0 9px;
			text-transform: none;
			text-decoration: none;
			color: #5993b0;
		}
		
		#footer p a:hover {
			text-decoration: underline;
		}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 300px;
	padding-top: 5px;
	font-size: 1.4em;
}
.imagevueWrap { 
	border: 9px solid #5874Ae; 
	margin: 0 0 36px 0; 
	height: 600px; 
}
