/* font-faces */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 25, 2011 */
@font-face {
    font-family: 'DejaVuSansExtraLight';
    src: url('/fonts/dejavusans-extralight-webfont.eot');
    src: url('/fonts/dejavusans-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/dejavusans-extralight-webfont.woff') format('woff'),
         url('/fonts/dejavusans-extralight-webfont.ttf') format('truetype'),
         url('/fonts/dejavusans-extralight-webfont.svg#DejaVuSansExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* generic classes */
.block	{ display	: block;	}
.hidden { visibility	: hidden;	}
.none	{ display	: none;		}
.smaller,
.smaller * {
	font-size	: 10px;
};
.bold,
.bold *	{ font-weight	: bold;		}

.shade_bottom {
	background	: url(/img/shade_bottom.png) repeat-x;
	height		: 12px;
	}

.white { background	: #fff;		}
.disabled { color	: #888;		}
.lightgray { color	: #eef;		}
.gray	{ color		: #777;		}

.left	{ float		: left;		}
.right	{ float		: right;	}
.clear	{ clear		: both;		}

.vmiddle,
.vcenter { vertical-align	: middle; }

.pointer { cursor	: pointer;	}

*,
.normal {
	font		: 13px/21px Arial, Helvetica, sans-serif;
	margin		: 0;
	padding		: 0;
	border		: 0;
	background	: transparent;
	box-sizing	: border-box;
	-webkit-box-sizing	: border-box;
	-moz-box-sizing		: border-box;
	-ms-box-sizing		: border-box;
}

input, button {
	line-height	: 100%;
	padding		: 3px 0;
}

html, body {
	height		: 101%;
	margin		: 0;
	padding		: 0;
	background	: white;
}

#body {
	width		: 1040px;
	margin		: 0 auto;
	padding		: 0 20px;
}

p, ul, dl {
	margin		: 16px 0;
	color		: #444;
	line-height	: 21px;
	text-align	: justify;
}

a {
	color		: #039;
	text-decoration	: none;
	outline		: none;
}

code {
	font-family	: monospace;
}

kbd {
	background	: #ffc;	
}

*[title] {
	cursor		: help;
}

acronym[title],
abbr[title] {
	border-bottom	: 1px dotted #777;
	margin-bottom	: -1px;
}

a:hover {
	text-decoration	: underline;
}

a.disabled {
	text-decoration	: none !important;
	cursor		: default !important;
	background	: none !important;
}

a.stockimage_copyright {
	font-size	: 9px;
	line-height	: 11px;
	color		: #ccc;
}

a[href^=http]:before{
	content		: '➔ ';
}

img {
	border		: 0;
}

img.right {
	margin		: 0 0 20px 20px;
}

img.left {
	margin		: 0 20px 20px 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight	: bold;
	padding		: 4px 0;
	font-family	: 'DejaVuSansExtraLight';
}

h1 {
	font-size	: 16px;
	margin-bottom	: 7px;
}

h2 {
	margin		: 13px 0 7px 0;
}

hr {
	border		: none;
	border-top	: 1px solid #eef;
	padding		: 0;
	margin		: 10px 0;
}

button {
	cursor		: pointer;
}

ul {
	list-style	: none;
	margin-left	: 20px;
	margin-right	: 20px;
}

li {
	background	: url(/img/corner_blue.png) 4px 16px no-repeat;
	padding		: 10px 20px;
	text-align	: left;
}

ul.menu {
	margin		: 0;
	border		: none;
}

ul.menu > li {
	text-align	: left;
	background	: none;
	padding		: 0;
	margin		: 0;
}

ul.menu > li > *,
ul.menu > li > .active {
	padding		: 4px 20px;
	line-height	: 19px;
}

ul.menu a {
	display		: block;
}

ul.menu a:hover,
ul.menu a.active {
	background	: url(/img/corner_blue.png) 4px 10px no-repeat;
	text-decoration	: none;
}

dt {
	font-weight	: bold;
	display		: block;
	width		: 200px;
	float		: left;
	padding		: 10px 20px;
	background	: url(/img/corner_blue.png) 4px 16px no-repeat;
	text-align	: left;
}

dd {
	display		: block;
	margin-left	: 220px;
	padding		: 10px 0;
}

dt:after {
	content		: ':';
}

#pagehead {
	float		: left;
	width		: 100%;
	position	: relative;
	margin-top	: 20px;
}

#pagehead .logo {
	margin		: 0 10px 20px 10px;
}

#pagehead > ul {
	border		: none;
}

#pagehead > ul > li {
	float		: left;
	background	: url(/img/tab_normal.png) repeat-x;
}

#pagehead > ul + * {
	clear		: both;
}

#pagehead > ul > li > a {
	display		: block;
	padding		: 1px 15px 1px 10px;
	text-decoration	: none;
	color		: #eef;
	font-weight	: bold;
	background	: url(/img/corner.png) top right no-repeat;
}

#pagehead > ul > li.active,
#pagehead > ul > li:hover {
	background	: url(/img/tab_white.png) no-repeat;
}

#pagehead > ul > li.active > a,
#pagehead > ul > li:hover > a {
	color		: #68a; /*#6687ad;*/
	background	: url(/img/corner_active.png) top right no-repeat;
}

#pagehead > ul > li.active:last-child > a,
#pagehead > ul > li:hover:last-child > a {
	background	: url(/img/menu_right.png) top right no-repeat;
}

#pagehead > ul > li.active > a:hover,
#pagehead > ul > li:hover > a:hover {
	color		: #26b; /*#2062AD;*/
}

#pagehead .submenu {
	width		: 100%;
	position	: absolute;
	left		: 0;
	display		: none;
	background	: url(/img/white_80percent.png);
	border-bottom	: 1px solid white;
	padding		: 10px;
	z-index		: 100;
}

#pagehead .submenu ul {
	float		: left;
	margin		: 0 10px;
}

#pagehead .continued {
	left		: auto;
}

#pagehead > ul > li:hover .submenu {
	display		: block;
}

#pageheadtheme {
	position	: relative;
	height		: 300px;
}

#breadcrumbs {
	background	: url('/img/breadcrumbs_bg.png') repeat-x bottom;
	clear		: both;
	color		: #333;
	padding		: 1px;
}

#search_text {
	border-left	: 1px solid #eef;
	padding		: 0 4px;
	margin-top	: 3px;
	width		: 80px;
	color		: #777;
}

#search_text:focus {
	color		: #333;
}

#pagebody {
	clear		: both;
}

#pagebody > .column {
	width		: 140px;
}

#pagebody > .column > * {
	margin		: 20px 0;
}

ul.infobox {
	background	: #fff;
	border-left	: 1px solid #eef;
	border-right	: 1px solid #eef;
	border-bottom	: 1px solid #eef;
}

ul.infobox li:first-child {
	background	: url('/img/tab_normal.png') repeat-x;
	padding		: 4px 4px 4px 20px;
}

ul.infobox li:first-child > * {
	background	: url('/img/corner.png') top right no-repeat;
	color		: #fff;
	padding		: 0;
	line-height	: 125%;
}

.bigbox {
	border		: 1px solid #eef;
	padding		: 16px;
	margin		: 20px 0;
}

#pagebody .content_container {
	margin		: 0 160px 20px 160px;
	padding		: 20px;
	position	: relative;
}

#pagebody .content_container.full_width {
	margin-left	: 0;
	margin-right	: 0;
	padding-left	: 0;
	padding-right	: 0;
}

.editor_edit {
	position	: absolute;
	top		: 0;
	right		: 0;
}

#editor_toolbar {
	position	: fixed;
	top		: 0;
	width		: 100%;
	background	: #ccc;
	padding		: 4px 10px;
	z-index		: 99;
}

#editor_toolbar + * {
	margin-top	: 20px;
}

.navigation {
	float		: right;
	display		: none;
}

.separators > * {
	border-right	: 1px solid #eef;
	padding-left	: 7px;
	padding-right	: 7px;
}

.separators > *:first-child {
	border-left	: 1px solid #eef;
}

.quicklinks > * {
	font-size	: smaller;
}

.quicklinks a:hover {
	background	: #eef;
	text-decoration	: none;
}
