﻿/****************************************************
*					COMMON.CSS						*
****************************************************/

/* Wrappers */
html, body {
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	background-image: url("../css/images/Page-Background-Solid.jpg");
}

body {
	background-image: url("../css/images/Page-Background.jpg");
	background-repeat: repeat-x;
}

a {
	color: #990028;
}

img { border:0 }

div#Container {
	margin: 0 auto;
	width: 890px;
	min-height: 100%;
	position: relative;
	
	/* Fonts */
	font-family: Verdana, sans-serif;
	font-size: .7em;
}

/* Masthead */
div#Masthead {
	margin: 0;
	padding: 0;
	height: 159px;
	background-repeat: repeat-x;
	position: relative;
}
/*	div#Masthead ul, div#Masthead table {
		display: inline;
		width: 859px;
		padding: 0;
		margin: 0;
		margin-left: 15px;
		list-style: none;
		font-family: Verdana, sans-serif;
		font-size: 11px;
		position: relative;
		height: 23px;
	}
		div#Masthead ul li, div#Masthead table td {
			list-style: none;
			display: table-cell;
			width: 12.4%;
			text-align: center;
			border-left: 1px solid #CCCCCC;
			line-height: 30px;
			background-color: #999999;
		}
			div#Masthead ul li.currentPage, div#Masthead table td.currentPage {
				background-color:  #644C51;
			}
			div#Masthead ul li a, div#Masthead table td a {
				display: block;
				width: 100%;
				height: 100%;
				color: white;
				text-decoration: none;
			}
			div#Masthead ul li a:hover {
				text-decoration: underline;
			}*/
div#Masthead ul
{
	float:left;
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 15px;
}

div#Masthead ul li
{
	float:left;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	line-height: 30px;
	background-color: #999999;
	width:106px;
}

div#Masthead ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
}

div#Masthead ul li.currentPage
{
	background-color: #644C51 !important;
}

div#Masthead ul li a:hover 
{
	text-decoration: underline;
}



div#Logo {
	width: 360px;
	height: 65px;
	position: absolute;
	top: 50px;
	left: 30px;
}
	div#Logo a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -400px;
		overflow: hidden;
	}
div#Flags {
	width: 110px;
	height: 30px;
	position: absolute;
	top: 60px;
	left: 550px;
	left: 710px;
}
	div#Flags a {
		display: block;
		width: 32%;
		height: 28px;
		float: left;
		text-indent: -300px;
		overflow: hidden;
	}
div#Search {
	width: 130px;
	height: auto;
	position: absolute;
	top: 66px;
	left: 705px;
}
	div#Search input {
		width: 70px;
		float: left;
		height: auto;
	}
	div#Search a {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -9px;
	}
		div#Search a img {
			border: none;
		}

/* Page title */
h1.Breadcrumb {
	display: block;
	position: absolute;
	top: 145px;
	left: 15px;
	padding: 0;
	margin: 0;
	margin-top: -1em;
	font-family: Verdana, sans-serif;
	color: #999999;
	font-weight: normal;
	font-size: 20px;
	line-height: 2em;
}

h1.Breadcrumb a
{
	color:#999999;
	text-decoration:none;
}

/* Boxes */
	div.box h2 {
		clear: both;
		color:  #644C51;
		border-bottom: 1px dotted #999999;
		font-size: 2.125em;
		font-weight: normal;
		margin: 0;
		padding: 0;
		margin-top: 1em;
		margin-bottom: .75em;
	}
	div.box h1.first {
		clear: both;
		color:  #644C51;
		border-bottom: 1px dotted #999999;
		font-size: 2.125em;
		font-weight: normal;
		margin: 0;
		padding: 0;
		margin-top: 0;
		margin-bottom: .75em;
	}
	div.box h3 {
		color:  #990028;
		font-size: 1.1em;		
		padding: 0;
		margin: 0;		
	}
	div.box h4 {
		text-transform: uppercase;
		color: #644C51;
		font-weight: normal;
		font-size: 1em;
		padding: 0;
		margin: 0;
	}
	div.box h5 {
		color: #644C51;
		font-weight: bold;
		font-size: 1em;
		padding: 0;
		margin: 0;
	}
	div.box p {
		margin: 0;
		margin-top: .5em;
		margin-bottom: 1em;
		padding: 0;
	}
	div.box p.readMore {
		margin-bottom: 1.75em;
	}
	div.box a {
		color: #990028;
	}
	div.box td {
		vertical-align: top;
	}
	div.box th {
		text-align: left;
	}
	div#About table tr td#Contact {
		padding-left: 30px;
		white-space: nowrap;
	}
	div#About table {
		border: none;
		background: none;
	}
	div.box table {
		border: 1px solid #ECE6E6;
		background-color: #ECE6E6;
	}
	div.box table td {
		background-color: white;
		padding: 3px;
	}
	div.box table th {
		background-color: #866666;
		padding: 3px;
		vertical-align: top;
		color: white;
		font-weight: normal;
	}
	div.box table.invisible, div.box table.invisible tr, div.box table.invisible td {
		border: none;
		background: none;
		padding: 0;
		margin: 0;
	}
	div.box table.invisible {
		margin-bottom: 1em;
	}
	div.box img.imageRight {
		float: right;
		margin-left: 25px;
		margin-bottom: 25px;
		margin-top: .25em;
	}
	div.box img.imageBlockNarrowLeft {
		float: left;
		margin-top: .25em;
	}
	div.box img.imageBlockNarrowRight {
		float: right;
		margin-top: .25em;
	}
	div.textBlockNarrowRight {
		padding-left: 150px;
	}
	div.box ul li {
		margin-bottom: .75em;
	}

/* Images */
img.imageLeft {
	position: relative;
	float: left;
	border: 1px solid #999999;
	margin-right: 10px;
	clear: both;
	padding: 1px;
}

/* About */
div#About {
	/* */
}

/* News */
div#News {
	/* */
}

/* Footer */
div#Footer {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 890px;
	color: white;
	clear: both;
}
	div#Footer ul {
		list-style: none;
		padding-left: 30px;
	}
		div#Footer ul li {
			display: inline;
			background-image: url("../css/images/footerBullet.jpg");
			background-position: center left;
			background-repeat: no-repeat;
			padding-left: 15px;
			margin-right: 10px;
		}
			div#Footer ul li a {
				color: white;
			}
			
/* Content Stuff */
span.glossary {
	border-bottom: 1px dotted #999999;
	cursor: help;
}
ul.webcastRoles {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 76px;
	display: block;
}
div.indent {
	padding-left: 3em;
}

div.clear
{
	clear:both;
}

li.NeupartBullet
{
    list-style-image: url("../css/images/bodyBullet.jpg");
}

img.Right
{
    float: right;
}

table.NoBorder, table.NoBorder td
{
    border: 0 !important;
}

.NeupartRedBold
{
    color:  #990028;
    font-weight: bold;
}

li.QuestionBullet
{
    list-style-image: url("../css/images/question.jpg");
    color:  #990028;
    font-weight: bold;    
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
