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,
b, u, i, center, 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-size		: 100%;
vertical-align	: baseline;
background		: transparent;
}
html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
iframe {
    overflow:hidden;
	background: transparent;
}
#pup1xxxx {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 350px;
  border: 1px solid black;
  background-color: #777;
  color: white;
  font-size: 0.95em;

}

@font-face {
    font-family: 'zektonbold';
    src: url('../fonts/zekton-webfont.eot');
    src: url('../fonts/zekton-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/zekton-webfont.woff') format('woff'),
         url('../fonts/zekton-webfont.ttf') format('truetype'),
         url('../fonts/zekton-webfont.svg#zektonbold') format('svg');
}

body {
	line-height: 1.5;
	font-family:verdana;
	color: #333236;
	font-size: 12px;
	letter-spacing: 0px;
	background-color: #ffffff;
	cursor:default;
}

ol, ul {
list-style		: none;
}

blockquote, q {
quotes			: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content			: '';
content			: none;
}

:focus	{outline: 0;}
ins		{text-decoration: none;}
del		{text-decoration: line-through;}
table		{border-collapse: collapse;border-spacing: 0;}


a {
	text-decoration: none;
	color: #1883ba;
}

h1{
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 18px;
}

h2{
	font-size: 18px;
}

#container {
	width: 100%;
	margin: 0px auto;
}

#header {
 position: fixed;
width: 100%;
	padding: 20px;
	font-size: 36px;
	color: #7d7e7d;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,f5f9f0+100;L+Green+3D */
background: #f9fcf7; /* Old browsers */
background: -moz-linear-gradient(left,  #f9fcf7 0%, #f5f9f0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9fcf7), color-stop(100%,#f5f9f0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f9fcf7 0%,#f5f9f0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f9fcf7 0%,#f5f9f0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f9fcf7 0%,#f5f9f0 100%); /* IE10+ */
background: linear-gradient(to right,  #f9fcf7 0%,#f5f9f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=1 ); /* IE6-9 */




}

#header span {
	color: #666;
}

#main_content {
	background-color: #fff;
	padding: 140px 20px 20px;
}

#footer p {
position: fixed;
	margin: 0;
	bottom: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	color: #e3e3e3;
	font: 10px Arial, sans-serif;
}

.tabs {
top: 90px;
 position: fixed;

	width: 100%;
	height: 31px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#96b5cc+0,49575d+100 */
background: #96b5cc; /* Old browsers */
background: -moz-linear-gradient(top,  #96b5cc 0%, #49575d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96b5cc), color-stop(100%,#49575d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #96b5cc 0%,#49575d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #96b5cc 0%,#49575d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #96b5cc 0%,#49575d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #96b5cc 0%,#49575d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96b5cc', endColorstr='#49575d',GradientType=0 ); /* IE6-9 */


}

.tabs li {
	float:  left;
	margin: 0;
	overflow: hidden;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#96b5cc+0,49575d+100 */
background: #96b5cc; /* Old browsers */
background: -moz-linear-gradient(top,  #96b5cc 0%, #49575d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96b5cc), color-stop(100%,#49575d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #96b5cc 0%,#49575d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #96b5cc 0%,#49575d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #96b5cc 0%,#49575d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #96b5cc 0%,#49575d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96b5cc', endColorstr='#49575d',GradientType=0 ); /* IE6-9 */


}

.tabs li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font: bold 11px/11px 'Arial';
	text-transform: uppercase;
	padding: 10px 15px;
	border-right: 1px solid #fff;
}

.tabs li a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f6481+0,282f32+100 */
background: #3f6481; /* Old browsers */
background: -moz-linear-gradient(top,  #3f6481 0%, #282f32 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f6481), color-stop(100%,#282f32)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3f6481 0%,#282f32 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3f6481 0%,#282f32 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3f6481 0%,#282f32 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3f6481 0%,#282f32 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6481', endColorstr='#282f32',GradientType=0 ); /* IE6-9 */



}

.tabs li.active a {
	color:  #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#35556d+0,21282b+100 */
background: #35556d; /* Old browsers */
background: -moz-linear-gradient(top,  #35556d 0%, #21282b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35556d), color-stop(100%,#21282b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #35556d 0%,#21282b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #35556d 0%,#21282b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #35556d 0%,#21282b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #35556d 0%,#21282b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35556d', endColorstr='#21282b',GradientType=0 ); /* IE6-9 */


}

div.huge {
	font-size: 300px;
	line-height: 1em;
	padding: 0;
	letter-spacing: -.02em;
	overflow: hidden;
}

.white_blend {
	width: 100%;
	height: 61px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
	position: absolute;
	bottom: 0;
}

.black_blend {
	width: 100%;
	height: 61px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
	position: absolute;
	bottom: 0;
}

code {
	white-space: pre;
	background-color: #eee;
	display: block;
	padding: 10px;
	margin-bottom: 18px;
	overflow: auto;
}

.bottom,.last {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

.box  { 
	padding: 18px; 
	margin-bottom: 18px; 
	background: #eee; 
}

.fontbody {
	position: relative;
}

.arialbody{
	font-family: Arial;
	position: relative;
}

.verdanabody{
	font-family: Verdana;
	position: relative;
}

.georgiabody{
	font-family: Georgia;
	position: relative;
}
.boxbg {

	background-color:#E4DFFF;
	padding:10px 10px 10px 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 10px;
	border:1px solid #817E92;
	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.boxbg2 {
	height:16px;
	background-color:#E4DFFF;
	padding:10px 10px 10px 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 10px;
	border:1px solid #817E92;
    background: rgb(53,106,160);
    background: -moz-linear-gradient(top, rgba(53,106,160,1) 0%, rgba(53,106,160,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,106,160,1)), color-stop(100%,rgba(53,106,160,1)));
    background: -webkit-linear-gradient(top, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%);
    background: -o-linear-gradient(top, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%);
    background: -ms-linear-gradient(top, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%);
    background: linear-gradient(to bottom, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=0 );
}

.boxbglog {
	background-color:#E4DFFF;
	padding:10px 10px 10px 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 10px;
	border:1px solid #817E92;
    background: rgb(53,106,160);
    background: -moz-linear-gradient(top, rgba(53,106,160,1) 0%, rgba(53,106,160,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,106,160,1)), color-stop(100%,rgba(53,106,160,1)));
    background: -webkit-linear-gradient(top, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%);
    background: -o-linear-gradient(top, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%);
    background: -ms-linear-gradient(top, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%);
    background: linear-gradient(to bottom, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=0 );
}
