body {
	margin: 0;
	padding: 0;
	font: 13px Arial;
	color: #1c365c;
	background-color: #eeeeee
}

p {
	margin: 0;
	padding: 10px 20px 10px 30px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #1C365C;
	line-height: 18px
}

.testimonial-name {
	text-align:right;
	margin: 0;
	padding: 10px 50px 10px 30px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #1C365C;
	line-height: 18px;
	font-weight:bold;
}

hr {
	border: none 0;
	border-top: 1px solid #A53838;/*the border*/
	width: 95%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#header-bg {
	margin: 0;
	padding: 0;
	height: 164px;
	background: url(../images/header-bg.jpg) 0 0  no-repeat;
	overflow: hidden
}

a.contact-btn {
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	display: block;	
	width: 181px;
	height: 27px;
	background: url(../images/nav-images/contact.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.contact-btn {
  background-position: 0 -27px;
}

#container {
	margin: 10px;
	padding: 0;
}

#content {
	margin: 0;
	padding: 25px 0 0 0;
	border-left: 12px solid #E3812D;
	border-right: 1px solid #3B79A2;
	background: #fbfbfb url(../images/content-bg.gif) -12px 0 no-repeat  /* only mozilla browsers can see this */
}

* html #content {
	background: #fbfbfb url(../images/content-bg.gif) top left no-repeat /* only IE can see this */
}

#page-title {
	height: 39px;
	margin:0;
	padding:0;
	background: url(../images/page-title-bg.gif) top right no-repeat
}

h1.welcome {
	height: 39px;
	width: 715px;
	margin: 0;
	padding: 0;
	text-indent: -2000em;
	background: url(../images/title-home.gif) top left no-repeat;
}

h2 {
	font: 20px Georgia;
	color: #A53838;
	margin: 20px 0 0 20px;
	padding: 0;
/*	border-bottom: 1px solid #A53838;
	width: 97%*/
}

h3 {
	text-align:center;
	font: 21px Georgia;
	color: #3B79A2;
	margin: 20px 0 0 20px;
	padding: 0;
	background-color:#3B79A2;
	width: 97%;
}

h4 {
	font: 15px Georgia;
	color: #A53838;
	margin: 20px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #A53838;
	width: 90%
}

span.title {
	text-align: center;
	background-color: #FBFBFB;
	margin: 0 10px;
	padding: 0 10px;
	text-transform: uppercase;
}

#content-footer {
	height: 8px;
	margin: 0;
	padding: 0;
	background: #3B79A2 url(../images/content-footer-bg.gif) bottom right no-repeat
}

p.disclaimer {
	color: #1c365c;
	font-size: 10px;
	font: Arial;
	padding:5px;
}

h2.mission {
	height: 147px;
	width: 730px;
	margin: 0 auto;
	padding: 0;
	text-indent: -2000em;
	background: url(../images/mission-statement.gif);
}


/*****Home Page Images*****/

.images-top {
	margin: 0 auto;
	padding: 40px 0 20px 0;
	text-align: center;
}

.images-bottom {
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: center;
}

ul.home-images {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	overflow: hidden;
	list-style: none
}

ul.home-images li {
	float: left
}

.img01, .img02 {
	margin: 0 21px 0 0
}

.img03 {
	margin: 0
}

a.imgbtn01 {
	float: left;
	display: block;	
	width: 206px;
	height: 237px;
	background: url(../images/images-home/01.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.imgbtn02 {
	float: left;
	display: block;	
	width: 206px;
	height: 237px;
	background: url(../images/images-home/02.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.imgbtn03 {
	float: left;
	display: block;	
	width: 206px;
	height: 237px;
	background: url(../images/images-home/03.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.imgbtn04 {
	float: left;
	display: block;	
	width: 206px;
	height: 237px;
	background: url(../images/images-home/04.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.imgbtn05 {
	float: left;
	display: block;	
	width: 206px;
	height: 237px;
	background: url(../images/images-home/05.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.imgbtn06 {
	float: left;
	display: block;	
	width: 206px;
	height: 237px;
	background: url(../images/images-home/06.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.imgbtn01, a:hover.imgbtn02, a:hover.imgbtn03, a:hover.imgbtn04, a:hover.imgbtn05, a:hover.imgbtn06 {
  background-position: 0 -237px;
}

a.back-btn {
	float:right;
	margin: 0;
	padding:0;
	display: block;
	width: 28px;
	height: 31px;
	background: url(../images/back-btn.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.back-btn {
  background-position: 0 -31px;
}

ul.bullets {
	line-height: 20px;
	padding: 10px 5px 10px 50px;
	margin: 0;
	list-style: disc url(../images/arrow.gif)
}

ul.bullets-boxes {
	line-height: 16px;
	padding: 10px 5px 10px 20px;
	margin: 0;
	list-style: disc url(../images/box.gif);
	text-indent: -3px;
}

ol {
	line-height: 20px;
	padding: 10px 0 10px 55px;
	margin: 0;
/*	font: 13px Georgia;*/
	color: #A53838;
	font-weight: bold
}

li span {
/*	font: 13px Arial, Helvetica, sans-serif;*/
	color: #1C365C;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#content a:link, #content a:visited {
	color: #A53838;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	padding: 0 3px 0 3px;
	color: #DC143C;
	background-color: none;
	text-decoration: none
}

#content a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
}

#links-table a:link, #links-table a:visited {
	color: #1C365C;
	text-decoration: underline;
}

#links-table a:hover, #links-table a:active {
	padding: 0 3px 0 3px;
	color: white;
	background-color: #1C365C;
	text-decoration: none
}

#links-table a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
}


/********Footer******/
	
.copyright {
	height: 53px;
	padding: 8px 0;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #A53838;
	text-align: center;	
	height: 37px
}

/***********FOOTER CSS***********/

#footer {
	float:left;
	margin: 0 auto 15px 0;
	padding: 0;
	width: 100%;
	height: 30px;
	font-size: 10px;
	text-align: center;
	background: url(../images/footer.gif) top left repeat-x;	
}

/* -= Roll Overs Footer=- */

.credit a:link, .credit a:visited {
	font-weight: normal;
	color: #992E2E;
	text-decoration: underline;
}

.credit a:hover, .credit a:active {
	padding: 0 3px 0 3px;
	font-weight: normal;
	color: white;
	background-color: #992E2E;
	text-decoration: none
}

.credit a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
	font-weight: normal;
}

p.credit {
   margin: 0;
	padding: 0;
	font: 10px Verdana, Arial, Helvetica;
	color: #A53838;
}

#credits {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../images/canada.gif) bottom right no-repeat;	
}

#footer a:link, #footer a:visited {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	padding: 0 3px 0 3px;
	font-weight: bold;
	color: #992E2E;
	background-color: white;
	text-decoration: none
}

#footer a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
	font-weight: bold;
}

p.footer-links {
   margin: 0;
	padding: 9px 0 0 0;
	font-size: 10px;
	color: white;
	text-transform: uppercase;
}

