@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background: url(/Graphics/bg-DarkBlue.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color:#c03637;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
}
a:visited:hover {
	color: #c03637;
}

p {
	margin-top: 0;
	margin-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

ul {
	margin-top: 4px;
	margin-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

ol {
	margin-top: 4px;
	margin-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

ol li {
	margin-bottom: 4px;
}
ul li {
	margin-bottom: 2px;
}

ul#LatestNews {
	list-style: none;
	margin: 0 0 0 5px;
}
ul#LatestNews li {
	margin-bottom: 8px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

#HeaderContainer {
	 height: 128px;
	 width: 100%;
	 background: url(/Graphics/header.jpg) no-repeat left;
	 text-align: right;
}

.heading18-Red {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #c03637;
}

.heading14-Blue {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #334f89;
}

.white10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.white10:link, a.white10:hover, a.white10:active, a.white10:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.black10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a.black10:link, a.black10:hover, a.black10:active, a.black10:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.showDate {
	font-size: 16px;
	font-weight: bold;
	color: #334f89;
	letter-spacing: 1px;
}
.showLocation {
	font-size: 20px;
	font-weight: bold;
	color: #c03637;
	letter-spacing: 4px;
}

/* NAVIGATION TABS */
ul#Nav li ul {
    display: none;
}
ul#Nav li:hover > ul {
    display: block;
}

ul#Nav {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 1;
}

ul#Nav li {
	float: left;
	margin: 0;
	padding: 0;
	border-top: 0px solid #CCCCCC;
	border-right: 5px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
}

ul#Nav a {
	display: block;
	padding: 8px;
	background-color: #DDDDDD;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

ul#Nav a:hover {
	background: url(/Graphics/bg-DarkBlue.gif);
	text-decoration: none;
	color: #FFFFFF;
}
ul#Nav a.current_page { 
	display: block;
	padding: 8px;
	background: #c03637 url(/Graphics/nav-arrow.gif) no-repeat center bottom;
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: bold;
}
ul#Nav a.current_page:hover { 
	background: #c03637 url(/Graphics/nav-arrow.gif) no-repeat center bottom;
}

/* DROP DOWN SUBNAVIGATION */
ul#SubNav {
	position: absolute;
	margin: 0;
	padding: 0;
	float: none;
	list-style: none; 
	border: 0px;
	border-width: 0 0 1px 0;
	border-color: #999999;
	border-style: solid;
	text-align: left;
	z-index: 2;
}

ul#SubNav li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}

ul#SubNav a {
	/* width: 250px; */
	margin: 0;
	display: block;
	float: none;
	padding: 5px;
	background: #EEEEEE;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	border-width: 1px 1px 0px 1px;
	border-color: #999999;
	border-style: solid;
}
ul#SubNav a:hover {
	background: url(/Graphics/bg-DarkBlue.gif);
	text-decoration: none;
	color: #FFFFFF;
}

/* LEFT SIDE NAVIGATION */
.NavSubHeader {
	font-weight: bold;
}

.NavSub {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}



/* LANGUAGES / FLAGS */
#Languages {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	float: right;
	text-align: right;
}

#Languages a {
	display: block;
	float: right;
	padding: 4px 8px 4px 8px;
	background-color: #999999;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

#Languages a:hover {
	background: url(/Graphics/bg-DarkBlue.gif);
	text-decoration: none;
	color: #FFFFFF;
}

/* FORM BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #CCCCCC;
    border-top:1px solid #DEDEDE;
    border-left:1px solid #DEDEDE;
	
	font-family: Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 0 -3px 0 !important;
    padding:0;
    border:none;
    width:20px;
    height:17px;
}

/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
