/* CSS Document */
/* HTML TAGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background-image:url(../images/bkgd_gray_700a.jpg);
	background-repeat:repeat-y;
	background-position:top left;*/
	background-color:#666666;
	margin: 0px;
}
img#logo {
	padding-top: 5px;
}
h1 {
	font-size: 14px;
	margin-bottom: -10px;
}
h2 {
	font-size: 12px;
}
caption {
	font-weight: bold;
	text-align:left;
	font-size: 12px;
}
p.righttext {
	text-align:right;
	font-size:12px;
}
p.crumbs {
	padding-top: -5px;
	font-size: 10px;
}
ul.subbullets {
	margin-left: -10px;
}
*html ul.subbullets {
	margin-left: 15px;
}
*:first-child+html ul.subbullets {
	margin-left: 15px;
}
/*******************PAGE LAYOUT STYLES *********************/
#wrapper{
	background-image:url(../images/bkgd_gray_700a.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}

#header {
	position:relative;
	margin-left: 150px;
	margin-top: 0px;
	height: 135px;
	width: 700px;
	background-color:#FFFFFF;
}
#contactbar {
	background-color: #000000;
	margin-left: 148px; 
	width: 705px;
	height: 20px;
	letter-spacing: 1px;
}
.phonefax {
	padding-left: 320px;
	color: #FFFFFF;
	font-weight:bold;
	padding-right: 10px;
	padding-top: 3px;
}
#leftcolumn {
	float: left;
	width: 191px;
	color: #FFFFFF;
}
*html #middlecolumn { /*IE6 bug fix for middlecolumn position */
	margin-left: 356px;
	margin-right: 165px;
	height: 100%;
}
#middlecolumn {
	width: 465px;
	margin-left: 356px;
	margin-top: 10px;
	padding-bottom:10px;
	height: 100%;

}
#middlecolumn_short {
	width: 465px;
	margin-left: 356px;
	margin-top: 10px;
	padding-bottom:35%;
}
#footer {
	border-top: 1px solid #000000;
	margin-left: 146px;
	color: #FFFFFF;
	font-size:12px;
	width: 705px;
	padding: 10px 0px;;	
}
.highlight {
	color: #CC0033;
	font-weight:bold;
}
#wrapper #icons {
	margin-left: 425px;
}

/*************LEFT HAND NAVIGATION STYLES *************/

#navcontainer  {
	position:absolute;
	top: 155px;
	left: 148px;
	width: 189px;
	padding: 0px 0 5px 2px;
	/*margin-bottom: 10px;*/
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #000000;*/
	color: #FFFFFF;
}
*html #navcontainer  {  /*IE 6 bug fix for left navigation width*/
	width: 168px;
}
#navcontainer ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li {
	border-bottom: 1px solid #666666;
	margin: 0;
}
li.nav_highlight {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #CC0000;
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #666666;
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

html>body #navcontainer li a { 
	width: auto; 
}

html>body #nav_highlight { 
	width: auto; 
}

#navcontainer li a:hover {
	border-left: 10px solid #CC0000;
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
}

