@font-face {
	font-family: "Calibri";
	src: url(CALIBRI.TTF) format("truetype");
}

body
{
	font-family: "Calibri", helvetica, sans-serif;
	background: #0f2a56;
	height: 100%;
	color: black;
}

a
{
	text-decoration:none;
}

a img
{
	border: none;
}

.hidden-container
{
	display: none;
}

#page
{
	margin: 0 auto;
	width: 980px;
}


#header
{
	height: 130px;
	background: url('../gfx/header-bg-grey.jpg') top left no-repeat;
}

#header h1,
#header h2
{
	width: 750px;
	font-weight: normal;
}

#header h1
{
	font-size: 38pt;
	color: white;
	margin: 20px 5px 0 15px;
	text-shadow: #000000 2px 2px 1px;
}

#header h2
{
	font-size: 18pt;
	color: white;
	margin: 5px 5px 0 15px;
}

#header_right_column
{
	float: right;
	text-align: right;
	margin-top: -100px;
	width: 260px;
	padding: 5px 10px;
}
#telephone,
#call_me,
#social_links
{
	clear: both;
	display: block;
	color: white;
}

#telephone
{
	font-size: 24pt;
	margin: 5px 5px 0px 5px;
}

#social_links
{
	margin-top: 10px;
	display: table;
	float: right;
}

#social_links a
{
	display: table-cell;
	vertical-align: top;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#social_links a.session
{
	color: white;
	background: right center no-repeat;
	padding-right: 30px;
	position: relative;
	top: -4px;
}

#social_links a.login
{
	background-image: url('../gfx/jewel-login-1.png');
}

#social_links a.logout
{
	background-image: url('../gfx/jewel-logout-1.png');
}

#social_links a img
{
	margin: -5px 0 0 10px;
}

#call_me
{
	font-size: 24pt;
	background: url('../gfx/telephone.png') no-repeat 0 5px;
	padding-left: 30px;
	width: 130px;
	float: right;
}

#header a
{
	color: white;
}

#animation_column
{
	float: right;
	border: 2px solid gray;
	width: 146px;
	height: 546px;
	background: gray;
}

#left_collage a:first-child,
#right_collage a:first-child,
#acl1
{
	font-size: 10pt;
	color: white;
	padding: 20px 10px;
	z-index: 1;
	display: block;
	background: #0f2a56 url('../gfx/collage-link-bg.png') repeat-x bottom;
	text-align: center;
	margin: -3px 0 3px 0;
}

#left_collage img:first-child,
#right_collage img:first-child
{
	margin-top: 39px;
}

#left_collage img,
#right_collage img,
#animation_collage img
{
	margin: -4px -4px 0px auto;
	padding: 0px;
}

#left_collage
{
	float: left;
	border: 2px solid gray;
	width: 146px;
	height: 546px;
	background: gray;
}

#right_collage
{
	float: right;
	border: 2px solid gray;
	width: 146px;
	height: 546px;
	background: gray;
}

#animation_collage
{
	width: 150px;
	height: 496px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 200;
	margin-left: -4px;
	margin-top: -4px;
}

#content
{
	background: white;
	width: 100%;
	overflow: hidden;
	height: 550px;
	text-align: left;
}

/* Adjust font size & line height here */

#content,
#content p,
#content ul,
#content li,
#content td
{
	font-size: 10pt;
	font-family: Verdana, sans-serif;
}

#content #left_collage a,
#content #right_collage a
{
	font-size: 10pt;
}

#content h1
{
	font-size: 16pt;
	font-weight: 600;
	padding: 0px;
	color: #032f46;
	text-shadow: #eaeaea 2px 2px 2px;
}

#content h2
{
	font-size: 1.5em;
}

#content a:hover
{
	text-decoration: underline;
}

#main_content
{
	background: white;
	color: black;
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 10px;
	overflow: auto;
	margin: 10px;
	width: 640px;
	height: 530px;
	z-index: 100;
}

#footer
{
	clear: both;
	text-align: center;
	color: white;
	font-size: 10pt;
	background: #12202e;
	font-weight: bold;
	width: 981px;
	height: 30px;
	padding-top: 15px;
}

#footer a
{
	color: white;
	margin: 10px;
	padding-top: 10px;
}


#footer a#copyright
{
	float: left;
	margin-top: -10px;
}

#tools
{
	display: inline;
	margin: 0 70px;
}

#tools a
{
	background-position: right center;
	background-repeat: no-repeat;
	margin: 10px;
	padding: 10px 30px 10px 10px;
	height: 25px;
}

#articles
{
	background-image: url('../gfx/articles.png');
}

#print
{
	background-image: url('../gfx/print.png');
}

#bookmark
{
	background-image: url('../gfx/bookmark.png');
}

#email_to_friend
{
	background-image: url('../gfx/email_to_friend.png');
}

#sitemap
{
	background-image: url('../gfx/sitemap.png');
}
#footer a#honeywood
{
	float: right;
	margin-top: -10px;
}

#footer a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

#search
{
	margin-top: 10px;
	height: 30px;
}

#search_term
{
	background: white url('../gfx/inputbg.gif') repeat-x top left;
	border: solid white 1px;
	margin-right: 5px;
}

#animation
{
	width: 146px;
	height: 598px;
	overflow: hidden;
	text-align: center;
	display: block;
	background: #cfe9ff;
}

#animation div#animation-info
{
	margin-top: 1em;
	position: relative;
	z-index: 50;
	font-size: 13pt;
	padding: 0 5px;
	text-decoration: none;
	color: black;
}

#stickers
{
	position: relative;
	height: 130px;
	width: 130px;
	margin: 10px auto 0 auto;
	z-index: 100;
}
#sticker
{
	display: none;
	margin: auto;
}

#patch
{
	position: relative;
	z-index: 100;
	top: -25px;
}

#balloon-1,
#balloon-2,
#balloon-3,
#balloon-4
{
	width: 78px;
	height: 87px;
	position: relative;
	float: left;
	top: 240px;
}

#balloons
{
	width: 400px;
}

/* Login */

article.alert,
article.success
{
	width: 294px;
	height: 51px;
	top: 25%;
	margin: -75px auto auto -147px;
	padding: 0px;
	text-indent: 70px;
	line-height: 57px;
	font-size: 12px;
	border: none;
	background: no-repeat top left;
}

article.alert p,
article.success p
{
	position: absolute;
	width: 500px;
	margin-left: -100px;
}

article.alert
{
	background-image: url('default/error.png');
}

#vcvs a
{
	display: block;
	min-height: 84px;
	width: inherit;
	line-height: 21px;
	clear: both;
}

#vcvs a img
{
	display: block;
	width: 100px;
	height: 80px;
	float: left;
	margin-right: 12px;
	border: solid gray 3px;
	border-top-color: silver;
	border-left-color: silver;
}

#vcvs a:hover img
{
	border-color: silver;
	border-top-color: #eaeaea;
	border-left-color: #eaeaea;
}

#vcvs a small
{
	display: block;
	color: gray;
	font-style: italic;
}

a.back-to-vcv-list
{
	float: right;
	width: 90px;
	height: 230px;
	padding: 120px 0px 10px 10px;
	border-right: solid #0a4e94 10px;
	background: #004080;
	color: white;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
}

a.back-to-vcv-list:hover
{
	text-decoration: none;
	background: #0a4e94;
	text-shadow: 0px 0px 3px #000080; 
}

a.back-to-vcv-list:before
{
	content: '\25B6';
	margin-right: 5px;
	text-decoration: none;
}

a.back-to-vcv-list:after
{
	content: '...';
}

dl.pdf-articles
{
	width: 320px;
	display: table-cell;
	vertical-align: top;
}

dl.pdf-articles dt
{
	float: left;
	width: 320px;
	margin: 0px 0px 20px 0px;
}

dl.pdf-articles dt a
{
	display: block;
	background: #f4f4f4 url('default/pdf-icon.png') 10px 10px no-repeat;
	color: #222;
	width: 210px;
	height: auto;
	padding: 10px 10px 15px 70px;
	margin: 2%;
	border: solid gray 3px;
	border-top-color: silver;
	border-left-color: silver;
	font-size: 14px;
	line-height: 22px;
	border-radius: 5px;
}

dl.pdf-articles dt a:hover,
#content dl.pdf-articles dt a:hover
{
	border-color: silver;
	border-top-color: #eaeaea;
	border-left-color: #eaeaea;
	text-decoration: none;
}

/* Table style 3: dotted inner borders */
#content table.style-3
{
	margin: 0.2em auto 1em auto;
	border: solid 1px;
}

#content table.normal td,
#content table.style-3 td
{
	padding: 10px;
	vertical-align: top;
}

#content table.style-3 th
{
	color: white;
	background: #333;
	font-size: 10pt;
	//text-transform: uppercase;
	font-weight: normal;
	padding: 12px 10px 8px 10px;
	vertical-align: bottom;
}

#content table.style-3 td
{
	margin: -2px;
	border-left: dotted 1px;
	border-top: dotted 1px;
}

#content table.style-3 td em
{
	color: gray;
	font-style: normal;
}

#content table.style-3 tr:first-child td
{
	border-top: none;
}

#content table.style-3 tr td:first-child
{
	border-left: none;
}
