@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	/*background: url(/Graphics/bg-DarkBlue.gif);*/
	background: #AAA;
	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;}

hr {
	background-color: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
}

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;
}


.clear { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.floatLeft { float:left; margin-right:10px; margin-left:0; }
.floatRight { float:right; margin-left:10px; margin-right:0; }


#UtilityContainer {width:100%; height:40px; background:#333;}
	#UtilityContainer div {margin:0 auto; padding:14px 5px 0 0; width:960px; font-size:.9em; color:#FFF; text-align:right;}
		#UtilityContainer a {color:#FFF; text-decoration:none;}
			#UtilityContainer a:hover {color:#FFF; text-decoration:underline;}

#HeaderContainer {
	margin: 0 auto;
	 height: 120px;
	 width: 960px;
}

#bodyContainer {margin:0 auto; width:960px; background:#FFF;}

	#bodyContainer div {
		margin: 0 auto;
		padding: 0;
		width: 940px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #000000;
	}
	
	#bodyContainer div .subNav {
		float: left;
		width: 170px;
		margin-right: 8px;
		margin-left: 0;
		padding-top: 20px;
	}
	#bodyContainer div .bodyArea {
		margin: 20px 0;
		padding-left: 10px;
		float: left;
		width: 750px;
		border-left: 1px #CCC solid;
	}

.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 20px 0 0;
	padding: 0;
	border-top: 0px solid #CCCCCC;
	border-right: 0 solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
}

ul#Nav a {
	display: block;
	padding: 10px;
	background-color: #DDDDDD;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
	ul#Nav a:hover {
		background: url(/Graphics/bg-DarkBlue.gif);
		color: #FFFFFF;
	}
	ul#Nav a.current_page { 
		background: #c03637 url(/Graphics/nav-arrow.gif) no-repeat center bottom;
		color: #FFFFFF;
	}
	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;
}


/* Buttons */
.buttons {
    zoom: 1; /* triggers hasLayout */
}
.buttons:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.buttons a, .buttons input {
	margin: 0;
    margin-right: 10px;
	
	background:	#003d7e	url(/Graphics/bg-DarkBlue.gif) bottom repeat-x;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	letter-spacing: .1em;
    line-height: 1.25em;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.buttons a {
    display: block;
	float: left;
	padding: 7px 12px 8px 12px;
}
.buttons input {
	width: auto;
	overflow: visible;
	padding: 6px 12px 7px 12px;
}
	.buttons a:hover, .buttons input:hover {
		color: #FFF;
		/*
		background:	#003d7e url(/images/bg-Nav-On.png);
		background-position: 0 35px;
		*/
	}

.buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}


/* Box Styling */
div.box {
	margin: 0 auto 10px auto;
	padding: 0;
	border: 1px #666 solid;
	width: 230px;
}

/* Box Titles */
div.box h2 {
	margin: 0;
	padding: 8px 14px;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	background: #999;
	border-bottom: 1px #666 solid;
}

/* Inside the Boxes */
div.box p {
	margin: 12px 14px;
	line-height: 1.25em;
}
div.box ul, div.box ol {
	margin: 12px 10px 12px 36px;
	line-height: 1.25em;
}
div.box hr {
	margin: 0 auto;
	width: 80%;
	color: #ccc;
	height: 1px;
}
