.clear {
	clear:both;	
}

@font-face {
    font-family: 'pt_sans_narrowregular';
    src: url('font/ptn57f-webfont.eot');
    src: url('font/ptn57f-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ptn57f-webfont.woff') format('woff'),
         url('font/ptn57f-webfont.ttf') format('truetype'),
         url('font/ptn57f-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('font/myriadpro-bold-webfont.eot');
    src: url('font/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/myriadpro-bold-webfont.woff') format('woff'),
         url('font/myriadpro-bold-webfont.ttf') format('truetype'),
         url('font/myriadpro-bold-webfont.svg#MyriadProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProCondBold';
    src: url('font/myriadpro-boldcond-webfont.eot');
    src: url('font/myriadpro-boldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/myriadpro-boldcond-webfont.woff') format('woff'),
         url('font/myriadpro-boldcond-webfont.ttf') format('truetype'),
         url('font/myriadpro-boldcond-webfont.svg#MyriadProCondBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProCondBoldItalic';
    src: url('font/myriadpro-boldcondit-webfont.eot');
    src: url('font/myriadpro-boldcondit-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/myriadpro-boldcondit-webfont.woff') format('woff'),
         url('font/myriadpro-boldcondit-webfont.ttf') format('truetype'),
         url('font/myriadpro-boldcondit-webfont.svg#MyriadProCondBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #d3d3d3 url(../../sitegraphics/background-repeat.jpg) 0 0 repeat;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.3em;
	text-align: left;
	color: #505050;
}
.inner-wrapper {
	width: 1000px;
	margin: 0 auto;
	position:relative;	
}
#logo {
	position:absolute;
	left:10px;
	top:25px;
	z-index:999;
	}

/* 
#logo img {
	background:rgba(255,255,255,.8);
    box-shadow: 0px 0px 5px #000;
	}
 */


#social {
	position:absolute;
	left:130px;
	top:230px;
	z-index:999;
		}
#social img:hover {
	box-shadow: 0 0 3px transparent;
	}

#social img:hover {
	box-shadow: 0 0 3px #fff;
	}


.banners {
	height: 300px;
	border-bottom: solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	box-shadow: 0px 3px 25px #8d8d8d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* div.eklipseslide {display:none;} */


main-menu-title {
	position: relative;
	top: 16px;
	left: 20px;
	font-family: 'pt_sans_narrowregular', sans-serif;
	font-size: 21px;
	text-transform: uppercase;
}

h1 {
	font-size: 23px;
	color: #505050;
	font-weight: bold;
	line-height: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

h2 {
	font-size: 20px;
	color: #505050;
	font-weight: bold;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

th h1, th h2,  th h3 {padding:0;}

h3 {
	font-size: 18px;
	color: #505050;
	font-weight: bold;
	line-height: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

h4 {
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

h5 {
	font-size: 14px;
	color: #505050;
	font-weight: bold;
	line-height: 24px;	
	padding-bottom: 5px;
	}

h6 {
	color: #fff;
	padding-left: 20px;
	padding-bottom: 6px;
	padding-top: 30px;
	font-size: 16px;
	}

.main-sandbox {
	background: #383838;
	margin-top: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 6px #8d8d8d; 
}
.menu {
	background: #f1f1f1;
	height: 43px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.color-border {
	width: 1000px;
	height: 3px;
	background: url("../../sitegraphics/color-border.jpg") no-repeat scroll 0 0 transparent;
}
.menu ul {
	float: left;
	margin-right: -7px;
	position: relative;
	top: 12px;
}
.menu ul li {
	float: left;
	list-style: none;
	border-left: solid 1px #d6d6d6;
	margin-left: 0;
}
.menu ul li a {
	text-decoration: none;
	font-family: 'pt_sans_narrowregular', sans-serif;
	font-size: 17px;
	color: #014a97;
	text-transform: uppercase;
	display: block;
	padding: 0 18px;
	text-align: center;
}
.menu ul li a:hover {
	color: #deb700;	
}
.main-content {
	background: #F1F1F1;
	width: 880px;
	float: left;
	padding: 30px 60px;
	min-height: 400px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.main-content p {
	line-height: 24px;
	padding-bottom: 16px;
}
.main-content ul {
	margin-bottom: 15px;	
}
.main-content li {
	padding-top: 10px;	
}
.main-content a {
	color: red;
	text-decoration: none;	
}
.main-content img {
	margin: 12px 0 12px 12px!important;
	box-shadow: 0px 1px 6px #8d8d8d;
	border: 5px solid #fff;
}
.main-content td {
	padding-right: 42px;
}
.side-content {
	background: #383838;
	width: 315px;
	margin: 0 auto;
	float: right;
	/*position: relative;*/
	height: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'pt_sans_narrowregular', sans-serif;
	padding:20px;
	font-size:20px;
	line-height:1.4em;
	color:#999 !important;
	}

.side-content p {margin-top: .5em}

.side-content h1 {color: #5694d5}

.side-content ul {
	padding-left: 5px;
	background: url("../sitegraphics/gray-border.jpg") no-repeat scroll 20px 0 transparent;
	padding-top: 5px;
}
.side-content ul li {
	list-style: none;
}
.side-content ul li:hover {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(left, #666666 0%, #383838 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#666666), color-stop(96%,#383838)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #666666 0%,#383838 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #666666 0%,#383838 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #666666 0%,#383838 96%); /* IE10+ */
	background: linear-gradient(to right, #666666 0%,#383838 96%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#383838',GradientType=1 ); /* IE6-9 */
}
.side-content ul li span {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}
.side-content ul li a {
	text-decoration: none;
	color: #a8a8a8;
	font-size: 14px;
	text-transform: none;
	display: block;
	padding: 3px 0 3px 5px;
}
.side-content ul li a:hover {
	color: #fff;	
}
.sub-sandbox {
	background: #f1f1f1;
	margin-top: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 6px #8d8d8d;
	margin-bottom: 25px;
}
.sub-sandbox .menu h2 {
	padding-top: 16px;
	padding-left: 20px;
	font-family: 'pt_sans_narrowregular',sans-serif;
    font-size: 21px;
	text-transform: uppercase;	
}
.sub-sandbox table {
	margin-left: 27px;
	margin-top: 11px;
}
.sub-sandbox table tr td {
	padding: 6px;
}
#footer {
	height: 78px;
	background-color: #1f1f1f;
	position: relative;
	top: 59px;
}
.footer-wrapper {
	width: 1000px;
	margin: 0 auto;	
	text-align:center;
}
.footer-wrapper a {
	padding-right: 15px;
	padding-top: 8px;
	display: block;
}
.footer-wrapper ul {
	padding: 18px 0 10px;
}

.footer-wrapper ul li {
	display: inline-block;
	padding-left: 12px;	
}
.footer-wrapper ul li a {
	color: #8d8d8d;
	text-decoration: none;
	font-family: 'pt_sans_narrowregular', sans-serif;
	text-transform: uppercase;	
	font-size: 14px;
	display: inline;
	padding: 0;
}
.footer-wrapper ul li a:hover {
	color: #bababa;
	}

.footer-wrapper p {
	color: #fff;
	right: 300px;
	bottom: 20px;font-family: 'pt_sans_narrowregular', sans-serif;
	text-transform: uppercase;	
	font-size: 14px;
	text-align:center;
	}

.floatright {float: right;}
.floatleft {float: left;}

span.eklipseobject.pdf, span.eklipseobject.PDF {float:none !important;display:inline !important;}

caption, table, td, tr {
    padding: 0 0 15px;
	}

table.table th {padding:10px 14px;
	}	

table.table td {padding:10px 14px;
	border-top: 1px solid  rgb(250,221,28);
	}

table.table td.c1 {font-weight:bold;
	}	

form.inline {display:inline-block;}
form.inline table {display:inline-block;}
form.inline td {padding-right:8px;}

a.button, input.button  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #185ea0;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#d9d9d9 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#d9d9d9),
		to(#ffffff));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 4px 8px rgba(000,000,000,0.1),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 4px 8px rgba(000,000,000,0.1),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 4px 8px rgba(000,000,000,0.1),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

input.button:disabled,
input.button[disabled]{
	background:#d9d9d9;
	color: #fff;
	text-shadow:none;
	}

#prev {font-size:150%;padding-right:20px;}
#next {font-size:150%;padding-left:20px;}


form#question {margin-top: 20px; border-top:1px solid #baa; padding-top:20px; font-size:14px;}
.qchoice { text-indent:-40px;  padding-left:40px;padding-bottom:8px;}


.eklipseobject.doc, .eklipseobject.pdf {display:inline-block!important; float:none!important}
label.error {color:red; font-weight:bold; padding-left:10px; font-size:10px;}

.eklipseobject.imgdes {
	font-size: 12px;
	line-height:14px;
	text-align:center;
	font-style: italic;
	margin-right: 5px;
	}

.eklipseform th{ padding-right:15px; text-align:right;}

#slist span.ekobject_frame{ padding:10px;float:left; display:block;}

div.center {text-align:center; margin:0 auto; width:auto; display:table;}

.main-sandbox li li {list-style-type:square; padding:3px;color:#aaa;}
.main-sandbox li li span {color:#505050}
.main-sandbox li ul {padding-left:20px;padding-top:3px; padding-bottom:4px;}

.eklipsemap {padding:20px; clear:both}

input[readonly] {border:0; background:none;}

.headerrow th{
  text-align: left;
}

.banner {position:absolute; top:0;}

input, textarea {width:260px;}

textarea {height:240px;}


input.button, input[type='button'] input.radio, input[type='radio'], input.checkbox, input[type='checkbox'] {width:auto;}
input[type="file"] {border:none; width:auto;}


.ek_sqltable th,.ek_sqltable thead td {color:white;background:#434333}

.ek_sqltable th,.ek_sqltable td {padding:4px 8px; margin:0; font-size:95%}
.ek_sqltable td {border-left:1px solid #ddd;}
.ek_sqltable td:first-child {border-left:none;}
