@charset "ISO-8859-1";
/*------------------------ LINKS---------------------------*/

a:link, a:visited {
	color: #C9291E;
	text-decoration: none;
}

a:hover, a:active {
	color: #EC5345;
	text-decoration: none;
}

a h4:hover{
	color: red;
	text-decoration: underline;
}



img a:link, img a:visited, img a:hover, a:link img , a:visited img , a:hover img ,{
	border: none;
}

img{
	border: none;
}





/*------------------------ BODY BITS---------------------------*/

html, body{/*legacy*/
	font-family: "Lucida Grande", "Geneva CE", "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	vertical-align: top;
	text-align: center;
	margin: 0px;
	padding: 0px;/*	overflow: hidden;
	margin: 1px;*/
} 



#uberwrapper {
	z-index: 5;
	width: 100%;
	text-align: left;
/*	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;*/
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 0px;
}





#blanklayer{
	z-index: 0;
	position: absolute;
	top:0px;
	text-align: center;
	height: 1200px;
	width: 100%;
}


body  {
	background: url(images/deskewedgrid_bkgblr.jpg) no-repeat center top;
}



#themelayer{
	z-index: 4;
	position: absolute;
	top:0px;
	width: 1000px;
	background-repeat: no-repeat;
}





.maintablewrap td { /*basic new skin*/
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

p {
	margin-top: 0px;
	margin-bottom: 10px
}


.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: 0.1em;
	vertical-align: middle;
}



/*------------------------ NAVIGATION---------------------------*/



/*------------------- HEADINGS --------------------*/

h1, h2, h3, h4{
	font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
/*		font-family: "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;*/
}

h1 {
	text-transform: uppercase;
	color: white;
	margin-top: 4px;
	margin-bottom: 1px;
	font-weight: bold;
	letter-spacing: 0em;
	white-space: nowrap;
	font-size: 36px;
	line-height: 100%;
}


h2 {
	font: 20px/100%;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	vertical-align: text-top;
}

h3 {
	font: 13px/100%;
	font-variant: normal;
	text-transform: lowercase;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: bold;
}



h4 {
	text-transform: uppercase;
	vertical-align: top;
	margin-top: 4px;
	margin-bottom: 1px;
	font: 13px/120%;
}

h5 {
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #000000;
}



/*------------------------ LISTS -----------------------*/

ul {
	margin-top: -2px;
	margin-bottom: 8px;
	}

li {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 2px;
}


dt {
	margin-top: 5px;
	}

dd {
	font-weight: normal;
}

/*
blockquote {
	margin-top: 0px;
}*/

/*-----------------PANELS ---------------*/


.teaser, #teaserbar p {
border-bottom: 4px solid #000000;
	}

#teaserbar p {
	margin-bottom: 2px;
	padding-bottom: 5px;
	}
	
.panelbkgsolid {
	background-color:#CCCCCC;
}

#folio {
}

#slideshow_wrap { /*legacy*/
	text-align: center;
	border: thin solid #E3E3E3;
}

.maintextpanelcontent {
	vertical-align: top;
	margin: 5px 79px 5px 5px;
}	
.sidebarpanelcontent {
	vertical-align: top;
	margin: 5px;
}


.panelgeneral {
	margin: 10px;
	padding: 5px;
	border: thin solid #999999;
}

/*----------------- BORDERS ---------------*/

.thickbdrblk {
	border: 6px solid #000000;
}

.thickbdrgray {
	border: 6px solid #999;
}



.bdrbig_topbot {
	border-top: 6px solid #000000;
	border-bottom: 6px solid #000000;
}	

.bdrbig_leftright {
	border-left: 6px solid #000000;
	border-right: 6px solid #000000;
}	

.bdrbig_top {
	border-top: 6px solid #000000;
}
.bdrbig_bot {
	border-bottom: 6px solid #000000;
}

.bdrbig_left {
	border-left: 6px solid #000000;
}
.bdrbig_right {
	border-right: 6px solid #000000;
}


.cnr_botright {
	background: url(images/bdr_cnr_6pt.gif) no-repeat right bottom;
}



/*----------------- SUNDRY -----------------*/
.gridblock {
	padding: 6px;
}

.content-block {
	padding: 3px;
}
