@charset "utf-8";
/* CSS Document */

body {
	background: #CCCCCC;
  	margin: 0px;
  	padding: 0;
	font: Arial, Helvetica, sans-serif;
  	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
#container { 
	width: 790px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#language {

	font-size: 1em;
	margin: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#language ul
{
	padding: 0;
	margin:0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	width: 790px;
	float: right;
	border-bottom: 1px solid #98141B;
	border-top: 1px solid #98141B;
	list-style: none;
	font: 500 70% Arial, Helvetica, sans-serif;
}

#language li
{
	float: right;
	padding-left:0.3em;
	margin-right: 0.3em;
	border-left: 1px solid #98141B;
}

#language li.first
{
	border-left: 0;
	padding:0;
}

#language a
{
	display: block;
	margin:0;
	color: #98141B;
	text-decoration: none;
}

#language a:hover{
	display: block;
	margin:0;
	color: #ff9999;
	text-decoration: none;
}

#banner {
  	background: #FFFFFF;
  	padding: 0 0 0 0px; 
	border-bottom: 1px solid #FFFFFF; 

}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#leftcol {
	float: left;
	width: 505px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	border-top: 1px solid #FFFFFF;
	padding: 15px;
}

#sidebar {
	background: #FFFFFF;
	float: left;
	width: 225px;
	padding: 15px
}

.curved-box
    {
	width: 225px;
	background-color: #98141B;
	margin-bottom: 20px;
}

.curved-box h2
    {
	background: #98141B url(/images/225px-round-top990000.gif) no-repeat left top;
	margin: 0;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.8em;
	border-bottom: 1px solid #ffffff;
	font: Arial;
}

.curved-box p
    {
	background: #98141B url(/images/225px-round-bottom990000.gif) no-repeat left bottom;
	padding: 0px 15px 10px 15px;
	text-align: left;
	line-height: 1.3em;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
}

.curved-box a
	{
	color:#FFFFFF;
	text-decoration: none;
	display: block;
}

.curved-box a:hover
{
	display: block;
	margin:0;
	color: #ff9999;
	text-decoration: none;
}

#footer {
	padding: 0 0 0 0;
	clear: left;
	width: 790px;
	background:#98141B;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	font:10px "Arial";
	color: #FFFFFF;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ----------navigation---------- */


#menu {
	width: 790px;
	height: ;
	margin: 0 auto;
	background: #98141B;
}

ul.dropdown {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 790px;
	background-color: #98141B;
	font-weight: bold;
}

	ul.dropdown li {
	padding: 7px 0;
	background-color: #98141B;
	line-height: normal;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #fff; text-decoration: none; }
	ul.dropdown a:hover { color: #cc6666; text-decoration: none; }
	ul.dropdown a:active { color: #fff; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	width: 170px;
	background-color: #484039;
	color: #fff;
	font-size: 11px;
	text-transform: none;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #000;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
	background-color: transparent;
	font-weight: normal;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #fff; }
		ul.dropdown ul a:hover { color: #fff; text-decoration: none; }
		ul.dropdown ul a:active { color: #fff; }


/* ----- END LEVEL */

/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/* ----- END LEVEL */

ul.dropdown li a {
	display: block;
	padding: 5px 5px 5px 10px;
}


/* ------------- Override default */

	ul.dropdown li {
	 padding: 0;
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	 padding: 7px 20px 7px 14px;
	}

	ul.dropdown ul li.dir {
	 padding-right: 15px;
	}


/* ------------- Custom */

	ul.dropdown li {

	}

	ul.dropdown ul a {
	 padding: 4px 5px 4px 14px;
	 width: 151px; /* Especially for IE */
	}

	ul.dropdown ul a:hover {
	 background-color: #cc6666;
	}

	ul.dropdown a.open {
	 background-color: #CCCCCC;
	 color: #fff;
	}

	ul.dropdown ul a.open {
	 background-color: #cc6666;
	 color: #fff;
	}


	/* CSS 2.1 */

	ul.dropdown li:hover > a.dir {
	background-color: #cc6666;
	color: #fff;
	}

	ul.dropdown ul li:hover > a.dir {
	 background-color: #660033;
	 color: #fff;
	}


#submenu
{
	font-size: 1em;
	margin-bottom:0.2em;
	margin-left: 0em;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #cc6666;
	font-size: 1em;
	padding-top: 10px;
}

#submenu ul
{
	display:inline;
	padding: 0;

	border:0;
	list-style: none;
	font: 500 70% Tahoma, Arial, sans-serif;
}

#submenu h3
{
	display: inline;
	font-weight: 700;
	font-size:70%;
	color: #98141B;

}

#submenu li
{
	display:inline;
	padding-left:0.3em;
	margin-right: 0.3em;
	
}

#submenu li.first
{
	display:inline;
	border-left: 0;
	padding:0;

}


#submenu a
{
	
	margin:0;
	color: #cc6666;
	text-decoration: underline;
}

#submenu a:hover{
	
	margin:0;
	color: #ff9999;
	text-decoration: none;
}

/* ----------text styles---------- */

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #98141B;
}

h2 {
		font: bold 1.4em/100% Arial, sans-serif;
		margin-bottom: 3px;
		}
		
.unnamed1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.Paragraphheader {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #98141B;
}
.smallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #98141B;

}
