body
{
	padding: 0;
	margin: 0;
	font-family: Arial;
	background-image: url(bg.jpg);
 background-position: bottom right;
	height: 100%;
	overflow: hidden;
}

#page
{
	/*
	background-color: gray;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 758px;
	min-height: 100%;
	background-image: url(contentbg.jpg);
	*/
	
	position: absolute;
	left: 50%;
	margin-left:-372px; /* -381 */
	top: 0px;
	width: 744px;
	min-height: 100%;
	background-image: url(contentbg.jpg);
	z-index: 2;
	
}

#publicPage
{
	
	position: absolute;
	left: 50%;
	margin-left:-372px;
	top: 0px;
	width: 744px;
	min-height: 100%;
	background-image: url(publicBG.jpg); 
	
}

.weatherText
{
	font-size: 8pt;	
}

.weatherLink
{
	font-size: 8pt;
	font-weight: bold;	
}
.smallLink
{
	font-size: 10pt;	
}

a
{
	text-decoration: none;	
	color: Black;
}

img
{
	border-width: 0px;	
}

* html #page
{
	
	height: 100%;
	
	
}

* html #publicPage
{
	
	height: 100%;
	
	
}

#header
{
	
	width: 744px;
	height: 157px;	
	
}


#flashHeader
{
	position: absolute;
	top: 5px;
	left: 4px;	
	height: 152px;
	
}
#menu
{
	width: 744px;
	height: 70px;
	
	
	background-image: url(menubg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

#flashMenu
{
	position: absolute;
	left:4px;
	top: 159px;	
	width: 552px;
}


#smallFlashMenu
{
	position: absolute;
	left:8px;
	top: 159px;	
	width: 552px;
	z-index: 10;
}


#menusmall
{
	width: 744px;
	height: 35px;
	

	background-image: url(menubg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

.title
{
	font-size: 11pt;	
	font-weight: bold;
	text-decoration: none;
	color: Black;
	margin-left: -8px;
}

a:hover
{
	color: #393939;	
}
#description
{
	
	line-height: 15pt;
	font-size: 9pt;
}

br
{
	line-height: 14pt;	
}
#content
{
	width: 744px;
	
	
}

#footer
{
	position: absolute;
	height: 20px;
	
	width: 744px;
	bottom: 0px;
	background-image: url(footer.jpg);
	overflow: hidden;
}


#clients
{
	position: relative;

	float: left; 
	width: 158px;
	background-color: Transparent;	
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 20px;
}

#employees
{
	position: relative;

	float: left;
	width: 159px;
	background-color: Transparent;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 20px;
	
}

#public
{
	position: relative;
	float: left;
	width: 161px;
	background-color: Transparent;	
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 20px;
}

#misc
{
	position: relative;
	float: left;
	width: 158px;
	background-color: Transparent;	
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 20px;
}

input
{
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	font-size: 7pt;
	
	background-color: #DFE9DF;
	color: Gray;
}

.submitButton
{
	color: Black;
	border-style: solid;
	border-width: 1px;
	
	
}

#sectionContent
{
	width: 528px;
	background-color: Transparent;	
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 10px;
	float: left;
	
}


.contentHeader
{
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 16px;
	text-align: center;
	margin-left: -5px;
	
}

.contentText
{
	line-height: 30px;	
	
	
}

.contentTextsmall
{
	line-height: 25px;	
	
	
}


.smallLinks
{
	font-size: 8pt;
	margin-left: -5px;
	color: #606060;
}

.smallLinks a
{
	font-size: 8pt;
	
	color: #606060; /* 808080 */
}
.smallLinks a:hover
{
	color: Black;	
}

.smallLinks br
{
	line-height: 23px;	
}

.menupic
{
	position: relative;
	float: left;
	border-width: 0px;	
	margin-right: 10px;
	margin-left: -5px;

}

.contactInfo
{
	position: relative;
	left: 10px;
	font-size: 10pt;
	/*float: left; */
	/*width: 188px;*/
	
	/*padding-bottom: 15px;*/
	
}

.sidePic
{
	position: relative;
	float: right;	
	
}

table
{
	position: relative;
	left: -10px;	
}



li
{
	font-size: 10pt;	
	line-height: 14pt;
}

#cadPlanet
{
	width: 256px;
	height: 249px;
	background-image: url(cadplanet.jpg);

	position: absolute;
	bottom: 0px;
	right: -256px;	
	z-index: 0;
}

.fl
{
	position: relative;
	float: left;
}

.fr
{
	position: relative;
	float: right;
	
}

.clear
{
	
	clear: both;	
}

.underlined
{
	text-decoration: underline;	
}


.standOut
{
	font-size: 10pt;
	font-weight: bold;
	background-color: #663333;	
	position: relative;
	padding: 5px;
	color: #FFFF66;
}

.standOut a
{
	color: #FFFF66;
}