* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #fff;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: small;
	margin-bottom: 30px;
	}
a:link {
	color: #1d5aa0;
	}
a:visited {
	color: #46688f;
	}
a:hover {
	color: #4383cc;
	}
p#photo {
	width: 153px;
	float: left;
	margin-right: 10px;
	border: 1px solid #15335a;
	padding-right: 0;
	}
a img {
	border: none;
	}
/****
 Header
 ****/
h1 {
	height: 275px;
	background: url(graphics/header_home.jpg) no-repeat;
	text-indent: -200em;
	overflow: hidden;
	}
/****
 Nav
 ****/
ul#nav {
	background: url(graphics/nav_bg.gif) repeat-x;
	height: 46px;
	padding: 0 0px 0 0px;
	position: relative;
	z-index: 1000;
	}
ul#nav li {
	list-style: none;
	float: left;
	height: 46px;
	text-indent: -200em;
	position: relative;
	z-index: 0;
	background-position: 0 -46px;
	}
ul#nav a {
	position: absolute;
	top: 0;
	left: 0;
	height: 46px;
	}
ul#nav a:hover {
	color: #f8d2b7;
	background-position: 0 -92px;
	}
ul#nav ul {
	display: none;
	position: absolute;
	top: 43px;
	left: 13px;
	width: 200px;
	z-index: 2000;
	background-color: #15335A;
	padding: 5px 0;
	}
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
	}
ul#nav ul li {
	text-indent: 0;
	width: auto;
	height: auto;
	float: left;
	clear: left;
	display: block;
	width: 200px;
	}
ul#nav ul li a {
	background-image: none;
	color: #fff;
	width: auto;
	height: auto;
	position: relative;
	display: block;
	padding: 1px 4px 4px 17px;
	text-decoration: none;
	}
ul#nav ul li.subsub a {
	padding-left: 30px;
	}
li#home, li#home a {
	background-image: url(graphics/buttons/home.gif);
	width: 76px;
	}
li#about, li#about a {
	background-image: url(graphics/buttons/about.gif);
	width: 111px;
	}
li#procedures, li#procedures a {
	background-image: url(graphics/buttons/procedures.gif);
	width: 114px;
	}
li#testimonials, li#testimonials a {
	background-image: url(graphics/buttons/mccs_advantage.gif);
	width: 115px;
	}
li#financing, li#financing a {
	background-image: url(graphics/buttons/financing.gif);
	width: 110px;
	}
li#traveling, li#traveling a {
	background-image: url(graphics/buttons/traveling.gif);
	width: 106px;
	}
li#contact, li#contact a {
	background-image: url(graphics/buttons/contact.gif);
	width: 118px;
	}
/****
 Footer
 ****/
div#visa_mc {
	padding-top: 1.5em;
	text-align: right;
	}
p#footer {
	color: #fff;
	background: #34659d url(graphics/footer_bg.gif) repeat-x;
	font-size: 85%;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	padding: 3px 0;
	text-align: center;
	width: 750px;
	}
p#footer2 {
	font-size: 85%;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	padding: 3px 0;
	text-align: center;
	color: #666;
	width: 750px;
	}