@charset "UTF-8";
#main {
	background-image:url(/images/bg.gif);
	height: 100%;
	width: 100%;
}
#wrapper {
	background-image: url(/images/contentbg2.gif);
	background-repeat: repeat;
	height: 590px;
	width: 990px;
	left: auto;
	right: auto;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
}
/* CSS Document */

/* below child tag is used for Firefox and other CSS compliant browsers*/

html>body div #border {
	background-color: #906;
	height: 10px;
	width: 990px;
}

/* below child tag is used for Firefox and other CSS compliant browsers*/

html>body div #title {
	width: 520px;
	height: 281px;
}

#titleSC {
	width: 520px;
	height: 52px;
}

#theContent {
	height: 185px;
	width: 500px;
	clear: none;
	padding-left: 10px;
	margin-bottom: 21px;
}

#contentServices {
	width: 990px;
	height: 425px;
	overflow: auto;
	margin-bottom: 10px;
}


#contentServices table   {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #906;
	margin-left: 15px;
}
#contentContact {
	width: 650px;
	height: 425px;
	overflow: auto;
	margin-bottom: 10px;
}

/* below had margin-right: 2.5px; */
html>body div #theImage {
	float: right;
	height: 460px;
	width: 460px;
}


#PhotoDescription {
	float: left;
	height: 25px;
	width: 985px;
	text-align: right;
}
#image {
	max-height: 400px;
	width: 300px;
	float: right;
	background-color: #928a8a;
	padding-right: 4px;
	overflow: auto;
}
#navbar {
	width: 990px;
}
#logo {
	background-color: #FFF;
	height: 50px;
	width: 480px;
	float: right;
	top: 550px;
	left: 784px;
}
/*adjusted below background from original #000*/ 

html>body div #navigation {
	background-color: #000;
	float: left;
	height: 50px;
	width: 510px;
	top: 550px;
}

#credit {
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	height: 20px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 8.5pt;
	padding-top: 3px;
	line-height: 13pt;
}
#credit a {
	color: #FFF;
	text-decoration: underline;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 16pt;
	line-height: 20pt;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-weight: lighter;
	letter-spacing: .8em;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8.8pt;
	color: #000;
	text-indent: 15px;
	line-height: 5px;
}
p , td{
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 10pt;
	line-height: 13pt;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}
label {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 10pt;
	line-height: 10pt;
	margin-left: 12px;
}
.bold {
	font-weight: bold;
	color: #906;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
}
.one-image {
	float: right;
}

/*below class and child selectors was set up for firefox*/

html>body div .giDescription {
	color: #333;
	float: right;
	text-align: right;
	position: static;
	top: 450px;
	width: 460px;
	left: 590px;
	padding-right: 7px;
}

/*adjusted a:link colour from #906*/

a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #906;
	text-decoration: underline;
}
a:hover {
	color: #906;
	text-decoration: none;
}
a:active {
	color: #906;
	text-decoration: none;
}
