a:link	{text-decoration: none; color: #330066;}
a:visited	{text-decoration: none; color: #330066;}
a:hover	{text-decoration: none; color: #330066;}
a:active	{text-decoration: none; color: #330066;}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 7px;
	font-weight:normal;
	margin: 0px;
}

h4.headline {
	text-align: left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight:normal;
	margin: 0px;
	text-align: center;
	padding-right: 0px;
}

img {
	border:none;
	text-decoration:none;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #464646;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:small;
	padding-left: 10px;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 10px;
}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:small;
	color: #ffffff;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#address {
	padding: 0px;
	height: 25px;
	width: 750px;
	margin: 0px;
	color: #f1f1f1;
}
#bulletbox {
	background:url(images/bulletbg.gif) repeat-y;
	float:left;
	text-align:left;
	width:740px;
}
#bulletcontent {
	padding: 0px 20px 0px 0px;
	font-size:small;
	color: #336699;
}
#bulletheader {
	background-image:url(images/bullettop.gif);
	background-repeat:no-repeat;
}
#container {
}

#contentbox {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	padding-bottom: 0px;
}
#contentbox a:hover {background:#b8b8d9;}
#content {
	margin: 0px 10px 0px 10px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	height: 50px;
	width: 100%;
	line-height:45px;
	background-image:url(images/footerbg.gif);
	background-repeat:no-repeat;
}
#footer a:hover {background:#b8b8d9;}
#footer img{vertical-align:top;}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background-image:url(images/junkielogotest.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#leftfoot {
	float:left;
	width: 400px;
	text-align:left;
	margin-left:40px;
}
#mainbody {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
}
#map {
	margin:auto;
	width: 690px;
	height: 400px;
}
#mapbox {
	background:url(images/bulletbg.gif) repeat-y;
	float:left;
	text-align:left;
	width:740px;
}
#mapheader {
	background-image:url(images/bullettop.gif);
	background-repeat:no-repeat;
}
#navigation {
	background:url(images/navwindowbg.gif) repeat-y;
	float:left;
	text-align:left;
	width:210px;
}
#navigationheader {background-image:url(images/navwindowtop.gif); background-repeat:no-repeat;}
#navigation a{text-decoration: none;font-size:15px;color: #FFFFFF;}
#navigation a:hover{text-decoration: none; color: #330066; background: #FFFFFF;}
#navigation ul{margin:0px;padding:0px 0px 6px 14px}
#navigation ul li{list-style-type:none;margin:0px;padding:0px 0px 0px 12px}
#outercontainer {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: auto;
	background-image: url(images/bodybg.gif);
}
#newscontentbox {
	background-image: url(images/newswindowbg.gif);
	padding-bottom: 0px;
}
#newscontentbox p {
	color: #000000;
	margin: 0px 10px 0px 10px;
}
#rightfoot {
	float:right;
	width:260px;
	text-align:right;
	margin-right:40px;
}
#technav {
	background:url(images/navwindowbg.gif) repeat-y;
	float:left;
	text-align:left;
	font-size: 12px;
	width:210px;
}
#technav a{text-decoration: none;font-size:15px;color: #FFFFFF;}
#technav a:hover{text-decoration: none; color: #330066; background: #FFFFFF;}
#technav ul{margin:0px;padding:0px 0px 6px 14px}
#technav ul li{list-style-type:none;margin:0px;padding:0px 0px 0px 12px}
.alignright {
    position: relative;
    right: 0;
    text-align: right; /* depends on element width */
}
.alignleft	{
    position: relative;
    right: 0;
    text-align: left; /* depends on element width */
}
.black {
	color:#000000;
}
.bottomimg {vertical-align:bottom;}
.center	{
	text-align: center;
}
.clear {
  clear:both;
}
.click2call {
	margin-left: 525px;
	background-color: transparent;
}
.highlightit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.highlightit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.left {
    float: left;
	margin-left: 0px;
    margin-right:0.5em;
}
.mapmarker p{
	width:240px;
	color:#000000;
}

ul.newsfeed li{list-style-type:none;margin:0px;padding:0px 0px 0px 12px}
.right {
    float: right;
	margin-left: 0.5em;
	margin-right: 10px;
}
.sangria {
	color:#993300;
}
.underline {
	text-decoration: underline;
	color: #575757;
}
.white {
	color:#FFFFFF;
}
/*** Thumbnails ***/
div.thumb {
	background-image:url(images/picbg.gif);
	background-repeat:repeat-y;
    overflow: hidden;
	text-align:center;
}
.toppic {
	padding-left: 5px;
}
div.tright {
    float: right;
    clear: right;
	margin-right:1px;
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border-width: 0.5em 0.8em 1.4em 0;
}
div.thumb div div.thumbcaption {
    border: none;
    padding: 0.3em 0.1em 0 0;
}