body,
td,
th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.6em;
}


body 
{
	background-image: url(../_img/BackgroundTile.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table
{
	background-color: #FFFFFF;
}

form
{
	padding: 0px;
	margin: 0px;
}


h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#ffffff;
	margin-top: 0px;
	padding-bottom:0px;
	font-weight:normal;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#514C4C;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#F36D18;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

img {
	border-width:0px;
}

.utilityButtons
{
	padding: 15px 0px 0px 0px;
	width: 280px;
	text-align:left;
}

#BorderLeft
{
	background-image: url(../_img/BorderLeftTile.jpg);
	background-repeat: repeat-y;
	width:30px;
}

#BorderRight
{
	background-image: url(../_img/BorderRightTile.jpg);
	background-repeat: repeat-y;
	width:30px;
}

#Header
{
	background-image: url(../_img/TitleBackground.gif);
	background-repeat: no-repeat;
	width: 594px;
	height: 40px;
	color: #FFFFFF;
	font-size:22px;
	padding-right:25px;
}

#menu
{
	padding:30px 0px 0px 0px;
}

#menu ul
{
	width:140px;
	border-top: solid 1px #DADBDD;
	
	margin:0px;
	padding:0px;
	
}

#menu ul li
{
	list-style-type:none;

	margin:0px;
	padding:0px;
	
	margin-top:3px;
	margin-bottom:3px;
	
	border-bottom: solid 1px #DADBDD;
}

#menu ul li img
{
	margin-right:10px
}

#content
{
	padding: 25px 15px 10px 15px;
}

#content ul
{
	list-style-image: url(../_img/OrangeBullet.gif);
	list-style-position:outside;
}

#content ul li
{
	vertical-align:top;
	padding-bottom: 2px;
}

#content #servicesList
{
	list-style-image:none;
	list-style-type:none;
	width:100%;
}

#servicesList li
{
	height:30px;	
	width:50%;
	float:left;
}

#servicesList li img
{
	margin-right:10px
}

#service
{
	background-image: url(../_img/ServiceItemBackground.jpg);
	background-repeat: no-repeat;
	
	text-align:left;
}

#service td
{
	padding:15px 20px 20px 20px;
}

#service a
{
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

#service a:link
{
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

#service a:visited
{
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

#service a:active 
{
	color:#666666;
	font-weight:bold;
	text-decoration: underline;
}

#service a:hover 
{
	color:#666666;
	font-weight:bold;
	text-decoration: underline;
}


#Footer
{
	background-image: url(../_img/FooterBackground.jpg);
	background-repeat: no-repeat;
	height:131px;
}

.footer
{
	color: #FFF;
	font-size: 10px;
}


a,
a:link,
a:visited
{
	color:#F36B15;
	font-weight:bold;
	text-decoration: none;
}

a:active,
a:hover 
{
	color:#F36B15;
	font-weight:bold;
	text-decoration: underline;
}

a.footer
{
	color: #FFF;
	font-weight:normal;
	font-size: 10px;
}

a.footer:visited
{
	color:#FFF;
	font-weight:normal;
	text-decoration: none;
}

a.footer:active
{
	color: #FFF;
	font-weight:normal;
	font-size: 10px;
}

a.footer:hover 
{
	color: #FFF;
	font-weight:normal;
	text-decoration: underline;
}



div.pageButtons
{
	float:right;
	margin-top: 30px;
	margin-right:10px;
}

div.pageButtonsHome
{
	margin-top: 0px;
	margin-right:0px;
}

.breadCrumb a:link {
	color: #008AB9;
	font-weight: normal;
	text-decoration: none;
}
.breadCrumb a:visited {
	color: #008AB9;
	font-weight: normal;
	text-decoration: none;
}
.breadCrumb a:active {
	color: #008AB9;
	font-weight: normal;
	text-decoration: underline;
}
.breadCrumb a:hover {
	color: #008AB9;
	font-weight: normal;
	text-decoration: underline;
}

#ContactForm
{
}

#ContactForm  th
{
	text-align:right;	
	font-weight: normal;
	padding-right:10px;
}

.txtError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	font-weight: bold;
	line-height: 18px;
}

.frmText
{
	border: solid 1px #CCCDD0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom:0px;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	height:22px;
}
textarea.frmText
{
	height:100px;
}

	
