
html, body
{
	background-color: #000000;
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	font-family:  Verdana, Geneva, sans-serif;
	color: #cccccc;
	font-size: 11px;
	font-weight: normal;
}

a
{
	text-decoration: none;
}

a:link
{
	color: #ccc;
}

a:visited
{
	color: #ccc;
}

a:hover
{
	color: #ffa500;
}

/*layout start*/
.text
{
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	z-index: -3;
}

.background
{
	background-image: url( ../images/graphics/stripes.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
}

.tablet
{
	background-image: url( ../images/graphics/blackpad.png);
	position: absolute;
	top: 10%;
	left: 50%;
	width: 950px;
	height: 675px;
	margin-left: -475px;
}

#mainwin
{
	width:100%;
	border:0;
	margin: 0;
	padding: 0;
}

#main
{
	height: 490px;
	text-align: left;
}

/*layout finish*/
/*content start*/
.contents
{
	height: 600px;
	width: 890px;
}

.toppad
{
	padding-top: 6px;
}

.navmenu
{
	font-size: 9px;
}

.topnavbar
{
	background-image: url( ../images/graphics/Top-Bar.png);
}

.topnavbarroads
{
	background-image: url( ../images/graphics/Top-BarRoads.png);
}

.topnavbarparks
{
	background-image: url( ../images/graphics/Top-BarCarParks.png);
}

.topnavbarhouses
{
	background-image: url( ../images/graphics/Top-BarHouses.png);
}

.topnavbarspecialist
{
	background-image: url( ../images/graphics/Top-BarSpecialist.png);
}

.navbar
{
	font-size: 11px;
	text-align: center;
}

.trail
{
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.topdot
{
	border-top-style: dotted;
	border-top-width: 1px;
	width: 100%
}

.underdot
{
	border-bottom: 1px dotted #fff;
}

.underdotpad
{
	border-bottom: 1px dotted #fff;
	padding-top: 6px;
	padding-bottom: 6px;
}

.grey10
{
	font-size: 10px;
	letter-spacing: 1px;
}

.font10
{
	font-size: 10px;
	color: #000000
}

.font12
{
	font-size: 12px;
}

.font12bw
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff
}

.font12bw a:link
{
	color: #ffffff
}

.font12bw a:visited
{
	color: #ffffff
}

.font12bw a:hover
{
	color: #ffa500;
}

.font16
{
	font-size: 16px;
}

.font20
{
	font-size: 20px;
}

.font24
{
	font-size: 24px;
	letter-spacing: -1px;
}

.large
{
	font-size: 28px;
	color: #000000;
	letter-spacing: -1px;
}

.largebold
{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000
}

.orange
{
	color: #ffa500;
}

.orange a:link
{
	color: #ffa500;
}

.orange a:visited
{
	color: #ffa500;
}

.orange a:hover
{
	color: #fff;
}

.orange9
{
	font-size: 9px;
	color: #ffa500;
}

.orange15
{
	font-size: 16px;
	color: #ffa500;
	letter-spacing: -1px;
}

.orange16
{
	font-size: 16px;
	color: #ffa500;
}

.orange20
{
	font-size: 20px;
	color: #ffa500;
}

.white9
{
	font-size: 9px;
	color: #ffffff;
}

.white
{
	color: #ffffff
}

.padleft
{
	padding-left: 10px;
	background-image: url( ../images/graphics/greypad.png);
	height: 200px;
}

.submit a:link
{
	color: #000;
}

.submit a:visited
{
	color: #000;
}

.submit a:hover
{
	color: #ccc;
}

td.news
{
	background-image: url( ../images/graphics/greypad5.png);
	padding-left: 10px;
	width: 105px;
	height: 105px;
}

.backpad
{
	background-image: url( ../images/graphics/backpadtopnav.png);
}

.subnav
{
	background-image: url( ../images/graphics/greypad6.png);
	padding: 7px;
	width: 105px;
	height: 125px;
}

tr.subnav
{
	text-align: left;
}
/*content finish*/
