/* this is my comment. this is how i comment */

/*START OF CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: bullet;
	padding-left:30px;
	padding-top:10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END OF CSS RESET*/

html {
	min-height: 101%;
}

body{
	margin:0px;
	padding:0px;
	padding-bottom: 40px;
	background: #888888;
	background-image:url(Assets/topShadow.gif);
	background-repeat:repeat-x;
	text-shadow: #000000 0 0 0px;
}

#maindiv{
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#headerBG{
	width: 760px;
	height: 165px;
	background:url(Assets/headerBG.jpg);
}

#contactInfo{
	width:211px;
	height:165px;
	position:absolute;
	top:18px;
	/*background:url(Assets/header_contactInfo.gif);*/
	background-repeat:no-repeat;
}

#logo{
	width:279px;
	height:138px;
	background:url(Assets/logoRA.gif);
	background-repeat:no-repeat;
	float:right;
	margin-top:24px;
	margin-right:-5px;
}

/*#cicm{
	width:352px;
	height:24px;
	float:right;
	margin-top:141px;
	margin-right:-122px;
	background:url(Assets/header_cicm.gif);
}*/

#menuBG{
	width: 800px;
	height: 45px;
	position:absolute;
	margin-top:0px;
	margin-left: -18px;
	background: url(Assets/menuBG.gif);
}

#menuButtons{
	display:block;
	width:760px;
	height:45px;
	float:left;
	position:absolute;
	margin-left:20px;
}

#menuButtons a:link{
	display:block;
	text-decoration:none;
	color:#222222;
}

#menuButtons a:visited{
	display:block;
	text-decoration:none;
	color:#222222;
}

#menuButtons a:hover{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}

.menuOption{
	display:block;
	width:108px;
	height:45px;
	float:left;
	margin:0px;
	padding-top:0px;
	color:#222222;
	text-align:center;
	line-height:2.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-shadow: #000000 0 0 0px;
}

.menuOption:hover{
	display:block;
	width:108px;
	height:45px;
	float:left;
	margin:0px;
	padding-top:0px;
	line-height:2.9em;
	background-image:url(Assets/menuActive.gif);
	color:#FFFFFF;
}

.currentPage{
	width:108px;
	height:45px;
	float:left;
	margin:0px;
	padding-top:0px;
	line-height:2.9em;
	background-image:url(Assets/menuActive.gif);
}

#menuButtons .currentPage a:visited{
	color:#FFFFFF;
}

#content{
	width: 800px;
	height: 495px;
	float:left;
	position:absolute;
	margin-left:-18px;
	margin-top:45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
}

#clientContent{
	width: 800px;
	height: 860px;
	float:left;
	position:absolute;
	margin-left:-18px;
	margin-top:45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
}

#servicesContent{
	width: 800px;
	height: 545px;
	float:left;
	position:absolute;
	margin-left: -18px;
	margin-top:45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
	z-index:1;
}

#jobsContent{
	width: 800px;
	height: 164px;
	float:left;
	position:absolute;
	margin-left: -18px;
	margin-top:45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
}

#contactContent{
	width: 800px;
	height: 532px;
	/*#height: 538px;*/
	float:left;
	position:absolute;
	margin-left: -18px;
	margin-top:45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
	padding-top:10px;
}

#welcomeHeader{
	width:310px;
	height:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	position:absolute;
	text-align:left;
	margin:-30px 0 0 20px;
	/*line-height:1em;*/
	font-size:1.2em;
	#margin:-50px 0 0 20px;
	#padding:14px 0 16px 0;
	/*border:solid #999999 1px;*/
	z-index:2;
}

h5 {
	text-align:left;
	font-size:2em;
	color:#999999;
	font-style:none;
	line-height:0em;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:2em;
	color:#999999;
	font-style:none;
	line-height:1em;
	padding-left:20px;
	margin-bottom:10px;
}

#jobsHRule{
	width:350px;
	margin-left:35px;
}

#jobsHRule hr{
	width:300px;
	margin-top: 40px;
	#margin-top:24px;
}

/*#clientsHRule{
	width:800px;
	margin-left:-25px;
}

#clientsHRule hr{
	width:650px;
	margin-top:15px;
	#margin-top:-10px;
	margin-bottom: 15px;
}*/

#contactHRule{
	width:350px;
	margin-left:35px;
}

#contactHRule hr{
	width:300px;
	margin-top: 40px;
	#margin-top:4px;
}

#contactTextContainer_01{
	width:350px;
	margin-left:25px;
	margin-top:16px;
	margin-right: 0px;
	padding-top:1px;
	#padding-top:20px;
	text-align:center;
}

#jobsTextContainer_01{
	width:380px;
	margin-left:52px;
	margin-top:26px;
	margin-right: 0px;
	padding-top:1px;
	#padding-top:26px;
}

#jobsTextContainer_02{
	width:350px;
	margin-left:35px;
	_margin-left:18px;
	margin-top:12px;
	#margin-top:4px;
	padding-top:1px;
	float:left;
	font-size:12px;
}

#jobsTextContainer_02 li{
	margin-top:0.4em;
	margin-left:-26px;
	#margin-left:-24px;
}

#jobsTextContainer_03{
	width:340px;
	margin-right:44px;
	_margin-right:22px;
	margin-top:-240px;
	#margin-top:-250px;
	padding:0px;
	float:right;
	font-size:12px;
}

#jobsTextContainer_03 li{
	margin-top:0.4em;
	margin-left:-26px;
	#margin-left:-24px;
}

#footer{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: 0px;
	margin-top:543px;
	background: url(Assets/footerBG.gif);
}

#indexFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: 0px;
	#margin-left: 0px;
	margin-top:495px;
	background: url(Assets/footerBG.gif);
}

#staffFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: 0px;
	margin-top:495px;
	background: url(Assets/footerBG.gif);
}

#clientFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: 0px;
	margin-top:860px;
	background: url(Assets/footerBG.gif);
}


#jobsFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: 0px;
	#margin-left:-52px;
	margin-top:154px;
	background: url(Assets/footerBG.gif);
}

#contactFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: 0px;
	#margin-left:-25px;
	margin-top:532px;
	/*#margin-top:538px;*/
	background: url(Assets/footerBG.gif);
}

/* To target a safari browser issue 

@media screen and (-webkit-min-device-pixel-ratio:0){

#jobsFooter{margin-top:500px;}
#jobsContent{height:500px;}
#contactFooter{margin-top: 528px;}

} */

#topImage{
	position:absolute;
	width: 380px;
	height: 175px;
	margin-left: 18px;
	margin-top: -5px;
	background:url(Assets/content_topImage.jpg);
	z-index:1;
}

#servicesTray{
	width: 760px;
	height: 135px;
	background-image:url(Assets/servicesTray.gif);
	background-repeat:repeat-x;
	position: absolute;
	float: left;
	margin-left: 18px;
	margin-top: -5px;
}

/*#trayLeft{
	width: 253px;
	height:135px;
	float:left;
	margin-top:-07px;
	#margin-top:10px;
	margin-left:-12px;
}

#trayCenter{
	width: 253px;
	height:135px;
	float:left;
	margin-top:-07px;
	#margin-top:10px;
	margin-left:-10px;

}

#trayRight{
	width: 285px;
	height:135px;
	float:left;
	margin-top:-07px;
	#margin-top:10px;
	margin-left:-30px;
}*/

#trayLeft{
	width: 250px;
	height:135px;
	float:left;
	margin-top:-2px;
	margin-left:4px;
/*	border:solid green 2px;*/
}

#trayCenter{
	width: 250px;
	height:135px;
	float:left;
	margin-top:-2px;
	margin-left:-10px;
	/*border:solid green 2px;*/
}

#trayRight{
	width: 270px;
	height:135px;
	float:left;
	margin-top:-2px;
	margin-left:-10px;
	/*border:solid green 2px;*/
}

#ptrayLeft{
	width: 250px;
	height:135px;
	float:left;
	margin-top:-2px;
	margin-left:4px;
/*	border:solid green 2px;*/
}

#ptrayCenter{
	width: 250px;
	height:135px;
	float:left;
	margin-top:-2px;
	margin-left:-10px;
	/*border:solid green 2px;*/
}

#ptrayRight{
	width: 270px;
	height:135px;
	float:left;
	margin-top:-2px;
	margin-left:-10px;
	/*border:solid green 2px;*/
}

.trayMenu li{
	color: #FFFFFF;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.9em;
	margin-left:0px;
}

.trayMenu li a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.trayMenu li a:hover{
	color:red;
	text-decoration:none;
}

.trayMenu li a:visited{
	color:#CCCCCC;
	text-decoration:none;
}

#cornerRust{
	width: 180px;
	height: 220px;
	background:url(Assets/content_cornerRust.jpg);
	float:right;
	position:absolute;
	margin-top: 304px;
	margin-left: 610px;
	#margin-top: 304px;
	#margin-left:610px;
}

#servicesStack{
	width: 368px;
	height: 326px;
	background:url(Assets/servicesStack.jpg);
	float:right;
	position:absolute;
	margin-top: 231px;
	margin-left: 410px;
}

#projectsTower{
	width:334px;
	height:427px;
	background-image:url(Assets/projectsTower.jpg);
	float:right;
	position:absolute;
	margin-left:444px;
	margin-top:130px;

}

#pthumbs{
	float:left;
	position:absolute;
	height:100px;
	margin-top:470px;
	#margin-top:470px;
	margin-left:14px;
	z-index:100;
}

#pthumbs img{
	border:solid 1px #999999;
	margin-left:20px;
	margin-right: 20px;
	width:75px;
	height:100px;

}

#staffBG{
	width:621px;
	height:514px;
	background-image:url(Assets/staffBG.jpg);
	float:right;
	position:absolute;
	margin-left:157px;
	margin-top:-5px;

}

/*-------------START OF NOTICE SECTION----------------*/
/* here's the box... the image is the upper-left corner */
#notice {
  background : #DDDDDD url(Assets/corners_TL.gif) no-repeat;
  width : 322px;
  height : 212px;
  /**height : 212px;*/
  position : absolute;
  margin-left:400px;
  /**margin-left:400px;*/
  margin-top:30px;
  padding : 10px 10px;
}

#staffNotice {
  background : #DDDDDD url(Assets/corners_TL.gif) no-repeat;
  width : 390px;
  #width:400px;
  height : 310px;
  #height : 330px;
  position : absolute;
  margin-left:42px;
  margin-top:155px;
  /*#margin-top:161px;*/
  padding : 10px 10px;
  #padding-top:0px;
  #padding-bottom:0px;
  /*_padding-bottom:0px;*/
}

/* To target a safari browser issue 

@media screen and (-webkit-min-device-pixel-ratio:0){

#staffNotice {
  background : #DDDDDD url(Assets/corners_TL.gif) no-repeat;
  width : 400px;
  height : 316px;
  position : absolute;
  margin-left:35px;
  margin-top:162px;
  padding : 10px;
  padding-bottom:0px;
}

} */


#staffpic {
	width:96px;
	height:128px;
	float:left;
	margin:16px 15px 12px 1px;
	/*#margin-top:22px;*/
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr, .bl, .br {
  position : absolute;
  width : 10px;
  height : 10px;  /* corner images are 40x40 */
  display : block;
}

/* change position and image: top-right */
.tr {
  background : url(Assets/corners_TR.gif) no-repeat;
  top : 0;
  right : 0;
  _margin-right:-1px;
}

/* change position and image: bottom-left */
.bl {
  background : url(Assets/corners_BL.gif) no-repeat;
  bottom : 0;
  left : 0;
  _margin-bottom:-9px;
}

/* change position and image: bottom-right */
.br {
  background:url(Assets/corners_BR.gif) no-repeat;
  right : 0;
  bottom : 0;
  padding-right:0px;
  _margin-bottom:-9px;
  _margin-right:-1px;
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.str, .sbl, .sbr {
  position : absolute;
  width : 10px;
  height : 10px;  /* corner images are 40x40 */
  display : block;
}

.str {
  background : url(Assets/corners_TR.gif) no-repeat;
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.sbl {
  background : url(Assets/corners_BL.gif) no-repeat;
  bottom : 0;
  left : 0;
  _margin-bottom:-9px;
}

/* change position and image: bottom-right */
.sbr {
  background:url(Assets/corners_BR.gif) no-repeat;
  right : 0;
  bottom : 0;
  padding-right:0px;
  _margin-bottom:-9px;
}

/*-------------END OF NOTICE SECTION----------------*/

#textLeft {
	float:left;
	position:absolute;
	height: 365px;
	width: 26em;
	margin-left: 32px;
	margin-top: 200px;
	/*#margin-top:190px;*/
	z-index:100;
}

#textLeft p{
	margin-bottom:10px;
	/*#margin-bottom:-8px;*/
}

/*To Target Safari/Webkit Issue

@media screen and (-webkit-min-device-pixel-ratio:0){

#textLeft{margin-top:224px;}
#welcomeHeader{margin:-90px 0 0 20px;}
} */

#serviceText{
	height: 400px;
	width: 485px;
	float:left;
	position:absolute;
	margin-left: 14px;
	margin-top: 180px;
	/*#margin-top: 178px;*/
	z-index:90;
}

#serviceTextBig{
	height: 400px;
	width: 500px;
	float:left;
	position:absolute;
	margin-left: 14px;
	margin-top: 180px;
	/*#margin-top: 178px;*/
	z-index:90;
}

#serviceText p{
	padding:10px 185px 0 0;
}

#serviceTextBig p{
	padding:10px 90px 0 0;
}

#staffList{
	float:left;
	position:absolute;
	width: 800px;
	margin-left: 22px;
	margin-top: 7px;
	_margin-left:-58px;
	_margin-top:-3px;
	_padding-left:80px;
}

#clientList{
	float:left;
	position:absolute;
	padding:0px;
	width: 800px;
	margin-left: 22px;
	margin-top: 0px;
}

#staffStatement{
	margin-left: -10px;
	/*#margin-top:14px;*/
}

#clientStatement{
	margin-bottom: 10px;
	margin-left:30px;
	margin-top:29px;
}

#staffList ul {
	list-style:none;
}

#clientList ul {
	list-style:none;
}

#staffList li {
	margin:-10px 0 30px 0px;
	_margin:10px 0 30px 0px;
}

#clientList li {
	/*margin-bottom:5px;*/
	line-height:1.5em;
}

.staffListSections{
	width: 175px;
	height:135px;
	float:left;
	margin-top:20px;
	/*#margin-top:8px;*/
	/*#padding-top:26px;*/
	margin-left:0px;
	/**padding-left:30px;*/
	/**margin-left:-55px;*/
	/*_padding-left:14px;*/
	padding:0px;
}

.staffListSections h3{
	width: 200px;
}

.clientListSections{
	width: 220px;
	height:135px;
	float:left;
	margin-top:3px;
	margin-right:20px;
}

#clientList1{
	margin-top:-7px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #444444;
	font-weight:100;
	margin-top:10px;
	#margin-top:5px;

}

.staffName{
	line-height:0px;
	#margin-top:-16px;
}

.staffListText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
}

.clientListText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
}

.clientStatementText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
}

.miniList{
	margin-left:-10px;
	margin-top:-10px;
	margin-bottom:2px;
}

#textRight {
	float:right;
	position:absolute;
	margin-top: 273px;
	margin-left: 390px;
	/*#margin-top: 270px;*/
	height: 235px;
	width: 26em;
}

#textRight p{
	margin-bottom:10px;
}
#noticeTextContainment {
	margin-top:-10px;
	/**margin-top:-5px;*/
	margin-bottom:0px;
	padding:0px;
}

#staffNoticeText {
	margin-top:-16px;
	#margin-top:-6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
	line-height: 1.4em;
	padding:0px;
}

#staffNoticeText p {
	padding-top:12px;
	/*#width: 400px;*/
}

.contentText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
	text-shadow: #000000 0 0 0px;
	padding:20px;
	line-height:1.3em;
}

.noticeText {
	margin-top:-8px;
	margin-bottom:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
	line-height: 1.2em;
}

.noticeReadMore {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:12px;
	color: red;
	line-height: 2em;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: red;
	line-height:2em;
	/*#margin-bottom:1em;*/
	/*#margin-top:1em;*/
}

.date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height: 3em;
	/**line-height:2em;***/
}

#map {
	width: 479px;
	height:315px;
	background-image:url(Assets/map.jpg);
	position:absolute;
	float:left;
	margin-top:-7px;
	margin-left:18px;
}

#contactFormContainer{
	width:360px;
	margin-left:405px;
	margin-top:-235px;
	/*#margin-top:-243px;*/
	position:absolute;
	float:right;
	font-size:12px;
	line-height:1.3em;
}

/*#contactFormContainer tr{
	vertical-align:top;
}*/

#staffFullContent{
	width: 800px;
	height: 1690px;
	#height: 1720px;
	float:left;
	position:absolute;
	margin-left: -18px;
	margin-top: 45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
}

#staffFullContent .header{
	background-color:#666666;
	height:30px;
	line-height:30px;
	font-size:14px;
}

#headerName {
	background-color:#333333;
	height:40px;
	line-height:40px;
	font-size:16px;
}

#staffFullFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: -20px;
	#margin-left:-72px;
	margin-top:1690px;
	#margin-top:1720px;
	background: url(Assets/footerBG.gif);
}

#staffFullTextContainer_02{
	width:500px;
	margin-top:0px;
	/*#margin-top:-12px;*/
	margin-left:-20px;
	font-size:12px;
}

.staffFullPhoto{
	width:800px;
	height:200px;
	margin:10px 0 10px 0;
}


#contactFormContainer table {
	table-layout:fixed;
	width:335px;
	margin-top:28px;
}

#staffFullTextContainer_02 table {
	table-layout:fixed;
	width:500px;
	margin-left:150px;
}


td{
	padding:0px;
	height:34px;
	/*#height:40px;*/
	vertical-align:top;
}

#staffFullTextContainer_02 td{
	height:20px;
}

.formStyle { 
	/* background-color: #ededed; */
}

#gilesFullContent{
	width: 800px;
	height: 950px;
	float:left;
	position:absolute;
	margin-left: -18px;
	margin-top: 45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
}

#gilesFullFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: -20px;
	#margin-left:-55px;
	margin-top:950px;
	background: url(Assets/footerBG.gif);
}

#mariaFullContent{
	width: 800px;
	height: 1750px;
	float:left;
	position:absolute;
	margin-left: -18px;
	margin-top: 45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
}

#mariaFullFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: -20px;
	#margin-left: -55px;
	margin-top:1750px;
	background: url(Assets/footerBG.gif);
}

#matthewFullContent{
	width: 800px;
	height: 900px;
	float:left;
	position:absolute;
	margin-left: -18px;
	margin-top: 45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
}

#matthewFullFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: -20px;
	#margin-left: -55px;
	margin-top:900px;
	background: url(Assets/footerBG.gif);
}

#nathanFullContent{
	width: 800px;
	height: 700px;
	float:left;
	position:absolute;
	margin-left: -18px;
	margin-top: 45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
}

#nathanFullFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: -20px;
	#margin-left: -55px;
	margin-top:700px;
	background: url(Assets/footerBG.gif);
}

#oliverFullContent{
	width: 800px;
	height: 750px;
	float:left;
	position:absolute;
	margin-left: -18px;
	margin-top: 45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
}

#oliverFullFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: -20px;
	#margin-left: -55px;
	margin-top:750px;
	background: url(Assets/footerBG.gif);
}

#ronFullContent{
	width: 800px;
	height: 750px;
	float:left;
	position:absolute;
	margin-left: -18px;
	margin-top: 45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
}

#ronFullFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: -20px;
	#margin-left: -55px;
	margin-top:750px;
	background: url(Assets/footerBG.gif);
}

#tonyFullContent{
	width: 800px;
	height: 1600px;
	float:left;
	position:absolute;
	margin-left: -18px;
	margin-top: 45px;
	background: url(Assets/contentBG.gif);
	background-repeat:repeat-y;
}

#tonyFullFooter{
	width: 800px;
	height: 50px;
	float:left;
	position:absolute;
	margin-left: -20px;
	#margin-left: -55px;
	margin-top:1600px;
	background: url(Assets/footerBG.gif);
}





/* here is another comment! */
a:link{
	color:red;
	text-decoration:none;

}
a:hover{
	color: red;
	text-decoration: none;
}
a:visited{
	color:gray;
	text-decoration: none;
}

.clientListText li{
	color:#888888;
}

.clientListText a:link{
	color:black;
	text-decoration:none;
}

.clientListText a:hover{
	color:red;
	text-decoration:none;
}

.clientListText a:visited{
	color:#555555;
	text-decoration:none;
}

a:focus {outline:none}

img{

}

.leftalign{
	text-align: left;
}

.red{
	color: red;
}

.grey{
	color:#666666;
}

.noTextPadding{
	padding:0px;
}