body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF url(../_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Georgia;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #1b539e;
    text-decoration: underline;
}
a:hover, a:active {
    color: #6193d6;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* CONTAINER
/* ----------------------------------- */
.container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 204px;
	overflow: hidden;
}
	#home #top { background: transparent url(../_images/top/home.jpg) 0 0 no-repeat; }
	#guide #top { background: transparent url(../_images/top/guide.jpg) 0 0 no-repeat; }
	#about #top { background: transparent url(../_images/top/about.jpg) 0 0 no-repeat; }
	#offer #top { background: transparent url(../_images/top/offer.jpg) 0 0 no-repeat; }
	#contact #top { background: transparent url(../_images/top/contact.jpg) 0 0 no-repeat; }
	#mailing-list #top { background: transparent url(../_images/top/mailing-list.jpg) 0 0 no-repeat; }
	
	#top img {
		margin-top: 17px;
	}
	
	#phone {
		width: 171px;
		height: 15px;
		float: right;
		margin-top: 44px;
		display: inline;
		background: transparent url(../_images/phone.gif) 0 0 no-repeat;
	}
		#phone span {
			display: none;
		}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	background: url(../_images/menu.gif) 0 0 no-repeat;
	width: 760px;		/* Width of entire image */ 
	height: 38px;		/* Height of buttons */
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 38px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-01 	{ width: 63px; }
#menu-02 	{ width: 177px; }
#menu-03 	{ width: 138px; }
#menu-04	{ width: 124px; }
#menu-05 	{ width: 183px; }
#menu-06 	{ width: 75px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-01 a:hover		{ background: transparent url(../_images/menu.gif) 0px -38px no-repeat; }
#menu-02 a:hover  		{ background: transparent url(../_images/menu.gif) -63px -38px no-repeat; }
#menu-03 a:hover 		{ background: transparent url(../_images/menu.gif) -240px -38px no-repeat; }
#menu-04 a:hover 		{ background: transparent url(../_images/menu.gif) -378px -38px no-repeat; }
#menu-05 a:hover 		{ background: transparent url(../_images/menu.gif) -502px -38px no-repeat; }
#menu-06 a:hover 		{ background: transparent url(../_images/menu.gif) -685px -38px no-repeat; }

/* ----------------------------------- */
/* HEADER
/* ----------------------------------- */
#intros-wrapper {
	background: #edf2f7;
	padding-top: 15px;
	padding-bottom: 1px;
}
	.intro {
		/*width: 168px;*/
		width: 352px;
		float: left;
		margin-left: 28px;
		margin-bottom: 20px;
		display: inline;
	}
		.first {
			margin: 0;
		}
		.intro-img {
			height: 120px;
			margin-bottom: 10px;
			float: left;
		}
			.intro-img a img {
				border: 3px solid #505050;
				width: 150px;
			}
			.intro-img a:hover img {
				border: 3px solid #999;
			}
		
		.intro h2 {
			margin: 0;
		}
			.intro h2, .intro p {
				margin-left: 175px;
			}
		.intro p {
			margin-bottom: 10px;
			font-size: 11px;
			line-height: 14px;
		}
		.intro p.location {
			color: #999;
			font-size: 11px;
		}
		.intro p.action {
			font-weight: bold;
		}
	
	#intros p.more {
		text-align: right;
	}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main-wrapper {
	background: transparent url(../_images/main.gif) 0 0 repeat-x;
	padding-top: 25px;
}
	
	#home #main h1 {
		text-indent: -3000px;
		height: 20px;
	}
	
	.welcome {
		width: 360px;
	}
	#welcome-1 {
		float: left;
	}
		#welcome-1 h1 { background: transparent url(../_images/header/welcome.gif) 0 0 no-repeat; }
		
	#welcome-2 {
		float: right;
	}
		#welcome-2 h1 { background: transparent url(../_images/header/team.gif) 0 0 no-repeat; }
		.team-member {
			width: 155px;
			float: left;
			margin-right: 20px;
			display: inline;
		}
			.team-member p {
				font-size: 12px;
			}
	
	#content h1, p.highlight {
		font-size: 16px;
		color: #1e549f;
	}
	
	#content li {
		margin-left: 25px;
	}
		#content li ul {
			margin-bottom: 0;
		}

	.contact-block {
		width: 350px;
		margin-right: 30px;
		float: left;
		display: inline;
	}
	
	#client-list li {
		width: 253px;
		float: left;
		padding-bottom: 3px;
		margin: 0 0 7px 0;
		border-bottom: 1px solid #1b539e;
		list-style: none;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer-wrapper {
	background: transparent url(../_images/footer.gif) 0 0 repeat-x;
	padding-top: 45px;
	padding-bottom: 60px;
}
	