body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #cccccc;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #990000;
}
p { margin: 0; padding:0 0 10px 0;}
td { font: 11px Verdana, Arial, Helvetica, sans-serif;}
h1 {
	margin: 15px 0px 10px 0px;
	font: bold normal 18px Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-transform: uppercase;
}
h2 {margin: 5px 0px 10px 0px; font: bold normal 16px Georgia, "Times New Roman", Times, serif; color: #990000;}
a {
	color:#990000;
	font-weight:bold;
}
a:hover{color:#FFFFFF;}
a img{border:none;}
#topcontainer {
        margin: 10px auto 0 auto;
        width: 765px;
        height: 130px;
        background: #990000;
        	
}
#banner {
	height: 95px;
	width: 765px;
                background: url(../../media/wed/logo_trans.gif) no-repeat 12px 10px;
               
}
#news {
	background: #990000;
                padding:10px;
                width: 184px;
                height: 280px;
                
}
#holder {
	width: 765px;
	margin: 0 auto 0 auto;
	text-align: left;
	overflow: hidden; 
}
#containerleft {
	background: #222222;
	width: 561px;
                float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
                
}
#bc {
	background: #222222 url(../../media/wed/banner.jpg) no-repeat;
	border-top: 1px #000000 solid;
                border-bottom: 1px #000000 solid;
                height: 147px;
                width: 561px;
      
}
#content {
	width: 482px;
      padding: 15px;
      min-height:330px;
      height:auto !important;
      height:330px;
}
#containerright {
	background: #990000;
	width: 204px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
      float: right;
}                    
#menu2 {
	width: 204px;
}
#picture {
      background: #990000 url(../../media/wed/picture_left2.jpg) no-repeat;
border-top: 1px #000000 solid;
      height: 255px;
      width: 204px;
}
#content2 {
	width: 184px;
	padding: 20px 10px 10px 10px;
}
#bottomcontainer {
	margin: 0 auto 0 auto;
	width: 765px;
      background: #990000;	
}
#footer {
	height: 37px;
	text-align: center;
border-top: 1px #000000 solid;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #990000 url(../../media/wed/02.jpg) repeat-x;
	padding-top: 10px;
}
#footer2 {
	height: 39px;
	text-align: center;
	padding: 15px 15px 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#footer2 a{color:#ffffff; font-weight:bold;}
#footer2 a:hover{color:#cccccc;
}

#navContainer {
                width: auto;
                background: url(../../media/wed/02.jpg) repeat-x;
                height: 35px;
                display:block;
                clear:both;
}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	background: #9a0000;
	border-top: #000000 1px solid;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 10px; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 5px 11px; padding-bottom: 11px; padding-top: 11px; color: #ffffff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color: #48AAAA; background: url(../../media/wed/02a.jpg) repeat-x;}
#nav li a:active, #nav ul li a.active {color: #48AAAA;background: url(../../media/wed/02a.jpg) repeat-x;}

/* Current page Customisations*/
#nav li.menu-current a		{background: url(../../media/wed/02a.jpg); color: #48AAAA; }
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none;  border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/* end menu */
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */



