
body, textarea
{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}

h1
{
	margin-top: 0px;
	font-size: 14px;
	text-transform: uppercase;
}

h2
{
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
}

input[type='text'], textarea
{
	width: 243px;
	background-color: #9c9c9c;
	border: 1px solid #ffffff;
	color: #000000;
}

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

a:link, a:visited, a:active
{
	color: #ffffff;
}

a:hover
{
	color: #818386;
}

a.block:link, a.block:visited, a.block:active, a.blockActive:link, a.blockActive:visited, a.blockActive:active
{
	width: 76px;
	height: 80px;
	text-decoration: none;
	display: block;
	padding: 5px 7px;
	font-size: 12px;
	position: relative;
	z-index: 2;
}

a.block#whychooseBlack	{ background-color: #000000; color: #ffffff; text-decoration:none; }
a.block#contactBlack	{ background-color: #000000; color: #ffffff; text-decoration:none; }
a.block#blue			{ background-color: #0098e9; color: #ffffff; text-decoration:none; }
a.block#v_toggle_blue	{ background-color: #0098e9; color: #ffffff; text-decoration:none; }
a.block#v_toggle_blue_nosel	{ background-color: #0098e9; color: #ffffff; text-decoration:none; }
a.block#v_toggle_blue_nosel:hover	{ background: #0098e9 url(../images/background_blockBlue.gif) top left no-repeat; color: #ffffff; }

a.blockActive#blue		{ background: #0098e9 url(../images/background_blockBlue.gif) top left no-repeat; color: #ffffff; }
a.block#pink			{ background-color: #e4007d; color: #000000; text-decoration:none; }
a.block#yellow			{ background-color: #fffa00; color: #000000; text-decoration:none; }
a.block#v_toggle		{ background-color: #fffa00; color: #000000; text-decoration:none; }
a.block#v_toggle_nosel		{ background-color: #fffa00; color: #000000; text-decoration:none; }
a.block#v_toggle_nosel:hover		{ background: #fffa00 url(../images/background_blockYellow.gif) top left no-repeat; color: #000000; text-decoration:none;  }
a.blockActive#v_toggle	{ background: #fffa00 url(../images/background_blockYellow.gif) top left no-repeat; color: #000000; text-decoration:none; }
a.blockActive#yellow	{ background: #fffa00 url(../images/background_blockYellow.gif) top left no-repeat; color: #000000; text-decoration:none;  }

a.block:hover
{
	text-decoration: underline;
}

ul.blockSub
{
	padding-left: 30px;
	margin-left: 0;
	width: 60px;
	margin-top: 0;
	padding-bottom: 5px;
	position: absolute;
	margin-top: -90px;
	padding-top: 90px;
	z-index: 1;
}

/* mike added */
#vertical_slide a { background: url(../images/bullet_yellow.gif) no-repeat left #fffa00; padding-left:30px; display:block; width:60px; }
#vertical_slide_blue a { background: url(../images/bullet_blue.gif) no-repeat left #0098e9; padding-left:30px; display:block; width:60px; color:#fff; }

ul.blockSub#yellow		{ background-color: #fffa00; list-style: url(../images/bullet_yellow.gif); }
ul.blockSub#blue		{ background-color: #0098e9; list-style: url(../images/bullet_blue.gif); }

a.blockSub:link, a.blockSub:visited, a.blockSub:active
{
	display: inline;
	background: none;
	padding: 0;
	color: #000000; 
	text-decoration: none;
}
ul.blockSub#blue a.blockSub		{ color: #ffffff; }

a.blockSub:hover
{
	text-decoration: underline;
}

.footer a:link, .footer a:visited, .footer a:active
{
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.navi a:link, .navi a:visited, .navi a:active
{
	color: #ffffff;
	text-decoration: none;
}

.navi a:hover
{
	text-decoration: underline;
}

.yellow_links a {
  color: #ffff00;
  font-weight: bold;
	text-decoration: none;
}
.yellow_links a:hover
{
	text-decoration: underline;
}

#newscontent p { 
	margin:0;
}

#newscontent h2 { 
  color: #ffff00;
  font-weight: bold;
	text-decoration: none;
}

p.yellow { 
	  color: #ffff00;
}
