/* -------------------------------------------------------------- Just Cases Styles * Version: 0.1 (23.05.2008) * Website: http://www.just-cases.co.uk/ -------------------------------------------------------------- */ 
body {
	color:#ebf1f4;
	background-color:#003965;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1 {
	font-size:2em;
	font-weight:bold;
}
h2 {
	font-size:1.17em;
	font-weight:bold;
}
h3 {
	font-size:1.17em;
	font-variant:small-caps;
	letter-spacing:0.1em;
}
a:link, a:visited { 
	color:#003965;
	text-decoration:underline;
}
a:focus, a:hover, a:active { 
	color:#46a3d5;
}
.container {
	width:970px;
}
#header {
	width:100%;
	background:url(images/header-bg.png) top right no-repeat;
	padding-top:32px;
}
#header #logo {
	width:250px;
	height:54px;
	background:url(images/header-logo.png) no-repeat;
}
#header #logo h1 {
	text-indent:-5000px;
	padding:0;
	margin:0;
}
#header #email {
	width:100%;
	height:35px;
	text-align:right;
}
#header #email a {
	display:block;
	width:224px;
	height:20px;
	background:url(images/email.png) no-repeat top right;
	float:right;
	clear:right;
}
#header .nav  {
	width:100%;
}
/* Tabbed Navigation */
#header .nav {
	font-size:1.21em;
	margin:0;
	height:30px;
	clear:both;
}
#header .nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#header .nav ul li {
	float:left;
	clear:none;
	padding:0 0 0 8px;
	margin:0;
	background: #b1c8d5 top left url(images/tab.png) no-repeat;
}
#header .nav a:link,
#header .nav a:visited {
	display:block;
	height:30px;
	text-decoration:none;
	color:#46a3d5;
	line-height:30px;
	padding:0 8px 0 0;
	background: #b1c8d5 top right url(images/tab.png) no-repeat;
}
#header .nav a:hover,
#header .nav a:active {
	color:#fff;
	background-color: inherit;
}
#header .nav li.current,
#header .nav li.current a:link,
#header .nav li.current a:visited,
#header .nav li.current a:hover,
#header .nav li.current a:active {
	color:#fff;
	background: #46a3d5 top right url(images/tab-selected.png) no-repeat;}
#header .nav li.current {
	background-position: top left;
}

/* ********** */
#main {
	color:#222;
	background-color:#fff;
	padding:10px;
	border-top:4px solid #46a3d5;
}
#footer {
	width:100%;
	padding:1em 20px;
}
#footer a:link, #footer a:visited { 
	color:#fff;
}
#footer a:focus, #footer a:hover, #footer a:active { 
	color:#46a3d5;
}
/* Default Artlicle */
.articlePadding {
	padding:10px;
}

/* Alternative Article */
.alternative {
	border:1px solid #000;
	background-color:#ebf1f4;
}

/* Fancy Article */
.fancy {
	background:#b1c8d5 url(images/fancy-bg.png) bottom no-repeat;
	padding-bottom:5px;
}
.fancy h2 {
	background:#b1c8d5 url(images/fancy-bg.png) top no-repeat;
	padding:5px 10px 0 10px;
	margin-bottom:5px;
}
.fancy .articlePadding {
	padding:0;
	background-color:#ebf1f4;
	margin:0 5px;
}