/*-------------------------------------------------
 Imported Styles
-------------------------------------------------*/
@import url("base.css");


/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333333;
	background: #FFFFFF url(../common/imgs/bg_body_base01.jpg) center repeat-y;
	font-size: 12px;
	}

body.home {
	background-image: url(../common/imgs/bg_home_center.gif);
	}
	
/* Normal links */
a:link {
	color: #c30;
	text-decoration: none;
	}

a:visited {
	color: #c30;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: #000;
	text-decoration: underline;
	}

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent;
	}


/*-------------------------------------------------
HEADING TEXT ELEMENTS
-------------------------------------------------*/

h1 {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #c30;
	}

h2 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	}

h2 span {
	color: #666;
	}

h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	color: #663;
	}

h5 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #dedede;
	}

p {
	margin: 0 0 18px 0;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	}
		
p.totop {
font-family:Geneva, Arial, Helvetica, sans-serif;
	margin: 20px 0 20px 0;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	color:#999999;
	font-size: 12px;
	}


/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/
div.spacer {
	clear: both;
	font-size: 2px;
	}
	
img { border: none; }
hr { display: none; }

hr.gray {
	border-top: 1px dashed #999999;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	height: 1px;
	color:#999999;
}

.txt1420 {
font-size: 14px;
line-height: 20px;
color: #333333;
}

/*-------------------------------------------------
Menu
-------------------------------------------------*/

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 14px Arial;
width: 788px;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a
{
	float: left;
	color: white;
	padding: 5px 33px 5px 34px;
	text-decoration: none;
	border-left: 0px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

