body {
  background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	background-color: #DFDFDF;
}

h2 { 
	font-weight:bold; 
	font-size:12pt;
	color:#CA0A12; 
	margin:0px; 
	padding:0px;
	padding-bottom:5px;
}

#header { 
height:123px;
margin-bottom:50px;
}

#logo {
position:absolute;
margin-left:0px;
width: 470px;
height: 125px;
}

#slogan {
position: absolute;
margin-left:206px;
top:95px;
z-index:99;
color:#363636;
}

#anim {
position: absolute;
margin-top:12px;
margin-left:534px;
width:400px;
height:100px;
border:1px solid #C0C0C0;
}

#newsletter {
text-align: right; 
padding-right: 7px;
}

#footer {
	text-align:center;
	margin-top:10px;
}

#menutop {
margin-top: -46px;
height:31px;
margin-bottom:0px;
z-index:99;
}

#midbar {
margin-top:-6px;
margin-bottom:6px;
}

#breadcrump {
margin-left:12px;
margin-top:6px;
height: 40px;
width: 200px;
}

#fb {
	margin-top: 3px;
	float: left;
	width: 100px;
}

#search {
margin-left:132px;
}

#search input[type=text] {
width:110px;
}

#errorbox {
margin-top:300px;
width:400px;
margin:0 auto;
}

#tlc, #trc { zoom: 1 }

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 55em;				/* <-- use this for a set width */
	background-color:#E0DFDF;
	}
 	
#bcontent
	{
	padding-top:24px;
	padding-left:30px;
	padding-right:30px;		
	padding-bottom:24px;
	}

#bcontent h1
	{
	color:#FFF;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	margin-bottom:14px;
	}
		
#bcontent p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(/images/box/topleft.png);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(/images/box/topright.png);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(/images/box/bottomleft.png);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(/images/box/bottomright.png);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(/images/box/bgtop.png);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(/images/box/bgbottom.png);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(/images/box/bgright.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(/images/box/bgleft.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
.fieldWithErrors {
  padding: 2px;
  background-color: #D50000;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #D50000;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background: #B4B3B3;
  color: #000;
	margin-bottom:5px;
	border-bottom:1px solid #D50000;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.data {
border:1px solid #AAA;
border-collapse:collapse;
}

.data td {
font-size:12px;
padding:4px;
border:1px solid #AAA;
}

.data th {
color:#000;
font-size:12px;
font-weight:bold;
background: #FFF url(/images/bgtab.png) 50% 50% repeat-x;
padding:4px;
padding-bottom:1px;
border:1px solid #AAA;
}

.data h1 {
font-size:12px;
}

.searchform {
border-collapse:collapse;
}

.searchform td {
font-size:10px;
padding:4px;
}


.underlined_cell {
border-bottom:1px solid #BCBCBC;
}

.separation_cell {
width:20px;
}

.gradient {
min-height:200px;
padding:8px;
background: #FFF url(/images/tabbg.png) repeat-x;	
border:1px solid #AAA;
background-color:#DDD;
width: 636px;
}

.preview {
border: 1px solid #A7A7A7;
}

.description {
padding-top:10px;	
}

.digg_pagination {
}
.digg_pagination a, .digg_pagination span {
padding: .2em .5em;
display: block;
float: left;
margin-right: 1px; }
.digg_pagination span.disabled {
color: #999;
border: 1px solid #AAA; }
.digg_pagination span.current {
font-weight: bold;
background: #F9A700;
color: white;
border: 1px solid #DD0000; }
.digg_pagination a {
text-decoration: none;
color: #DD0000;
border: 1px solid #AAA; }
.digg_pagination a:hover, .digg_pagination a:focus {
color: #000;
border-color: #003; }
.digg_pagination .page_info {
background: #E69700;
color: white;
padding: .4em .6em;
width: 22em;
margin-bottom: .3em;
text-align: center; }
.digg_pagination .page_info b {
color: #003;
background: #6aa6ed;
padding: .1em .25em; }
.digg_pagination:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden; }
* html .digg_pagination {
height: 1%; }
*:first-child+html .digg_pagination {
overflow: hidden; }

.announces {
border:1px solid #AAA;
border-collapse:collapse;
width:100%;
}

.announces td {
font-size:12px;
padding:4px;
border:1px solid #AAA;
}

.list_left {
width:74px; 
float:left	
}

.list_right {
float:right; 
width:132px; 
text-align:center
}

.odd {
background-color:#CFCFCF;
}

.yellow_box {
width:160px;
background:url(/images/bgyellow.png);
background-repeat:repeat;
text-align:center;
padding:5px; 
margin-left:28px;
border:1px solid #C0C0C0;
margin-top:10px;
margin-bottom:8px;
}

.yellow_box a {
font-weight:bold;
color:#DD0000;
text-decoration:none;
}

.yellow_box a:hover {
color:#000;
text-decoration:underline;
}

div.live-search-results {
background: #fff;
height: 150px;
overflow: auto;
padding: 5px 10px;
font: 10px/1.2 Verdana, sans-serif;
border: 1px solid #A9A9A9;
border-width: 0 1px 1px 1px;
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

ul.live-search-results {
list-style:none;
margin:0px;
padding:0px;
background-color:#FFF;
width:200px;
} 

ul.live-search-results li {
margin-left:0px;	
padding-left:0px;
}

.validation-error {
color:#DD0202;
}

.smallbox {
  width: 230px;
  background-image: url('/images/boxes/smallbg.png');
  background-repeat: repeat;
}

.smallbox .header {
  height: 57px;
  background-image: url('/images/boxes/smallh.png');
}

.smallbox .header h1 {
  color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	margin-left: 35px;
	padding-top: 28px;
}

.smallbox .footer {
  height: 32px;
  background-image: url('/images/boxes/smallf.png');
}

.smallbox .content {
  padding-left: 30px;
  padding-right: 20px;  
}

.bigbox {
  width: 710px;
  background-image: url('/images/boxes/bigbg.png');
  background-repeat: repeat;
}

.bigbox .header {
  height: 57px;
  background-image: url('/images/boxes/bigh.png');
}

.bigbox .header h1 {
  color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	margin-left: 35px;
	padding-top: 28px;
}

.bigbox .footer {
  height: 32px;
  background-image: url('/images/boxes/bigf.png');
}

.bigbox .content {
  padding-left: 30px;
  padding-right: 25px;  
}

#tabs {
  width: 645px;
}

.jqueryslidemenu{
font-weight: bold;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background-image:url(/images/smenu.png);
background-repeat:repeat;
color: white;
padding: 6px 10px;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background-image:url(/images/smenu2.png);
background-repeat:repeat;
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
width: 190px; /*width of sub menus*/
border: 1px solid #C0C0C0;
border-top: 0px;
padding: 5px;
margin: 0;
}

.jqueryslidemenu ul li ul li:first-child {
  border-top:1px solid #C0C0C0;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.boxtext {
margin-left:40px;
margin-top:-6px;
padding-top: 5px;
width:105px;
text-align:center;
}

.carouimg {
	margin-left: 30px;
	border-left: 1px solid #FFF; 
}