body {
	padding: 0px;
	margin: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	background-image: url('/images/bg_stripe.png');
	background-repeat: repeat-y;
	background-position: center top;
}
img {
	border: 0px;
}
.emph {
	font-weight: bold;
}
.ital {
	font-style: italic;
}

a:focus, input:focus, textarea:focus {
	outline: none;
}

a {
	color: #5898c3;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
}
a:focus, a:hover { 
	color: #2a709f; 	
}

#frameunder {
	width: 100%;
	background-image: url('/images/bg.png');
	position: absolute;
	top: 0px;
	left: 0px;
}
#under {
	width: 960px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#underBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 986px;
	height: 250px;
}
#underMidground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1010px;
	height: 250px;
}
#underForeground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1160px;
	height: 250px;
}

#framemast {
	width: 100%;
	background-image: url('/images/bg.png');
	position: absolute;
	top: 0px;
	left: 0px;
}
#mast {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	background-image: url('/images/bg.png');
	position: relative;
	overflow: hidden;
}
#nav {
	position: absolute;
	right: 0px;
	padding-top: 40px;
	overflow: hidden;
}
#nav a.itemOff, #nav a.itemOn {
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 15px 0px 10px;
}
#nav a.itemOff {
	color: #666;
	border-top: 100px solid transparent;
}
#nav a.itemOff:hover {
	color: #5898c3;
	border-top: 100px solid #5898c3;
}
#nav a.itemOn {
	color: #e77731;
	border-top: 100px solid #e77731;
}
#nav a.itemOn:hover {
	color: #f1ad83;
	border-top: 100px solid #f1ad83;
}

#framecontent {
	width: 100%;
	margin-top: 250px;
}
#content {
	width: 960px;
	margin: 0 auto;
	-background-image: url('/images/bg.png');
	position: relative;
	overflow: hidden;
}
#content div.sidebar {
	padding: 30px 15px;
	color: #666;
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	float: left;
}
#content div.maintext {
	padding: 30px;
	margin-left: 205px;
	color: #666;
	font-family: 'Cardo', 'Times New Roman', times, serif;
	font-size: 14px;
	line-height: 18px;
}
#content div.maintext h1 {
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -1px;
	margin: 0px 0px 12px 0px;
}
#content div.maintext h2 {
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
}

#content div.articles {
}
#content div.articles div.item {
	background-color: #eeeeee;
	margin-top: 6px;
	font-size: 11px;
	padding: 5px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content div.articles div.item:hover {
	background-color: #f3f3f3;
}
#content div.articles div.item div.title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}
#content div.articles div.item div.date {
	border-top: 1px solid #ddd;
	margin-top: 4px;
	padding-top: 4px;
	font-size: 9px;
}

#content div.webinars {
}
#content div.webinars div.item {
	background-color: #eeeeee;
	margin-top: 6px;
	font-size: 11px;
	padding: 5px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content div.webinars div.item:hover {
	background-color: #f3f3f3;
}
#content div.webinars div.item div.title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}
#content div.webinars div.item div.date {
	border-top: 1px solid #ddd;
	margin-top: 4px;
	padding-top: 4px;
	font-size: 9px;
}

#content div.news {
}
#content div.news div.item {
	background-color: #eeeeee;
	margin-top: 6px;
	font-size: 11px;
	padding: 5px 7px 5px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content div.news div.item:hover {
	background-color: #f3f3f3;
}
#content div.news div.item div.title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}
#content div.news div.item div.date {
	border-top: 1px solid #ddd;
	margin-top: 4px;
	padding-top: 4px;
	font-size: 9px;
}

#content span.drawerNavigate {
	text-shadow: #aaa 0px 1px 2px;
	color: #666;
	cursor: pointer;
}
#content span.drawerNavigate:hover {
	color: #2a709f;
}

#content div.button, div.lightbox div.button {
	float: left;
	margin-right: 5px;
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 4px;
	cursor: pointer;
}
#content div.button a, div.lightbox div.button a, #content div.button input[type="submit"] , #content div.button input[type="button"] {
	text-decoration: none;
	background-color: #666;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 6px 4px 6px;
	text-shadow: #333 0px 1px 2px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-top: 1px solid #999;
}
#content div.button a.highlight, div.lightbox div.button a.highlight {
	text-decoration: none;
	background-color: #5898c3;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 6px 4px 6px;
	text-shadow: #333 0px 1px 2px;
	border-bottom: 1px solid #3675a0;
	border-left: 1px solid #4786b0;
	border-right: 1px solid #4786b0;
	border-top: 1px solid #7eb8de;
}
#content div.button a:hover, div.lightbox div.button a:hover, #content div.button a.highlight:hover, div.lightbox div.button a.highlight:hover, #content div.button input[type="submit"]:hover, #content div.button input[type="button"]:hover {
	text-decoration: none;
	background-color: #e77731;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 6px 4px 6px;
	text-shadow: #333 0px 1px 2px;
	border-bottom: 1px solid #b15115;
	border-left: 1px solid #cd6625;
	border-right: 1px solid #cd6625;
	border-top: 1px solid #f39053;
}

ul.subnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.subnav li {
	margin: 0px 0px 6px 0px;
}
ul.subnav a.itemOff, ul.subnav a.itemOn {
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	text-transform: uppercase;
}
ul.subnav a.itemOff {
	color: #666;
	border-left: 5px solid transparent;
}
ul.subnav a.itemOff:hover {
	color: #5898c3;
	border-left: 5px solid #5898c3;
}
ul.subnav a.itemOn {
	color: #e77731;
	border-left: 5px solid #e77731;
}

#framefoot {
	width: 100%;
	background-image: url('/images/bg_foot.png');
}
#foot {
	width: 960px;
	margin: 0 auto;
	background-image: url('/images/bg_foot.png');
	position: relative;
	overflow: hidden;
}
#foot div.footbox {
	width: 270px;
	padding: 15px;
	margin: 15px;
	background-color: #444;
	float: left;
	color: #ccc;
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	font-size: 11px;
	border-top: 2px solid #5898c3;
}
#foot div.footbox h1 {
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	color: #ccc;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	text-shadow: #000 0px 1px 2px;
	color: #fff;
	letter-spacing: -1px;
}
#foot div.button {
	float: left;
	margin-right: 5px;
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 4px;
	cursor: pointer;
}
#foot div.button a {
	text-decoration: none;
	background-color: #666;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 6px 4px 6px;
	text-shadow: #333 0px 1px 2px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-top: 1px solid #999;
}
#foot div.button a:hover {
	text-decoration: none;
	background-color: #e77731;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 6px 4px 6px;
	text-shadow: #333 0px 1px 2px;
	border-bottom: 1px solid #b15115;
	border-left: 1px solid #cd6625;
	border-right: 1px solid #cd6625;
	border-top: 1px solid #f39053;
}

#framesubfoot {
	width: 100%;
}
#subfoot {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#subfoot div.smallprint {
	color: #666;
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	font-size: 11px;
	float: left;
}

div.lightbox {
	position: fixed;
	top: 25px;
	left: 50%;
	margin-left: -333px;
	width: 617px;
	padding: 25px;
	background-image: url('/images/bg_foot.png');
	z-index:1002;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
}
div.lightbox div.box {
	position: relative;
	width: 585px;
	padding: 16px;
	background-color: #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #666;
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
div.lightbox div.box h2 {
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
}
div.lightbox div.box h3 {
	font-family: 'Cantarell', helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -1px;
	margin-bottom: 0px;
}
div.lightbox div.box table {
	border-collapse: collapse;
}
div.lightbox div.box table td {
	padding: 0px 5px 0px 0px;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.vscrollerbar {
	width: 10px;
	background-color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.hscrollerbase {
	height: 10px;
	background-color: #e0e0e0;
}
.hscrollerbar {
	height: 10px;
	background-color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: #e0e0e0;
}
