@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:100px;
	font-family: Arial;
	background-color: #24819B;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #d5e4ff;
}
a:link {
	color: #7099ba;
	text-decoration: none;
}
a:visited {
	color: #7099ba;
	text-decoration: none;
}
a:hover {
	color: #387fba;
	text-decoration: none;
}
a:active {
	color: #7099ba;
	text-decoration: none;
}
a.Nav_Sel {
	color: #387fba;
	text-decoration: none;
}
hr {
	border: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #425a6e;
	height: 1px;
}
h1 {
	color: #f4ba65;
	font-size: 24px;
	line-height: 30px;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h2 {
	color: #f4ba65;
	font-size: 18px;
	line-height: 30px;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #F4BA65;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
p {
	font-size: 16px
	line-height: 20px;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#clientList ul {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#clientList li {
	display: block;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 335px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
input {
	border-width: 0;
}
table {
	display: block;
}
.full {
	margin-bottom: 5px;
	margin-top: 5px;
}
.left {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
.right {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
}
.imgTable {
	margin: 5px;
}
#footer {
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 5px;
	display: block;
}
.tl {
	height: 6px;
	width: 6px;
	background-image: url(/images/bg_box_top_left.png);
	background-position: right bottom;
}
.tm {
	height: 6px;
	background-image: url(/images/bg_box_top.png);
	background-position: bottom;
}
.tr {
	height: 6px;
	background-image: url(/images/bg_box_top_right.png);
	background-position: left bottom;
}
.ml {
	width: 6px;
	background-image: url(/images/bg_box_mid_left.png);
	background-position: right;
}
.mr {
	width: 6px;
	background-image: url(/images/bg_box_mid_right.png);
	background-position: left;
}
.bl {
	height: 6px;
	background-image: url(/images/bg_box_bottom_left.png);
	background-position: right top;
}
.bm {
	height: 6px;
	background-image: url(/images/bg_box_bottom.png);
	background-position: top;
}
.br {
	height: 6px;
	background-image: url(/images/bg_box_bottom_right.png);
	background-position: left top;
}
.copy {
	background-color: #314453;
	background-image: url(/images/bg_box.jpg);
	background-repeat:repeat-x;
}
.viewMore {
	background-color: #425a6e;
	background-image: url(/images/img_rightArrow.png);
	background-position: 324px;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.viewMore a {
	color: #d5e4ff;
	display: block;
	padding-right: 15px;
}
#container {
	text-align: center;
	display: block;
	width: 881px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 90px;
	width: 700px;
	margin-left: 170px;
	margin-top: 45px;
}
input.contact {
	background-image: url(/images/bg_input.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	width: 316px;
	color: #d5e4ff;
	border: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: transparent;
	font-size: 12px;
}
textarea.contact {
	background-image: url(/images/bg_text.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 316px;
	color: #d5e4ff;
	border: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: transparent;
	font-size: 12px;
}
input.submit {
	background-image: url(/images/btn_submit.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 75px;
	margin-left: 250px;
	text-indent: -1000px;
	font-size: 1px;
	cursor:pointer;
}
label {
	color: #F4BA65;
}
#logo a {
	display: block;
	height: 86px;
	width: 188px;
	background-image: url(/images/logo.gif);
	float: left;
	text-indent: -1000em;
}
#search {
	display: block;
	float: right;
	margin-top: 50px;
}
#searchText {
	height: 18px;
	width: 168px;
	background-image: url(/images/bg_search.jpg);
	border: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #d5e4ff;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	display: block;
}
#navigation {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 15px;
}
#navigation ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	list-style-type: none;
}
#NavKeyNote {
	padding: 0px;
	clear: both;
	float: none;
	width: 345px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#NavKeyNote li {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: right;
	height: 30px;
	width: 345px;
}
#NavKeyNote li a {
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	clear: both;
	float: none;
	height: 22px;
	width: 325px;
	background-image: url(/images/bg_keynoteButton.png);
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	color: #d5e4ff;
}
#NavKeyNote li a:link {
	background-position: top left;
}
#NavKeyNote li a:visited {
	background-position: top left;
}
#NavKeyNote li a:hover {
	background-position: bottom left;
}
#NavKeyNote li a:active {
	background-position: bottom left;
}
#content {
	display: block;
	margin-top: -6px;
	width: 710px;
	float: left;
}
#flashPiece {
	display: block;
	width: 740px;
	margin-left: -15px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: -15px;
	margin-bottom: 0px;
}
#printPiece {
	display: none;
}
.gradientBackground1 {
	backgroundImage: ClassReference("GradientBackground");
	backgroundSize: "100%";
	fillColors: #425a6e, #314453;
	fillAlphas: 1.0, 0.0;
}
.HdnField, input.HdnField {
	display: none;
}
#ie_historyFrame {
	width: 0px;
	height: 0px;
	display:none
}
#firefox_anchorDiv {
	width: 0px;
	height: 0px;
	display:none
}
#safari_formDiv {
	width: 0px;
	height: 0px;
	display:none
}
#safari_rememberDiv {
	width: 0px;
	height: 0px;
	display:none
}
.logo {
	padding: 15px;
}