/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
/*--------------------------------*/


body {
	background: #c2d4e8 url(../images/bgr4.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#665E50;
	position:relative;
}
#wrapper {
	width:900px;
  position:relative;
  background:#EDEBE3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#EDEBE3'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EDEBE3)); 
	background: -moz-linear-gradient(top,  #fff,  #EDEBE3);
  margin:0 auto;
  border-top:1px solid #fff;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
h1 {
  font:32px "Times New Roman", Times, serif;
  text-transform:uppercase;
  text-align:center;
  color:#5A80AF;
  padding-top:40px;
}
#fcb {
  width:41px;
  height:41px;
  background:url(../images/fcb.png) top left no-repeat;
  position:absolute;
  top:15px;
  right:15px;
  text-indent:-12000px;
}
#menu {
  display:block;
  margin:0 70px;
  border-top:#CBE2FF 1px dashed;
  list-style:none;
  padding:0;
}
#menu li {
  float:left;
}
#menu li a {
  display:block;
  text-decoration:none;
  color:#5A80AF;
  text-transform:uppercase;
  padding:10px 45px;
  background:url(../images/bullet.png) 30px 15px no-repeat;
}
#menu li a.sel, #menu li a:hover {
  color:#194364;
}
#top {
  background: url(../images/top8.jpg) left top no-repeat;
  width:100%;
  height:392px;
  -webkit-box-shadow: 0 -6px 6px -6px #EDEBE3;
	   -moz-box-shadow: 0 -6px 6px -6px #EDEBE3;
	        box-shadow: 0 -6px 6px -6px #EDEBE3;
}
#img {
  background:url(../images/imguri.png) left top no-repeat;
  width:900px;
  height:160px;
  margin-top:20px;
}
.content {
  font-family:Tahoma, Geneva, sans-serif;
  font-size:15px;
  color:#000;
  padding:20px 50px 70px 50px;
}
h2 {
  font-family:"Times New Roman", Times, serif;
  font-size:32px;
}
#refr {
  padding:7px;
  background-color:#E8E6DC;
  margin-bottom:15px;
	-webkit-box-shadow: 0 8px 6px -6px #EDEBE3;
	   -moz-box-shadow: 0 8px 6px -6px #EDEBE3;
	        box-shadow: 0 8px 6px -6px #EDEBE3;
}
.signature {
  font-family:"Aspire";
  font-size:32px;
}
.signature2 {
  padding:0 20px;}
.ref {
  font-style:italic;
  padding:0 20px;
}
#footer {
  color:#E7E4DA;
  height:200px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##E7E4DA', endColorstr='#EDEBE3'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#E7E4DA), to(#EDEBE3)); 
	background: -moz-linear-gradient(top,  #E7E4DA,  #EDEBE3);
  -webkit-box-shadow: 0 -6px 6px -6px #CFCBC0;
	   -moz-box-shadow: 0 -6px 6px -6px #CFCBC0;
	        box-shadow: 0 -6px 6px -6px #CFCBC0;
}
.link {
  width:25%;
  height:105px;
  float:left;
  margin:20px 0;
  text-align:center;
}
#copyright {
  background-color:#DDD9CF;
  font:13px "Times New Roman", Times, serif;
  text-align:center;
  color:#000;
  height:25px;
  padding-top:4px;
}
#copyright a {
  color:#000;
  text-decoration:none;}

#copyright a:hover {
  color: #069 !important;
}


p a {
  color:#667AAD;
  text-decoration:none;
}
P a:hover {
  color:#069;}
  
.stepcarousel{
	background: url(../images/top1.jpg) top left no-repeat;
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 900px; /*Width of Carousel Viewer itself*/
	height: 392px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0; /*margin around each panel*/
	width: 900px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.panel img {
	border: 0;
}  

.callout {
	-webkit-box-shadow: 8px 8px 6px -6px grey;
	   -moz-box-shadow: 8px 8px 6px -6px grey;
	        box-shadow: 8px 8px 6px -6px grey;
	background-color:#C5DCF2;
	position: relative;
	margin: 18px 0;
	padding: 18px 20px;
	background-color: #C5DCF2;/*#eef4f9;*/
	/* easy rounded corners for modern browsers */
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	margin-bottom:30px;
}
.callout .notch {
    position: absolute;
    bottom: -20px;
    left: 40px;
    margin: 0;
    border-bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #C5DCF2;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}

.border-callout { border: 1px solid #CDBEB1; padding: 17px 19px 30px; }
.border-callout .border-notch { border-bottom-color: #CDBEB1; bottom: -21px; }

#blue {
	color:#45576B;
	font-weight:bold;
	font-style:normal;
}

#middle {
	width:97%;
	height:100%;
	margin:30px 0 0 2px;
	clear:both;
}	

#middle a {
	text-decoration:none;
	color:#ABBAE3;
}

#middle a:hover {
	color:#45576B; 
}
#table {
	padding:30px 0 0 2px;
	text-align:center;
	width:100%;
}

#table a {
	background:#505D6D;
	color: #FFFEB4;
	text-decoration:none;
}

#table a:hover {
	background:#FFFEB4;
	color:#505D6D;
}

table {
	width:100%;
	text-align:center;
	border:none
}	

td {
  width:33%; 
  padding:5px;
  }

/*--------------------------------*/
@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



