@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	margin: 0;
	padding: 0;
	color: #000;
}



/* Source Dreamweaver starter HTML pages */

ul, ol, dl {
	padding: 0;
	margin: 0;
	
	/* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

a img { 
	border: none;

	/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color: #333333;	/* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}

/* End - Source Dreamweaver starter HTML pages */

h1
{
	height: auto;
	width: auto;
	margin-left: 5%;
	font-family: Tahoma, Geneva, sans-serif;
}

p {
	padding: 0;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.pBlueBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: rgba(0,102,255,1);
	height: auto;
	width: 85%;
}
.pServPageContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: rgba(51,51,51,1);
	background-color: rgba(255,255,255,1);
	clear: right;
	float: left;
	height: auto;
	width: 93%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 8px;
	margin-bottom: 0px;
	padding-right: 8px;
}


#header
{
	background-color: rgba(0,102,255,1);
	width: 100%;
	height: 130px;
	text-align: center;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#HeaderBox
{
	height: 75px;
	width: 400px;
	border: thin double rgba(255,255,255,1);
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
}

#header h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,1);
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
}
#header h2
{
	color: rgba(204,204,204,1);
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	font-size: 24px;
}
#navbar
{
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}

ul.navigation {
	float: left;
	width: 450px;
	height: 40px;
	list-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
}


ul.navigation li {
	display: inline;
}


ul.navigation a {
	float: left;
	display: block;
	width: 110px;
	height: 30px;
	padding-top: 9px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #6FF;
	background-image: url(_images/menuhover.png);
	background-repeat: no-repeat;
	background-position: center;
}

ul.navigation a:focus {
	outline: none;
}
#wrapper
{
	background-color: rgba(176,176,176,1);
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#pageHeader
{
	background-color: rgba(0,102,255,1);
	width: 91%;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	margin-top: 3px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.3em;
	color: rgba(204,204,204,1);
	text-align: left;
	padding-left: 9%;
	font-weight: bold;
}

#banner {
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	height: auto;
	clear: both;
	background-color: #E0E0E0;
	overflow: auto;
	width: 756px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#bannerImageColumn
{
	float: left;
	width: 250px;
	height: 250px;
	color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 0 10px #777777;
	-webkit-box-shadow: 0px 0px 10px #666666;
	box-shadow: 0px 0px 3px 3px rgba(153,153,153,1);
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

#bannerCol
{
	float: left;
	width: 435px;
	height: auto;
	/* [disabled]color: #FFF; */
	/* [disabled]background-color: #CCCCCC; */
	padding-right: 10px;
	padding-left: 10px;
	/* [disabled]-moz-border-radius: 8px; */
	/* [disabled]-webkit-border-radius: 8px; */
	/* [disabled]border-radius: 8px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/Background%20snow-texture.jpg);
	background-repeat: repeat;
	margin-top: 5px;
	font-style: normal;
	line-height: normal;
	/* [disabled]border-top-width: thick; */
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-bottom-width: thick; */
	border-left-width: 1px;
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-bottom-style: solid; */
	border-left-style: none;
	/* [disabled]border-top-color: #FFF; */
	/* [disabled]border-right-color: #FFF; */
	border-bottom-color: #FFF;
	border-left-color: #999;
	padding-bottom: 5px;
}
#bannerColTop {
	float: left;
	width: 420px;
	height: auto;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding-bottom: 8px;
	background-color: rgba(255,255,255,1);
	margin-bottom: 9px;
	border: medium solid rgba(0,74,185,1);
}
#bannerColTop ul
{
	margin-top: 8px;
	display: block;
	background-color: #FFF;
	width: 430px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 9px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


#bannerColTop ul li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	list-style-type: none;
	/* [disabled]padding-left: 25px; */
	list-style-position: inside;
	font-weight: normal;
}
#bannerColBottom
{
	float: left;
	width: 424px;
	height: auto;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 6px;
	-moz-border-radius: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#bannerColBottom ul
{
	margin-top: 0px;
	display: block;
	width: 320px;
	padding-top: 6px;
	padding-bottom: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 0 10px #777777;
	-webkit-box-shadow: 0px 0px 10px #666666;
	margin-left: auto;
	float: none;
	background-color: rgba(255,255,255,1);
	height: auto;
	margin-right: auto;
	padding-left: 8px;
	box-shadow: 0px 0px 3px 3px rgba(153,153,153,1);
	border-radius: 3px;
}
#bannerColBottom ul li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	list-style-type: disc;
	padding-left: 5px;
	list-style-position: inside;
	font-weight: normal;
	line-height: normal;
}
#bannerColBottom table
{
	height: auto;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,1);
	padding-right: 5%;
	padding-left: 3%;
	padding-top: 1%;
	padding-bottom: 2%;
}

#bannerColBottom table tr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgba(51,51,51,1);
	text-align: left;
	height: auto;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,1);
}


#banner p {
	color: #FF0;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.bannerText {
	color: #666;
	font-size: 16px;
	/* [disabled]padding-top: 3px; */
	padding-right: 0px;
	padding-bottom: 5px;
	display: block;
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/* [disabled]-moz-border-radius: 8px; */
	/* [disabled]-webkit-border-radius: 8px; */
	/* [disabled]border-radius: 8px; */
	/* [disabled]-moz-box-shadow: 0 0 10px #777777; */
	/* [disabled]-webkit-box-shadow: 0 0 10px #777777; */
	/* [disabled]box-shadow: 0 0 10px #777777; */
	height: 20px;
	text-align: center;
}

#content
{
	background-color: rgba(224,224,224,1);
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 9px;
	overflow: auto;
}
.content p
{
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: rgba(255,255,255,1);
	float: none;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	line-height: normal;
	text-align: left;
	height: 30px;
	margin-bottom: 0px;

}
.priceul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgba(51,51,51,1);
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#contentPrice
{
	height: auto;
	width: 100%;
	border-top-width: medium;
	border-top-style: ridge;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(204,204,204,1);
	border-bottom-color: rgba(204,204,204,1);
	border-left-color: rgba(204,204,204,1);
}



#services
{
	/* [disabled]-moz-border-radius: 0px 0px 8px 8px; */
	/* [disabled]-webkit-border-radius: 0px 0px 8px 8px; */
	/* [disabled]border-radius: 0px 0px 8px 8px; */
	background-color: rgba(224,224,224,1);
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 10px;
	margin-top: 1px;
	margin-bottom: 2px;
	border-top-width: thick;
	border-bottom-width: medium;
	border-top-style: outset;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(204,204,204,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(204,204,204,1);
	border-bottom-style: solid;
	overflow: auto;
	height: auto;
}

.servicesHeading
{
	color: #FFF;
	font-size: 1.2em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	display: block;
	background-color: #0066FF;
	width: 270px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px #777777;
	-webkit-box-shadow: 0px 0px 10px #666666;
	box-shadow: 0 0 10px #777777;
	height: 27px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.serv1A
{
	float: left;
	width: 220px;
	margin-right: 1%;
	height: 77px;
	text-align: left;
	margin-top: 8px;
	background-color: #006633;
	display: block;
	margin-left: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
	padding-top: 2px;
}
.serv1B
{
	float: left;
	width: 222px;
	margin-right: 1%;
	height: 77px;
	text-align: left;
	margin-top: 8px;
	background-color: #6B22FF;
	display: block;
	margin-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6B22FF;
	border-right-color: #6B22FF;
	border-bottom-color: #6B22FF;
	border-left-color: #6B22FF;
	padding-top: 2px;
}
.serv1C
{
	float: left;
	width: 220px;
	margin-right: 1%;
	height: 77px;
	text-align: left;
	margin-top: 8px;
	background-color: #007BA4;
	display: block;
	margin-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #007BA4;
	border-right-color: #007BA4;
	border-bottom-color: #007BA4;
	border-left-color: #007BA4;
}
.serv2A
{
	float: left;
	width: 220px;
	margin-right: 1%;
	height: 77px;
	text-align: left;
	margin-top: 8px;
	background-color: #0090FF;
	display: block;
	margin-left: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0090FF;
	border-right-color: #0090FF;
	border-bottom-color: #0090FF;
	border-left-color: #0090FF;
}
.serv2B
{
	float: left;
	width: 220px;
	margin-right: 1%;
	height: 77px;
	text-align: left;
	margin-top: 8px;
	background-color: #FF2B2B;
	display: block;
	margin-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF2B2B;
	border-right-color: #FF2B2B;
	border-bottom-color: #FF2B2B;
	border-left-color: #FF2B2B;
	padding-top: 2px;
}
.serv2C
{
	float: left;
	width: 220px;
	margin-right: 1%;
	height: 77px;
	text-align: left;
	margin-top: 8px;
	background-color: #669900;
	display: block;
	margin-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
	padding-top: 2px;
}
.serv3A
{
	float: left;
	width: 220px;
	margin-right: 1%;
	height: 77px;
	text-align: left;
	margin-top: 8px;
	background-color: #BD1CA0;
	display: block;
	margin-left: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BD1CA0;
	border-right-color: #BD1CA0;
	border-bottom-color: #BD1CA0;
	border-left-color: #BD1CA0;
}
.serv3B
{
	float: left;
	width: 220px;
	margin-right: 1%;
	height: 77px;
	text-align: left;
	margin-top: 8px;
	background-color: #626725;
	display: block;
	margin-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #626725;
	border-right-color: #626725;
	border-bottom-color: #626725;
	border-left-color: #626725;
}
.serv3C
{
	float: left;
	width: 220px;
	margin-right: 1%;
	height: 77px;
	text-align: left;
	margin-top: 8px;
	background-color: #4A4AFF;
	display: block;
	margin-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5959FF;
	border-right-color: #5959FF;
	border-bottom-color: #5959FF;
	border-left-color: #5959FF;
}
.pservHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: rgba(255,255,255,1);
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.pservSubText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgba(204,204,204,1);
	font-weight: bold;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 2px;
	padding-top: 0px;
	line-height: normal;
}
#servicesPage
{
	/* [disabled]-moz-border-radius: 0px 0px 8px 8px; */
	/* [disabled]-webkit-border-radius: 0px 0px 8px 8px; */
	/* [disabled]border-radius: 0px 0px 8px 8px; */
	background-color: rgba(224,224,224,1);
	text-align: center;
	height: 130px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 1px;
	margin-bottom: 2px;
	border-top-width: thick;
	border-bottom-width: medium;
	border-top-style: outset;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(204,204,204,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(204,204,204,1);
	border-bottom-style: solid;
	clear: both;
	overflow: auto;
}
.servPage1A
{
	float: left;
	width: 218px;
	margin-right: 1%;
	height: 23px;
	text-align: center;
	margin-top: 8px;
	background-color: #006633;
	display: block;
	margin-left: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	border: thick none rgba(0,102,51,1);
	padding-top: 3px;
}
.servPage1B
{
	float: left;
	width: 218px;
	margin-right: 1%;
	height: 23px;
	text-align: left;
	margin-top: 8px;
	background-color: #6B22FF;
	display: block;
	border: thick none #6B22FF;
	margin-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 3px;
}
.servPage1C
{
	float: left;
	width: 218px;
	margin-right: 1%;
	height: 23px;
	text-align: left;
	margin-top: 8px;
	background-color: #007BA4;
	display: block;
	border: thick none #B77804;
	margin-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 3px;
}
.servPage2A
{
	float: left;
	width: 218px;
	margin-right: 1%;
	height: 23px;
	text-align: left;
	margin-top: 4px;
	background-color: #0090FF;
	display: block;
	border: thick none #0090FF;
	margin-left: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 3px;
}
.servPage2B
{
	float: left;
	width: 218px;
	margin-right: 1%;
	height: 23px;
	text-align: left;
	margin-top: 4px;
	background-color: #FF2B2B;
	display: block;
	border: thick none #AA0DB7;
	margin-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 3px;
}
.servPage2C
{
	float: left;
	width: 218px;
	margin-right: 1%;
	height: 23px;
	text-align: left;
	margin-top: 4px;
	background-color: #669900;
	display: block;
	border: thick none #F00000;
	margin-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 3px;
}
.servPage3A
{
	float: left;
	width: 218px;
	margin-right: 1%;
	height: 23px;
	text-align: left;
	margin-top: 4px;
	background-color: #BD1CA0;
	display: block;
	border: thick none #CC3300;
	margin-left: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 3px;
}
.servPage3B
{
	float: left;
	width: 218px;
	margin-right: 1%;
	height: 23px;
	text-align: left;
	margin-top: 4px;
	background-color: #626725;
	display: block;
	border: thick none #0033FF;
	margin-left: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 3px;
}
.servPage3C
{
	float: left;
	width: 218px;
	margin-right: 1%;
	height: 23px;
	text-align: left;
	margin-top: 4px;
	background-color: #4A4AFF;
	display: block;
	border: thick none #009772;
	margin-left: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	padding-top: 3px;
}
.servPageHeading
{
	color: #FFF;
	font-size: 1.1em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	display: block;
	background-color: #0066FF;
	width: 270px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px #777777;
	-webkit-box-shadow: 0px 0px 10px #666666;
	box-shadow: 0 0 10px #777777;
	height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}








.servPageButtonText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgba(204,204,204,1);
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: normal;
}
#aboutustopcolumn
{
	float: left;
	height: 60px;
	width: 82.5%;
	padding-right: 0px;
	padding-left: 15px;
	/* [disabled]padding-bottom: 5px; */
	border: medium none rgba(204,204,204,1);
	margin-right: 1%;
	padding-top: 0px;
	/* [disabled]margin-bottom: 8px; */
	border-radius: 20px 20px 20px 20px;
	margin-top: 8px;
	margin-left: 60px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#aboutusleftcolumn  
{
	float: left;
	height: 144px;
	width: 150px;
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 5px;
	border: medium none rgba(204,204,204,1);
	margin-right: 0%;
	padding-top: 0px;
	/* [disabled]margin-bottom: 8px; */
	border-radius: 20px 20px 20px 20px;
	margin-top: 8px;
	margin-left: 60px;
	clear: left;
}

#aboutusrightcolumn 
{
	float: left;
	height: auto;
	width: 59%;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	margin-bottom: 20px;
	list-style-type: none;
	clear: right;
	/* [disabled]border-radius: 20px 20px 20px 20px; */
	text-align: left;
	background-color: rgba(255,255,255,1);
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(153,153,153,1);
	border-bottom-color: rgba(153,153,153,1);
	border-left-color: rgba(204,204,204,1);
	margin-top: 8px;
	overflow: auto;
}
#aboutuscolumnbottom
{
	float: left;
	height: 64px;
	width: 61%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;










	margin-left: 31
.%;
	padding-top: 5px;
	margin-bottom: 10px;
	list-style-type: none;
	clear: none;
	/* [disabled]border-radius: 20px 20px 20px 20px; */
	background-color: rgba(255,255,255,1);
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(153,153,153,1);
	border-bottom-color: rgba(153,153,153,1);
	border-left-color: rgba(204,204,204,1);
	overflow: auto;
	margin-left: 29.7%;
}
.aboutusP
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: rgba(51,51,51,1);
	height: auto;
}

#contactusColumnLeft
{
	float: left;
	height: auto;
	width: 340px;
	padding-right: 10px;
	padding-left: 2%;
	padding-bottom: 30px;
	margin-right: 1%;
	padding-top: 10px;
	margin-bottom: 10px;
	/* [disabled]border-radius: 20px 20px 20px 20px; */
	background-color: rgba(255,255,255,1);
	text-align: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(153,153,153,1);
	border-bottom-color: rgba(153,153,153,1);
	border-left-color: rgba(204,204,204,1);
	margin-top: 2%;
	margin-left: 3%;
}
#contactusColumnRight
{
	float: left;
	height: auto;
	width: 325px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 11px;
	/* [disabled]margin-left: 1%; */
	padding-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	clear: right;
	/* [disabled]border-radius: 20px 20px 20px 20px; */
	background-color: rgba(224,224,224,1);
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(153,153,153,1);
	border-bottom-color: rgba(153,153,153,1);
	border-left-color: rgba(204,204,204,1);
	margin-top: 2%;
}

#contact_form { 
	padding: 0; 
	width: 310px; 
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#contact_form form .input_field {
	width: 200px;
	padding: 5px;
	color: #222;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#contact_form form label { 
	display: block;
	font-size: 13px; 
}

#contact_form form textarea {
	width: 298px;
	height: 120px;
	padding: 5px;
	color: #222;
	border: 1px solid #cccccc;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

#contact_form form .submit_btn {
	font-size: 13px;
	color: #222;
	border: medium outset #f4f2ee;
	padding: 5px 14px;
	background-color: #CCCCCC;
}







#footer
{
	width: 900px;
	height: 24px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgba(0,102,255,1);
	text-align: center;
	clear: both;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.footerul
{
	float: none;
	width: 68%;
	height: 18px;
	list-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgba(204,204,204,1);
	text-align: center;
	display: block;
}
.footerul li
{
	display: inline;
	width: 200px;
	height: 15px;
	font-size: 10px;
	/* [disabled]float: left; */
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	text-align: center;
}
.footerul a {
	float: left;
	display: block;
	width: 200px;
	height: 15px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright
{
	text-align: center;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgba(204,204,204,1);
}
#copyright p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgba(204,204,204,1);
}




#xcolumnServ2
{
	width: 740px;
	height: auto;
	color: #F00;
	background-color: #CCCCCC;
	text-align: center;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	float: left;
}
