/* CSS Document */
/* UG Navigation */
*#navcontainer    {
	border-right: 0px none #000;
	padding: 0 0 0em;
	margin-bottom: 0em;
	color: #fff;
	font-family: Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
	border-top: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

*#navcontainer ul    {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

*#navcontainer li    {
	border-bottom: none;
	margin: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	color: white;
}

*#navcontainer li a    {
	display: block;
	padding: 10px 0px 10px 0.5em;
	border-left: none;
	border-right: none;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-top: none;
	border-bottom: none;
	font-size: 18px;
/*	font-weight: bold; */
}

*#navcontainer ul ul li a    {
	display: block;
	padding: 5px 0px 5px 20px;
	border-left: none;
	border-right: none;
	color: #CCCC66;
	text-decoration: none;
	width: 100%;
	border-top: none;
	border-bottom: none;
	font-size: 14px;
/*	font-weight: bold; */
}

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

*#navcontainer li a:hover    {
	border-left: 0px solid black; /*these are the box rules*/
	border-right: 0px;
/*	background-color: black; */
	color: #00ccff;
}

.contentlist {
	list-style-type: none;
	font-size: 1em;
}

/* UG General */
.content {
	font-size: 13px;
	line-height: 120%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://united-graphics.ca/images/black_column.gif);
	background-repeat:repeat-y;
}

h1 {
	font-size: 150%;
	line-height: 120%;
	font-weight: normal;
}

h2 {
	font-weight: normal;
	font-size: 120%;
}

clients {
	color: #FFFFFF;
	font-family: Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 100%;
}

.clients {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-position: left;
	padding-bottom: 16px;
	padding-top: 8px;
}
.top {
	background-image: url(images/black_column.gif);
	background-repeat:repeat-y;
}
.smalltitle {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	font-style: normal;
}

.caption {color: #FFFFFF}

#addr { float: left; }

#telno { float: left; padding-left: 4em; }

.clear { clear: both; }
